Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 78080ca1708ee51547bc9a18fc694bca820611e1 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-ssh13333239021835281156.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13485193455408663600.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10045800563338950900.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3491254974534887299.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-ssh5744058238797401926.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.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7922 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/431 [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/431 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 78080ca1708ee51547bc9a18fc694bca820611e1 (main) Commit message: "Merge pull request #4400 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v3-3.0.0-dev.13" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78080ca1708ee51547bc9a18fc694bca820611e1 # timeout=10 > git rev-list --no-walk 0ed1034b3ab63d116b0414f8674ebacfe755126e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:27:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:27:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:27:49 ========================================================= 06:27:49 EdgeX Global Pipelines Version Info 06:27:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:27:50 ------------------- 06:27:50 stable info: 06:27:50 ------------------- 06:27:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:27:50 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 06:27:50 Message: update stable to v1.0.244 06:27:51 ------------------- 06:27:51 experimental info: 06:27:51 ------------------- 06:27:51 Commited By: **** collab-it+edgex@linuxfoundation.org 06:27:51 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 06:27:51 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78080ca [Pipeline] echo 06:27:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:27:51 provisioning config files... 06:27:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/431@tmp/config17306222432763456665tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:27:51 ---> docker-login.sh 06:27:51 nexus3.edgexfoundry.org:10001 06:27:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:27:52 Configure a credential helper to remove this warning. See 06:27:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:27:52 06:27:52 Login Succeeded 06:27:52 nexus3.edgexfoundry.org:10002 06:27:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:27:52 Configure a credential helper to remove this warning. See 06:27:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:27:52 06:27:52 Login Succeeded 06:27:52 nexus3.edgexfoundry.org:10003 06:27:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:27:52 Configure a credential helper to remove this warning. See 06:27:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:27:52 06:27:52 Login Succeeded 06:27:52 nexus3.edgexfoundry.org:10004 06:27:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:27:52 Configure a credential helper to remove this warning. See 06:27:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:27:52 06:27:52 Login Succeeded 06:27:52 docker.io 06:27:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:27:52 Configure a credential helper to remove this warning. See 06:27:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:27:52 06:27:52 Login Succeeded 06:27:52 ---> docker-login.sh ends [Pipeline] } 06:27:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:27:53 + 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 06:27:53 + dirname cmd/core-command/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo core-command,cmd/core-command/Dockerfile 06:27:53 + dirname cmd/core-common-config-bootstrapper/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 06:27:53 + dirname cmd/core-data/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo core-data,cmd/core-data/Dockerfile 06:27:53 + dirname cmd/core-metadata/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo core-metadata,cmd/core-metadata/Dockerfile 06:27:53 + dirname cmd/security-bootstrapper/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:27:53 + dirname cmd/security-proxy-auth/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 06:27:53 + dirname cmd/security-proxy-setup/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:27:53 + dirname cmd/security-secretstore-setup/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:27:53 + dirname cmd/security-spiffe-token-provider/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 06:27:53 + dirname cmd/security-spire-agent/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 06:27:53 + dirname cmd/security-spire-config/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo security-spire-config,cmd/security-spire-config/Dockerfile 06:27:53 + dirname cmd/security-spire-server/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo security-spire-server,cmd/security-spire-server/Dockerfile 06:27:53 + dirname cmd/support-notifications/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo support-notifications,cmd/support-notifications/Dockerfile 06:27:53 + dirname cmd/support-scheduler/Dockerfile 06:27:53 + cut -d/ -f2 06:27:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 06:27:53 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 06:27:53 + git rev-list -1 --merges 78080ca1708ee51547bc9a18fc694bca820611e1~1..78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] echo 06:27:53 -----------> git rev-list -1 --merges 78080ca1708ee51547bc9a18fc694bca820611e1~1..78080ca1708ee51547bc9a18fc694bca820611e1 78080ca1708ee51547bc9a18fc694bca820611e1 06:27:53 78080ca1708ee51547bc9a18fc694bca820611e1 [false] [Pipeline] sh 06:27:54 + git log --format=format:%s -1 78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] echo 06:27:54 ========================================================= 06:27:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:27:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:27:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:27:54 + grep -v github /etc/ssh/ssh_known_hosts 06:27:54 + [ -e /tmp/ssh_known_hosts ] 06:27:54 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:27:54 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:27:54 + sudo tee -a /etc/ssh/ssh_known_hosts 06:27:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:27:54 06:27:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:27:55 0.1.4: Pulling from edgex-devops/py-git-semver 06:27:55 b85a868b505f: Pulling fs layer 06:27:55 e2be974225ed: Pulling fs layer 06:27:55 339a4e72a1f5: Pulling fs layer 06:27:55 988bab9f4d93: Pulling fs layer 06:27:55 1469e6f7b9e6: Pulling fs layer 06:27:55 eaf3925da568: Pulling fs layer 06:27:55 bab4dde63d76: Pulling fs layer 06:27:55 bde34c3a00c8: Pulling fs layer 06:27:55 b352a97aabf1: Pulling fs layer 06:27:55 4872d77fe225: Pulling fs layer 06:27:55 5851b861e8e6: Pulling fs layer 06:27:55 4872d77fe225: Waiting 06:27:55 5851b861e8e6: Waiting 06:27:55 988bab9f4d93: Waiting 06:27:55 b352a97aabf1: Waiting 06:27:55 eaf3925da568: Waiting 06:27:55 1469e6f7b9e6: Waiting 06:27:55 bde34c3a00c8: Waiting 06:27:55 bab4dde63d76: Waiting 06:27:55 e2be974225ed: Download complete 06:27:55 988bab9f4d93: Verifying Checksum 06:27:55 988bab9f4d93: Download complete 06:27:55 1469e6f7b9e6: Verifying Checksum 06:27:55 1469e6f7b9e6: Download complete 06:27:55 eaf3925da568: Verifying Checksum 06:27:55 eaf3925da568: Download complete 06:27:55 339a4e72a1f5: Verifying Checksum 06:27:55 339a4e72a1f5: Download complete 06:27:55 bde34c3a00c8: Verifying Checksum 06:27:55 bde34c3a00c8: Download complete 06:27:55 b352a97aabf1: Verifying Checksum 06:27:55 b352a97aabf1: Download complete 06:27:55 4872d77fe225: Verifying Checksum 06:27:55 4872d77fe225: Download complete 06:27:55 5851b861e8e6: Download complete 06:27:55 b85a868b505f: Verifying Checksum 06:27:55 b85a868b505f: Download complete 06:27:56 bab4dde63d76: Verifying Checksum 06:27:56 bab4dde63d76: Download complete 06:27:56 b85a868b505f: Pull complete 06:27:56 e2be974225ed: Pull complete 06:27:57 339a4e72a1f5: Pull complete 06:27:57 988bab9f4d93: Pull complete 06:27:57 1469e6f7b9e6: Pull complete 06:27:57 eaf3925da568: Pull complete 06:27:59 bab4dde63d76: Pull complete 06:27:59 bde34c3a00c8: Pull complete 06:27:59 b352a97aabf1: Pull complete 06:27:59 4872d77fe225: Pull complete 06:28:00 5851b861e8e6: Pull complete 06:28:00 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:28:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:28:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:28:00 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 06:28:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 06:28:02 $ docker top 4e7bb7e37bc13acb0514f3bc5112168c85a4e916eec205252cbbd2d80af021a8 -eo pid,comm 06:28:02 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). 06:28:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:28:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:28:02 [ssh-agent] Looking for ssh-agent implementation... 06:28:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:28:02 $ docker exec 4e7bb7e37bc13acb0514f3bc5112168c85a4e916eec205252cbbd2d80af021a8 ssh-agent 06:28:02 SSH_AUTH_SOCK=/tmp/ssh-kx6KbkQvvBkY/agent.32 06:28:02 SSH_AGENT_PID=38 06:28:02 Running ssh-add (command line suppressed) 06:28:02 Identity added: /w/workspace/edgex-go/431@tmp/private_key_8171497582041190878.key (/w/workspace/edgex-go/431@tmp/private_key_8171497582041190878.key) 06:28:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:28:03 + git tag --points-at HEAD [Pipeline] } 06:28:03 $ docker exec --env ******** --env ******** 4e7bb7e37bc13acb0514f3bc5112168c85a4e916eec205252cbbd2d80af021a8 ssh-agent -k 06:28:03 unset SSH_AUTH_SOCK; 06:28:03 unset SSH_AGENT_PID; 06:28:03 echo Agent pid 38 killed; 06:28:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:28:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:28:03 [ssh-agent] Looking for ssh-agent implementation... 06:28:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:28:03 $ docker exec 4e7bb7e37bc13acb0514f3bc5112168c85a4e916eec205252cbbd2d80af021a8 ssh-agent 06:28:03 SSH_AUTH_SOCK=/tmp/ssh-FR8d1jIjzzFP/agent.70 06:28:03 SSH_AGENT_PID=76 06:28:03 Running ssh-add (command line suppressed) 06:28:03 Identity added: /w/workspace/edgex-go/431@tmp/private_key_18252872426422730517.key (/w/workspace/edgex-go/431@tmp/private_key_18252872426422730517.key) 06:28:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:28:04 + git semver init 06:28:04 2023-03-01 06:28:04,297 [run_init] DEBUG init version:0.0.0 force:False 06:28:04 2023-03-01 06:28:04,298 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/431/.semver 06:28:04 2023-03-01 06:28:04,298 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/431/.semver 06:28:04 2023-03-01 06:28:04,298 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/431/.semver'], cwd=/w/workspace/edgex-go/431, universal_newlines=False, shell=None, istream=None) 06:28:09 2023-03-01 06:28:08,955 [append_file] DEBUG append to file:/w/workspace/edgex-go/431/.git/info/exclude 06:28:09 2023-03-01 06:28:08,956 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/431/.semver/main with force:False 06:28:09 2023-03-01 06:28:08,956 [read_version] DEBUG read version from /w/workspace/edgex-go/431/.semver/main 06:28:09 2023-03-01 06:28:08,956 [read_version] DEBUG read version from /w/workspace/edgex-go/431/.semver/main 06:28:09 3.0.0-dev.70 [Pipeline] } 06:28:09 $ docker exec --env ******** --env ******** 4e7bb7e37bc13acb0514f3bc5112168c85a4e916eec205252cbbd2d80af021a8 ssh-agent -k 06:28:09 unset SSH_AUTH_SOCK; 06:28:09 unset SSH_AGENT_PID; 06:28:09 echo Agent pid 76 killed; 06:28:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:28:10 + git semver [Pipeline] } 06:28:10 $ docker stop --time=1 4e7bb7e37bc13acb0514f3bc5112168c85a4e916eec205252cbbd2d80af021a8 06:28:11 $ docker rm -f --volumes 4e7bb7e37bc13acb0514f3bc5112168c85a4e916eec205252cbbd2d80af021a8 [Pipeline] // withDockerContainer [Pipeline] sh 06:28:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:28:12 Stashed 1 file(s) [Pipeline] echo 06:28:12 [edgeXSemver]: initialized semver on version 3.0.0-dev.70 [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 06:28:12 + git config --global --add safe.directory /w/workspace/edgex-go/431 [Pipeline] echo 06:28:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:28:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:28:12 ========================================================= 06:28:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 06:28:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:28:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 06:28:12 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 06:28:12 213ec9aee27d: Pulling fs layer 06:28:12 4583459ba037: Pulling fs layer 06:28:12 93c1e223e6f2: Pulling fs layer 06:28:12 53926ce57604: Pulling fs layer 06:28:12 21b2b0c7a3f4: Pulling fs layer 06:28:12 22ff95d597cd: Pulling fs layer 06:28:12 12d6caf4c0d1: Pulling fs layer 06:28:12 96b7cbca73a9: Pulling fs layer 06:28:12 a7acece74701: Pulling fs layer 06:28:12 53926ce57604: Waiting 06:28:12 21b2b0c7a3f4: Waiting 06:28:12 a7acece74701: Waiting 06:28:12 22ff95d597cd: Waiting 06:28:12 96b7cbca73a9: Waiting 06:28:12 12d6caf4c0d1: Waiting 06:28:12 93c1e223e6f2: Verifying Checksum 06:28:12 93c1e223e6f2: Download complete 06:28:12 4583459ba037: Verifying Checksum 06:28:12 4583459ba037: Download complete 06:28:12 21b2b0c7a3f4: Verifying Checksum 06:28:12 21b2b0c7a3f4: Download complete 06:28:12 22ff95d597cd: Verifying Checksum 06:28:12 22ff95d597cd: Download complete 06:28:12 213ec9aee27d: Download complete 06:28:12 12d6caf4c0d1: Verifying Checksum 06:28:13 213ec9aee27d: Pull complete 06:28:13 4583459ba037: Pull complete 06:28:13 93c1e223e6f2: Pull complete 06:28:13 a7acece74701: Verifying Checksum 06:28:13 a7acece74701: Download complete 06:28:13 53926ce57604: Verifying Checksum 06:28:13 53926ce57604: Download complete 06:28:13 96b7cbca73a9: Verifying Checksum 06:28:13 96b7cbca73a9: Download complete 06:28:17 53926ce57604: Pull complete 06:28:17 21b2b0c7a3f4: Pull complete 06:28:17 22ff95d597cd: Pull complete 06:28:17 12d6caf4c0d1: Pull complete 06:28:20 96b7cbca73a9: Pull complete 06:28:21 a7acece74701: Pull complete 06:28:21 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 06:28:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 06:28:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 06:28:21 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 06:28:21 WORKDIR /edgex 06:28:21 COPY go.mod . 06:28:21 RUN go mod download 06:28:21 + docker build -t ci-base-image-x86_64 -f - . 06:28:22 Sending build context to Docker daemon 170.5MB 06:28:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 06:28:22 ---> db6d94c90886 06:28:22 Step 2/4 : WORKDIR /edgex 06:28:25 ---> Running in 9fcb40512df0 06:28:25 Removing intermediate container 9fcb40512df0 06:28:25 ---> 9836f3f299ef 06:28:25 Step 3/4 : COPY go.mod . 06:28:25 ---> a8fccaa07bd3 06:28:25 Step 4/4 : RUN go mod download 06:28:25 ---> Running in c8f5a501777d 06:28:27 Still waiting to schedule task 06:28:27 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 06:28:37 Removing intermediate container c8f5a501777d 06:28:37 ---> 85442f43b7e8 06:28:37 Successfully built 85442f43b7e8 06:28:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:28:38 + docker inspect -f . ci-base-image-x86_64 06:28:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:28:38 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 06:28:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 06:28:38 $ docker top b308a478586c3b740f626aa375f9eb03c75967342ecdcdc7b3a39c9b2773bc28 -eo pid,comm [Pipeline] { [Pipeline] sh 06:28:38 + go version 06:28:38 go version go1.18.7 linux/amd64 [Pipeline] } 06:28:38 $ docker stop --time=1 b308a478586c3b740f626aa375f9eb03c75967342ecdcdc7b3a39c9b2773bc28 06:28:40 $ docker rm -f --volumes b308a478586c3b740f626aa375f9eb03c75967342ecdcdc7b3a39c9b2773bc28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:28:40 + docker inspect -f . ci-base-image-x86_64 06:28:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:28:40 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 06:28:40 $ 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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 06:28:41 $ docker top 3c7ae7711cd68f05b404e2e542260bdf321b44983053c93ce6cc7e2b733e2754 -eo pid,comm [Pipeline] { [Pipeline] echo 06:28:41 ========================================================= 06:28:41 [edgeXBuildGoParallel] Running Tests and Build... 06:28:41 ========================================================= [Pipeline] sh 06:28:41 + git config --global --add safe.directory /w/workspace/edgex-go/431 [Pipeline] fileExists [Pipeline] sh 06:28:41 + make test 06:28:41 go test -race -coverprofile=coverage.out ./... 06:28:48 ? github.com/edgexfoundry/edgex-go [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 06:29:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements 06:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:29:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.125s coverage: 98.5% of statements 06:29:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.143s coverage: 71.2% of statements 06:29:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 06:29:06 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 06:29:06 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 06:29:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.119s coverage: 54.0% of statements 06:29:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:29:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.963s coverage: 88.5% of statements 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.083s coverage: 3.9% of statements 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.462s coverage: 95.6% of statements 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/io 0.097s coverage: 72.2% of statements 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.056s coverage: 65.9% of statements 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.055s coverage: 0.9% of statements 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.109s coverage: 29.6% of statements 06:29:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.106s coverage: 82.9% of statements 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 06:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 06:29:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements 06:29:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.113s coverage: 44.8% of statements 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.365s coverage: 79.9% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.101s coverage: 92.9% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.041s coverage: 64.4% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 86.9% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 77.4% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.0% of statements 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.2% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.247s coverage: 63.1% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.337s coverage: 65.3% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.187s coverage: 41.0% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.155s coverage: 92.3% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 63.2% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:29:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.099s coverage: 97.7% of statements 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 06:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 06:29:31 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 06:29:53 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 06:29:53 go vet ./... 06:29:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:29:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:29:54 ./bin/test-attribution-txt.sh [Pipeline] echo 06:29:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 06:29:54 + ls -al . 06:29:54 total 744 06:29:54 drwxrwxr-x 11 1001 1001 4096 Mar 1 06:28 . 06:29:54 drwxr-xr-x 4 root root 4096 Mar 1 06:28 .. 06:29:54 drwxrwxr-x 2 1001 1001 4096 Mar 1 06:27 .blubracket 06:29:54 -rw-rw-r-- 1 1001 1001 16 Mar 1 06:27 .dockerignore 06:29:54 drwxrwxr-x 8 1001 1001 4096 Mar 1 06:29 .git 06:29:54 drwxrwxr-x 3 1001 1001 4096 Mar 1 06:27 .github 06:29:54 -rw-rw-r-- 1 1001 1001 1068 Mar 1 06:27 .gitignore 06:29:54 -rw-rw-r-- 1 1001 1001 42 Mar 1 06:27 .golangci.yml 06:29:54 -rw-rw-r-- 1 1001 1001 87 Mar 1 06:27 .hadolint.yml 06:29:54 drwxr-xr-x 3 1001 1001 4096 Mar 1 06:28 .semver 06:29:54 -rw-rw-r-- 1 1001 1001 166 Mar 1 06:27 .sonarcloud.properties 06:29:54 -rw-rw-r-- 1 1001 1001 1171 Mar 1 06:27 ADOPTERS.md 06:29:54 -rw-rw-r-- 1 1001 1001 10825 Mar 1 06:27 Attribution.txt 06:29:54 -rw-rw-r-- 1 1001 1001 73765 Mar 1 06:27 CHANGELOG.md 06:29:54 -rw-rw-r-- 1 1001 1001 3804 Mar 1 06:27 CONTRIBUTING.md 06:29:54 -rw-rw-r-- 1 1001 1001 677 Mar 1 06:27 GOVERNANCE.md 06:29:54 -rw-rw-r-- 1 1001 1001 883 Mar 1 06:27 Jenkinsfile 06:29:54 -rw-rw-r-- 1 1001 1001 10775 Mar 1 06:27 LICENSE 06:29:54 -rw-rw-r-- 1 1001 1001 14116 Mar 1 06:27 Makefile 06:29:54 -rw-rw-r-- 1 1001 1001 582 Mar 1 06:27 OWNERS.md 06:29:54 -rw-rw-r-- 1 1001 1001 9403 Mar 1 06:27 README.md 06:29:54 -rw-rw-r-- 1 1001 1001 6912 Mar 1 06:27 SECURITY.md 06:29:54 -rw-rw-r-- 1 1001 1001 12 Mar 1 06:28 VERSION 06:29:54 drwxrwxr-x 2 1001 1001 4096 Mar 1 06:27 bin 06:29:54 drwxrwxr-x 18 1001 1001 4096 Mar 1 06:27 cmd 06:29:54 -rw-r--r-- 1 root root 487670 Mar 1 06:29 coverage.out 06:29:54 -rw-rw-r-- 1 1001 1001 3296 Mar 1 06:27 go.mod 06:29:54 -rw-rw-r-- 1 1001 1001 31429 Mar 1 06:27 go.sum 06:29:54 drwxrwxr-x 7 1001 1001 4096 Mar 1 06:27 internal 06:29:54 drwxrwxr-x 3 1001 1001 4096 Mar 1 06:27 openapi 06:29:54 drwxrwxr-x 4 1001 1001 4096 Mar 1 06:27 snap 06:29:54 -rw-rw-r-- 1 1001 1001 204 Mar 1 06:27 version.go [Pipeline] sh 06:29:55 + '[' -e coverage.out ] 06:29:55 + chown 1001:1001 coverage.out [Pipeline] stash 06:29:55 Stashed 1 file(s) [Pipeline] sh 06:29:55 + make build 06:29:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 06:30:10 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:30:10 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 06:30:10 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:30:11 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:30:19 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:30:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:30:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:30:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:30:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:30:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 06:30:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:30:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 06:30:30 $ docker stop --time=1 3c7ae7711cd68f05b404e2e542260bdf321b44983053c93ce6cc7e2b733e2754 06:30:33 $ docker rm -f --volumes 3c7ae7711cd68f05b404e2e542260bdf321b44983053c93ce6cc7e2b733e2754 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:30:34 06:30:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:30:34 latest: Pulling from edgex-devops/edgex-compose 06:30:34 cbdbe7a5bc2a: Pulling fs layer 06:30:34 ca9280d653b3: Pulling fs layer 06:30:34 7e9c9ca2126c: Pulling fs layer 06:30:35 cbdbe7a5bc2a: Download complete 06:30:35 ca9280d653b3: Verifying Checksum 06:30:35 ca9280d653b3: Download complete 06:30:35 cbdbe7a5bc2a: Pull complete 06:30:35 7e9c9ca2126c: Download complete 06:30:35 ca9280d653b3: Pull complete 06:30:39 7e9c9ca2126c: Pull complete 06:30:39 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:30:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:30:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:30:39 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 06:30:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:30:40 $ docker top 1b445c19f673ec45902c462acc2d8148e5c20c23cbd8bfaee007c0fc02e7c2fc -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:41 + docker-compose build --help 06:30:41 + grep parallel 06:30:41 --parallel Build images in parallel. [Pipeline] } 06:30:41 $ docker stop --time=1 1b445c19f673ec45902c462acc2d8148e5c20c23cbd8bfaee007c0fc02e7c2fc 06:30:43 $ docker rm -f --volumes 1b445c19f673ec45902c462acc2d8148e5c20c23cbd8bfaee007c0fc02e7c2fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:30:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:30:43 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 06:30:43 $ 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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 06:30:44 $ docker top e0a74a817dabdd931915c6d033864cd0694c3ee269c66893fd3f5ba796daf8e2 -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:44 + docker-compose -f ./docker-compose-build.yml build --parallel 06:30:44 Building core-command ... 06:30:44 Building core-common-config-bootstrapper ... 06:30:44 Building core-data ... 06:30:44 Building core-metadata ... 06:30:44 Building security-bootstrapper ... 06:30:44 Building security-proxy-auth ... 06:30:44 Building security-proxy-setup ... 06:30:44 Building security-secretstore-setup ... 06:30:44 Building security-spiffe-token-provider ... 06:30:44 Building security-spire-agent ... 06:30:44 Building security-spire-config ... 06:30:44 Building security-spire-server ... 06:30:44 Building support-notifications ... 06:30:44 Building support-scheduler ... 06:30:44 Building security-proxy-setup 06:30:44 Building core-data 06:30:44 Building security-spire-agent 06:30:44 Building core-metadata 06:30:44 Building core-command 06:30:59 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:30:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:30:59 ---> 85442f43b7e8 06:30:59 Step 3/24 : WORKDIR /edgex-go 06:30:59 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:30:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:30:59 ---> 85442f43b7e8 06:30:59 Step 3/24 : ARG ADD_BUILD_TAGS="" 06:30:59 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:30:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:30:59 ---> 85442f43b7e8 06:30:59 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:30:59 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:30:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:30:59 ---> 85442f43b7e8 06:30:59 Step 3/21 : WORKDIR /edgex-go 06:30:59 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:30:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:30:59 ---> 85442f43b7e8 06:30:59 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:31:01 ---> Running in 68853183ecdb 06:31:01 ---> Running in 4653b046d9d3 06:31:01 ---> Running in cbb0325630a9 06:31:01 ---> Running in 0391333b9339 06:31:01 ---> Running in 70345ec5703d 06:31:01 Removing intermediate container 68853183ecdb 06:31:01 ---> 848b9a5f3406 06:31:01 Step 4/22 : WORKDIR /edgex-go 06:31:01 Removing intermediate container 4653b046d9d3 06:31:01 ---> 44d8ba46e7ee 06:31:01 Step 4/24 : WORKDIR /edgex-go 06:31:01 Removing intermediate container 70345ec5703d 06:31:01 ---> 3cc8d8cbf363 06:31:01 Step 4/23 : WORKDIR /edgex-go 06:31:01 Removing intermediate container cbb0325630a9 06:31:01 ---> f8b125944dfe 06:31:01 Step 4/21 : RUN apk add --update --no-cache make git 06:31:01 Removing intermediate container 0391333b9339 06:31:01 ---> 001bc0759d2e 06:31:01 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 06:31:01 ---> Running in 66b9b9b21b30 06:31:01 ---> Running in c33e0d1280f2 06:31:01 ---> Running in 99c2b0fe612c 06:31:01 ---> Running in d0ca7a12273e 06:31:01 ---> Running in 8d48d5dad240 06:31:01 Removing intermediate container 66b9b9b21b30 06:31:01 ---> d2b6e8309c21 06:31:01 Step 5/22 : RUN apk add --update --no-cache make git 06:31:01 ---> Running in 8eb426fa89c5 06:31:01 Removing intermediate container c33e0d1280f2 06:31:01 ---> d5105c742709 06:31:01 Step 5/24 : RUN apk add --update --no-cache make git 06:31:01 Removing intermediate container 99c2b0fe612c 06:31:01 ---> a3f505e5486e 06:31:01 Step 5/23 : RUN apk add --update --no-cache make git 06:31:01 ---> Running in 073990ae69e9 06:31:01 ---> Running in 85db5fe8f038 06:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:31:02 OK: 211 MiB in 51 packages 06:31:02 OK: 211 MiB in 51 packages 06:31:02 OK: 211 MiB in 51 packages 06:31:02 OK: 211 MiB in 51 packages 06:31:02 OK: 211 MiB in 51 packages 06:31:03 Removing intermediate container 073990ae69e9 06:31:03 ---> 79ea5b77678a 06:31:03 Step 6/24 : COPY go.mod vendor* ./ 06:31:03 Removing intermediate container d0ca7a12273e 06:31:03 ---> 6e9f3914ae5e 06:31:03 Step 5/21 : COPY go.mod vendor* ./ 06:31:03 Removing intermediate container 8d48d5dad240 06:31:03 ---> b480637d049c 06:31:03 Step 5/24 : COPY go.mod vendor* ./ 06:31:03 ---> 3e5ef5f0fbce 06:31:03 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:31:03 Removing intermediate container 8eb426fa89c5 06:31:03 ---> 7511d0403a76 06:31:03 Step 6/22 : COPY go.mod vendor* ./ 06:31:03 ---> Running in ca97c0df39cd 06:31:03 Removing intermediate container 85db5fe8f038 06:31:03 ---> c8497ef0831d 06:31:03 Step 6/23 : COPY go.mod vendor* ./ 06:31:03 ---> 06a4388c44fb 06:31:03 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:31:03 ---> Running in d8451ee8e07a 06:31:03 ---> d47b3cc8a87c 06:31:03 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:31:03 ---> Running in a3ff138f767b 06:31:03 ---> 91667d6b6f50 06:31:03 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:31:03 ---> Running in 5527e845ccc5 06:31:03 ---> 4934055e4efa 06:31:03 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:31:03 ---> Running in a87f984c7673 06:31:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7924 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 06:31:07 Running in /w/workspace/edgex-go/431 [Pipeline] { [Pipeline] checkout 06:31:07 The recommended git tool is: git 06:31:13 using credential edgex-jenkins-ssh 06:31:13 Cloning the remote Git repository 06:31:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:31:13 > git init /w/workspace/edgex-go/431 # timeout=10 06:31:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:31:13 > git --version # timeout=10 06:31:13 > git --version # 'git version 2.25.1' 06:31:13 using GIT_SSH to set credentials SSH Credentials for GitHub 06:31:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:31:30 Removing intermediate container 5527e845ccc5 06:31:30 ---> 8babb4df7c11 06:31:30 Step 8/22 : COPY . . 06:31:30 Removing intermediate container a3ff138f767b 06:31:30 ---> 80c0b729e50b 06:31:30 Step 7/24 : COPY . . 06:31:30 Removing intermediate container d8451ee8e07a 06:31:30 ---> b04e957a3895 06:31:30 Step 7/21 : COPY . . 06:31:30 Removing intermediate container ca97c0df39cd 06:31:30 ---> 4b9d667406f7 06:31:30 Step 8/24 : COPY . . 06:31:30 Removing intermediate container a87f984c7673 06:31:30 ---> e858423a0108 06:31:30 Step 8/23 : COPY . . 06:31:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:31:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:31:34 Avoid second fetch 06:31:34 Checking out Revision 78080ca1708ee51547bc9a18fc694bca820611e1 (main) 06:31:35 Commit message: "Merge pull request #4400 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v3-3.0.0-dev.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:31:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:31:36 % Total % Received % Xferd Average Speed Time Time Time Current 06:31:36 Dload Upload Total Spent Left Speed 06:31:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 84443 0 --:--:-- --:--:-- --:--:-- 84443 06:31:34 > git config core.sparsecheckout # timeout=10 06:31:34 > git checkout -f 78080ca1708ee51547bc9a18fc694bca820611e1 # timeout=10 [Pipeline] sh 06:31:36 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:31:37 + sudo tee /etc/docker/daemon.new 06:31:37 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:31:37 { 06:31:37 "registry-mirrors": [ 06:31:37 "https://nexus3.edgexfoundry.org:10001" 06:31:37 ], 06:31:37 "bip": "10.250.0.254/24", 06:31:37 "hosts": [ 06:31:37 "tcp://0.0.0.0:5555", 06:31:37 "unix:///var/run/docker.sock" 06:31:37 ], 06:31:37 "mtu": 1458, 06:31:37 "selinux-enabled": true, 06:31:37 "seccomp-profile": "/etc/docker/seccomp.json" 06:31:37 } [Pipeline] sh 06:31:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:31:37 + sudo service docker restart 06:31:42 ---> 17e924eb1317 06:31:42 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 06:31:42 ---> Running in c6a3a1d0eac3 06:31:42 ---> 6b170a3ba053 06:31:42 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 06:31:42 ---> 1e85b54a490e 06:31:42 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 06:31:42 ---> 2ac6e135fd19 06:31:42 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 06:31:42 ---> a1a10962f354 06:31:42 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:31:42 ---> Running in d3cc96e07818 06:31:42 ---> Running in 32a8c7b435d4 06:31:42 ---> Running in efdb593b1052 06:31:42 ---> Running in 40d427e1e44b 06:31:42 Removing intermediate container efdb593b1052 06:31:42 ---> 02fc8687c3a8 06:31:42 Step 9/24 : WORKDIR /edgex-go/spire-build 06:31:42 ---> Running in 517e83f3afc3 06:31:42 Removing intermediate container 517e83f3afc3 06:31:42 ---> aa74d966d5a1 06:31:42 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:31:42 ---> Running in 1cdc5df898b5 06:31:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:31:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 06:31:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:31:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 06:31:42 Removing intermediate container 1cdc5df898b5 06:31:42 ---> 282c4e7a3845 06:31:42 Step 11/24 : WORKDIR /edgex-go 06:31:42 ---> Running in 5df187be11ab 06:31:42 Removing intermediate container 5df187be11ab 06:31:42 ---> 5d40896b11a4 06:31:42 06:31:42 Step 12/24 : FROM alpine:3.15 06:31:42 3.15: Pulling from library/alpine 06:31:43 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 06:31:43 Status: Downloaded newer image for alpine:3.15 06:31:43 ---> 5ce65d7b0fde 06:31:43 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:31:43 ---> Running in fdda3ee1ccdf 06:31:43 Removing intermediate container fdda3ee1ccdf 06:31:43 ---> 07b7d4be62d4 06:31:43 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:31:43 ---> Running in 41348dbc910c 06:31:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:31:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:31:44 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 06:31:44 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 06:31:44 OK: 15857 distinct packages available 06:31:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:31:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:31:44 (1/5) Installing dumb-init (1.2.5-r1) 06:31:44 (2/5) Installing musl-obstack (1.2.3-r0) 06:31:44 (3/5) Installing libucontext (1.1-r0) 06:31:44 (4/5) Installing gcompat (1.0.0-r4) 06:31:44 (5/5) Installing openssl (1.1.1t-r1) 06:31:44 Executing busybox-1.34.1-r7.trigger 06:31:44 OK: 7 MiB in 19 packages 06:31:45 Removing intermediate container 41348dbc910c 06:31:45 ---> 47f6245a017c 06:31:45 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 06:31:48 ---> e0824fd9ff7f 06:31:48 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:31:50 ---> 88d63d722d89 06:31:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:31:51 ---> 5edca9bb877a 06:31:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:31:52 ---> ca7c7023e57c 06:31:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:31:52 ---> aacd0b8a4243 06:31:52 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:31:52 ---> Running in 89674ae67fb8 06:31:53 Removing intermediate container 89674ae67fb8 06:31:53 ---> 4a55e40b84cd 06:31:53 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:31:53 ---> Running in f6a46b46a35c 06:31:54 Removing intermediate container f6a46b46a35c 06:31:54 ---> 5d3303a43685 06:31:54 Step 22/24 : LABEL arch=x86_64 06:31:54 ---> Running in 1ea7312339a2 06:31:54 Removing intermediate container 1ea7312339a2 06:31:54 ---> 331279b0611f 06:31:54 Step 23/24 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:31:54 ---> Running in f0d8117ef761 06:31:55 Removing intermediate container f0d8117ef761 06:31:55 ---> f9dcc05daea1 06:31:55 Step 24/24 : LABEL version=3.0.0-dev.70 06:31:56 ---> Running in dfa48b31f550 06:31:56 Removing intermediate container dfa48b31f550 06:31:56 ---> c631df8e2f9d 06:31:56 06:31:56 Successfully built c631df8e2f9d 06:31:56 Successfully tagged security-spire-agent:latest 06:31:56  Building security-spire-agent ... done Building security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:31:58 provisioning config files... 06:31:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/431@tmp/config15810345502724349936tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:31:58 ---> docker-login.sh 06:31:58 nexus3.edgexfoundry.org:10001 06:31:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:59 Configure a credential helper to remove this warning. See 06:31:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:59 06:31:59 Login Succeeded 06:31:59 nexus3.edgexfoundry.org:10002 06:31:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:59 Configure a credential helper to remove this warning. See 06:31:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:59 06:31:59 Login Succeeded 06:31:59 nexus3.edgexfoundry.org:10003 06:31:59 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:31:59 Step 2/19 : FROM ${BUILDER_BASE} AS builder 06:31:59 ---> 85442f43b7e8 06:31:59 Step 3/19 : WORKDIR /edgex-go 06:31:59 ---> Using cache 06:31:59 ---> 001bc0759d2e 06:31:59 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 06:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:00 Configure a credential helper to remove this warning. See 06:32:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:00 06:32:00 Login Succeeded 06:32:00 nexus3.edgexfoundry.org:10004 06:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:00 Configure a credential helper to remove this warning. See 06:32:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:00 06:32:00 Login Succeeded 06:32:00 docker.io 06:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:00 Configure a credential helper to remove this warning. See 06:32:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:00 06:32:00 Login Succeeded 06:32:00 ---> docker-login.sh ends [Pipeline] } 06:32:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 06:32:01 + git config --global --add safe.directory /w/workspace/edgex-go/431 [Pipeline] echo 06:32:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:32:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:32:01 ========================================================= 06:32:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 06:32:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:32:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 06:32:02 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:32:02 9b18e9b68314: Pulling fs layer 06:32:02 35d82f9e3411: Pulling fs layer 06:32:02 e16973657156: Pulling fs layer 06:32:02 fc693d55d65f: Pulling fs layer 06:32:02 7e9fc2657dce: Pulling fs layer 06:32:02 dda99020689f: Pulling fs layer 06:32:02 db1c61fa0a46: Pulling fs layer 06:32:02 891c053d2c06: Pulling fs layer 06:32:02 7e9fc2657dce: Waiting 06:32:02 dda99020689f: Waiting 06:32:02 db1c61fa0a46: Waiting 06:32:02 891c053d2c06: Waiting 06:32:02 fc693d55d65f: Waiting 06:32:02 e16973657156: Download complete 06:32:02 35d82f9e3411: Verifying Checksum 06:32:02 7e9fc2657dce: Download complete 06:32:02 dda99020689f: Verifying Checksum 06:32:02 dda99020689f: Download complete 06:32:02 9b18e9b68314: Verifying Checksum 06:32:03 9b18e9b68314: Pull complete 06:32:03 891c053d2c06: Verifying Checksum 06:32:03 891c053d2c06: Download complete 06:32:03 35d82f9e3411: Pull complete 06:32:03 e16973657156: Pull complete 06:32:04 db1c61fa0a46: Verifying Checksum 06:32:04 db1c61fa0a46: Download complete 06:32:05 fc693d55d65f: Verifying Checksum 06:32:05 fc693d55d65f: Download complete 06:32:05 ---> Running in f8ab56109836 06:32:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:32:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:32:06 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 06:32:06 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 06:32:06 OK: 17046 distinct packages available 06:32:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:32:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:32:07 OK: 211 MiB in 51 packages 06:32:08 Removing intermediate container f8ab56109836 06:32:08 ---> f60c8246ba00 06:32:08 Step 5/19 : COPY go.mod vendor* ./ 06:32:09 ---> 5babfc17728e 06:32:09 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:32:09 ---> Running in da7a01f4a7c8 06:32:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 06:32:17 fc693d55d65f: Pull complete 06:32:17 7e9fc2657dce: Pull complete 06:32:17 dda99020689f: Pull complete 06:32:21 db1c61fa0a46: Pull complete 06:32:22 Removing intermediate container 40d427e1e44b 06:32:22 ---> d3369f2746ec 06:32:22 06:32:22 Step 9/21 : FROM alpine:3.16 06:32:22 Removing intermediate container c6a3a1d0eac3 06:32:22 ---> a1cf5a0b7dac 06:32:22 06:32:22 Step 10/24 : FROM alpine:3.16 06:32:22 3.16: Pulling from library/alpine 06:32:23 3.16: Pulling from library/alpine 06:32:23 Removing intermediate container 32a8c7b435d4 06:32:23 ---> edb7ab164ead 06:32:23 06:32:23 Step 10/23 : FROM alpine:3.16 06:32:23 Removing intermediate container d3cc96e07818 06:32:23 ---> 164f391db411 06:32:23 06:32:23 Step 10/22 : FROM alpine:3.16 06:32:24 3.16: Pulling from library/alpine 06:32:24 3.16: Pulling from library/alpine 06:32:24 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 06:32:24 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 06:32:24 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 06:32:24 Status: Downloaded newer image for alpine:3.16 06:32:24 Status: Image is up to date for alpine:3.16 06:32:24 Status: Downloaded newer image for alpine:3.16 06:32:24 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 06:32:24 Status: Image is up to date for alpine:3.16 06:32:24 ---> dfd21b5a31f5 06:32:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:32:24 ---> dfd21b5a31f5 06:32:24 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 06:32:24 ---> dfd21b5a31f5 06:32:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:32:24 ---> dfd21b5a31f5 06:32:24 Step 11/24 : RUN apk add --update --no-cache dumb-init 06:32:25 891c053d2c06: Pull complete 06:32:25 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 06:32:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 06:32:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 06:32:25 + docker build -t ci-base-image-arm64 -f+ - . 06:32:25 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 06:32:25 WORKDIR /edgex 06:32:25 COPY go.mod . 06:32:25 RUN go mod download 06:32:25 ---> Running in 98b1b9bcea82 06:32:25 ---> Running in 423f0305b2c1 06:32:25 ---> Running in 0a1fe2375555 06:32:25 ---> Running in c5582011d432 06:32:25 Removing intermediate container 98b1b9bcea82 06:32:25 ---> a347bb2535aa 06:32:25 Step 12/22 : ENV APP_PORT=59880 06:32:25 ---> Running in 0bb4bd794f28 06:32:26 Sending build context to Docker daemon 3.118MB 06:32:26 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 06:32:26 ---> f96f9c87975a 06:32:26 Step 2/4 : WORKDIR /edgex 06:32:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:32:26 Removing intermediate container 0bb4bd794f28 06:32:26 ---> bbc154d501eb 06:32:26 Step 13/22 : EXPOSE $APP_PORT 06:32:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:32:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:32:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:32:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:32:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:32:26 ---> Running in 49b3d21e17ef 06:32:26 (1/1) Installing dumb-init (1.2.5-r1) 06:32:26 Executing busybox-1.35.0-r17.trigger 06:32:26 OK: 6 MiB in 15 packages 06:32:26 (1/6) Installing ca-certificates (20220614-r0) 06:32:26 (1/1) Installing dumb-init (1.2.5-r1) 06:32:26 Executing busybox-1.35.0-r17.trigger 06:32:26 OK: 6 MiB in 15 packages 06:32:26 (2/6) Installing brotli-libs (1.0.9-r6) 06:32:26 (3/6) Installing nghttp2-libs (1.47.0-r0) 06:32:26 (4/6) Installing libcurl (7.83.1-r6) 06:32:26 (5/6) Installing curl (7.83.1-r6) 06:32:26 (6/6) Installing dumb-init (1.2.5-r1) 06:32:26 Executing busybox-1.35.0-r17.trigger 06:32:26 Executing ca-certificates-20220614-r0.trigger 06:32:27 Removing intermediate container 49b3d21e17ef 06:32:27 ---> 6b024f00d154 06:32:27 Step 14/22 : RUN apk add --update --no-cache dumb-init 06:32:27 OK: 8 MiB in 20 packages 06:32:27 ---> Running in 24d0592de7c0 06:32:27 ---> Running in f5c10e3e1398 06:32:28 Removing intermediate container 423f0305b2c1 06:32:28 ---> 208c8d5bb903 06:32:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:32:28 Removing intermediate container f5c10e3e1398 06:32:28 ---> 6ea8f89939cb 06:32:28 Step 3/4 : COPY go.mod . 06:32:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:32:28 ---> Running in 9a02db1e698e 06:32:28 Removing intermediate container c5582011d432 06:32:28 ---> 1f763e81b1d2 06:32:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:32:28 Removing intermediate container 0a1fe2375555 06:32:28 ---> fd7e000406e8 06:32:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:32:28 ---> Running in 9b6e3fdf3718 06:32:28 Removing intermediate container 9a02db1e698e 06:32:28 ---> 615bf656f821 06:32:28 Step 13/24 : ENV APP_PORT=59881 06:32:28 ---> Running in 8fc55f4dcead 06:32:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:32:28 ---> Running in be1f598d883e 06:32:28 ---> 7a47c2f181ba 06:32:28 Step 4/4 : RUN go mod download 06:32:28 ---> Running in f898999504df 06:32:29 Removing intermediate container 9b6e3fdf3718 06:32:29 ---> 216161a90fc2 06:32:29 Step 13/23 : ENV APP_PORT=59882 06:32:29 ---> Running in 2d222bc29e9f 06:32:29 Removing intermediate container 8fc55f4dcead 06:32:29 ---> a0844568adda 06:32:29 Step 12/21 : WORKDIR /edgex 06:32:29 Removing intermediate container be1f598d883e 06:32:29 ---> 80509a1158a1 06:32:29 Step 14/24 : EXPOSE $APP_PORT 06:32:29 ---> Running in 75bcaf351592 06:32:29 ---> Running in ee380229df75 06:32:29 Removing intermediate container 2d222bc29e9f 06:32:29 ---> 47091c4706a9 06:32:29 Step 14/23 : EXPOSE $APP_PORT 06:32:29 (1/1) Installing dumb-init (1.2.5-r1) 06:32:29 Executing busybox-1.35.0-r17.trigger 06:32:29 OK: 6 MiB in 15 packages 06:32:29 ---> Running in 10be09084409 06:32:29 Removing intermediate container 75bcaf351592 06:32:29 ---> cccf989341ca 06:32:29 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:32:29 Removing intermediate container ee380229df75 06:32:29 ---> 91f73e72bdc6 06:32:29 Step 15/24 : WORKDIR / 06:32:29 Removing intermediate container 10be09084409 06:32:29 ---> a3a8b6e81882 06:32:29 Step 15/23 : WORKDIR / 06:32:29 ---> Running in e860fd645f00 06:32:29 ---> Running in 8bfb050c039d 06:32:29 ---> da8db2bb0241 06:32:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:32:29 Removing intermediate container 24d0592de7c0 06:32:29 ---> 88c34d355faf 06:32:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:32:29 Removing intermediate container e860fd645f00 06:32:29 ---> 101dd0d115ef 06:32:29 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 06:32:30 Removing intermediate container 8bfb050c039d 06:32:30 ---> 3e0b8c52c2bd 06:32:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:32:31 ---> 9a532835e3f1 06:32:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:32:31 ---> e3ab9dcf60ac 06:32:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:32:31 ---> 272386a041da 06:32:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:32:31 ---> 049baf4c6161 06:32:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:32:32 ---> eceb60e02e0a 06:32:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:32:32 ---> 7b60a4295d4f 06:32:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:32:32 ---> 56cfe5b2a2af 06:32:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:32:32 ---> f569cce2db56 06:32:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:32:32 ---> 19d5a360658e 06:32:32 Step 18/22 : ENTRYPOINT ["/core-data"] 06:32:32 ---> 37368f460102 06:32:32 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:32:32 ---> 3682d1427b8d 06:32:32 Step 19/23 : ENTRYPOINT ["/core-command"] 06:32:32 ---> a08b8474c4d2 06:32:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 06:32:32 ---> Running in 079a40b9a3e9 06:32:33 ---> Running in a23c58c57ce8 06:32:33 ---> Running in ae7b143b42eb 06:32:33 Removing intermediate container 079a40b9a3e9 06:32:33 ---> d49a3ff78881 06:32:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:32:33 Removing intermediate container ae7b143b42eb 06:32:33 ---> 757ea34ab4ab 06:32:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:32:33 ---> fc37987ad254 06:32:33 Step 20/24 : ENTRYPOINT ["/core-metadata"] 06:32:33 ---> Running in 5c9cf8e57c8b 06:32:33 ---> Running in b5a7fc178125 06:32:33 ---> Running in f32e6df679f0 06:32:33 Removing intermediate container 5c9cf8e57c8b 06:32:33 ---> a22c96d6ed19 06:32:33 Step 21/23 : LABEL arch=x86_64 06:32:33 Removing intermediate container f32e6df679f0 06:32:33 ---> 0dd0ff562ec7 06:32:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:32:33 Removing intermediate container b5a7fc178125 06:32:33 ---> 14ef2f7bf780 06:32:33 Step 20/22 : LABEL arch=x86_64 06:32:33 ---> Running in e52e82c98188 06:32:33 ---> Running in 25358629c367 06:32:33 ---> Running in dde445bbd2e4 06:32:33 Removing intermediate container da7a01f4a7c8 06:32:33 ---> d20d03c02048 06:32:33 Step 7/19 : COPY . . 06:32:37 Removing intermediate container e52e82c98188 06:32:37 ---> 86b4c7a8d8be 06:32:37 Step 21/22 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:32:37 Removing intermediate container 25358629c367 06:32:37 ---> 6c74bab613f9 06:32:37 Step 22/23 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:32:37 Removing intermediate container dde445bbd2e4 06:32:37 ---> 331f7cbca741 06:32:37 Step 22/24 : LABEL arch=x86_64 06:32:37 Removing intermediate container a23c58c57ce8 06:32:37 ---> 4a97943afd7b 06:32:37 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 06:32:37 ---> Running in 0e598c9f3a87 06:32:37 ---> Running in e81fc860c4b3 06:32:37 ---> Running in 110907e865aa 06:32:37 ---> Running in 308feef647f1 06:32:37 ---> e77f99c95b4b 06:32:37 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:32:37 ---> Running in fd4318b278c1 06:32:37 Removing intermediate container 0e598c9f3a87 06:32:37 ---> e470824efa04 06:32:37 Step 23/23 : LABEL version=3.0.0-dev.70 06:32:37 Removing intermediate container 110907e865aa 06:32:37 ---> ddea1af2135d 06:32:37 Step 23/24 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:32:37 Removing intermediate container 308feef647f1 06:32:37 ---> 48736083dc48 06:32:37 Step 19/21 : LABEL arch=x86_64 06:32:37 Removing intermediate container e81fc860c4b3 06:32:37 ---> 18532f1dbdcf 06:32:37 Step 22/22 : LABEL version=3.0.0-dev.70 06:32:37 ---> Running in 3aead03b11d5 06:32:37 ---> Running in 9196c3eee25b 06:32:37 ---> Running in e1d3433b189a 06:32:37 ---> Running in 6456d691f1c9 06:32:37 Removing intermediate container 3aead03b11d5 06:32:37 ---> d9fe9ea96dcd 06:32:37 06:32:37 Removing intermediate container 9196c3eee25b 06:32:37 ---> 11464cf2162e 06:32:37 Step 24/24 : LABEL version=3.0.0-dev.70 06:32:37 Removing intermediate container e1d3433b189a 06:32:37 ---> 561463875ba1 06:32:37 Step 20/21 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:32:37 Removing intermediate container 6456d691f1c9 06:32:37 ---> a1135eaa9ee1 06:32:37 06:32:37 ---> Running in c09ad76d9050 06:32:37 ---> Running in 0f072ba7e353 06:32:37 Successfully built d9fe9ea96dcd 06:32:37 Successfully tagged core-command:latest 06:32:37  Building core-command ... done Building support-notifications 06:32:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:32:37 Successfully built a1135eaa9ee1 06:32:37 Successfully tagged core-data:latest 06:32:37  Building core-data ... done Building security-proxy-auth 06:32:37 Removing intermediate container c09ad76d9050 06:32:37 ---> 1794270588b9 06:32:37 06:32:37 Removing intermediate container 0f072ba7e353 06:32:37 ---> 8ded51c27ab3 06:32:37 Step 21/21 : LABEL version=3.0.0-dev.70 06:32:37 ---> Running in f3f293af691b 06:32:37 Successfully built 1794270588b9 06:32:38 Successfully tagged core-metadata:latest 06:32:38  Building core-metadata ... done Building security-bootstrapper 06:32:38 Removing intermediate container f3f293af691b 06:32:38 ---> 0c76d5ffbb18 06:32:38 06:32:38 Successfully built 0c76d5ffbb18 06:32:38 Successfully tagged security-proxy-setup:latest 06:32:38 Building security-secretstore-setup 06:32:50  Building security-proxy-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:32:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:32:50 ---> 85442f43b7e8 06:32:50 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:32:50 ---> Using cache 06:32:50 ---> 3cc8d8cbf363 06:32:50 Step 4/22 : WORKDIR /edgex-go 06:32:50 ---> Using cache 06:32:50 ---> a3f505e5486e 06:32:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:32:50 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:32:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:32:50 ---> 85442f43b7e8 06:32:50 Step 3/24 : WORKDIR /edgex-go 06:32:50 ---> Using cache 06:32:50 ---> 001bc0759d2e 06:32:50 Step 4/24 : RUN apk add --update --no-cache make git 06:32:50 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:32:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:32:50 ---> 85442f43b7e8 06:32:50 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:32:50 ---> Using cache 06:32:50 ---> 3cc8d8cbf363 06:32:50 Step 4/22 : WORKDIR /edgex-go 06:32:50 ---> Using cache 06:32:50 ---> a3f505e5486e 06:32:50 Step 5/22 : RUN apk add --update --no-cache make git 06:32:50 ---> Using cache 06:32:50 ---> c8497ef0831d 06:32:50 Step 6/22 : COPY go.mod vendor* ./ 06:32:50 ---> Using cache 06:32:50 ---> 4934055e4efa 06:32:50 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:32:50 ---> Using cache 06:32:50 ---> e858423a0108 06:32:50 Step 8/22 : COPY . . 06:32:50 ---> Using cache 06:32:50 ---> 6b170a3ba053 06:32:50 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 06:32:50 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:32:50 Step 2/32 : FROM ${BUILDER_BASE} AS builder 06:32:50 ---> 85442f43b7e8 06:32:50 Step 3/32 : WORKDIR /edgex-go 06:32:50 ---> Using cache 06:32:50 ---> 001bc0759d2e 06:32:50 Step 4/32 : RUN apk add --update --no-cache make git 06:33:01 Removing intermediate container f898999504df 06:33:01 ---> f3ef7acb9107 06:33:01 Successfully built f3ef7acb9107 06:33:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:01 + docker inspect -f . ci-base-image-arm64 06:33:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:33:01 prd-ubuntu20.04-docker-arm64-4c-16g-7924 does not seem to be running inside a container 06:33:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 06:33:03 $ docker top 9ad4d44f5ac688f703f4389e8ee69180862ee0e3f1c27365804cd5a5f427b1ee -eo pid,comm 06:33:03 ---> Running in ddc479074b72 06:33:03 ---> Running in 63f81bb22d57 06:33:03 ---> Running in 68c2e10f66ef 06:33:03 ---> Running in 50a195ffd83b 06:33:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:33:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:33:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:33:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:33:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:33:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:33:03 OK: 211 MiB in 51 packages [Pipeline] { [Pipeline] sh 06:33:03 OK: 211 MiB in 51 packages 06:33:03 + go version 06:33:03 go version go1.18.7 linux/arm64 [Pipeline] } 06:33:04 $ docker stop --time=1 9ad4d44f5ac688f703f4389e8ee69180862ee0e3f1c27365804cd5a5f427b1ee 06:33:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:33:04 OK: 211 MiB in 51 packages 06:33:05 $ docker rm -f --volumes 9ad4d44f5ac688f703f4389e8ee69180862ee0e3f1c27365804cd5a5f427b1ee [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] { 06:33:05 Removing intermediate container ddc479074b72 06:33:05 ---> 130f8a9f54ec 06:33:05 Step 5/24 : COPY go.mod vendor* ./ 06:33:05 Removing intermediate container fd4318b278c1 06:33:05 ---> 3974dcc6c652 06:33:05 06:33:05 Step 9/19 : FROM alpine:3.15 06:33:05 ---> 5ce65d7b0fde 06:33:05 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:33:05 ---> Using cache 06:33:05 ---> 07b7d4be62d4 06:33:05 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:06 Removing intermediate container 50a195ffd83b 06:33:06 ---> c47b9da65ccd 06:33:06 Step 5/32 : COPY go.mod vendor* ./ 06:33:06 Removing intermediate container 68c2e10f66ef 06:33:06 ---> 4699ebe68a0b 06:33:06 Step 6/22 : COPY go.mod vendor* ./ 06:33:06 ---> Running in 4ea8a7037697 06:33:06 ---> 40ea98007e08 06:33:06 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:33:06 ---> Running in 0f0ab04bc53f 06:33:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:33:06 06:33:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:06 ---> 1481e5150a4d 06:33:06 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:33:06 ---> 3cff60f80bd5 06:33:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:33:06 ---> Running in d48a4932d43c 06:33:06 ---> Running in 227aaf8acaa2 06:33:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:33:06 latest: Pulling from edgex-devops/edgex-compose-arm64 06:33:06 29e5d40040c1: Pulling fs layer 06:33:06 1ce36da41761: Pulling fs layer 06:33:06 25b303627fd3: Pulling fs layer 06:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:33:06 29e5d40040c1: Verifying Checksum 06:33:06 29e5d40040c1: Download complete 06:33:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:33:07 1ce36da41761: Verifying Checksum 06:33:07 1ce36da41761: Download complete 06:33:07 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 06:33:07 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 06:33:07 OK: 15857 distinct packages available 06:33:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:33:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:33:07 29e5d40040c1: Pull complete 06:33:07 (1/9) Installing ca-certificates (20220614-r0) 06:33:07 (2/9) Installing brotli-libs (1.0.9-r5) 06:33:07 (3/9) Installing nghttp2-libs (1.46.0-r0) 06:33:07 (4/9) Installing libcurl (7.80.0-r6) 06:33:07 (5/9) Installing curl (7.80.0-r6) 06:33:07 (6/9) Installing dumb-init (1.2.5-r1) 06:33:07 (7/9) Installing musl-obstack (1.2.3-r0) 06:33:07 (8/9) Installing libucontext (1.1-r0) 06:33:07 (9/9) Installing gcompat (1.0.0-r4) 06:33:07 Executing busybox-1.34.1-r7.trigger 06:33:07 Executing ca-certificates-20220614-r0.trigger 06:33:07 OK: 8 MiB in 23 packages 06:33:08 1ce36da41761: Pull complete 06:33:08 25b303627fd3: Verifying Checksum 06:33:08 25b303627fd3: Download complete 06:33:08 Removing intermediate container 4ea8a7037697 06:33:08 ---> 76bb658b7d15 06:33:08 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 06:33:09 ---> 8d719964b20b 06:33:09 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:33:10 ---> f0971a9b4e0e 06:33:10 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 06:33:10 ---> 72e2fb33ae11 06:33:10 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 06:33:10 ---> Running in d7e09b164d49 06:33:10 Removing intermediate container d7e09b164d49 06:33:10 ---> 92b6e95a52a4 06:33:10 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:33:10 ---> Running in e2a19696f358 06:33:12 Removing intermediate container e2a19696f358 06:33:12 ---> 274216f74fd8 06:33:12 Step 17/19 : LABEL arch=x86_64 06:33:15 ---> Running in 79b63a936c8c 06:33:18 25b303627fd3: Pull complete 06:33:18 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:33:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:33:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:33:19 prd-ubuntu20.04-docker-arm64-4c-16g-7924 does not seem to be running inside a container 06:33:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:33:21 $ docker top 5e154181c64692f92daf2ced4e3a3be80017791e1f97951d1a44cbab20970c6b -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:22 Removing intermediate container 79b63a936c8c 06:33:22 ---> 12f2916bb9df 06:33:22 Step 18/19 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:33:22 ---> Running in e3aa54e14240 06:33:22 + + docker-composegrep build parallel --help 06:33:22 06:33:22 Removing intermediate container e3aa54e14240 06:33:22 ---> 10ff42a733e9 06:33:22 Step 19/19 : LABEL version=3.0.0-dev.70 06:33:23 ---> Running in 824941aef2de 06:33:27 --parallel Build images in parallel. [Pipeline] } 06:33:28 $ docker stop --time=1 5e154181c64692f92daf2ced4e3a3be80017791e1f97951d1a44cbab20970c6b 06:33:30 $ docker rm -f --volumes 5e154181c64692f92daf2ced4e3a3be80017791e1f97951d1a44cbab20970c6b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:31 Removing intermediate container 824941aef2de 06:33:31 ---> d68aa0d7e971 06:33:31 06:33:31 Successfully built d68aa0d7e971 06:33:31 Successfully tagged security-spiffe-token-provider:latest 06:33:31  Building security-spiffe-token-provider ... done Building support-scheduler 06:33:31 Removing intermediate container 63f81bb22d57 06:33:31 ---> c5f904eab9f3 06:33:31 06:33:31 Step 10/22 : FROM alpine:3.16 06:33:31 ---> dfd21b5a31f5 06:33:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:33:31 ---> Running in 5cc20c2b955e 06:33:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:33:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:33:31 Removing intermediate container 0f0ab04bc53f 06:33:31 ---> 87406d94c576 06:33:31 Step 7/24 : COPY . . 06:33:31 prd-ubuntu20.04-docker-arm64-4c-16g-7924 does not seem to be running inside a container 06:33: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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 06:33:32 Removing intermediate container 227aaf8acaa2 06:33:32 ---> 994296886fd4 06:33:32 Step 8/22 : COPY . . 06:33:32 Removing intermediate container d48a4932d43c 06:33:32 ---> 41307ed89390 06:33:32 Step 7/32 : COPY . . 06:33:32 $ docker top e2d52b7f23d1d301e5695cf1750169b644d0f08c9ac791df93b2bd167cede345 -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:33 Removing intermediate container 5cc20c2b955e 06:33:33 ---> 608f545a551a 06:33:33 Step 12/22 : RUN apk add --update --no-cache dumb-init 06:33:33 + docker-compose -f ./docker-compose-build.yml build --parallel 06:33:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:33:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:33:34 ---> 85442f43b7e8 06:33:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:33:34 ---> Using cache 06:33:34 ---> 3cc8d8cbf363 06:33:34 Step 4/22 : WORKDIR /edgex-go 06:33:34 ---> Using cache 06:33:34 ---> a3f505e5486e 06:33:34 Step 5/22 : RUN apk add --update --no-cache make git 06:33:34 ---> Using cache 06:33:34 ---> c8497ef0831d 06:33:34 Step 6/22 : COPY go.mod vendor* ./ 06:33:34 ---> Using cache 06:33:34 ---> 4934055e4efa 06:33:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:33:34 ---> Using cache 06:33:34 ---> e858423a0108 06:33:34 Step 8/22 : COPY . . 06:33:34 ---> Using cache 06:33:34 ---> 6b170a3ba053 06:33:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:33:39 Building core-command ... 06:33:39 Building core-common-config-bootstrapper ... 06:33:39 Building core-data ... 06:33:39 Building core-metadata ... 06:33:39 Building security-bootstrapper ... 06:33:39 Building security-proxy-auth ... 06:33:39 Building security-proxy-setup ... 06:33:39 Building security-secretstore-setup ... 06:33:39 Building security-spiffe-token-provider ... 06:33:39 Building security-spire-agent ... 06:33:39 Building security-spire-config ... 06:33:39 Building security-spire-server ... 06:33:39 Building support-notifications ... 06:33:39 Building support-scheduler ... 06:33:39 Building security-proxy-setup 06:33:39 Building security-spire-server 06:33:39 Building security-bootstrapper 06:33:39 Building security-spiffe-token-provider 06:33:39 Building support-scheduler 06:33:42 ---> Running in 4b00622ce53e 06:33:42 ---> Running in 801fc80e8529 06:33:42 ---> 7c92796ee63e 06:33:42 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:33:42 ---> 3bbb0051ddb9 06:33:42 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:33:42 ---> 28a3d041855d 06:33:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:33:42 ---> Running in e3e20222c139 06:33:42 ---> Running in c3eb6bb94598 06:33:42 ---> Running in 7237c56d79ff 06:33:42 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:33:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:33:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:33:42 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:33:42 (1/1) Installing dumb-init (1.2.5-r1) 06:33:42 Executing busybox-1.35.0-r17.trigger 06:33:42 OK: 6 MiB in 15 packages 06:33:43 Removing intermediate container 801fc80e8529 06:33:43 ---> 2a167a97d49c 06:33:43 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:33:43 ---> d144b553132d 06:33:43 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:33:44 ---> 8d57c34cb7a7 06:33:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 06:33:44 ---> 384166b67b8f 06:33:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:33:44 ---> 2f0989282cb8 06:33:44 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:33:44 ---> Running in 47efd2ceb338 06:33:46 Removing intermediate container 47efd2ceb338 06:33:46 ---> 145da94846ac 06:33:46 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 06:33:46 ---> Running in 3d7da3dc30c0 06:33:46 Removing intermediate container 3d7da3dc30c0 06:33:46 ---> 06bdea94cf76 06:33:46 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 06:33:46 ---> Running in ee8f4d8564d3 06:33:47 Removing intermediate container ee8f4d8564d3 06:33:47 ---> e0c938cd2780 06:33:47 Step 20/22 : LABEL arch=x86_64 06:33:47 ---> Running in f09bc6326687 06:33:47 Removing intermediate container f09bc6326687 06:33:47 ---> cc9130a074e5 06:33:47 Step 21/22 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:33:47 ---> Running in e61595d374be 06:33:47 Removing intermediate container e61595d374be 06:33:47 ---> 5210dcaa5231 06:33:47 Step 22/22 : LABEL version=3.0.0-dev.70 06:33:47 ---> Running in 8b6dd523f70e 06:33:48 Removing intermediate container 8b6dd523f70e 06:33:48 ---> d294abf61140 06:33:48 06:33:48 Successfully built d294abf61140 06:33:48 Successfully tagged security-proxy-auth:latest 06:33:48  Building security-proxy-auth ... done Building core-common-config-bootstrapper 06:33:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:33:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:33:51 ---> f3ef7acb9107 06:33:51 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:33:51 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:33:51 Step 2/32 : FROM ${BUILDER_BASE} AS builder 06:33:51 ---> f3ef7acb9107 06:33:51 Step 3/32 : WORKDIR /edgex-go 06:33:51 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:33:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:33:51 ---> f3ef7acb9107 06:33:51 Step 3/23 : WORKDIR /edgex-go 06:33:51 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:33:51 Step 2/19 : FROM ${BUILDER_BASE} AS builder 06:33:51 ---> f3ef7acb9107 06:33:51 Step 3/19 : WORKDIR /edgex-go 06:33:51 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:33:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:33:51 ---> f3ef7acb9107 06:33:51 Step 3/21 : WORKDIR /edgex-go 06:33:51 ---> Running in b7cdeb1d2afc 06:33:51 ---> Running in a0ddf809fbae 06:33:51 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:33:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:33:51 ---> 85442f43b7e8 06:33:51 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:33:51 ---> Using cache 06:33:51 ---> 3cc8d8cbf363 06:33:51 Step 4/22 : WORKDIR /edgex-go 06:33:51 ---> Using cache 06:33:51 ---> a3f505e5486e 06:33:51 Step 5/22 : RUN apk add --update --no-cache make git 06:33:51 ---> Using cache 06:33:51 ---> c8497ef0831d 06:33:51 Step 6/22 : COPY go.mod vendor* ./ 06:33:51 ---> Using cache 06:33:51 ---> 4934055e4efa 06:33:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:33:51 ---> Using cache 06:33:51 ---> e858423a0108 06:33:51 Step 8/22 : COPY . . 06:33:51 ---> Using cache 06:33:51 ---> 6b170a3ba053 06:33:51 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:33:51 ---> Running in 418f1249ded7 06:33:51 ---> Running in f91779f08ea1 06:33:51 ---> Running in bb383e235d80 06:33:51 Removing intermediate container a0ddf809fbae 06:33:51 ---> ef7cafa928da 06:33:51 Step 4/22 : WORKDIR /edgex-go 06:33:52 ---> Running in c71313c7f26c 06:33:52 Removing intermediate container 418f1249ded7 06:33:52 ---> 90f59985798d 06:33:52 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 06:33:52 Removing intermediate container f91779f08ea1 06:33:52 ---> 9c0f02168752 06:33:52 Step 4/32 : RUN apk add --update --no-cache make git 06:33:52 Removing intermediate container b7cdeb1d2afc 06:33:52 ---> 943136bfb2d7 06:33:52 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 06:33:52 Removing intermediate container bb383e235d80 06:33:52 ---> Running in 6fdeb83d88e5 06:33:52 ---> 0b427520c860 06:33:52 Step 4/21 : RUN apk add --update --no-cache make git 06:33:52 ---> Running in 0af6aec3044f 06:33:52 ---> Running in 1c3807c45b80 06:33:52 ---> Running in c3b48a776de3 06:33:52 Removing intermediate container c71313c7f26c 06:33:52 ---> 900616b2ae8a 06:33:52 Step 5/22 : RUN apk add --update --no-cache make git 06:33:52 ---> Running in f1ee204ca628 06:33:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:33:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:33:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:33:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:33:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:33:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:33:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:33:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:33:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:33:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:33:56 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 06:33:56 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 06:33:56 OK: 16903 distinct packages available 06:33:56 ---> Running in 64ad0bb644b2 06:33:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:33:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:33:57 OK: 221 MiB in 51 packages 06:33:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:33:57 OK: 221 MiB in 51 packages 06:33:57 OK: 221 MiB in 51 packages 06:33:57 OK: 221 MiB in 51 packages 06:33:58 OK: 221 MiB in 51 packages 06:33:59 Removing intermediate container f1ee204ca628 06:33:59 ---> ffe441e9d3e7 06:33:59 Step 6/22 : COPY go.mod vendor* ./ 06:33:59 Removing intermediate container 1c3807c45b80 06:33:59 ---> 81650abd2699 06:33:59 Step 5/23 : COPY go.mod vendor* ./ 06:34:00 Removing intermediate container c3b48a776de3 06:34:00 ---> cb2cdcb2e64f 06:34:00 Step 5/21 : COPY go.mod vendor* ./ 06:34:00 Removing intermediate container 0af6aec3044f 06:34:00 ---> cc5c61c12a15 06:34:00 Step 5/32 : COPY go.mod vendor* ./ 06:34:00 Removing intermediate container 6fdeb83d88e5 06:34:00 ---> 3a2db6717b9e 06:34:00 Step 5/19 : COPY go.mod vendor* ./ 06:34:01 ---> fa208c3f3f45 06:34:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:34:01 ---> Running in dc3a19a075a5 06:34:01 ---> 5796bd8c3af1 06:34:01 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:34:01 ---> aba0532a442e 06:34:01 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:34:01 ---> Running in c07fec8f370c 06:34:01 ---> 7952f957ec9b 06:34:01 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:34:01 ---> Running in bb70f8857c78 06:34:02 ---> Running in c32eb9052d2e 06:34:02 ---> 1569b028bd22 06:34:02 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:34:02 ---> Running in 46eb2850f9bd 06:34:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:34:30 Removing intermediate container e3e20222c139 06:34:30 ---> 06758b06a44f 06:34:30 06:34:30 Step 9/24 : FROM alpine:3.16 06:34:30 ---> dfd21b5a31f5 06:34:30 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 06:34:30 Removing intermediate container c3eb6bb94598 06:34:30 ---> 3ef5e7a6ed6b 06:34:30 06:34:30 Step 9/32 : FROM alpine:3.16 06:34:30 ---> dfd21b5a31f5 06:34:30 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:34:30 ---> Running in ee034caee80c 06:34:30 ---> Running in 29d8e45a65cc 06:34:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:34:30 Removing intermediate container ee034caee80c 06:34:30 ---> 06f169187c65 06:34:30 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 06:34:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:34:30 (1/3) Installing ca-certificates (20220614-r0) 06:34:30 (2/3) Installing dumb-init (1.2.5-r1) 06:34:30 (3/3) Installing su-exec (0.2-r1) 06:34:30 Executing busybox-1.35.0-r17.trigger 06:34:30 Executing ca-certificates-20220614-r0.trigger 06:34:30 OK: 6 MiB in 17 packages 06:34:32 ---> Running in 3324675957c8 06:34:32 Removing intermediate container 64ad0bb644b2 06:34:32 ---> c3ce112b43b8 06:34:32 06:34:32 Step 10/22 : FROM alpine:3.16 06:34:32 ---> dfd21b5a31f5 06:34:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:34:32 ---> Using cache 06:34:32 ---> 608f545a551a 06:34:32 Step 12/22 : RUN apk add --update --no-cache dumb-init 06:34:32 ---> Using cache 06:34:32 ---> 2a167a97d49c 06:34:32 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:34:32 ---> Using cache 06:34:32 ---> d144b553132d 06:34:32 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:34:32 Removing intermediate container 29d8e45a65cc 06:34:32 ---> ba92d9144c0b 06:34:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:34:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:34:32 Removing intermediate container 7237c56d79ff 06:34:32 ---> de727f1aa791 06:34:32 06:34:32 Step 10/22 : FROM alpine:3.16 06:34:32 ---> dfd21b5a31f5 06:34:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:34:32 Removing intermediate container 4b00622ce53e 06:34:32 ---> ca87a8aa9add 06:34:32 06:34:32 Step 10/22 : FROM alpine:3.16 06:34:32 ---> dfd21b5a31f5 06:34:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:34:32 ---> Using cache 06:34:32 ---> 1f763e81b1d2 06:34:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:34:32 ---> Using cache 06:34:32 ---> 216161a90fc2 06:34:32 Step 13/22 : ENV APP_PORT=59861 06:34:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:34:32 ---> Running in 655570d3d73c 06:34:32 ---> Running in abc09d03028a 06:34:32 ---> Running in 540c712c03dc 06:34:32 Removing intermediate container 655570d3d73c 06:34:32 ---> 4ad0ff775b86 06:34:32 Step 12/24 : WORKDIR / 06:34:32 ---> 1fa009412f3c 06:34:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:34:32 Removing intermediate container 540c712c03dc 06:34:32 ---> 7e500942ee03 06:34:32 Step 14/22 : EXPOSE $APP_PORT 06:34:32 ---> Running in a1c05fd2dbe6 06:34:32 ---> Running in f4a29767d94f 06:34:32 (1/2) Installing dumb-init (1.2.5-r1) 06:34:32 (2/2) Installing su-exec (0.2-r1) 06:34:32 Executing busybox-1.35.0-r17.trigger 06:34:32 OK: 6 MiB in 16 packages 06:34:32 Removing intermediate container a1c05fd2dbe6 06:34:32 ---> 8f909fc04e7b 06:34:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:34:32 Removing intermediate container f4a29767d94f 06:34:32 ---> 6af9b3a1b2d6 06:34:32 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:34:32 ---> 293edc036719 06:34:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:34:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 06:34:33 ---> c4f69e4a79f1 06:34:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:34:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 06:34:33 ---> 2217757dad00 06:34:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:34:33 ---> 7f1631b8e001 06:34:33 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:34:33 ---> Running in 7fb6ed040361 06:34:33 Removing intermediate container 3324675957c8 06:34:33 ---> be2dec59b828 06:34:33 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 06:34:33 ---> Running in f780c9e6b995 06:34:33 (1/2) Installing ca-certificates (20220614-r0) 06:34:33 ---> c1160436a930 06:34:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:34:33 (2/2) Installing dumb-init (1.2.5-r1) 06:34:33 Executing busybox-1.35.0-r17.trigger 06:34:33 Executing ca-certificates-20220614-r0.trigger 06:34:33 OK: 6 MiB in 16 packages 06:34:33 Removing intermediate container f780c9e6b995 06:34:33 ---> 0ba11ac6d9d8 06:34:33 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 06:34:33 ---> Running in 6d66daa58ac2 06:34:33 ---> e10d80f20a23 06:34:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 06:34:33 Removing intermediate container 6d66daa58ac2 06:34:33 ---> a10be0b147cf 06:34:33 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 06:34:34 ---> Running in 628d6415ad3b 06:34:34 ---> 38d92102c5cf 06:34:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:34:34 ---> 77e846468d73 06:34:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:34:34 Removing intermediate container 628d6415ad3b 06:34:34 ---> d34456b178b6 06:34:34 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 06:34:34 Removing intermediate container 7fb6ed040361 06:34:34 ---> 1b9252752c07 06:34:34 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 06:34:34 ---> Running in e2928866eae2 06:34:34 ---> Running in b3802f973720 06:34:34 Removing intermediate container abc09d03028a 06:34:34 ---> bb4dcf810d63 06:34:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:34:34 ---> 4a621ded12db 06:34:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:34:34 ---> Running in 12a033fea566 06:34:34 ---> Running in 41e79a653da9 06:34:34 ---> bc35ed7de21c 06:34:34 Removing intermediate container b3802f973720 06:34:34 ---> 89e7ef1b4688 06:34:34 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 06:34:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:34:34 Removing intermediate container e2928866eae2 06:34:34 ---> cf5b024f2ef5 06:34:34 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 06:34:34 ---> Running in c569e4d6d09b 06:34:34 ---> Running in 45a4f14266e8 06:34:34 Removing intermediate container 12a033fea566 06:34:34 ---> f2e31171e1df 06:34:34 Step 13/22 : ENV APP_PORT=59860 06:34:34 Removing intermediate container 41e79a653da9 06:34:34 ---> 0a2c86d80643 06:34:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:34:34 ---> Running in 8fc67c2bb6ae 06:34:34 Removing intermediate container c569e4d6d09b 06:34:34 ---> de3a745f1c3f 06:34:34 Step 20/22 : LABEL arch=x86_64 06:34:34 ---> Running in 9714b509b9a8 06:34:34 ---> Running in f92e4873a985 06:34:34 Removing intermediate container 8fc67c2bb6ae 06:34:34 ---> 69623055e7c3 06:34:34 Step 14/22 : EXPOSE $APP_PORT 06:34:35 ---> Running in 153a4d689deb 06:34:35 Removing intermediate container 9714b509b9a8 06:34:35 Removing intermediate container f92e4873a985 06:34:35 ---> 48d912c4b0c0 06:34:35 ---> c52f55965c07 06:34:35 Step 20/22 : LABEL arch=x86_64Step 21/22 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:34:35 06:34:35 ---> Running in dab5476c154f 06:34:35 ---> Running in ceb29d3c8a64 06:34:35 ---> 2ec31fe53a08 06:34:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:34:35 Removing intermediate container 153a4d689deb 06:34:35 ---> 507481745ba8 06:34:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:34:35 Removing intermediate container 45a4f14266e8 06:34:35 ---> c2ad461f3dd1 06:34:35 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 06:34:35 Removing intermediate container ceb29d3c8a64 06:34:35 ---> 0196dedd8bf5 06:34:35 Step 22/22 : LABEL version=3.0.0-dev.70 06:34:35 Removing intermediate container dab5476c154f 06:34:35 ---> 0fb125dfbaa4 06:34:35 Step 21/22 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:34:35 ---> Running in 478df9182b12 06:34:35 ---> Running in 0ea56bac7a0c 06:34:35 ---> Running in 8eb697de16f6 06:34:35 ---> f768f696955d 06:34:35 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:34:35 ---> 62af74e605d6 06:34:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:34:35 ---> Running in f9cf7b9ca51e 06:34:35 Removing intermediate container 0ea56bac7a0c 06:34:35 ---> 873beb96a346 06:34:35 Step 22/22 : LABEL version=3.0.0-dev.70 06:34:35 Removing intermediate container 8eb697de16f6 06:34:35 ---> cbd74ae60b5a 06:34:35 06:34:35 Removing intermediate container 478df9182b12 06:34:35 ---> d7d3683f9436 06:34:35 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 06:34:35 ---> Running in bf2be87b989b 06:34:35 Successfully built cbd74ae60b5a 06:34:35 Successfully tagged core-common-config-bootstrapper:latest 06:34:35  Building core-common-config-bootstrapper ... done Building security-spire-config 06:34:38 Removing intermediate container bf2be87b989b 06:34:38 ---> e1d38bab4403 06:34:38 06:34:38 Successfully built e1d38bab4403 06:34:38 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:34:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:34:38 ---> 85442f43b7e8 06:34:38 Step 3/24 : WORKDIR /edgex-go 06:34:38 ---> Using cache 06:34:38 ---> 001bc0759d2e 06:34:38 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 06:34:38 ---> Using cache 06:34:38 ---> b480637d049c 06:34:38 Step 5/24 : COPY go.mod vendor* ./ 06:34:38 ---> Using cache 06:34:38 ---> d47b3cc8a87c 06:34:38 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:34:38 ---> Using cache 06:34:38 ---> 80c0b729e50b 06:34:38 Step 7/24 : COPY . . 06:34:38 ---> Using cache 06:34:38 ---> 2ac6e135fd19 06:34:38 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 06:34:38 ---> Using cache 06:34:38 ---> 02fc8687c3a8 06:34:38 Step 9/24 : WORKDIR /edgex-go/spire-build 06:34:38 ---> Using cache 06:34:38 ---> aa74d966d5a1 06:34:38 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:34:38 ---> Using cache 06:34:38 ---> 282c4e7a3845 06:34:38 Step 11/24 : WORKDIR /edgex-go 06:34:38 ---> Using cache 06:34:38 ---> 5d40896b11a4 06:34:38 06:34:38 Step 12/24 : FROM alpine:3.15 06:34:39 ---> 5ce65d7b0fde 06:34:39 Successfully tagged support-scheduler:latest 06:34:39 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' Building support-scheduler ... done  06:34:39 Building security-spire-server 06:34:39 ---> Using cache 06:34:39 ---> 07b7d4be62d4 06:34:39 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 06:34:39 ---> 54ae914ac019 06:34:39 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 06:34:39 ---> cde4448f73fe 06:34:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:34:39 ---> Running in b34f36e68117 06:34:39 ---> Running in 75d6fca2a14d 06:34:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:34:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:34:39 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 06:34:39 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 06:34:39 OK: 15857 distinct packages available 06:34:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:34:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:34:40 (1/4) Installing dumb-init (1.2.5-r1) 06:34:40 (2/4) Installing musl-obstack (1.2.3-r0) 06:34:40 (3/4) Installing libucontext (1.1-r0) 06:34:40 (4/4) Installing gcompat (1.0.0-r4) 06:34:40 Executing busybox-1.34.1-r7.trigger 06:34:40 OK: 6 MiB in 18 packages 06:34:40 Removing intermediate container f9cf7b9ca51e 06:34:40 ---> e4f5c018dcda 06:34:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:34:41 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:34:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:34:41 ---> 85442f43b7e8 06:34:41 Step 3/23 : WORKDIR /edgex-go 06:34:41 ---> Using cache 06:34:41 ---> 001bc0759d2e 06:34:41 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 06:34:41 ---> Using cache 06:34:41 ---> b480637d049c 06:34:41 Step 5/23 : COPY go.mod vendor* ./ 06:34:41 ---> Using cache 06:34:41 ---> d47b3cc8a87c 06:34:41 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:34:41 ---> Using cache 06:34:41 ---> 80c0b729e50b 06:34:41 Step 7/23 : COPY . . 06:34:41 ---> Using cache 06:34:41 ---> 2ac6e135fd19 06:34:41 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 06:34:41 ---> Using cache 06:34:41 ---> 02fc8687c3a8 06:34:41 Step 9/23 : WORKDIR /edgex-go/spire-build 06:34:41 ---> Using cache 06:34:41 ---> aa74d966d5a1 06:34:41 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:34:42 ---> 6d9f179d03be 06:34:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:34:42 ---> Running in f2af0f83f11e 06:34:42 ---> Running in 8177ff744b5a 06:34:42 ---> Running in cf048d78aab7 06:34:42 Removing intermediate container f2af0f83f11e 06:34:42 ---> a5648f06386d 06:34:42 Step 22/24 : LABEL arch=x86_64 06:34:42 ---> Running in 799bb6eb5e29 06:34:42 Removing intermediate container cf048d78aab7 06:34:42 ---> 01e1464fb471 06:34:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:34:42 Removing intermediate container b34f36e68117 06:34:42 ---> c36a207828ad 06:34:42 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:34:42 ---> Running in 103f9d032bb3 06:34:42 Removing intermediate container 799bb6eb5e29 06:34:42 ---> 72c5fba26177 06:34:42 Step 23/24 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:34:42 Removing intermediate container 75d6fca2a14d 06:34:42 ---> 2353eaae9b10 06:34:42 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 06:34:42 ---> Running in 784b508606ad 06:34:43 Removing intermediate container 103f9d032bb3 06:34:43 ---> 7acc18620bb8 06:34:43 Step 20/22 : LABEL arch=x86_64 06:34:43 ---> 17a8f90d05f4 06:34:43 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:34:43 Removing intermediate container 784b508606ad 06:34:43 ---> 59fb7f046ea0 06:34:43 Step 24/24 : LABEL version=3.0.0-dev.70 06:34:43 ---> Running in aa32c29dd0e4 06:34:43 ---> Running in e15b096af791 06:34:43 ---> 9cce2efa21b8 06:34:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:34:44 Removing intermediate container aa32c29dd0e4 06:34:44 Removing intermediate container 8177ff744b5a 06:34:44 ---> f5300ce62f2b 06:34:44 ---> 7cfb5f593cda 06:34:44 Step 21/22 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1Step 11/23 : WORKDIR /edgex-go 06:34:44 06:34:44 Removing intermediate container e15b096af791 06:34:44 ---> 64b5fb93b22f 06:34:44 06:34:44 Successfully built 64b5fb93b22f 06:34:44 Successfully tagged security-secretstore-setup:latest 06:34:44  Building security-secretstore-setup ... done  ---> Running in ff4893317f24 06:34:44 ---> Running in 8b4e80f76837 06:34:44 ---> c9accca34916 06:34:44 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 06:34:44 ---> Running in 1d24a06b9014 06:34:44 Removing intermediate container ff4893317f24 06:34:44 ---> bb8c12c3ea5e 06:34:44 Step 22/22 : LABEL version=3.0.0-dev.70 06:34:44 Removing intermediate container 8b4e80f76837 06:34:44 ---> d38e0493b3b4 06:34:44 06:34:44 Step 12/23 : FROM alpine:3.15 06:34:44 ---> 5ce65d7b0fde 06:34:44 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:34:44 ---> Using cache 06:34:44 ---> 07b7d4be62d4 06:34:44 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:34:44 ---> Using cache 06:34:44 ---> 47f6245a017c 06:34:44 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:34:44 ---> 466be01fac2c 06:34:44 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:34:44 ---> Running in f9669d0804cb 06:34:44 Removing intermediate container 1d24a06b9014 06:34:44 ---> 564d8aa5bc7d 06:34:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:34:44 Removing intermediate container f9669d0804cb 06:34:44 ---> e6b4d6218bc6 06:34:44 06:34:44 ---> b28e62e59663 06:34:44 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:34:44 Successfully built e6b4d6218bc6 06:34:44 Successfully tagged support-notifications:latest 06:34:45  Building support-notifications ... done  ---> 5a51c8cb6167 06:34:45 Step 19/24 : WORKDIR / 06:34:45 ---> e05859089e59 06:34:45 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 06:34:45 ---> Running in 392aab2cc331 06:34:46 Removing intermediate container 392aab2cc331 06:34:46 ---> de043a2a2417 06:34:46 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:34:46 ---> a33f7f250e21 06:34:46 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 06:34:46 ---> Running in e69c0934144a 06:34:46 Removing intermediate container e69c0934144a 06:34:46 ---> cb1a975d0c7a 06:34:46 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:34:46 ---> 33cab2bbe56c 06:34:46 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:34:46 ---> Running in 660a8912a0f7 06:34:46 Removing intermediate container 660a8912a0f7 06:34:46 ---> 4fa6c9831578 06:34:46 Step 22/24 : LABEL arch=x86_64 06:34:46 ---> cea3561d33dc 06:34:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:34:46 ---> Running in 84096fa3b0c1 06:34:46 ---> e90bbc194396 06:34:46 Step 27/32 : RUN chmod +x /entrypoint.sh 06:34:46 ---> Running in 6952d49f2517 06:34:46 Removing intermediate container 84096fa3b0c1 06:34:46 ---> 2df3e2a8dc72 06:34:46 Step 23/24 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:34:46 ---> Running in bd8b456db9f3 06:34:46 ---> 39cf8942f0f8 06:34:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:34:46 Removing intermediate container bd8b456db9f3 06:34:46 ---> b691f4a55bab 06:34:46 Step 24/24 : LABEL version=3.0.0-dev.70 06:34:46 ---> Running in 2723646ef722 06:34:47 ---> 12f41cf559d1 06:34:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:34:47 Removing intermediate container 2723646ef722 06:34:47 ---> 5953c8a7bb6a 06:34:47 06:34:47 Successfully built 5953c8a7bb6a 06:34:47 Successfully tagged security-spire-config:latest 06:34:47  Building security-spire-config ... done  ---> bdf474c9fb29 06:34:47 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:34:47 ---> Running in bb1e3256e544 06:34:47 Removing intermediate container bb1e3256e544 06:34:47 ---> a28672b81f13 06:34:47 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:34:47 ---> Running in 905e230747fc 06:34:47 Removing intermediate container 905e230747fc 06:34:47 ---> d19d2821c4ba 06:34:47 Step 21/23 : LABEL arch=x86_64 06:34:47 ---> Running in 12d6a2d74a5c 06:34:47 Removing intermediate container 6952d49f2517 06:34:47 ---> c5819a117644 06:34:47 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 06:34:47 ---> Running in 9d676e1ef164 06:34:47 Removing intermediate container 12d6a2d74a5c 06:34:47 ---> 936b43cc6e39 06:34:47 Step 22/23 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:34:47 ---> Running in 19243e61ad79 06:34:47 Removing intermediate container 9d676e1ef164 06:34:47 ---> 5ce6817be0ba 06:34:47 Step 29/32 : CMD ["gate"] 06:34:47 ---> Running in 4f44743cd0e5 06:34:47 Removing intermediate container 19243e61ad79 06:34:47 ---> e71eb0992112 06:34:47 Step 23/23 : LABEL version=3.0.0-dev.70 06:34:47 ---> Running in 704994f6b2e5 06:34:47 Removing intermediate container 4f44743cd0e5 06:34:47 ---> 91fbd8ea7b66 06:34:47 Step 30/32 : LABEL arch=x86_64 06:34:47 ---> Running in a867a97e7404 06:34:47 Removing intermediate container 704994f6b2e5 06:34:47 ---> ca18df3059da 06:34:47 06:34:47 Successfully built ca18df3059da 06:34:47 Removing intermediate container a867a97e7404 06:34:47 ---> 4b8913fbce68 06:34:47 Step 31/32 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:34:47 Successfully tagged security-spire-server:latest 06:34:47  Building security-spire-server ... done  ---> Running in 60b008992cdc 06:34:47 Removing intermediate container 60b008992cdc 06:34:47 ---> 9cb0ab3eed97 06:34:47 Step 32/32 : LABEL version=3.0.0-dev.70 06:34:47 ---> Running in 9bc7c8cce248 06:34:47 Removing intermediate container 9bc7c8cce248 06:34:47 ---> 7e221d2c4715 06:34:47 06:34:48 Successfully built 7e221d2c4715 06:34:48 Successfully tagged security-bootstrapper:latest 06:34:48  Building security-bootstrapper ... done  [Pipeline] } 06:34:48 $ docker stop --time=1 e0a74a817dabdd931915c6d033864cd0694c3ee269c66893fd3f5ba796daf8e2 06:34:49 $ docker rm -f --volumes e0a74a817dabdd931915c6d033864cd0694c3ee269c66893fd3f5ba796daf8e2 [Pipeline] // withDockerContainer [Pipeline] sh 06:34:49 + docker images 06:34:49 REPOSITORY TAG IMAGE ID CREATED SIZE 06:34:49 security-bootstrapper latest 7e221d2c4715 2 seconds ago 20.4MB 06:34:49 security-spire-server latest ca18df3059da 2 seconds ago 86.5MB 06:34:49 security-spire-config latest 5953c8a7bb6a 3 seconds ago 85.8MB 06:34:49 security-secretstore-setup latest 64b5fb93b22f 5 seconds ago 30MB 06:34:49 support-notifications latest e6b4d6218bc6 5 seconds ago 30.7MB 06:34:49 d38e0493b3b4 5 seconds ago 1.56GB 06:34:49 core-common-config-bootstrapper latest cbd74ae60b5a 14 seconds ago 15.5MB 06:34:49 support-scheduler latest e1d38bab4403 14 seconds ago 30.1MB 06:34:49 de727f1aa791 18 seconds ago 1.76GB 06:34:49 ca87a8aa9add 18 seconds ago 1.75GB 06:34:49 c3ce112b43b8 19 seconds ago 1.68GB 06:34:49 3ef5e7a6ed6b 22 seconds ago 1.68GB 06:34:49 06758b06a44f 22 seconds ago 1.68GB 06:34:49 security-proxy-auth latest d294abf61140 About a minute ago 16.2MB 06:34:49 c5f904eab9f3 About a minute ago 1.67GB 06:34:49 security-spiffe-token-provider latest d68aa0d7e971 About a minute ago 30MB 06:34:49 3974dcc6c652 About a minute ago 1.73GB 06:34:49 security-proxy-setup latest 0c76d5ffbb18 2 minutes ago 27.8MB 06:34:49 core-data latest a1135eaa9ee1 2 minutes ago 17.9MB 06:34:49 core-metadata latest 1794270588b9 2 minutes ago 18.5MB 06:34:49 core-command latest d9fe9ea96dcd 2 minutes ago 17.7MB 06:34:49 edb7ab164ead 2 minutes ago 1.69GB 06:34:49 164f391db411 2 minutes ago 1.7GB 06:34:49 a1cf5a0b7dac 2 minutes ago 1.7GB 06:34:49 d3369f2746ec 2 minutes ago 1.68GB 06:34:49 security-spire-agent latest c631df8e2f9d 2 minutes ago 125MB 06:34:49 5d40896b11a4 3 minutes ago 1.56GB 06:34:49 ci-base-image-x86_64 latest 85442f43b7e8 6 minutes ago 904MB 06:34:49 alpine 3.15 5ce65d7b0fde 2 weeks ago 5.59MB 06:34:49 alpine 3.16 dfd21b5a31f5 2 weeks ago 5.55MB 06:34:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 06:34:49 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 06:34:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:34:50 provisioning config files... 06:34:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/431@tmp/config12105213783622827604tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:34:50 ---> docker-login.sh 06:34:50 nexus3.edgexfoundry.org:10001 06:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:50 Configure a credential helper to remove this warning. See 06:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:50 06:34:50 Login Succeeded 06:34:50 nexus3.edgexfoundry.org:10002 06:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:50 Configure a credential helper to remove this warning. See 06:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:50 06:34:50 Login Succeeded 06:34:50 nexus3.edgexfoundry.org:10003 06:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:50 Configure a credential helper to remove this warning. See 06:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:50 06:34:50 Login Succeeded 06:34:50 nexus3.edgexfoundry.org:10004 06:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:50 Configure a credential helper to remove this warning. See 06:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:50 06:34:50 Login Succeeded 06:34:50 docker.io 06:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:50 Configure a credential helper to remove this warning. See 06:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:50 06:34:50 Login Succeeded 06:34:50 ---> docker-login.sh ends [Pipeline] } 06:34:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:34:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:34:50 [edgeXDocker.push] Tagging docker image core-command with the following tags: 06:34:50 78080ca1708ee51547bc9a18fc694bca820611e1 06:34:50 latest 06:34:50 3.0.0-dev.70 06:34:50 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:34:50 main 06:34:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:51 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:51 + docker push nexus3.edgexfoundry.org:10004/core-command:78080ca1708ee51547bc9a18fc694bca820611e1 06:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:34:51 ffc93b1f3ccf: Preparing 06:34:51 30f9221e49a4: Preparing 06:34:51 4c8fddb9d8fe: Preparing 06:34:51 c37da6136827: Preparing 06:34:51 aa5968d388b8: Preparing 06:34:51 aa5968d388b8: Layer already exists 06:34:51 c37da6136827: Pushed 06:34:51 4c8fddb9d8fe: Pushed 06:34:51 ffc93b1f3ccf: Pushed 06:34:52 30f9221e49a4: Pushed 06:34:53 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:0bd3d6357aad7dbf9d2314116dd9d008fb4d9675378f6a5ec5fa6cde47c18413 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:53 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:53 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 06:34:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:34:53 ffc93b1f3ccf: Preparing 06:34:53 30f9221e49a4: Preparing 06:34:53 4c8fddb9d8fe: Preparing 06:34:53 c37da6136827: Preparing 06:34:53 aa5968d388b8: Preparing 06:34:53 4c8fddb9d8fe: Layer already exists 06:34:53 30f9221e49a4: Layer already exists 06:34:53 ffc93b1f3ccf: Layer already exists 06:34:53 c37da6136827: Layer already exists 06:34:53 aa5968d388b8: Layer already exists 06:34:53 latest: digest: sha256:0bd3d6357aad7dbf9d2314116dd9d008fb4d9675378f6a5ec5fa6cde47c18413 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:54 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:54 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.70 06:34:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:34:54 ffc93b1f3ccf: Preparing 06:34:54 30f9221e49a4: Preparing 06:34:54 4c8fddb9d8fe: Preparing 06:34:54 c37da6136827: Preparing 06:34:54 aa5968d388b8: Preparing 06:34:54 aa5968d388b8: Layer already exists 06:34:54 4c8fddb9d8fe: Layer already exists 06:34:54 c37da6136827: Layer already exists 06:34:54 ffc93b1f3ccf: Layer already exists 06:34:54 30f9221e49a4: Layer already exists 06:34:54 3.0.0-dev.70: digest: sha256:0bd3d6357aad7dbf9d2314116dd9d008fb4d9675378f6a5ec5fa6cde47c18413 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:54 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:55 + docker push nexus3.edgexfoundry.org:10004/core-command:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:34:55 ffc93b1f3ccf: Preparing 06:34:55 30f9221e49a4: Preparing 06:34:55 4c8fddb9d8fe: Preparing 06:34:55 c37da6136827: Preparing 06:34:55 aa5968d388b8: Preparing 06:34:55 c37da6136827: Layer already exists 06:34:55 ffc93b1f3ccf: Layer already exists 06:34:55 30f9221e49a4: Layer already exists 06:34:55 4c8fddb9d8fe: Layer already exists 06:34:55 aa5968d388b8: Layer already exists 06:34:55 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:0bd3d6357aad7dbf9d2314116dd9d008fb4d9675378f6a5ec5fa6cde47c18413 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:55 + docker push nexus3.edgexfoundry.org:10004/core-command:main 06:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:34:55 ffc93b1f3ccf: Preparing 06:34:55 30f9221e49a4: Preparing 06:34:55 4c8fddb9d8fe: Preparing 06:34:55 c37da6136827: Preparing 06:34:55 aa5968d388b8: Preparing 06:34:55 aa5968d388b8: Layer already exists 06:34:55 c37da6136827: Layer already exists 06:34:55 ffc93b1f3ccf: Layer already exists 06:34:55 30f9221e49a4: Layer already exists 06:34:55 4c8fddb9d8fe: Layer already exists 06:35:27 main: digest: sha256:0bd3d6357aad7dbf9d2314116dd9d008fb4d9675378f6a5ec5fa6cde47c18413 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:35:27 ===================================================== [Pipeline] echo 06:35:27 taggedImages: 06:35:27 - nexus3.edgexfoundry.org:10004/core-command:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:27 - nexus3.edgexfoundry.org:10004/core-command:latest 06:35:27 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.70 06:35:27 - nexus3.edgexfoundry.org:10004/core-command:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:27 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 06:35:27 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 06:35:27 78080ca1708ee51547bc9a18fc694bca820611e1 06:35:27 latest 06:35:27 3.0.0-dev.70 06:35:27 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:27 main 06:35:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:28 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:35:28 499116db9383: Preparing 06:35:28 e9df164a64c9: Preparing 06:35:28 7eadaf5b4ccd: Preparing 06:35:28 9134ccf2474c: Preparing 06:35:28 4c8fddb9d8fe: Preparing 06:35:28 133ba31e67d9: Preparing 06:35:28 aa5968d388b8: Preparing 06:35:28 133ba31e67d9: Waiting 06:35:28 aa5968d388b8: Waiting 06:35:28 4c8fddb9d8fe: Layer already exists 06:35:28 e9df164a64c9: Pushed 06:35:28 7eadaf5b4ccd: Pushed 06:35:28 aa5968d388b8: Layer already exists 06:35:28 499116db9383: Pushed 06:35:28 133ba31e67d9: Pushed 06:35:30 9134ccf2474c: Pushed 06:35:30 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:fcabd6a103a64e3f6f13f422b6c4d2f34dba277b2a6eaa4e22bf968ceb572beb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:30 + 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 06:35:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:35:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:35:30 499116db9383: Preparing 06:35:30 e9df164a64c9: Preparing 06:35:30 7eadaf5b4ccd: Preparing 06:35:30 9134ccf2474c: Preparing 06:35:30 4c8fddb9d8fe: Preparing 06:35:30 133ba31e67d9: Preparing 06:35:30 aa5968d388b8: Preparing 06:35:30 133ba31e67d9: Waiting 06:35:30 aa5968d388b8: Waiting 06:35:30 e9df164a64c9: Layer already exists 06:35:30 9134ccf2474c: Layer already exists 06:35:30 4c8fddb9d8fe: Layer already exists 06:35:30 7eadaf5b4ccd: Layer already exists 06:35:30 499116db9383: Layer already exists 06:35:30 133ba31e67d9: Layer already exists 06:35:30 aa5968d388b8: Layer already exists 06:35:30 latest: digest: sha256:fcabd6a103a64e3f6f13f422b6c4d2f34dba277b2a6eaa4e22bf968ceb572beb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:31 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.70 06:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:35:31 499116db9383: Preparing 06:35:31 e9df164a64c9: Preparing 06:35:31 7eadaf5b4ccd: Preparing 06:35:31 9134ccf2474c: Preparing 06:35:31 4c8fddb9d8fe: Preparing 06:35:31 133ba31e67d9: Preparing 06:35:31 aa5968d388b8: Preparing 06:35:31 133ba31e67d9: Waiting 06:35:31 aa5968d388b8: Waiting 06:35:31 9134ccf2474c: Layer already exists 06:35:31 499116db9383: Layer already exists 06:35:31 7eadaf5b4ccd: Layer already exists 06:35:31 4c8fddb9d8fe: Layer already exists 06:35:31 e9df164a64c9: Layer already exists 06:35:31 133ba31e67d9: Layer already exists 06:35:31 aa5968d388b8: Layer already exists 06:35:31 3.0.0-dev.70: digest: sha256:fcabd6a103a64e3f6f13f422b6c4d2f34dba277b2a6eaa4e22bf968ceb572beb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:31 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:35:31 499116db9383: Preparing 06:35:31 e9df164a64c9: Preparing 06:35:31 7eadaf5b4ccd: Preparing 06:35:31 9134ccf2474c: Preparing 06:35:31 4c8fddb9d8fe: Preparing 06:35:31 133ba31e67d9: Preparing 06:35:31 aa5968d388b8: Preparing 06:35:31 133ba31e67d9: Waiting 06:35:31 aa5968d388b8: Waiting 06:35:31 7eadaf5b4ccd: Layer already exists 06:35:31 e9df164a64c9: Layer already exists 06:35:31 9134ccf2474c: Layer already exists 06:35:31 133ba31e67d9: Layer already exists 06:35:31 4c8fddb9d8fe: Layer already exists 06:35:31 499116db9383: Layer already exists 06:35:31 aa5968d388b8: Layer already exists 06:35:31 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:fcabd6a103a64e3f6f13f422b6c4d2f34dba277b2a6eaa4e22bf968ceb572beb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:32 + 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 06:35:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:35:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:35:32 499116db9383: Preparing 06:35:32 e9df164a64c9: Preparing 06:35:32 7eadaf5b4ccd: Preparing 06:35:32 9134ccf2474c: Preparing 06:35:32 4c8fddb9d8fe: Preparing 06:35:32 133ba31e67d9: Preparing 06:35:32 aa5968d388b8: Preparing 06:35:32 133ba31e67d9: Waiting 06:35:32 aa5968d388b8: Waiting 06:35:32 4c8fddb9d8fe: Layer already exists 06:35:32 9134ccf2474c: Layer already exists 06:35:32 7eadaf5b4ccd: Layer already exists 06:35:32 499116db9383: Layer already exists 06:35:32 e9df164a64c9: Layer already exists 06:35:32 133ba31e67d9: Layer already exists 06:35:32 aa5968d388b8: Layer already exists 06:35:32 main: digest: sha256:fcabd6a103a64e3f6f13f422b6c4d2f34dba277b2a6eaa4e22bf968ceb572beb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:35:32 ===================================================== [Pipeline] echo 06:35:32 taggedImages: 06:35:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:35:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.70 06:35:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 06:35:32 [edgeXDocker.push] Tagging docker image core-data with the following tags: 06:35:32 78080ca1708ee51547bc9a18fc694bca820611e1 06:35:32 latest 06:35:32 3.0.0-dev.70 06:35:32 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:32 main 06:35:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:32 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:33 + docker push nexus3.edgexfoundry.org:10004/core-data:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:35:33 0336d0c04ce9: Preparing 06:35:33 6ba263f25116: Preparing 06:35:33 4c8fddb9d8fe: Preparing 06:35:33 0d0f6195773c: Preparing 06:35:33 aa5968d388b8: Preparing 06:35:33 aa5968d388b8: Layer already exists 06:35:33 4c8fddb9d8fe: Layer already exists 06:35:33 0336d0c04ce9: Pushed 06:35:33 0d0f6195773c: Pushed 06:35:35 6ba263f25116: Pushed 06:35:35 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:bc38018d8f0bc10064a1f157e0f74033816e0291ec5f39bb8e5ec29310e5c274 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:35 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:35 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 06:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:35:35 0336d0c04ce9: Preparing 06:35:35 6ba263f25116: Preparing 06:35:35 4c8fddb9d8fe: Preparing 06:35:35 0d0f6195773c: Preparing 06:35:35 aa5968d388b8: Preparing 06:35:35 0336d0c04ce9: Layer already exists 06:35:35 4c8fddb9d8fe: Layer already exists 06:35:35 aa5968d388b8: Layer already exists 06:35:35 6ba263f25116: Layer already exists 06:35:35 0d0f6195773c: Layer already exists 06:35:35 latest: digest: sha256:bc38018d8f0bc10064a1f157e0f74033816e0291ec5f39bb8e5ec29310e5c274 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:36 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.70 06:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:35:36 0336d0c04ce9: Preparing 06:35:36 6ba263f25116: Preparing 06:35:36 4c8fddb9d8fe: Preparing 06:35:36 0d0f6195773c: Preparing 06:35:36 aa5968d388b8: Preparing 06:35:36 aa5968d388b8: Layer already exists 06:35:36 6ba263f25116: Layer already exists 06:35:36 0336d0c04ce9: Layer already exists 06:35:36 4c8fddb9d8fe: Layer already exists 06:35:36 0d0f6195773c: Layer already exists 06:35:36 3.0.0-dev.70: digest: sha256:bc38018d8f0bc10064a1f157e0f74033816e0291ec5f39bb8e5ec29310e5c274 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:36 + docker push nexus3.edgexfoundry.org:10004/core-data:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:35:36 0336d0c04ce9: Preparing 06:35:36 6ba263f25116: Preparing 06:35:36 4c8fddb9d8fe: Preparing 06:35:36 0d0f6195773c: Preparing 06:35:36 aa5968d388b8: Preparing 06:35:36 6ba263f25116: Layer already exists 06:35:36 0d0f6195773c: Layer already exists 06:35:36 0336d0c04ce9: Layer already exists 06:35:36 aa5968d388b8: Layer already exists 06:35:36 4c8fddb9d8fe: Layer already exists 06:35:36 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:bc38018d8f0bc10064a1f157e0f74033816e0291ec5f39bb8e5ec29310e5c274 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:37 + docker push nexus3.edgexfoundry.org:10004/core-data:main 06:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:35:37 0336d0c04ce9: Preparing 06:35:37 6ba263f25116: Preparing 06:35:37 4c8fddb9d8fe: Preparing 06:35:37 0d0f6195773c: Preparing 06:35:37 aa5968d388b8: Preparing 06:35:37 0336d0c04ce9: Layer already exists 06:35:37 6ba263f25116: Layer already exists 06:35:37 aa5968d388b8: Layer already exists 06:35:37 4c8fddb9d8fe: Layer already exists 06:35:37 0d0f6195773c: Layer already exists 06:35:37 main: digest: sha256:bc38018d8f0bc10064a1f157e0f74033816e0291ec5f39bb8e5ec29310e5c274 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:35:37 ===================================================== [Pipeline] echo 06:35:37 taggedImages: 06:35:37 - nexus3.edgexfoundry.org:10004/core-data:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:37 - nexus3.edgexfoundry.org:10004/core-data:latest 06:35:37 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.70 06:35:37 - nexus3.edgexfoundry.org:10004/core-data:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:37 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 06:35:37 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 06:35:37 78080ca1708ee51547bc9a18fc694bca820611e1 06:35:37 latest 06:35:37 3.0.0-dev.70 06:35:37 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:37 main 06:35:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:37 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:35:38 d9dbc655f7ea: Preparing 06:35:38 1b7d213b217a: Preparing 06:35:38 05d61cdd98e5: Preparing 06:35:38 4c8fddb9d8fe: Preparing 06:35:38 c37da6136827: Preparing 06:35:38 aa5968d388b8: Preparing 06:35:38 aa5968d388b8: Waiting 06:35:38 c37da6136827: Layer already exists 06:35:38 4c8fddb9d8fe: Layer already exists 06:35:38 aa5968d388b8: Layer already exists 06:35:38 1b7d213b217a: Pushed 06:35:38 d9dbc655f7ea: Pushed 06:35:40 05d61cdd98e5: Pushed 06:35:40 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:332184e063fcacd42b140b790ea958327ba1dd28f57687a85f5a5274f0388e97 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 06:35:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:35:40 d9dbc655f7ea: Preparing 06:35:40 1b7d213b217a: Preparing 06:35:40 05d61cdd98e5: Preparing 06:35:40 4c8fddb9d8fe: Preparing 06:35:40 c37da6136827: Preparing 06:35:40 aa5968d388b8: Preparing 06:35:40 aa5968d388b8: Waiting 06:35:40 4c8fddb9d8fe: Layer already exists 06:35:40 d9dbc655f7ea: Layer already exists 06:35:40 1b7d213b217a: Layer already exists 06:35:40 c37da6136827: Layer already exists 06:35:40 05d61cdd98e5: Layer already exists 06:35:40 aa5968d388b8: Layer already exists 06:35:40 latest: digest: sha256:332184e063fcacd42b140b790ea958327ba1dd28f57687a85f5a5274f0388e97 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.70 06:35:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:35:41 d9dbc655f7ea: Preparing 06:35:41 1b7d213b217a: Preparing 06:35:41 05d61cdd98e5: Preparing 06:35:41 4c8fddb9d8fe: Preparing 06:35:41 c37da6136827: Preparing 06:35:41 aa5968d388b8: Preparing 06:35:41 aa5968d388b8: Waiting 06:35:41 4c8fddb9d8fe: Layer already exists 06:35:41 1b7d213b217a: Layer already exists 06:35:41 c37da6136827: Layer already exists 06:35:41 d9dbc655f7ea: Layer already exists 06:35:41 05d61cdd98e5: Layer already exists 06:35:41 aa5968d388b8: Layer already exists 06:35:41 3.0.0-dev.70: digest: sha256:332184e063fcacd42b140b790ea958327ba1dd28f57687a85f5a5274f0388e97 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:35:42 d9dbc655f7ea: Preparing 06:35:42 1b7d213b217a: Preparing 06:35:42 05d61cdd98e5: Preparing 06:35:42 4c8fddb9d8fe: Preparing 06:35:42 c37da6136827: Preparing 06:35:42 aa5968d388b8: Preparing 06:35:42 aa5968d388b8: Waiting 06:35:42 c37da6136827: Layer already exists 06:35:42 1b7d213b217a: Layer already exists 06:35:42 d9dbc655f7ea: Layer already exists 06:35:42 05d61cdd98e5: Layer already exists 06:35:42 4c8fddb9d8fe: Layer already exists 06:35:42 aa5968d388b8: Layer already exists 06:35:42 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:332184e063fcacd42b140b790ea958327ba1dd28f57687a85f5a5274f0388e97 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:42 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 06:35:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:35:42 d9dbc655f7ea: Preparing 06:35:42 1b7d213b217a: Preparing 06:35:42 05d61cdd98e5: Preparing 06:35:42 4c8fddb9d8fe: Preparing 06:35:42 c37da6136827: Preparing 06:35:42 aa5968d388b8: Preparing 06:35:42 aa5968d388b8: Waiting 06:35:42 c37da6136827: Layer already exists 06:35:42 05d61cdd98e5: Layer already exists 06:35:42 1b7d213b217a: Layer already exists 06:35:42 4c8fddb9d8fe: Layer already exists 06:35:42 d9dbc655f7ea: Layer already exists 06:35:42 aa5968d388b8: Layer already exists 06:35:42 main: digest: sha256:332184e063fcacd42b140b790ea958327ba1dd28f57687a85f5a5274f0388e97 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:35:42 ===================================================== [Pipeline] echo 06:35:42 taggedImages: 06:35:42 - nexus3.edgexfoundry.org:10004/core-metadata:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:42 - nexus3.edgexfoundry.org:10004/core-metadata:latest 06:35:42 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.70 06:35:42 - nexus3.edgexfoundry.org:10004/core-metadata:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:42 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 06:35:42 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 06:35:42 78080ca1708ee51547bc9a18fc694bca820611e1 06:35:42 latest 06:35:42 3.0.0-dev.70 06:35:42 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:42 main 06:35:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:35:43 ba6d206028bd: Preparing 06:35:43 ba6d206028bd: Preparing 06:35:43 2614f97e67c1: Preparing 06:35:43 a42bbaccb5bb: Preparing 06:35:43 727df7c18352: Preparing 06:35:43 52854fcaa165: Preparing 06:35:43 c52f295c1e0d: Preparing 06:35:43 4c8fddb9d8fe: Preparing 06:35:43 62827dd41fd7: Preparing 06:35:43 cc4bc7cc76aa: Preparing 06:35:43 a595b32973c2: Preparing 06:35:43 a9908abe1017: Preparing 06:35:43 aa5968d388b8: Preparing 06:35:43 c52f295c1e0d: Waiting 06:35:43 4c8fddb9d8fe: Waiting 06:35:43 62827dd41fd7: Waiting 06:35:43 cc4bc7cc76aa: Waiting 06:35:43 a595b32973c2: Waiting 06:35:43 a9908abe1017: Waiting 06:35:43 aa5968d388b8: Waiting 06:35:43 a42bbaccb5bb: Pushed 06:35:43 52854fcaa165: Pushed 06:35:43 ba6d206028bd: Pushed 06:35:43 2614f97e67c1: Pushed 06:35:43 727df7c18352: Pushed 06:35:43 4c8fddb9d8fe: Layer already exists 06:35:43 cc4bc7cc76aa: Pushed 06:35:43 aa5968d388b8: Layer already exists 06:35:43 a9908abe1017: Pushed 06:35:43 a595b32973c2: Pushed 06:35:43 62827dd41fd7: Pushed 06:35:45 c52f295c1e0d: Pushed 06:35:45 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:948f3157e3ccd9b273bb05b5a34ce6a2926afd1f423a196037f0bb0478a5509e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:35:46 ba6d206028bd: Preparing 06:35:46 ba6d206028bd: Preparing 06:35:46 2614f97e67c1: Preparing 06:35:46 a42bbaccb5bb: Preparing 06:35:46 727df7c18352: Preparing 06:35:46 52854fcaa165: Preparing 06:35:46 c52f295c1e0d: Preparing 06:35:46 4c8fddb9d8fe: Preparing 06:35:46 62827dd41fd7: Preparing 06:35:46 cc4bc7cc76aa: Preparing 06:35:46 a595b32973c2: Preparing 06:35:46 a9908abe1017: Preparing 06:35:46 aa5968d388b8: Preparing 06:35:46 c52f295c1e0d: Waiting 06:35:46 cc4bc7cc76aa: Waiting 06:35:46 62827dd41fd7: Waiting 06:35:46 a595b32973c2: Waiting 06:35:46 a9908abe1017: Waiting 06:35:46 4c8fddb9d8fe: Waiting 06:35:46 727df7c18352: Layer already exists 06:35:46 52854fcaa165: Layer already exists 06:35:46 a42bbaccb5bb: Layer already exists 06:35:46 ba6d206028bd: Layer already exists 06:35:46 2614f97e67c1: Layer already exists 06:35:46 c52f295c1e0d: Layer already exists 06:35:46 4c8fddb9d8fe: Layer already exists 06:35:46 62827dd41fd7: Layer already exists 06:35:46 cc4bc7cc76aa: Layer already exists 06:35:46 a595b32973c2: Layer already exists 06:35:46 aa5968d388b8: Layer already exists 06:35:46 a9908abe1017: Layer already exists 06:35:46 latest: digest: sha256:948f3157e3ccd9b273bb05b5a34ce6a2926afd1f423a196037f0bb0478a5509e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:46 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.70 06:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:35:46 ba6d206028bd: Preparing 06:35:46 ba6d206028bd: Preparing 06:35:46 2614f97e67c1: Preparing 06:35:46 a42bbaccb5bb: Preparing 06:35:46 727df7c18352: Preparing 06:35:46 52854fcaa165: Preparing 06:35:46 c52f295c1e0d: Preparing 06:35:46 4c8fddb9d8fe: Preparing 06:35:46 62827dd41fd7: Preparing 06:35:46 cc4bc7cc76aa: Preparing 06:35:46 a595b32973c2: Preparing 06:35:46 a9908abe1017: Preparing 06:35:46 aa5968d388b8: Preparing 06:35:46 c52f295c1e0d: Waiting 06:35:46 a595b32973c2: Waiting 06:35:46 a9908abe1017: Waiting 06:35:46 aa5968d388b8: Waiting 06:35:46 4c8fddb9d8fe: Waiting 06:35:46 62827dd41fd7: Waiting 06:35:46 cc4bc7cc76aa: Waiting 06:35:46 a42bbaccb5bb: Layer already exists 06:35:46 ba6d206028bd: Layer already exists 06:35:46 727df7c18352: Layer already exists 06:35:46 2614f97e67c1: Layer already exists 06:35:46 52854fcaa165: Layer already exists 06:35:46 c52f295c1e0d: Layer already exists 06:35:46 62827dd41fd7: Layer already exists 06:35:46 cc4bc7cc76aa: Layer already exists 06:35:46 a9908abe1017: Layer already exists 06:35:46 a595b32973c2: Layer already exists 06:35:46 4c8fddb9d8fe: Layer already exists 06:35:46 aa5968d388b8: Layer already exists 06:35:46 3.0.0-dev.70: digest: sha256:948f3157e3ccd9b273bb05b5a34ce6a2926afd1f423a196037f0bb0478a5509e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:47 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:35:47 ba6d206028bd: Preparing 06:35:47 ba6d206028bd: Preparing 06:35:47 2614f97e67c1: Preparing 06:35:47 a42bbaccb5bb: Preparing 06:35:47 727df7c18352: Preparing 06:35:47 52854fcaa165: Preparing 06:35:47 c52f295c1e0d: Preparing 06:35:47 4c8fddb9d8fe: Preparing 06:35:47 62827dd41fd7: Preparing 06:35:47 cc4bc7cc76aa: Preparing 06:35:47 a595b32973c2: Preparing 06:35:47 a9908abe1017: Preparing 06:35:47 aa5968d388b8: Preparing 06:35:47 4c8fddb9d8fe: Waiting 06:35:47 62827dd41fd7: Waiting 06:35:47 cc4bc7cc76aa: Waiting 06:35:47 a595b32973c2: Waiting 06:35:47 a9908abe1017: Waiting 06:35:47 c52f295c1e0d: Waiting 06:35:47 aa5968d388b8: Waiting 06:35:47 727df7c18352: Layer already exists 06:35:47 2614f97e67c1: Layer already exists 06:35:47 52854fcaa165: Layer already exists 06:35:47 a42bbaccb5bb: Layer already exists 06:35:47 ba6d206028bd: Layer already exists 06:35:47 a595b32973c2: Layer already exists 06:35:47 4c8fddb9d8fe: Layer already exists 06:35:47 c52f295c1e0d: Layer already exists 06:35:47 cc4bc7cc76aa: Layer already exists 06:35:47 62827dd41fd7: Layer already exists 06:35:47 a9908abe1017: Layer already exists 06:35:47 aa5968d388b8: Layer already exists 06:35:47 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:948f3157e3ccd9b273bb05b5a34ce6a2926afd1f423a196037f0bb0478a5509e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:47 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:35:47 ba6d206028bd: Preparing 06:35:47 ba6d206028bd: Preparing 06:35:47 2614f97e67c1: Preparing 06:35:47 a42bbaccb5bb: Preparing 06:35:47 727df7c18352: Preparing 06:35:47 52854fcaa165: Preparing 06:35:47 c52f295c1e0d: Preparing 06:35:47 4c8fddb9d8fe: Preparing 06:35:47 62827dd41fd7: Preparing 06:35:47 cc4bc7cc76aa: Preparing 06:35:47 c52f295c1e0d: Waiting 06:35:47 4c8fddb9d8fe: Waiting 06:35:47 62827dd41fd7: Waiting 06:35:47 a595b32973c2: Preparing 06:35:47 a9908abe1017: Preparing 06:35:47 aa5968d388b8: Preparing 06:35:47 cc4bc7cc76aa: Waiting 06:35:47 aa5968d388b8: Waiting 06:35:47 a595b32973c2: Waiting 06:35:47 a9908abe1017: Waiting 06:35:47 a42bbaccb5bb: Layer already exists 06:35:47 ba6d206028bd: Layer already exists 06:35:47 52854fcaa165: Layer already exists 06:35:47 2614f97e67c1: Layer already exists 06:35:47 727df7c18352: Layer already exists 06:35:47 62827dd41fd7: Layer already exists 06:35:47 c52f295c1e0d: Layer already exists 06:35:47 4c8fddb9d8fe: Layer already exists 06:35:47 cc4bc7cc76aa: Layer already exists 06:35:47 a595b32973c2: Layer already exists 06:35:47 aa5968d388b8: Layer already exists 06:35:47 a9908abe1017: Layer already exists 06:35:47 main: digest: sha256:948f3157e3ccd9b273bb05b5a34ce6a2926afd1f423a196037f0bb0478a5509e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:35:48 ===================================================== [Pipeline] echo 06:35:48 taggedImages: 06:35:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:35:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.70 06:35:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 06:35:48 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 06:35:48 78080ca1708ee51547bc9a18fc694bca820611e1 06:35:48 latest 06:35:48 3.0.0-dev.70 06:35:48 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:48 main 06:35:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:48 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:35:48 764d667ee17c: Preparing 06:35:48 23dea764d681: Preparing 06:35:48 54f1ae30427b: Preparing 06:35:48 887b7c934306: Preparing 06:35:48 4c8fddb9d8fe: Preparing 06:35:48 133ba31e67d9: Preparing 06:35:48 aa5968d388b8: Preparing 06:35:48 133ba31e67d9: Waiting 06:35:48 aa5968d388b8: Waiting 06:35:48 4c8fddb9d8fe: Layer already exists 06:35:48 133ba31e67d9: Layer already exists 06:35:48 aa5968d388b8: Layer already exists 06:35:48 54f1ae30427b: Pushed 06:35:48 23dea764d681: Pushed 06:35:48 764d667ee17c: Pushed 06:35:50 887b7c934306: Pushed 06:35:50 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:d839897e326ca0c8d26f13ea2e3398a3e5d0d30f67107a3367e4386594681fcd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:50 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:35:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:35:50 764d667ee17c: Preparing 06:35:50 23dea764d681: Preparing 06:35:50 54f1ae30427b: Preparing 06:35:50 887b7c934306: Preparing 06:35:50 4c8fddb9d8fe: Preparing 06:35:50 133ba31e67d9: Preparing 06:35:50 aa5968d388b8: Preparing 06:35:50 133ba31e67d9: Waiting 06:35:50 aa5968d388b8: Waiting 06:35:50 54f1ae30427b: Layer already exists 06:35:50 23dea764d681: Layer already exists 06:35:50 764d667ee17c: Layer already exists 06:35:50 4c8fddb9d8fe: Layer already exists 06:35:50 887b7c934306: Layer already exists 06:35:50 133ba31e67d9: Layer already exists 06:35:50 aa5968d388b8: Layer already exists 06:35:50 latest: digest: sha256:d839897e326ca0c8d26f13ea2e3398a3e5d0d30f67107a3367e4386594681fcd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:50 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.70 06:35:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:35:51 764d667ee17c: Preparing 06:35:51 23dea764d681: Preparing 06:35:51 54f1ae30427b: Preparing 06:35:51 887b7c934306: Preparing 06:35:51 4c8fddb9d8fe: Preparing 06:35:51 133ba31e67d9: Preparing 06:35:51 aa5968d388b8: Preparing 06:35:51 133ba31e67d9: Waiting 06:35:51 aa5968d388b8: Waiting 06:35:51 4c8fddb9d8fe: Layer already exists 06:35:51 764d667ee17c: Layer already exists 06:35:51 887b7c934306: Layer already exists 06:35:51 23dea764d681: Layer already exists 06:35:51 54f1ae30427b: Layer already exists 06:35:51 133ba31e67d9: Layer already exists 06:35:51 aa5968d388b8: Layer already exists 06:35:51 3.0.0-dev.70: digest: sha256:d839897e326ca0c8d26f13ea2e3398a3e5d0d30f67107a3367e4386594681fcd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:51 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:35:51 764d667ee17c: Preparing 06:35:51 23dea764d681: Preparing 06:35:51 54f1ae30427b: Preparing 06:35:51 887b7c934306: Preparing 06:35:51 4c8fddb9d8fe: Preparing 06:35:51 133ba31e67d9: Preparing 06:35:51 aa5968d388b8: Preparing 06:35:51 133ba31e67d9: Waiting 06:35:51 aa5968d388b8: Waiting 06:35:51 887b7c934306: Layer already exists 06:35:51 23dea764d681: Layer already exists 06:35:51 4c8fddb9d8fe: Layer already exists 06:35:51 54f1ae30427b: Layer already exists 06:35:51 764d667ee17c: Layer already exists 06:35:51 133ba31e67d9: Layer already exists 06:35:51 aa5968d388b8: Layer already exists 06:35:51 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:d839897e326ca0c8d26f13ea2e3398a3e5d0d30f67107a3367e4386594681fcd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:52 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:35:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:35:52 764d667ee17c: Preparing 06:35:52 23dea764d681: Preparing 06:35:52 54f1ae30427b: Preparing 06:35:52 887b7c934306: Preparing 06:35:52 4c8fddb9d8fe: Preparing 06:35:52 133ba31e67d9: Preparing 06:35:52 aa5968d388b8: Preparing 06:35:52 133ba31e67d9: Waiting 06:35:52 aa5968d388b8: Waiting 06:35:52 887b7c934306: Layer already exists 06:35:52 4c8fddb9d8fe: Layer already exists 06:35:52 54f1ae30427b: Layer already exists 06:35:52 23dea764d681: Layer already exists 06:35:52 764d667ee17c: Layer already exists 06:35:52 133ba31e67d9: Layer already exists 06:35:52 aa5968d388b8: Layer already exists 06:35:52 main: digest: sha256:d839897e326ca0c8d26f13ea2e3398a3e5d0d30f67107a3367e4386594681fcd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:35:52 ===================================================== [Pipeline] echo 06:35:52 taggedImages: 06:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.70 06:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 06:35:52 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 06:35:52 78080ca1708ee51547bc9a18fc694bca820611e1 06:35:52 latest 06:35:52 3.0.0-dev.70 06:35:52 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:52 main 06:35:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:35:53 e7942a7db96e: Preparing 06:35:53 393bdd29a5b0: Preparing 06:35:53 cea0d994e619: Preparing 06:35:53 09c39a508637: Preparing 06:35:53 8e2586a10af2: Preparing 06:35:53 9758217f0360: Preparing 06:35:53 2cf7b0357244: Preparing 06:35:53 aa5968d388b8: Preparing 06:35:53 2cf7b0357244: Waiting 06:35:53 aa5968d388b8: Waiting 06:35:53 9758217f0360: Waiting 06:35:53 8e2586a10af2: Pushed 06:35:53 393bdd29a5b0: Pushed 06:35:53 e7942a7db96e: Pushed 06:35:53 aa5968d388b8: Layer already exists 06:35:53 9758217f0360: Pushed 06:35:53 2cf7b0357244: Pushed 06:35:54 09c39a508637: Pushed 06:35:54 cea0d994e619: Pushed 06:35:54 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:756a8daa470fdc03e49e388d05eed41766832b5acac818231abeca8b4efc1efe size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:54 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:35:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:35:55 e7942a7db96e: Preparing 06:35:55 393bdd29a5b0: Preparing 06:35:55 cea0d994e619: Preparing 06:35:55 09c39a508637: Preparing 06:35:55 8e2586a10af2: Preparing 06:35:55 9758217f0360: Preparing 06:35:55 2cf7b0357244: Preparing 06:35:55 aa5968d388b8: Preparing 06:35:55 9758217f0360: Waiting 06:35:55 aa5968d388b8: Waiting 06:35:55 393bdd29a5b0: Layer already exists 06:35:55 cea0d994e619: Layer already exists 06:35:55 e7942a7db96e: Layer already exists 06:35:55 09c39a508637: Layer already exists 06:35:55 8e2586a10af2: Layer already exists 06:35:55 9758217f0360: Layer already exists 06:35:55 aa5968d388b8: Layer already exists 06:35:55 2cf7b0357244: Layer already exists 06:35:55 latest: digest: sha256:756a8daa470fdc03e49e388d05eed41766832b5acac818231abeca8b4efc1efe size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.70 06:35:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:35:55 e7942a7db96e: Preparing 06:35:55 393bdd29a5b0: Preparing 06:35:55 cea0d994e619: Preparing 06:35:55 09c39a508637: Preparing 06:35:55 8e2586a10af2: Preparing 06:35:55 9758217f0360: Preparing 06:35:55 2cf7b0357244: Preparing 06:35:55 aa5968d388b8: Preparing 06:35:55 aa5968d388b8: Waiting 06:35:55 9758217f0360: Waiting 06:35:55 2cf7b0357244: Waiting 06:35:55 393bdd29a5b0: Layer already exists 06:35:55 e7942a7db96e: Layer already exists 06:35:55 09c39a508637: Layer already exists 06:35:55 cea0d994e619: Layer already exists 06:35:55 8e2586a10af2: Layer already exists 06:35:55 9758217f0360: Layer already exists 06:35:55 aa5968d388b8: Layer already exists 06:35:55 2cf7b0357244: Layer already exists 06:35:55 3.0.0-dev.70: digest: sha256:756a8daa470fdc03e49e388d05eed41766832b5acac818231abeca8b4efc1efe size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:35:56 e7942a7db96e: Preparing 06:35:56 393bdd29a5b0: Preparing 06:35:56 cea0d994e619: Preparing 06:35:56 09c39a508637: Preparing 06:35:56 8e2586a10af2: Preparing 06:35:56 9758217f0360: Preparing 06:35:56 2cf7b0357244: Preparing 06:35:56 aa5968d388b8: Preparing 06:35:56 9758217f0360: Waiting 06:35:56 2cf7b0357244: Waiting 06:35:56 aa5968d388b8: Waiting 06:35:56 09c39a508637: Layer already exists 06:35:56 393bdd29a5b0: Layer already exists 06:35:56 8e2586a10af2: Layer already exists 06:35:56 e7942a7db96e: Layer already exists 06:35:56 cea0d994e619: Layer already exists 06:35:56 9758217f0360: Layer already exists 06:35:56 2cf7b0357244: Layer already exists 06:35:56 aa5968d388b8: Layer already exists 06:35:56 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:756a8daa470fdc03e49e388d05eed41766832b5acac818231abeca8b4efc1efe size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:35:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:35:56 e7942a7db96e: Preparing 06:35:56 393bdd29a5b0: Preparing 06:35:56 cea0d994e619: Preparing 06:35:56 09c39a508637: Preparing 06:35:56 8e2586a10af2: Preparing 06:35:56 9758217f0360: Preparing 06:35:56 2cf7b0357244: Preparing 06:35:56 aa5968d388b8: Preparing 06:35:56 9758217f0360: Waiting 06:35:56 aa5968d388b8: Waiting 06:35:56 2cf7b0357244: Waiting 06:35:56 09c39a508637: Layer already exists 06:35:56 e7942a7db96e: Layer already exists 06:35:56 cea0d994e619: Layer already exists 06:35:56 8e2586a10af2: Layer already exists 06:35:56 393bdd29a5b0: Layer already exists 06:35:56 9758217f0360: Layer already exists 06:35:56 2cf7b0357244: Layer already exists 06:35:56 aa5968d388b8: Layer already exists 06:35:56 main: digest: sha256:756a8daa470fdc03e49e388d05eed41766832b5acac818231abeca8b4efc1efe size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:35:56 ===================================================== [Pipeline] echo 06:35:56 taggedImages: 06:35:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:35:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.70 06:35:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 06:35:56 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 06:35:56 78080ca1708ee51547bc9a18fc694bca820611e1 06:35:56 latest 06:35:56 3.0.0-dev.70 06:35:56 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:35:56 main 06:35:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:78080ca1708ee51547bc9a18fc694bca820611e1 06:35:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:35:57 aa0af4fa2a49: Preparing 06:35:57 acc2971b73b7: Preparing 06:35:57 269e6dbaab0a: Preparing 06:35:57 a285bbf3798b: Preparing 06:35:57 a260f64c8906: Preparing 06:35:57 0a4b62610590: Preparing 06:35:57 62f686e114f3: Preparing 06:35:57 1956d718234e: Preparing 06:35:57 7a7b49ed49db: Preparing 06:35:57 aa5968d388b8: Preparing 06:35:57 7a7b49ed49db: Waiting 06:35:57 0a4b62610590: Waiting 06:35:57 aa5968d388b8: Waiting 06:35:57 62f686e114f3: Waiting 06:35:57 1956d718234e: Waiting 06:35:57 acc2971b73b7: Pushed 06:35:57 a260f64c8906: Pushed 06:35:57 aa0af4fa2a49: Pushed 06:35:57 0a4b62610590: Pushed 06:35:57 62f686e114f3: Pushed 06:35:57 1956d718234e: Pushed 06:35:57 aa5968d388b8: Layer already exists 06:35:57 7a7b49ed49db: Pushed 06:35:59 a285bbf3798b: Pushed 06:35:59 269e6dbaab0a: Pushed 06:35:59 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:d75247030f06c1c3868f87f2e95c09c4511e679f7939b14f42d05e74acfd9464 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:36:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:36:00 aa0af4fa2a49: Preparing 06:36:00 acc2971b73b7: Preparing 06:36:00 269e6dbaab0a: Preparing 06:36:00 a285bbf3798b: Preparing 06:36:00 a260f64c8906: Preparing 06:36:00 0a4b62610590: Preparing 06:36:00 62f686e114f3: Preparing 06:36:00 1956d718234e: Preparing 06:36:00 7a7b49ed49db: Preparing 06:36:00 aa5968d388b8: Preparing 06:36:00 0a4b62610590: Waiting 06:36:00 62f686e114f3: Waiting 06:36:00 1956d718234e: Waiting 06:36:00 7a7b49ed49db: Waiting 06:36:00 aa5968d388b8: Waiting 06:36:00 269e6dbaab0a: Layer already exists 06:36:00 aa0af4fa2a49: Layer already exists 06:36:00 a285bbf3798b: Layer already exists 06:36:00 a260f64c8906: Layer already exists 06:36:00 acc2971b73b7: Layer already exists 06:36:00 62f686e114f3: Layer already exists 06:36:00 0a4b62610590: Layer already exists 06:36:00 1956d718234e: Layer already exists 06:36:00 7a7b49ed49db: Layer already exists 06:36:00 aa5968d388b8: Layer already exists 06:36:00 latest: digest: sha256:d75247030f06c1c3868f87f2e95c09c4511e679f7939b14f42d05e74acfd9464 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.70 06:36:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:36:00 aa0af4fa2a49: Preparing 06:36:00 acc2971b73b7: Preparing 06:36:00 269e6dbaab0a: Preparing 06:36:00 a285bbf3798b: Preparing 06:36:00 a260f64c8906: Preparing 06:36:00 0a4b62610590: Preparing 06:36:00 62f686e114f3: Preparing 06:36:00 1956d718234e: Preparing 06:36:00 7a7b49ed49db: Preparing 06:36:00 aa5968d388b8: Preparing 06:36:00 0a4b62610590: Waiting 06:36:00 62f686e114f3: Waiting 06:36:00 1956d718234e: Waiting 06:36:00 7a7b49ed49db: Waiting 06:36:00 aa5968d388b8: Waiting 06:36:00 269e6dbaab0a: Layer already exists 06:36:00 acc2971b73b7: Layer already exists 06:36:00 a285bbf3798b: Layer already exists 06:36:00 a260f64c8906: Layer already exists 06:36:00 aa0af4fa2a49: Layer already exists 06:36:00 1956d718234e: Layer already exists 06:36:00 aa5968d388b8: Layer already exists 06:36:00 0a4b62610590: Layer already exists 06:36:00 62f686e114f3: Layer already exists 06:36:00 7a7b49ed49db: Layer already exists 06:36:00 3.0.0-dev.70: digest: sha256:d75247030f06c1c3868f87f2e95c09c4511e679f7939b14f42d05e74acfd9464 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:36:01 aa0af4fa2a49: Preparing 06:36:01 acc2971b73b7: Preparing 06:36:01 269e6dbaab0a: Preparing 06:36:01 a285bbf3798b: Preparing 06:36:01 a260f64c8906: Preparing 06:36:01 0a4b62610590: Preparing 06:36:01 62f686e114f3: Preparing 06:36:01 1956d718234e: Preparing 06:36:01 7a7b49ed49db: Preparing 06:36:01 aa5968d388b8: Preparing 06:36:01 0a4b62610590: Waiting 06:36:01 62f686e114f3: Waiting 06:36:01 1956d718234e: Waiting 06:36:01 7a7b49ed49db: Waiting 06:36:01 aa5968d388b8: Waiting 06:36:01 269e6dbaab0a: Layer already exists 06:36:01 a260f64c8906: Layer already exists 06:36:01 a285bbf3798b: Layer already exists 06:36:01 aa0af4fa2a49: Layer already exists 06:36:01 acc2971b73b7: Layer already exists 06:36:01 62f686e114f3: Layer already exists 06:36:01 0a4b62610590: Layer already exists 06:36:01 7a7b49ed49db: Layer already exists 06:36:01 1956d718234e: Layer already exists 06:36:01 aa5968d388b8: Layer already exists 06:36:01 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:d75247030f06c1c3868f87f2e95c09c4511e679f7939b14f42d05e74acfd9464 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:01 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:36:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:36:01 aa0af4fa2a49: Preparing 06:36:01 acc2971b73b7: Preparing 06:36:01 269e6dbaab0a: Preparing 06:36:01 a285bbf3798b: Preparing 06:36:01 a260f64c8906: Preparing 06:36:01 0a4b62610590: Preparing 06:36:01 62f686e114f3: Preparing 06:36:01 1956d718234e: Preparing 06:36:01 7a7b49ed49db: Preparing 06:36:01 aa5968d388b8: Preparing 06:36:01 62f686e114f3: Waiting 06:36:01 1956d718234e: Waiting 06:36:01 7a7b49ed49db: Waiting 06:36:01 aa5968d388b8: Waiting 06:36:01 0a4b62610590: Waiting 06:36:01 a285bbf3798b: Layer already exists 06:36:01 aa0af4fa2a49: Layer already exists 06:36:01 269e6dbaab0a: Layer already exists 06:36:01 acc2971b73b7: Layer already exists 06:36:01 a260f64c8906: Layer already exists 06:36:01 0a4b62610590: Layer already exists 06:36:01 aa5968d388b8: Layer already exists 06:36:01 7a7b49ed49db: Layer already exists 06:36:01 62f686e114f3: Layer already exists 06:36:01 1956d718234e: Layer already exists 06:36:01 main: digest: sha256:d75247030f06c1c3868f87f2e95c09c4511e679f7939b14f42d05e74acfd9464 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:01 ===================================================== [Pipeline] echo 06:36:01 taggedImages: 06:36:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:36:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.70 06:36:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 06:36:01 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 06:36:01 78080ca1708ee51547bc9a18fc694bca820611e1 06:36:01 latest 06:36:01 3.0.0-dev.70 06:36:01 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:01 main 06:36:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:36:02 931df7613d7a: Preparing 06:36:02 7231275f0098: Preparing 06:36:02 4c8fddb9d8fe: Preparing 06:36:02 efdceabc7dc5: Preparing 06:36:02 4e6476652798: Preparing 06:36:02 4c8fddb9d8fe: Layer already exists 06:36:02 4e6476652798: Layer already exists 06:36:02 931df7613d7a: Pushed 06:36:03 efdceabc7dc5: Pushed 06:36:05 7231275f0098: Pushed 06:36:05 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:749d8a571a53e02f9dd930b4eb0e8aa8e8693d9d479c7176513a3646af876b74 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:05 + 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 06:36:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:36:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:36:05 931df7613d7a: Preparing 06:36:05 7231275f0098: Preparing 06:36:05 4c8fddb9d8fe: Preparing 06:36:05 efdceabc7dc5: Preparing 06:36:05 4e6476652798: Preparing 06:36:05 931df7613d7a: Layer already exists 06:36:05 7231275f0098: Layer already exists 06:36:05 efdceabc7dc5: Layer already exists 06:36:05 4e6476652798: Layer already exists 06:36:05 4c8fddb9d8fe: Layer already exists 06:36:05 latest: digest: sha256:749d8a571a53e02f9dd930b4eb0e8aa8e8693d9d479c7176513a3646af876b74 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.70 06:36:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:36:06 931df7613d7a: Preparing 06:36:06 7231275f0098: Preparing 06:36:06 4c8fddb9d8fe: Preparing 06:36:06 efdceabc7dc5: Preparing 06:36:06 4e6476652798: Preparing 06:36:06 efdceabc7dc5: Layer already exists 06:36:06 4c8fddb9d8fe: Layer already exists 06:36:06 4e6476652798: Layer already exists 06:36:06 7231275f0098: Layer already exists 06:36:06 931df7613d7a: Layer already exists 06:36:06 3.0.0-dev.70: digest: sha256:749d8a571a53e02f9dd930b4eb0e8aa8e8693d9d479c7176513a3646af876b74 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:06 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:36:06 931df7613d7a: Preparing 06:36:06 7231275f0098: Preparing 06:36:06 4c8fddb9d8fe: Preparing 06:36:06 efdceabc7dc5: Preparing 06:36:06 4e6476652798: Preparing 06:36:06 7231275f0098: Layer already exists 06:36:06 efdceabc7dc5: Layer already exists 06:36:06 4c8fddb9d8fe: Layer already exists 06:36:06 931df7613d7a: Layer already exists 06:36:06 4e6476652798: Layer already exists 06:36:06 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:749d8a571a53e02f9dd930b4eb0e8aa8e8693d9d479c7176513a3646af876b74 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:07 + 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 06:36:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:36:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:36:07 931df7613d7a: Preparing 06:36:07 7231275f0098: Preparing 06:36:07 4c8fddb9d8fe: Preparing 06:36:07 efdceabc7dc5: Preparing 06:36:07 4e6476652798: Preparing 06:36:07 4e6476652798: Layer already exists 06:36:07 4c8fddb9d8fe: Layer already exists 06:36:07 efdceabc7dc5: Layer already exists 06:36:07 7231275f0098: Layer already exists 06:36:07 931df7613d7a: Layer already exists 06:36:07 main: digest: sha256:749d8a571a53e02f9dd930b4eb0e8aa8e8693d9d479c7176513a3646af876b74 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:07 ===================================================== [Pipeline] echo 06:36:07 taggedImages: 06:36:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:36:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.70 06:36:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 06:36:07 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 06:36:07 78080ca1708ee51547bc9a18fc694bca820611e1 06:36:07 latest 06:36:07 3.0.0-dev.70 06:36:07 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:07 main 06:36:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:07 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:36:08 7cf5a9700b5b: Preparing 06:36:08 63970573820f: Preparing 06:36:08 2e349dac7e37: Preparing 06:36:08 d56ae6a52272: Preparing 06:36:08 229bdb494367: Preparing 06:36:08 c63838ca9aaa: Preparing 06:36:08 4e6476652798: Preparing 06:36:08 c63838ca9aaa: Waiting 06:36:08 7cf5a9700b5b: Pushed 06:36:08 2e349dac7e37: Pushed 06:36:08 63970573820f: Pushed 06:36:08 4e6476652798: Layer already exists 06:36:08 c63838ca9aaa: Pushed 06:36:09 Removing intermediate container bb70f8857c78 06:36:09 ---> ec72e21a652c 06:36:09 Step 7/23 : COPY . . 06:36:09 Removing intermediate container c32eb9052d2e 06:36:09 ---> 21888ce64705 06:36:09 Step 7/21 : COPY . . 06:36:09 Removing intermediate container 46eb2850f9bd 06:36:09 ---> 58cdb0cd919c 06:36:09 Step 7/19 : COPY . . 06:36:09 Removing intermediate container c07fec8f370c 06:36:09 ---> 36c374f92a45 06:36:09 Step 7/32 : COPY . . 06:36:09 Removing intermediate container dc3a19a075a5 06:36:09 ---> af13014d7575 06:36:09 Step 8/22 : COPY . . 06:36:09 ---> 6f1713dedc86 06:36:09 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:36:09 ---> 2e8dda2f38bd 06:36:09 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 06:36:09 ---> Running in dc92cdd62f8c 06:36:09 ---> Running in 7ddf19596acd 06:36:09 ---> 525e32dbbfce 06:36:09 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:36:09 Removing intermediate container 7ddf19596acd 06:36:09 ---> 06cf108b6d78 06:36:09 Step 9/23 : WORKDIR /edgex-go/spire-build 06:36:09 ---> Running in bfec6499199f 06:36:09 ---> Running in 13327ef46190 06:36:09 ---> c24a91471d6c 06:36:09 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:36:09 ---> Running in f8d9d514254e 06:36:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:36:09 ---> 58f10995dd65 06:36:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:36:09 ---> Running in df14d56992d8 06:36:09 Removing intermediate container bfec6499199f 06:36:09 ---> bc33744cacc3 06:36:09 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:36:09 ---> Running in fdeedd6d4725 06:36:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:36:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:36:09 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:36:11 Removing intermediate container fdeedd6d4725 06:36:11 ---> 604a92f227ef 06:36:11 Step 11/23 : WORKDIR /edgex-go 06:36:11 ---> Running in e898261dd923 06:36:11 229bdb494367: Pushed 06:36:12 Removing intermediate container e898261dd923 06:36:12 ---> d63af59dc13f 06:36:12 06:36:12 Step 12/23 : FROM alpine:3.15 06:36:12 3.15: Pulling from library/alpine 06:36:15 d56ae6a52272: Pushed 06:36:15 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:9e9c8175e1a66eeeddd73ab1a74c3656c30a45164e5ba74da3c186f5701ca1b9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:15 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:15 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 06:36:15 Status: Downloaded newer image for alpine:3.15 06:36:15 ---> 354640af7b1b 06:36:15 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:36:15 ---> Running in eda44cf0e47b 06:36:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:36:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:36:15 7cf5a9700b5b: Preparing 06:36:15 63970573820f: Preparing 06:36:15 2e349dac7e37: Preparing 06:36:15 d56ae6a52272: Preparing 06:36:15 229bdb494367: Preparing 06:36:15 c63838ca9aaa: Preparing 06:36:15 4e6476652798: Preparing 06:36:15 c63838ca9aaa: Waiting 06:36:15 4e6476652798: Waiting 06:36:15 d56ae6a52272: Layer already exists 06:36:15 7cf5a9700b5b: Layer already exists 06:36:15 229bdb494367: Layer already exists 06:36:15 63970573820f: Layer already exists 06:36:15 2e349dac7e37: Layer already exists 06:36:15 c63838ca9aaa: Layer already exists 06:36:15 4e6476652798: Layer already exists 06:36:15 latest: digest: sha256:9e9c8175e1a66eeeddd73ab1a74c3656c30a45164e5ba74da3c186f5701ca1b9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:16 Removing intermediate container eda44cf0e47b 06:36:16 ---> f6697bad03b1 06:36:16 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:36:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.70 06:36:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:36:16 7cf5a9700b5b: Preparing 06:36:16 63970573820f: Preparing 06:36:16 2e349dac7e37: Preparing 06:36:16 d56ae6a52272: Preparing 06:36:16 229bdb494367: Preparing 06:36:16 c63838ca9aaa: Preparing 06:36:16 4e6476652798: Preparing 06:36:16 4e6476652798: Waiting 06:36:16 63970573820f: Layer already exists 06:36:16 229bdb494367: Layer already exists 06:36:16 2e349dac7e37: Layer already exists 06:36:16 d56ae6a52272: Layer already exists 06:36:16 7cf5a9700b5b: Layer already exists 06:36:16 c63838ca9aaa: Layer already exists 06:36:16 4e6476652798: Layer already exists 06:36:16 3.0.0-dev.70: digest: sha256:9e9c8175e1a66eeeddd73ab1a74c3656c30a45164e5ba74da3c186f5701ca1b9 size: 1785 [Pipeline] } 06:36:16 ---> Running in 8a0ac2449b67 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:36:17 7cf5a9700b5b: Preparing 06:36:17 63970573820f: Preparing 06:36:17 2e349dac7e37: Preparing 06:36:17 d56ae6a52272: Preparing 06:36:17 229bdb494367: Preparing 06:36:17 c63838ca9aaa: Preparing 06:36:17 4e6476652798: Preparing 06:36:17 c63838ca9aaa: Waiting 06:36:17 4e6476652798: Waiting 06:36:17 229bdb494367: Layer already exists 06:36:17 63970573820f: Layer already exists 06:36:17 7cf5a9700b5b: Layer already exists 06:36:17 2e349dac7e37: Layer already exists 06:36:17 d56ae6a52272: Layer already exists 06:36:17 c63838ca9aaa: Layer already exists 06:36:17 4e6476652798: Layer already exists 06:36:17 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:9e9c8175e1a66eeeddd73ab1a74c3656c30a45164e5ba74da3c186f5701ca1b9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:36:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:36:17 7cf5a9700b5b: Preparing 06:36:17 63970573820f: Preparing 06:36:17 2e349dac7e37: Preparing 06:36:17 d56ae6a52272: Preparing 06:36:17 229bdb494367: Preparing 06:36:17 c63838ca9aaa: Preparing 06:36:17 4e6476652798: Preparing 06:36:17 c63838ca9aaa: Waiting 06:36:17 4e6476652798: Waiting 06:36:17 229bdb494367: Layer already exists 06:36:17 2e349dac7e37: Layer already exists 06:36:17 63970573820f: Layer already exists 06:36:17 7cf5a9700b5b: Layer already exists 06:36:17 d56ae6a52272: Layer already exists 06:36:17 c63838ca9aaa: Layer already exists 06:36:17 4e6476652798: Layer already exists 06:36:17 main: digest: sha256:9e9c8175e1a66eeeddd73ab1a74c3656c30a45164e5ba74da3c186f5701ca1b9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:17 ===================================================== [Pipeline] echo 06:36:17 taggedImages: 06:36:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:36:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.70 06:36:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 06:36:17 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 06:36:17 78080ca1708ee51547bc9a18fc694bca820611e1 06:36:17 latest 06:36:17 3.0.0-dev.70 06:36:17 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:17 main 06:36:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:36:18 2b5ecbbd1b29: Preparing 06:36:18 5344dbad15be: Preparing 06:36:18 44f471f43502: Preparing 06:36:18 4deda08ad80f: Preparing 06:36:18 488671f15baf: Preparing 06:36:18 4e6476652798: Preparing 06:36:18 4e6476652798: Waiting 06:36:18 2b5ecbbd1b29: Pushed 06:36:18 44f471f43502: Pushed 06:36:18 5344dbad15be: Pushed 06:36:18 4e6476652798: Layer already exists 06:36:18 488671f15baf: Pushed 06:36:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:36:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:36:21 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 06:36:21 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 06:36:21 OK: 15734 distinct packages available 06:36:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:36:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:36:23 (1/5) Installing dumb-init (1.2.5-r1) 06:36:23 (2/5) Installing musl-obstack (1.2.3-r0) 06:36:23 (3/5) Installing libucontext (1.1-r0) 06:36:23 (4/5) Installing gcompat (1.0.0-r4) 06:36:23 (5/5) Installing openssl (1.1.1t-r1) 06:36:23 Executing busybox-1.34.1-r7.trigger 06:36:23 OK: 6 MiB in 19 packages 06:36:26 4deda08ad80f: Pushed 06:36:26 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:20fe245d9f691f153a69f4d45b71433e924f3be8cb61662cc0808d4314e38ac3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:27 Removing intermediate container 8a0ac2449b67 06:36:27 ---> 70b9c3b497c2 06:36:27 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:36:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:36:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:36:27 2b5ecbbd1b29: Preparing 06:36:27 5344dbad15be: Preparing 06:36:27 44f471f43502: Preparing 06:36:27 4deda08ad80f: Preparing 06:36:27 488671f15baf: Preparing 06:36:27 4e6476652798: Preparing 06:36:27 4e6476652798: Waiting 06:36:27 4deda08ad80f: Layer already exists 06:36:27 488671f15baf: Layer already exists 06:36:27 2b5ecbbd1b29: Layer already exists 06:36:27 44f471f43502: Layer already exists 06:36:27 5344dbad15be: Layer already exists 06:36:27 4e6476652798: Layer already exists 06:36:27 latest: digest: sha256:20fe245d9f691f153a69f4d45b71433e924f3be8cb61662cc0808d4314e38ac3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.70 06:36:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:36:28 2b5ecbbd1b29: Preparing 06:36:28 5344dbad15be: Preparing 06:36:28 44f471f43502: Preparing 06:36:28 4deda08ad80f: Preparing 06:36:28 488671f15baf: Preparing 06:36:28 4e6476652798: Preparing 06:36:28 4e6476652798: Waiting 06:36:28 5344dbad15be: Layer already exists 06:36:28 2b5ecbbd1b29: Layer already exists 06:36:28 44f471f43502: Layer already exists 06:36:28 488671f15baf: Layer already exists 06:36:28 4deda08ad80f: Layer already exists 06:36:28 4e6476652798: Layer already exists 06:36:28 3.0.0-dev.70: digest: sha256:20fe245d9f691f153a69f4d45b71433e924f3be8cb61662cc0808d4314e38ac3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:28 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:36:28 2b5ecbbd1b29: Preparing 06:36:28 5344dbad15be: Preparing 06:36:28 44f471f43502: Preparing 06:36:28 4deda08ad80f: Preparing 06:36:28 488671f15baf: Preparing 06:36:28 4e6476652798: Preparing 06:36:28 4deda08ad80f: Layer already exists 06:36:28 2b5ecbbd1b29: Layer already exists 06:36:28 488671f15baf: Layer already exists 06:36:28 44f471f43502: Layer already exists 06:36:28 5344dbad15be: Layer already exists 06:36:28 4e6476652798: Layer already exists 06:36:28 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:20fe245d9f691f153a69f4d45b71433e924f3be8cb61662cc0808d4314e38ac3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:28 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 06:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:36:29 2b5ecbbd1b29: Preparing 06:36:29 5344dbad15be: Preparing 06:36:29 44f471f43502: Preparing 06:36:29 4deda08ad80f: Preparing 06:36:29 488671f15baf: Preparing 06:36:29 4e6476652798: Preparing 06:36:29 4e6476652798: Waiting 06:36:29 488671f15baf: Layer already exists 06:36:29 4deda08ad80f: Layer already exists 06:36:29 44f471f43502: Layer already exists 06:36:29 2b5ecbbd1b29: Layer already exists 06:36:29 5344dbad15be: Layer already exists 06:36:29 4e6476652798: Layer already exists 06:36:29 main: digest: sha256:20fe245d9f691f153a69f4d45b71433e924f3be8cb61662cc0808d4314e38ac3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:29 ===================================================== [Pipeline] echo 06:36:29 taggedImages: 06:36:29 - nexus3.edgexfoundry.org:10004/security-spire-config:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:29 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:36:29 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.70 06:36:29 - nexus3.edgexfoundry.org:10004/security-spire-config:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:29 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 06:36:29 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 06:36:29 78080ca1708ee51547bc9a18fc694bca820611e1 06:36:29 latest 06:36:29 3.0.0-dev.70 06:36:29 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:29 main 06:36:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:36:29 c4f179967a75: Preparing 06:36:29 36af515f6279: Preparing 06:36:29 899e78a9e608: Preparing 06:36:29 1586f1b76c4b: Preparing 06:36:29 c63838ca9aaa: Preparing 06:36:29 4e6476652798: Preparing 06:36:29 4e6476652798: Waiting 06:36:29 c63838ca9aaa: Layer already exists 06:36:29 4e6476652798: Layer already exists 06:36:30 36af515f6279: Pushed 06:36:30 c4f179967a75: Pushed 06:36:30 899e78a9e608: Pushed 06:36:36 1586f1b76c4b: Pushed 06:36:37 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:a549cf9d4eaf93e1c9ecd7f42f8bba051984190703549769a3aadc68d5d4ec79 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:37 ---> 7eacfa6800fa 06:36:37 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:36:37 ---> 44bac0f37941 06:36:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:36:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:36:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:36:37 c4f179967a75: Preparing 06:36:37 36af515f6279: Preparing 06:36:37 899e78a9e608: Preparing 06:36:37 1586f1b76c4b: Preparing 06:36:37 c63838ca9aaa: Preparing 06:36:37 4e6476652798: Preparing 06:36:37 4e6476652798: Waiting 06:36:37 899e78a9e608: Layer already exists 06:36:37 c63838ca9aaa: Layer already exists 06:36:37 1586f1b76c4b: Layer already exists 06:36:37 c4f179967a75: Layer already exists 06:36:37 36af515f6279: Layer already exists 06:36:37 4e6476652798: Layer already exists 06:36:37 latest: digest: sha256:a549cf9d4eaf93e1c9ecd7f42f8bba051984190703549769a3aadc68d5d4ec79 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:38 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.70 06:36:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:36:38 c4f179967a75: Preparing 06:36:38 36af515f6279: Preparing 06:36:38 899e78a9e608: Preparing 06:36:38 1586f1b76c4b: Preparing 06:36:38 c63838ca9aaa: Preparing 06:36:38 4e6476652798: Preparing 06:36:38 4e6476652798: Waiting 06:36:38 c4f179967a75: Layer already exists 06:36:38 899e78a9e608: Layer already exists 06:36:38 c63838ca9aaa: Layer already exists 06:36:38 36af515f6279: Layer already exists 06:36:38 1586f1b76c4b: Layer already exists 06:36:38 4e6476652798: Layer already exists 06:36:38 3.0.0-dev.70: digest: sha256:a549cf9d4eaf93e1c9ecd7f42f8bba051984190703549769a3aadc68d5d4ec79 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:38 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:36:39 c4f179967a75: Preparing 06:36:39 36af515f6279: Preparing 06:36:39 899e78a9e608: Preparing 06:36:39 1586f1b76c4b: Preparing 06:36:39 c63838ca9aaa: Preparing 06:36:39 4e6476652798: Preparing 06:36:39 4e6476652798: Waiting 06:36:39 c4f179967a75: Layer already exists 06:36:39 1586f1b76c4b: Layer already exists 06:36:39 c63838ca9aaa: Layer already exists 06:36:39 36af515f6279: Layer already exists 06:36:39 899e78a9e608: Layer already exists 06:36:39 4e6476652798: Layer already exists 06:36:39 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:a549cf9d4eaf93e1c9ecd7f42f8bba051984190703549769a3aadc68d5d4ec79 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:39 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 06:36:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:36:39 c4f179967a75: Preparing 06:36:39 36af515f6279: Preparing 06:36:39 899e78a9e608: Preparing 06:36:39 1586f1b76c4b: Preparing 06:36:39 c63838ca9aaa: Preparing 06:36:39 4e6476652798: Preparing 06:36:39 4e6476652798: Waiting 06:36:39 1586f1b76c4b: Layer already exists 06:36:39 899e78a9e608: Layer already exists 06:36:39 c4f179967a75: Layer already exists 06:36:39 c63838ca9aaa: Layer already exists 06:36:39 36af515f6279: Layer already exists 06:36:39 4e6476652798: Layer already exists 06:36:39 main: digest: sha256:a549cf9d4eaf93e1c9ecd7f42f8bba051984190703549769a3aadc68d5d4ec79 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:39 ===================================================== [Pipeline] echo 06:36:39 taggedImages: 06:36:39 - nexus3.edgexfoundry.org:10004/security-spire-server:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:39 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:36:39 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.70 06:36:39 - nexus3.edgexfoundry.org:10004/security-spire-server:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:39 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 06:36:39 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 06:36:39 78080ca1708ee51547bc9a18fc694bca820611e1 06:36:39 latest 06:36:39 3.0.0-dev.70 06:36:39 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:39 main 06:36:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:40 ---> ebded4bb1605 06:36:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:36:40 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:36:40 7f3568edafbe: Preparing 06:36:40 35617dc0a871: Preparing 06:36:40 4c8fddb9d8fe: Preparing 06:36:40 abf2351680ef: Preparing 06:36:40 aa5968d388b8: Preparing 06:36:40 aa5968d388b8: Layer already exists 06:36:40 4c8fddb9d8fe: Layer already exists 06:36:40 7f3568edafbe: Pushed 06:36:40 abf2351680ef: Pushed 06:36:41 ---> 2dd791dd53ae 06:36:41 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:36:41 ---> Running in 1e8bfce1a796 06:36:43 35617dc0a871: Pushed 06:36:43 Removing intermediate container 1e8bfce1a796 06:36:43 ---> a8a8d6c20b95 06:36:43 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:36:43 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:509bb8261781706c85bff6a057e23e7867050f9329316b02969fd21fa487d0fe size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:43 ---> Running in 47bed0b5f21b 06:36:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 06:36:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:36:43 7f3568edafbe: Preparing 06:36:43 35617dc0a871: Preparing 06:36:43 4c8fddb9d8fe: Preparing 06:36:43 abf2351680ef: Preparing 06:36:43 aa5968d388b8: Preparing 06:36:43 4c8fddb9d8fe: Layer already exists 06:36:43 abf2351680ef: Layer already exists 06:36:43 35617dc0a871: Layer already exists 06:36:43 aa5968d388b8: Layer already exists 06:36:43 7f3568edafbe: Layer already exists 06:36:43 latest: digest: sha256:509bb8261781706c85bff6a057e23e7867050f9329316b02969fd21fa487d0fe size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:44 Removing intermediate container 47bed0b5f21b 06:36:44 ---> 7bd91b5bb83f 06:36:44 Step 21/23 : LABEL arch=arm64 06:36:44 ---> Running in f61df0eb9004 06:36:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.70 06:36:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:36:44 7f3568edafbe: Preparing 06:36:44 35617dc0a871: Preparing 06:36:44 4c8fddb9d8fe: Preparing 06:36:44 abf2351680ef: Preparing 06:36:44 aa5968d388b8: Preparing 06:36:44 4c8fddb9d8fe: Layer already exists 06:36:44 7f3568edafbe: Layer already exists 06:36:44 aa5968d388b8: Layer already exists 06:36:44 abf2351680ef: Layer already exists 06:36:44 35617dc0a871: Layer already exists 06:36:44 3.0.0-dev.70: digest: sha256:509bb8261781706c85bff6a057e23e7867050f9329316b02969fd21fa487d0fe size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:36:45 7f3568edafbe: Preparing 06:36:45 35617dc0a871: Preparing 06:36:45 4c8fddb9d8fe: Preparing 06:36:45 abf2351680ef: Preparing 06:36:45 aa5968d388b8: Preparing 06:36:45 aa5968d388b8: Layer already exists 06:36:45 35617dc0a871: Layer already exists 06:36:45 7f3568edafbe: Layer already exists 06:36:45 abf2351680ef: Layer already exists 06:36:45 4c8fddb9d8fe: Layer already exists 06:36:45 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:509bb8261781706c85bff6a057e23e7867050f9329316b02969fd21fa487d0fe size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:45 Removing intermediate container f61df0eb9004 06:36:45 ---> 4608c72a4d2e 06:36:45 Step 22/23 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:36:45 ---> Running in ddb7f6f9d779 06:36:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 06:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:36:45 7f3568edafbe: Preparing 06:36:45 35617dc0a871: Preparing 06:36:45 4c8fddb9d8fe: Preparing 06:36:45 abf2351680ef: Preparing 06:36:45 aa5968d388b8: Preparing 06:36:45 4c8fddb9d8fe: Layer already exists 06:36:45 35617dc0a871: Layer already exists 06:36:45 7f3568edafbe: Layer already exists 06:36:45 abf2351680ef: Layer already exists 06:36:45 aa5968d388b8: Layer already exists 06:36:45 main: digest: sha256:509bb8261781706c85bff6a057e23e7867050f9329316b02969fd21fa487d0fe size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:45 ===================================================== [Pipeline] echo 06:36:45 taggedImages: 06:36:45 - nexus3.edgexfoundry.org:10004/support-notifications:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:45 - nexus3.edgexfoundry.org:10004/support-notifications:latest 06:36:45 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.70 06:36:45 - nexus3.edgexfoundry.org:10004/support-notifications:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:45 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 06:36:45 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 06:36:45 78080ca1708ee51547bc9a18fc694bca820611e1 06:36:45 latest 06:36:45 3.0.0-dev.70 06:36:45 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:45 main 06:36:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:46 Removing intermediate container ddb7f6f9d779 06:36:46 ---> 8b1c5c43febe 06:36:46 Step 23/23 : LABEL version=3.0.0-dev.70 06:36:46 ---> Running in a756a495a6df 06:36:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:36:46 80d528d3ed18: Preparing 06:36:46 5cf7e14b6b53: Preparing 06:36:46 4c8fddb9d8fe: Preparing 06:36:46 c37da6136827: Preparing 06:36:46 aa5968d388b8: Preparing 06:36:46 aa5968d388b8: Layer already exists 06:36:46 c37da6136827: Layer already exists 06:36:46 4c8fddb9d8fe: Layer already exists 06:36:46 80d528d3ed18: Pushed 06:36:47 Removing intermediate container a756a495a6df 06:36:47 ---> 06340cbfa017 06:36:47 06:36:47 Successfully built 06340cbfa017 06:36:47 Successfully tagged security-spire-server-arm64:latest 06:36:47  Building security-spire-server ... done Building security-proxy-auth 06:36:49 5cf7e14b6b53: Pushed 06:36:49 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:68ffe2dbba533ec90acda361576e15a1874a8758324acb3d3d1d9f43d073abb0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:49 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:36:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:36:49 80d528d3ed18: Preparing 06:36:49 5cf7e14b6b53: Preparing 06:36:49 4c8fddb9d8fe: Preparing 06:36:49 c37da6136827: Preparing 06:36:49 aa5968d388b8: Preparing 06:36:49 aa5968d388b8: Layer already exists 06:36:49 4c8fddb9d8fe: Layer already exists 06:36:49 5cf7e14b6b53: Layer already exists 06:36:49 c37da6136827: Layer already exists 06:36:49 80d528d3ed18: Layer already exists 06:36:49 latest: digest: sha256:68ffe2dbba533ec90acda361576e15a1874a8758324acb3d3d1d9f43d073abb0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.70 06:36:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:36:50 80d528d3ed18: Preparing 06:36:50 5cf7e14b6b53: Preparing 06:36:50 4c8fddb9d8fe: Preparing 06:36:50 c37da6136827: Preparing 06:36:50 aa5968d388b8: Preparing 06:36:50 aa5968d388b8: Layer already exists 06:36:50 5cf7e14b6b53: Layer already exists 06:36:50 4c8fddb9d8fe: Layer already exists 06:36:50 c37da6136827: Layer already exists 06:36:50 80d528d3ed18: Layer already exists 06:36:50 3.0.0-dev.70: digest: sha256:68ffe2dbba533ec90acda361576e15a1874a8758324acb3d3d1d9f43d073abb0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:36:51 80d528d3ed18: Preparing 06:36:51 5cf7e14b6b53: Preparing 06:36:51 4c8fddb9d8fe: Preparing 06:36:51 c37da6136827: Preparing 06:36:51 aa5968d388b8: Preparing 06:36:51 aa5968d388b8: Layer already exists 06:36:51 c37da6136827: Layer already exists 06:36:51 5cf7e14b6b53: Layer already exists 06:36:51 80d528d3ed18: Layer already exists 06:36:51 4c8fddb9d8fe: Layer already exists 06:36:51 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:68ffe2dbba533ec90acda361576e15a1874a8758324acb3d3d1d9f43d073abb0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 06:36:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:36:51 80d528d3ed18: Preparing 06:36:51 5cf7e14b6b53: Preparing 06:36:51 4c8fddb9d8fe: Preparing 06:36:51 c37da6136827: Preparing 06:36:51 aa5968d388b8: Preparing 06:36:51 5cf7e14b6b53: Layer already exists 06:36:51 aa5968d388b8: Layer already exists 06:36:51 80d528d3ed18: Layer already exists 06:36:51 c37da6136827: Layer already exists 06:36:51 4c8fddb9d8fe: Layer already exists 06:36:51 main: digest: sha256:68ffe2dbba533ec90acda361576e15a1874a8758324acb3d3d1d9f43d073abb0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:51 ===================================================== [Pipeline] echo 06:36:51 taggedImages: 06:36:51 - nexus3.edgexfoundry.org:10004/support-scheduler:78080ca1708ee51547bc9a18fc694bca820611e1 06:36:51 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:36:51 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.70 06:36:51 - nexus3.edgexfoundry.org:10004/support-scheduler:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:36:51 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:36:56 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:36:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:36:56 ---> f3ef7acb9107 06:36:56 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:36:56 ---> Using cache 06:36:56 ---> ef7cafa928da 06:36:56 Step 4/22 : WORKDIR /edgex-go 06:36:56 ---> Using cache 06:36:56 ---> 900616b2ae8a 06:36:56 Step 5/22 : RUN apk add --update --no-cache make git 06:36:56 ---> Using cache 06:36:56 ---> ffe441e9d3e7 06:36:56 Step 6/22 : COPY go.mod vendor* ./ 06:36:56 ---> Using cache 06:36:56 ---> fa208c3f3f45 06:36:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:36:56 ---> Using cache 06:36:56 ---> af13014d7575 06:36:56 Step 8/22 : COPY . . 06:36:56 ---> Using cache 06:36:56 ---> 58f10995dd65 06:36:56 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 06:36:56 ---> Running in d84a519206a0 06:36:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:42:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 06:43:12 Removing intermediate container dc92cdd62f8c 06:43:12 ---> 832c7547e0b0 06:43:12 06:43:12 Step 9/21 : FROM alpine:3.16 06:43:12 3.16: Pulling from library/alpine 06:43:13 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 06:43:13 Status: Downloaded newer image for alpine:3.16 06:43:13 ---> 4c81e5bf8899 06:43:13 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 06:43:14 ---> Running in 3a596a5fe8d9 06:43:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:43:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:43:18 (1/6) Installing ca-certificates (20220614-r0) 06:43:18 (2/6) Installing brotli-libs (1.0.9-r6) 06:43:18 (3/6) Installing nghttp2-libs (1.47.0-r0) 06:43:18 (4/6) Installing libcurl (7.83.1-r6) 06:43:18 (5/6) Installing curl (7.83.1-r6) 06:43:18 (6/6) Installing dumb-init (1.2.5-r1) 06:43:18 Executing busybox-1.35.0-r17.trigger 06:43:18 Executing ca-certificates-20220614-r0.trigger 06:43:18 OK: 8 MiB in 20 packages 06:43:21 Removing intermediate container 3a596a5fe8d9 06:43:21 ---> e73dcf440260 06:43:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:43:21 ---> Running in af8a47ee8da8 06:43:21 Removing intermediate container af8a47ee8da8 06:43:21 ---> edc9190ed03d 06:43:21 Step 12/21 : WORKDIR /edgex 06:43:21 ---> Running in a07c05fba126 06:43:22 Removing intermediate container a07c05fba126 06:43:22 ---> 9583d412f428 06:43:22 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:43:22 ---> d148396e9320 06:43:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:43:24 ---> 564067bdd174 06:43:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:43:28 ---> a448c5b718c5 06:43:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:43:30 ---> 13719647c657 06:43:30 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:43:30 ---> Running in 497745e77d3b 06:43:35 Removing intermediate container 497745e77d3b 06:43:35 ---> 36e9835f17a9 06:43:35 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 06:43:35 ---> Running in 8fa4c5f5731d 06:43:36 Removing intermediate container 8fa4c5f5731d 06:43:36 ---> cdf23b2e6f14 06:43:36 Step 19/21 : LABEL arch=arm64 06:43:36 ---> Running in 10e9f7b1d376 06:43:37 Removing intermediate container 10e9f7b1d376 06:43:37 ---> 71e480d9cc50 06:43:37 Step 20/21 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:43:37 ---> Running in ddf0742d8f9d 06:43:39 Removing intermediate container ddf0742d8f9d 06:43:39 ---> 46a174cd3624 06:43:39 Step 21/21 : LABEL version=3.0.0-dev.70 06:43:39 ---> Running in aace9ef8b55e 06:43:41 Removing intermediate container aace9ef8b55e 06:43:41 ---> 2abc10bfb2b6 06:43:41 06:43:42 Successfully built 2abc10bfb2b6 06:43:42 Successfully tagged security-proxy-setup-arm64:latest 06:43:42 Building security-spire-config 06:43:42  Building security-proxy-setup ... done Removing intermediate container d84a519206a0 06:43:42 ---> 99cf844d6b2c 06:43:42 06:43:42 Step 10/22 : FROM alpine:3.16 06:43:42 ---> 4c81e5bf8899 06:43:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:43:42 ---> Running in c2e6e9e46262 06:43:43 Removing intermediate container f8d9d514254e 06:43:43 ---> 34dc508c0147 06:43:43 06:43:43 Step 9/32 : FROM alpine:3.16 06:43:43 ---> 4c81e5bf8899 06:43:43 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:43:43 Removing intermediate container c2e6e9e46262 06:43:43 ---> d075232af34d 06:43:43 Step 12/22 : RUN apk add --update --no-cache dumb-init 06:43:43 ---> Running in 3fdf24c6d685 06:43:43 ---> Running in 8aa137b71582 06:43:44 Removing intermediate container 3fdf24c6d685 06:43:44 ---> 4f857815dda4 06:43:44 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 06:43:44 ---> Running in 32020d68053d 06:43:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:43:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:43:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:43:47 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:43:47 Step 2/24 : FROM ${BUILDER_BASE} AS builderfetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:43:47 06:43:47 ---> f3ef7acb9107 06:43:47 Step 3/24 : WORKDIR /edgex-go 06:43:47 ---> Using cache 06:43:47 ---> 0b427520c860 06:43:47 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 06:43:47 ---> Running in 8e6b91883b0e 06:43:48 (1/1) Installing dumb-init (1.2.5-r1) 06:43:48 Executing busybox-1.35.0-r17.trigger 06:43:48 OK: 5 MiB in 15 packages 06:43:49 (1/2) Installing dumb-init (1.2.5-r1) 06:43:49 (2/2) Installing su-exec (0.2-r1) 06:43:49 Executing busybox-1.35.0-r17.trigger 06:43:49 OK: 5 MiB in 16 packages 06:43:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:43:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:43:51 Removing intermediate container 8aa137b71582 06:43:51 ---> 51f9e5e4084c 06:43:51 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:43:51 Removing intermediate container 32020d68053d 06:43:51 ---> 9e84e2689dd0 06:43:51 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 06:43:51 ---> Running in 483c74202951 06:43:52 OK: 221 MiB in 51 packages 06:43:52 Removing intermediate container 483c74202951 06:43:52 ---> d0c4a6300cdc 06:43:52 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 06:43:52 ---> 014dae977825 06:43:52 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:43:53 ---> Running in ec110f6ccc92 06:43:54 Removing intermediate container 8e6b91883b0e 06:43:54 ---> 93c0d1f512ef 06:43:54 Step 5/24 : COPY go.mod vendor* ./ 06:43:54 Removing intermediate container ec110f6ccc92 06:43:54 ---> 3c389d9882b3 06:43:54 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 06:43:54 ---> Running in 165e64efc504 06:43:55 Removing intermediate container 165e64efc504 06:43:55 ---> 3ee246d3dddc 06:43:55 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 06:43:55 ---> Running in 970d1093eafa 06:43:56 ---> a9df6bd95cd4 06:43:56 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:43:56 ---> da0e4e43ac41 06:43:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 06:43:56 ---> Running in 8881748fbd8c 06:43:56 Removing intermediate container 970d1093eafa 06:43:56 ---> 990fbfffca03 06:43:56 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 06:43:56 ---> Running in c7ec4558a5ef 06:43:58 ---> 20beb28c1ff7 06:43:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:43:59 ---> 2aa0408d880d 06:43:59 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:43:59 ---> Running in 6b52f57c572a 06:44:02 Removing intermediate container c7ec4558a5ef 06:44:02 ---> 4dfca4a4e17a 06:44:02 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 06:44:02 ---> Running in a9b081417ae2 06:44:02 Removing intermediate container a9b081417ae2 06:44:02 ---> 951be02e40a9 06:44:02 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 06:44:04 Removing intermediate container 6b52f57c572a 06:44:04 ---> 1ccf7e214f65 06:44:04 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 06:44:04 ---> f12c4ac8c768 06:44:04 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 06:44:04 ---> Running in 8cacf71602c8 06:44:04 ---> Running in 5cea63638f30 06:44:05 Removing intermediate container 5cea63638f30 06:44:05 ---> 0ee6efb9977c 06:44:05 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 06:44:05 ---> Running in e9f0ec41a482 06:44:05 Removing intermediate container e9f0ec41a482 06:44:05 ---> 29de34196d68 06:44:05 Step 20/22 : LABEL arch=arm64 06:44:06 ---> Running in 8589adc8671e 06:44:06 Removing intermediate container 8589adc8671e 06:44:06 ---> a82a295e6324 06:44:06 Step 21/22 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:44:06 ---> Running in 33d69180b255 06:44:07 Removing intermediate container 33d69180b255 06:44:07 ---> 2cf5c2d4570a 06:44:07 Step 22/22 : LABEL version=3.0.0-dev.70 06:44:07 ---> Running in 30f1e5414a42 06:44:08 Removing intermediate container 8cacf71602c8 06:44:08 ---> 72a686e12805 06:44:08 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 06:44:08 Removing intermediate container 30f1e5414a42 06:44:08 ---> b0a7ed941ca6 06:44:08 06:44:09 Successfully built b0a7ed941ca6 06:44:09 Successfully tagged security-proxy-auth-arm64:latest 06:44:09 Building core-common-config-bootstrapper 06:44:09  Building security-proxy-auth ... done  ---> e0450a6b409a 06:44:09 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:44:11 ---> 144af4e5d733 06:44:11 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:44:12 ---> 30c5e468fb41 06:44:12 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:44:14 ---> df76a72fa6ae 06:44:14 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 06:44:14 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:44:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:44:14 ---> f3ef7acb9107 06:44:14 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:44:14 ---> Using cache 06:44:14 ---> ef7cafa928da 06:44:14 Step 4/22 : WORKDIR /edgex-go 06:44:14 ---> Using cache 06:44:14 ---> 900616b2ae8a 06:44:14 Step 5/22 : RUN apk add --update --no-cache make git 06:44:14 ---> Using cache 06:44:14 ---> ffe441e9d3e7 06:44:14 Step 6/22 : COPY go.mod vendor* ./ 06:44:14 ---> Using cache 06:44:14 ---> fa208c3f3f45 06:44:14 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:44:14 ---> Using cache 06:44:14 ---> af13014d7575 06:44:14 Step 8/22 : COPY . . 06:44:14 ---> Using cache 06:44:14 ---> 58f10995dd65 06:44:14 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:44:14 ---> Running in da64430557d1 06:44:15 ---> c530c43d7738 06:44:15 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 06:44:16 ---> 9ebb7e33c598 06:44:16 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:44:17 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:44:18 ---> d7d26422eeeb 06:44:18 Step 27/32 : RUN chmod +x /entrypoint.sh 06:44:18 ---> Running in 12b659dbf62f 06:44:21 Removing intermediate container 12b659dbf62f 06:44:21 ---> dcac4c8939f4 06:44:21 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 06:44:21 ---> Running in 8204046c72c8 06:44:21 Removing intermediate container 8204046c72c8 06:44:21 ---> fb51ee2ab186 06:44:21 Step 29/32 : CMD ["gate"] 06:44:22 ---> Running in 9e12135e13f9 06:44:22 Removing intermediate container 9e12135e13f9 06:44:22 ---> cb11c99dbe33 06:44:22 Step 30/32 : LABEL arch=arm64 06:44:22 ---> Running in cc0c6242b5ba 06:44:23 Removing intermediate container cc0c6242b5ba 06:44:23 ---> 87ee7a8a43f4 06:44:23 Step 31/32 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:44:23 ---> Running in b5d7c3f7de88 06:44:23 Removing intermediate container b5d7c3f7de88 06:44:23 ---> 061526b19dac 06:44:23 Step 32/32 : LABEL version=3.0.0-dev.70 06:44:24 ---> Running in 9b6d1b98237f 06:44:24 Removing intermediate container 9b6d1b98237f 06:44:24 ---> 1b5f1dc30a6f 06:44:24 06:44:24 Successfully built 1b5f1dc30a6f 06:44:24 Successfully tagged security-bootstrapper-arm64:latest 06:44:24 Building core-command 06:44:29  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:44:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:44:29 ---> f3ef7acb9107 06:44:29 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:44:29 ---> Using cache 06:44:29 ---> ef7cafa928da 06:44:29 Step 4/23 : WORKDIR /edgex-go 06:44:29 ---> Using cache 06:44:29 ---> 900616b2ae8a 06:44:29 Step 5/23 : RUN apk add --update --no-cache make git 06:44:29 ---> Using cache 06:44:29 ---> ffe441e9d3e7 06:44:29 Step 6/23 : COPY go.mod vendor* ./ 06:44:29 ---> Using cache 06:44:29 ---> fa208c3f3f45 06:44:29 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:44:29 ---> Using cache 06:44:29 ---> af13014d7575 06:44:29 Step 8/23 : COPY . . 06:44:29 ---> Using cache 06:44:29 ---> 58f10995dd65 06:44:29 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 06:44:29 ---> Running in 3df3282aa2ac 06:44:31 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 06:45:39 Removing intermediate container 8881748fbd8c 06:45:39 ---> 929a64cc5b6f 06:45:39 Step 7/24 : COPY . . 06:45:39 ---> 46d961a22199 06:45:39 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 06:45:39 ---> Running in 4492eaba31c2 06:45:39 Removing intermediate container 4492eaba31c2 06:45:39 ---> 706ea457747f 06:45:39 Step 9/24 : WORKDIR /edgex-go/spire-build 06:45:39 ---> Running in 2715e66225e0 06:45:39 Removing intermediate container 2715e66225e0 06:45:39 ---> 610f2437dd03 06:45:39 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:45:39 ---> Running in 110a41a12e14 06:45:44 Removing intermediate container 110a41a12e14 06:45:44 ---> 15b62f9994f5 06:45:44 Step 11/24 : WORKDIR /edgex-go 06:45:44 ---> Running in 4ae5250682b1 06:45:45 Removing intermediate container 4ae5250682b1 06:45:45 ---> f2c32fc52f9f 06:45:45 06:45:45 Step 12/24 : FROM alpine:3.15 06:45:45 ---> 354640af7b1b 06:45:45 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:45:45 ---> Using cache 06:45:45 ---> f6697bad03b1 06:45:45 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 06:45:45 ---> Running in a2b81e5c0b04 06:45:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:45:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:45:49 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 06:45:49 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 06:45:49 OK: 15734 distinct packages available 06:45:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:45:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:45:51 Removing intermediate container 13327ef46190 06:45:51 ---> 56dc6913a58c 06:45:51 06:45:51 Step 9/19 : FROM alpine:3.15 06:45:51 ---> 354640af7b1b 06:45:51 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:45:51 ---> Using cache 06:45:51 ---> f6697bad03b1 06:45:51 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:45:51 ---> Running in be54c2139c18 06:45:52 (1/4) Installing dumb-init (1.2.5-r1) 06:45:52 (2/4) Installing musl-obstack (1.2.3-r0) 06:45:52 (3/4) Installing libucontext (1.1-r0) 06:45:52 (4/4) Installing gcompat (1.0.0-r4) 06:45:52 Executing busybox-1.34.1-r7.trigger 06:45:52 OK: 6 MiB in 18 packages 06:45:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:45:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:45:54 Removing intermediate container a2b81e5c0b04 06:45:54 ---> 44aba8d80ad2 06:45:54 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:45:56 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 06:45:56 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 06:45:56 OK: 15734 distinct packages available 06:45:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:45:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:45:58 (1/9) Installing ca-certificates (20220614-r0) 06:45:58 (2/9) Installing brotli-libs (1.0.9-r5) 06:45:58 (3/9) Installing nghttp2-libs (1.46.0-r0) 06:45:58 (4/9) Installing libcurl (7.80.0-r6) 06:45:58 (5/9) Installing curl (7.80.0-r6) 06:45:58 (6/9) Installing dumb-init (1.2.5-r1) 06:45:58 (7/9) Installing musl-obstack (1.2.3-r0) 06:45:58 (8/9) Installing libucontext (1.1-r0) 06:45:58 (9/9) Installing gcompat (1.0.0-r4) 06:45:58 Executing busybox-1.34.1-r7.trigger 06:45:59 Executing ca-certificates-20220614-r0.trigger 06:45:59 OK: 8 MiB in 23 packages 06:46:02 ---> bf59fd7a1815 06:46:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:46:03 ---> cb30abad302b 06:46:03 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 06:46:03 ---> Running in b5bb913bb925 06:46:04 Removing intermediate container be54c2139c18 06:46:04 ---> f6952372b0b8 06:46:04 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 06:46:05 Removing intermediate container b5bb913bb925 06:46:05 ---> 74c639cb1f15 06:46:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:46:05 ---> e20ba8c6d2ec 06:46:05 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:46:06 ---> 95441d10e8b5 06:46:06 Step 19/24 : WORKDIR / 06:46:06 ---> Running in fe9d0d0c19ec 06:46:07 Removing intermediate container fe9d0d0c19ec 06:46:07 ---> 743b6f4fb040 06:46:07 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:46:07 ---> Running in 24dfafe6d433 06:46:09 Removing intermediate container 24dfafe6d433 06:46:09 ---> 7f1f1d2dc0eb 06:46:09 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:46:09 ---> 2f7f7f2538b9 06:46:09 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 06:46:09 ---> Running in f75610d4400d 06:46:10 Removing intermediate container f75610d4400d 06:46:10 ---> d9f611c4ecbd 06:46:10 Step 22/24 : LABEL arch=arm64 06:46:10 ---> Running in b2cae5885d65 06:46:10 ---> 59b97ed8a96e 06:46:10 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 06:46:10 ---> Running in 7dc0e34dcae9 06:46:11 Removing intermediate container b2cae5885d65 06:46:11 ---> 1d4648041b28 06:46:11 Step 23/24 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:46:11 ---> Running in 0cad8f0868ed 06:46:11 Removing intermediate container 7dc0e34dcae9 06:46:11 ---> 72e88fedd57f 06:46:11 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:46:11 ---> Running in d5b607922415 06:46:12 Removing intermediate container 0cad8f0868ed 06:46:12 ---> 2a55d79d2b81 06:46:12 Step 24/24 : LABEL version=3.0.0-dev.70 06:46:12 ---> Running in 42ece19e7d1b 06:46:12 Removing intermediate container d5b607922415 06:46:12 ---> 68d44f66ad35 06:46:12 Step 17/19 : LABEL arch=arm64 06:46:12 ---> Running in f23aef0bd086 06:46:13 Removing intermediate container 42ece19e7d1b 06:46:13 ---> 7868babcf488 06:46:13 06:46:13 Removing intermediate container f23aef0bd086 06:46:13 ---> 81e16c279c75 06:46:13 Step 18/19 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:46:13 ---> Running in 52dcaf9c390d 06:46:13 Successfully built 7868babcf488 06:46:13 Successfully tagged security-spire-config-arm64:latest 06:46:13 Building core-data 06:46:14  Building security-spire-config ... done Removing intermediate container 52dcaf9c390d 06:46:14 ---> 1bf8cbcc0cf3 06:46:14 Step 19/19 : LABEL version=3.0.0-dev.70 06:46:14 ---> Running in 17d98523de2a 06:46:15 Removing intermediate container 17d98523de2a 06:46:15 ---> d402d9893546 06:46:15 06:46:15 Successfully built d402d9893546 06:46:15 Successfully tagged security-spiffe-token-provider-arm64:latest 06:46:15 Building core-metadata 06:46:20  Building security-spiffe-token-provider ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:46:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:46:20 ---> f3ef7acb9107 06:46:20 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:46:20 ---> Using cache 06:46:20 ---> ef7cafa928da 06:46:20 Step 4/22 : WORKDIR /edgex-go 06:46:20 ---> Using cache 06:46:20 ---> 900616b2ae8a 06:46:20 Step 5/22 : RUN apk add --update --no-cache make git 06:46:20 ---> Using cache 06:46:20 ---> ffe441e9d3e7 06:46:20 Step 6/22 : COPY go.mod vendor* ./ 06:46:20 ---> Using cache 06:46:20 ---> fa208c3f3f45 06:46:20 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:46:20 ---> Using cache 06:46:20 ---> af13014d7575 06:46:20 Step 8/22 : COPY . . 06:46:20 ---> Using cache 06:46:20 ---> 58f10995dd65 06:46:20 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 06:46:20 ---> Running in 90e1349dfa6a 06:46:22 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:46:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:46:22 ---> f3ef7acb9107 06:46:23 Step 3/24 : ARG ADD_BUILD_TAGS="" 06:46:23 ---> Using cache 06:46:23 ---> ef7cafa928da 06:46:23 Step 4/24 : WORKDIR /edgex-go 06:46:23 ---> Using cache 06:46:23 ---> 900616b2ae8a 06:46:23 Step 5/24 : RUN apk add --update --no-cache make git 06:46:23 ---> Using cache 06:46:23 ---> ffe441e9d3e7 06:46:23 Step 6/24 : COPY go.mod vendor* ./ 06:46:23 ---> Using cache 06:46:23 ---> fa208c3f3f45 06:46:23 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:46:23 ---> Using cache 06:46:23 ---> af13014d7575 06:46:23 Step 8/24 : COPY . . 06:46:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 06:46:23 ---> Using cache 06:46:23 ---> 58f10995dd65 06:46:23 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 06:46:23 ---> Running in 420c6add9798 06:46:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:47:21 Removing intermediate container df14d56992d8 06:47:21 ---> 821e0bc855cb 06:47:21 06:47:21 Step 10/22 : FROM alpine:3.16 06:47:21 ---> 4c81e5bf8899 06:47:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:47:21 ---> Running in 2b94f8dc2ee5 06:47:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:47:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:47:21 (1/1) Installing dumb-init (1.2.5-r1) 06:47:21 Executing busybox-1.35.0-r17.trigger 06:47:21 OK: 5 MiB in 15 packages 06:47:21 Removing intermediate container 2b94f8dc2ee5 06:47:21 ---> 868d925dda91 06:47:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:47:21 ---> Running in caa0a4eb68a5 06:47:21 Removing intermediate container caa0a4eb68a5 06:47:21 ---> 4e8b8073eee0 06:47:21 Step 13/22 : ENV APP_PORT=59861 06:47:21 ---> Running in 4a0a764fa7e4 06:47:21 Removing intermediate container 4a0a764fa7e4 06:47:21 ---> 6b62f61684a4 06:47:21 Step 14/22 : EXPOSE $APP_PORT 06:47:21 ---> Running in ae3e90b9465e 06:47:21 Removing intermediate container ae3e90b9465e 06:47:21 ---> f3929b458320 06:47:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:47:22 ---> 74bb059a0c66 06:47:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:47:25 ---> edb231a2b719 06:47:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:47:26 ---> 7c63c0fb42ac 06:47:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:47:26 ---> Running in 617571a3d0d8 06:47:26 Removing intermediate container 617571a3d0d8 06:47:26 ---> 899f804e4149 06:47:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:47:26 ---> Running in 3cad9c590c56 06:47:27 Removing intermediate container 3cad9c590c56 06:47:27 ---> 3c39ce9bd9b7 06:47:27 Step 20/22 : LABEL arch=arm64 06:47:27 ---> Running in 7926ec42f541 06:47:28 Removing intermediate container 7926ec42f541 06:47:28 ---> 84f8b17afaee 06:47:28 Step 21/22 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:47:28 ---> Running in 5590c0babc00 06:47:28 Removing intermediate container 5590c0babc00 06:47:28 ---> fcc4f362526a 06:47:28 Step 22/22 : LABEL version=3.0.0-dev.70 06:47:28 ---> Running in f6197bd991f6 06:47:29 Removing intermediate container f6197bd991f6 06:47:29 ---> c7be2d255804 06:47:29 06:47:29 Successfully built c7be2d255804 06:47:29 Successfully tagged support-scheduler-arm64:latest 06:47:29  Building support-scheduler ... done Building support-notifications 06:47:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:47:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:47:34 ---> f3ef7acb9107 06:47:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 06:47:34 ---> Using cache 06:47:34 ---> ef7cafa928da 06:47:34 Step 4/22 : WORKDIR /edgex-go 06:47:34 ---> Using cache 06:47:34 ---> 900616b2ae8a 06:47:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:47:34 ---> Running in ceda15245d89 06:47:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:47:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:47:38 OK: 221 MiB in 51 packages 06:47:40 Removing intermediate container ceda15245d89 06:47:40 ---> feaf894c57cd 06:47:40 Step 6/22 : COPY go.mod vendor* ./ 06:47:40 ---> 25dc0c4e88e5 06:47:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:47:41 ---> Running in 5ddfe71b6ed6 06:49:17 Removing intermediate container 5ddfe71b6ed6 06:49:17 ---> 66ffc763c0f3 06:49:17 Step 8/22 : COPY . . 06:49:21 ---> 44307315e5e5 06:49:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:49:21 ---> Running in dde8561cce8f 06:49:22 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:51:59 Removing intermediate container da64430557d1 06:51:59 ---> 54622f7c3990 06:51:59 06:51:59 Step 10/22 : FROM alpine:3.16 06:51:59 ---> 4c81e5bf8899 06:51:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:51:59 ---> Using cache 06:51:59 ---> d075232af34d 06:51:59 Step 12/22 : RUN apk add --update --no-cache dumb-init 06:51:59 ---> Using cache 06:51:59 ---> 51f9e5e4084c 06:51:59 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:51:59 ---> Using cache 06:51:59 ---> 014dae977825 06:51:59 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:51:59 ---> 7bd1708d92f1 06:51:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:51:59 ---> 4ab7ecabb59f 06:51:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:51:59 ---> 8cca7868a137 06:51:59 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:51:59 ---> Running in eac788178f89 06:51:59 Removing intermediate container eac788178f89 06:51:59 ---> 19335bca8d68 06:51:59 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 06:51:59 ---> Running in fac35b7974e1 06:51:59 Removing intermediate container fac35b7974e1 06:51:59 ---> 25363b36d26a 06:51:59 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 06:51:59 ---> Running in 89c7bc924305 06:51:59 Removing intermediate container 89c7bc924305 06:51:59 ---> 687e8f16ad3c 06:51:59 Step 20/22 : LABEL arch=arm64 06:51:59 ---> Running in 1eb382002a4a 06:51:59 Removing intermediate container 1eb382002a4a 06:51:59 ---> ff76959b4d93 06:51:59 Step 21/22 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:51:59 ---> Running in 9f153e68f103 06:51:59 Removing intermediate container 9f153e68f103 06:51:59 ---> 24152e455833 06:51:59 Step 22/22 : LABEL version=3.0.0-dev.70 06:51:59 ---> Running in 17e63b64374c 06:51:59 Removing intermediate container 17e63b64374c 06:51:59 ---> 475b54a0b2f8 06:51:59 06:51:59 Successfully built 475b54a0b2f8 06:51:59 Successfully tagged core-common-config-bootstrapper-arm64:latest 06:51:59  Building core-common-config-bootstrapper ... done Building security-secretstore-setup 06:52:00 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:52:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:52:00 ---> f3ef7acb9107 06:52:00 Step 3/24 : WORKDIR /edgex-go 06:52:00 ---> Using cache 06:52:00 ---> 0b427520c860 06:52:00 Step 4/24 : RUN apk add --update --no-cache make git 06:52:00 ---> Using cache 06:52:00 ---> cb2cdcb2e64f 06:52:00 Step 5/24 : COPY go.mod vendor* ./ 06:52:00 ---> Using cache 06:52:00 ---> 7952f957ec9b 06:52:00 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:00 ---> Using cache 06:52:00 ---> 21888ce64705 06:52:00 Step 7/24 : COPY . . 06:52:00 ---> Using cache 06:52:00 ---> 6f1713dedc86 06:52:00 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:52:00 ---> Running in 8de6e3847e3b 06:52:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:52:15 Removing intermediate container 3df3282aa2ac 06:52:15 ---> ccf0816cc745 06:52:15 06:52:15 Step 10/23 : FROM alpine:3.16 06:52:15 ---> 4c81e5bf8899 06:52:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:52:15 ---> Using cache 06:52:15 ---> 868d925dda91 06:52:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:52:15 ---> Using cache 06:52:15 ---> 4e8b8073eee0 06:52:15 Step 13/23 : ENV APP_PORT=59882 06:52:15 ---> Running in 0555eb577941 06:52:15 Removing intermediate container 0555eb577941 06:52:15 ---> 4e15c6f36312 06:52:15 Step 14/23 : EXPOSE $APP_PORT 06:52:15 ---> Running in 0ae957f755c9 06:52:15 Removing intermediate container 0ae957f755c9 06:52:15 ---> 09ee2de3149a 06:52:15 Step 15/23 : WORKDIR / 06:52:15 ---> Running in ba7b7e2118fc 06:52:15 Removing intermediate container ba7b7e2118fc 06:52:15 ---> 664a83027ca4 06:52:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:52:16 ---> 05a36ceb6bf4 06:52:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:52:19 ---> 04aa3a6df6eb 06:52:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:52:20 ---> 054bd0a75c15 06:52:20 Step 19/23 : ENTRYPOINT ["/core-command"] 06:52:20 ---> Running in 94c3eefe0309 06:52:20 Removing intermediate container 94c3eefe0309 06:52:20 ---> ee61d1951365 06:52:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:52:20 ---> Running in b47c1e38577b 06:52:21 Removing intermediate container b47c1e38577b 06:52:21 ---> f2a0234550f2 06:52:21 Step 21/23 : LABEL arch=arm64 06:52:21 ---> Running in e7096bd36b2f 06:52:22 Removing intermediate container e7096bd36b2f 06:52:22 ---> 40ad907ddbbe 06:52:22 Step 22/23 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:52:22 ---> Running in 435fa0b68516 06:52:22 Removing intermediate container 435fa0b68516 06:52:22 ---> 6197311d56a7 06:52:22 Step 23/23 : LABEL version=3.0.0-dev.70 06:52:22 ---> Running in 5067e0af1cf9 06:52:23 Removing intermediate container 5067e0af1cf9 06:52:23 ---> 6bb2f0ce07f4 06:52:23 06:52:23 Successfully built 6bb2f0ce07f4 06:52:23 Successfully tagged core-command-arm64:latest 06:52:23  Building core-command ... done Building security-spire-agent 06:52:26 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 06:52:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:52:26 ---> f3ef7acb9107 06:52:26 Step 3/24 : WORKDIR /edgex-go 06:52:26 ---> Using cache 06:52:26 ---> 0b427520c860 06:52:26 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 06:52:26 ---> Using cache 06:52:26 ---> 93c0d1f512ef 06:52:26 Step 5/24 : COPY go.mod vendor* ./ 06:52:26 ---> Using cache 06:52:26 ---> a9df6bd95cd4 06:52:26 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:26 ---> Using cache 06:52:26 ---> 929a64cc5b6f 06:52:26 Step 7/24 : COPY . . 06:52:27 ---> Using cache 06:52:27 ---> 46d961a22199 06:52:27 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 06:52:27 ---> Using cache 06:52:27 ---> 706ea457747f 06:52:27 Step 9/24 : WORKDIR /edgex-go/spire-build 06:52:27 ---> Using cache 06:52:27 ---> 610f2437dd03 06:52:27 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:52:27 ---> Using cache 06:52:27 ---> 15b62f9994f5 06:52:27 Step 11/24 : WORKDIR /edgex-go 06:52:27 ---> Using cache 06:52:27 ---> f2c32fc52f9f 06:52:27 06:52:27 Step 12/24 : FROM alpine:3.15 06:52:27 ---> 354640af7b1b 06:52:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:52:27 ---> Using cache 06:52:27 ---> f6697bad03b1 06:52:27 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:52:27 ---> Using cache 06:52:27 ---> 70b9c3b497c2 06:52:27 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 06:52:31 ---> fde261e66175 06:52:31 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:52:35 ---> 9683588bd46b 06:52:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:52:36 ---> 2bae1374abdc 06:52:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:52:37 ---> 5f7827944ab8 06:52:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:52:38 ---> 5d531d673d36 06:52:38 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:52:38 ---> Running in c4228d8dac37 06:52:39 Removing intermediate container c4228d8dac37 06:52:39 ---> 1ace6c11d91d 06:52:39 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:52:39 ---> Running in 2e50254265e9 06:52:39 Removing intermediate container 2e50254265e9 06:52:39 ---> bdeb785c961d 06:52:39 Step 22/24 : LABEL arch=arm64 06:52:40 ---> Running in 272c7387f5c4 06:52:40 Removing intermediate container 272c7387f5c4 06:52:40 ---> aadd92d4c002 06:52:40 Step 23/24 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:52:40 ---> Running in d903b8273629 06:52:41 Removing intermediate container d903b8273629 06:52:41 ---> c77e841d0d1d 06:52:41 Step 24/24 : LABEL version=3.0.0-dev.70 06:52:41 ---> Running in fce992b35b62 06:52:41 Removing intermediate container fce992b35b62 06:52:41 ---> 9cd445beaa62 06:52:41 06:52:41 Successfully built 9cd445beaa62 06:52:42 Successfully tagged security-spire-agent-arm64:latest 06:54:03  Building security-spire-agent ... done Removing intermediate container 90e1349dfa6a 06:54:03 ---> bcbc1cd09621 06:54:03 06:54:03 Step 10/22 : FROM alpine:3.16 06:54:03 ---> 4c81e5bf8899 06:54:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:54:03 ---> Running in 74dfa3a503d6 06:54:03 Removing intermediate container 74dfa3a503d6 06:54:03 ---> d5bc32d7a040 06:54:03 Step 12/22 : ENV APP_PORT=59880 06:54:03 ---> Running in 131701e8d724 06:54:03 Removing intermediate container 131701e8d724 06:54:03 ---> b178a4362172 06:54:03 Step 13/22 : EXPOSE $APP_PORT 06:54:03 ---> Running in 6f421d9cff61 06:54:03 Removing intermediate container 6f421d9cff61 06:54:03 ---> 8306102b7488 06:54:03 Step 14/22 : RUN apk add --update --no-cache dumb-init 06:54:03 ---> Running in c603945bcdb0 06:54:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:54:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:54:05 Removing intermediate container 420c6add9798 06:54:05 ---> b12d4e1576b1 06:54:05 06:54:05 Step 10/24 : FROM alpine:3.16 06:54:05 ---> 4c81e5bf8899 06:54:05 Step 11/24 : RUN apk add --update --no-cache dumb-init 06:54:05 ---> Using cache 06:54:05 ---> 868d925dda91 06:54:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:54:05 ---> Using cache 06:54:05 ---> 4e8b8073eee0 06:54:05 Step 13/24 : ENV APP_PORT=59881 06:54:05 ---> Running in 6fcabbe8bbfa 06:54:06 Removing intermediate container 6fcabbe8bbfa 06:54:06 ---> 31d1ae71ce87 06:54:06 Step 14/24 : EXPOSE $APP_PORT 06:54:06 ---> Running in 6e13d9cda513 06:54:06 Removing intermediate container 6e13d9cda513 06:54:06 ---> 4afffaa154a0 06:54:06 Step 15/24 : WORKDIR / 06:54:06 ---> Running in 16da6f5029cb 06:54:07 (1/1) Installing dumb-init (1.2.5-r1) 06:54:07 Executing busybox-1.35.0-r17.trigger 06:54:07 OK: 5 MiB in 15 packages 06:54:07 Removing intermediate container 16da6f5029cb 06:54:07 ---> 8d587a3d41dc 06:54:07 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 06:54:08 ---> ac07f7c1416a 06:54:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:54:09 Removing intermediate container c603945bcdb0 06:54:09 ---> 7abb4c8d3491 06:54:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:54:10 ---> b14f991c5ed8 06:54:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:54:11 ---> e33eb02e740c 06:54:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:54:12 ---> 369843eede8f 06:54:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 06:54:12 ---> 4d6b2697c2a2 06:54:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:54:14 ---> 970eec78d47c 06:54:14 Step 20/24 : ENTRYPOINT ["/core-metadata"] 06:54:14 ---> fff1c7e0cc24 06:54:14 Step 18/22 : ENTRYPOINT ["/core-data"] 06:54:14 ---> Running in fd1eaf84ed58 06:54:14 ---> Running in 40cbbdc91ad6 06:54:14 Removing intermediate container fd1eaf84ed58 06:54:14 ---> 8af849651072 06:54:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:54:14 Removing intermediate container 40cbbdc91ad6 06:54:14 ---> f9c020ebafd7 06:54:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:54:15 ---> Running in 80a67b300cd6 06:54:15 ---> Running in 54b951277d38 06:54:17 Removing intermediate container 80a67b300cd6 06:54:17 ---> e452c2c47183 06:54:17 Step 20/22 : LABEL arch=arm64 06:54:17 Removing intermediate container 54b951277d38 06:54:17 ---> f15a2ea98c50 06:54:17 Step 22/24 : LABEL arch=arm64 06:54:17 ---> Running in a8ff73a315c6 06:54:17 ---> Running in 561198a874f6 06:54:18 Removing intermediate container 561198a874f6 06:54:18 ---> 05703cecff07 06:54:18 Step 21/22 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:54:18 Removing intermediate container a8ff73a315c6 06:54:18 ---> b21fc10efa1e 06:54:18 Step 23/24 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:54:18 ---> Running in f324606ec91b 06:54:18 ---> Running in 387eda08965f 06:54:19 Removing intermediate container f324606ec91b 06:54:19 ---> 9a34c7dba77c 06:54:19 Step 24/24 : LABEL version=3.0.0-dev.70 06:54:19 Removing intermediate container 387eda08965f 06:54:19 ---> cb1f0c425b9c 06:54:19 Step 22/22 : LABEL version=3.0.0-dev.70 06:54:19 ---> Running in a3a7a0ec99fa 06:54:19 ---> Running in a1c701bac531 06:54:20 Removing intermediate container a3a7a0ec99fa 06:54:20 ---> 5b5b40645670 06:54:20 06:54:20 Removing intermediate container a1c701bac531 06:54:20 ---> 86691cce92c9 06:54:20 06:54:20 Successfully built 5b5b40645670 06:54:20 Successfully tagged core-metadata-arm64:latest 06:54:20  Building core-metadata ... done Successfully built 86691cce92c9 06:54:20 Successfully tagged core-data-arm64:latest 06:55:57  Building core-data ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.70" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:55:57 Removing intermediate container 8de6e3847e3b 06:55:57 ---> 28d1fcda9346 06:55:57 06:55:57 Step 9/24 : FROM alpine:3.16 06:55:57 ---> 4c81e5bf8899 06:55:57 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 06:55:57 ---> Running in f8c138f09246 06:55:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:55:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:55:58 (1/3) Installing ca-certificates (20220614-r0) 06:55:58 (2/3) Installing dumb-init (1.2.5-r1) 06:55:58 (3/3) Installing su-exec (0.2-r1) 06:55:58 Executing busybox-1.35.0-r17.trigger 06:55:58 Executing ca-certificates-20220614-r0.trigger 06:55:58 OK: 6 MiB in 17 packages 06:56:01 Removing intermediate container f8c138f09246 06:56:01 ---> 666e621bde96 06:56:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:56:01 ---> Running in d0df21e12454 06:56:01 Removing intermediate container d0df21e12454 06:56:01 ---> b8439f2797e5 06:56:01 Step 12/24 : WORKDIR / 06:56:02 ---> Running in 054792811ae6 06:56:02 Removing intermediate container 054792811ae6 06:56:02 ---> 28bd7319cf2d 06:56:02 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:56:03 ---> 12d5dbe34eed 06:56:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:56:03 ---> 7aa297e95ca1 06:56:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:56:04 ---> 0d36e9b36349 06:56:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 06:56:05 ---> 8babc5ff72ba 06:56:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:56:06 ---> 80ac22840e59 06:56:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:56:08 ---> e9666cc24def 06:56:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:56:08 ---> 7ec234200ed9 06:56:08 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:56:09 ---> Running in 2e7fd88446ed 06:56:11 Removing intermediate container 2e7fd88446ed 06:56:11 ---> 817befe8c481 06:56:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:56:11 ---> Running in 93fea281ca7d 06:56:11 Removing intermediate container dde8561cce8f 06:56:11 ---> 1f841a743de1 06:56:11 06:56:11 Step 10/22 : FROM alpine:3.16 06:56:11 ---> 4c81e5bf8899 06:56:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:56:11 Removing intermediate container 93fea281ca7d 06:56:11 ---> 9975e3004fe1 06:56:11 Step 22/24 : LABEL arch=arm64 06:56:11 ---> Running in 6b5d10052972 06:56:11 ---> Running in 2202325a8e37 06:56:12 Removing intermediate container 2202325a8e37 06:56:12 ---> b9fdd9fd29c4 06:56:12 Step 23/24 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:56:12 ---> Running in f82bcb975892 06:56:12 Removing intermediate container f82bcb975892 06:56:12 ---> dbd9072e3c3f 06:56:12 Step 24/24 : LABEL version=3.0.0-dev.70 06:56:12 ---> Running in ded569273a68 06:56:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 06:56:13 Removing intermediate container ded569273a68 06:56:13 ---> 0e4e7814b764 06:56:13 06:56:13 Successfully built 0e4e7814b764 06:56:13 Successfully tagged security-secretstore-setup-arm64:latest 06:56:13  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 06:56:14 (1/2) Installing ca-certificates (20220614-r0) 06:56:14 (2/2) Installing dumb-init (1.2.5-r1) 06:56:14 Executing busybox-1.35.0-r17.trigger 06:56:14 Executing ca-certificates-20220614-r0.trigger 06:56:15 OK: 6 MiB in 16 packages 06:56:16 Removing intermediate container 6b5d10052972 06:56:16 ---> 11a2ec2c45ea 06:56:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:56:16 ---> Running in 17f82c1db0dc 06:56:16 Removing intermediate container 17f82c1db0dc 06:56:16 ---> 06442a8be160 06:56:16 Step 13/22 : ENV APP_PORT=59860 06:56:16 ---> Running in 0aba905e7d0a 06:56:16 Removing intermediate container 0aba905e7d0a 06:56:16 ---> c6700165f56f 06:56:16 Step 14/22 : EXPOSE $APP_PORT 06:56:17 ---> Running in 96c7e371c1d7 06:56:17 Removing intermediate container 96c7e371c1d7 06:56:17 ---> 3699956391ae 06:56:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:56:18 ---> 49872009fc31 06:56:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:56:19 ---> ef72a5668dfd 06:56:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:56:20 ---> d35c4b5ef97d 06:56:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:56:20 ---> Running in ad97b0ee904e 06:56:20 Removing intermediate container ad97b0ee904e 06:56:20 ---> 9354ccacf530 06:56:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:56:20 ---> Running in c6c53bb1b5f2 06:56:20 Removing intermediate container c6c53bb1b5f2 06:56:20 ---> e2f174dcf6b3 06:56:20 Step 20/22 : LABEL arch=arm64 06:56:20 ---> Running in 15a199b99f65 06:56:21 Removing intermediate container 15a199b99f65 06:56:21 ---> 39ae9a268b8b 06:56:21 Step 21/22 : LABEL git_sha=78080ca1708ee51547bc9a18fc694bca820611e1 06:56:21 ---> Running in 123c0bf116bf 06:56:21 Removing intermediate container 123c0bf116bf 06:56:21 ---> 9268376a3efe 06:56:21 Step 22/22 : LABEL version=3.0.0-dev.70 06:56:21 ---> Running in 337efd5e4b5d 06:56:22 Removing intermediate container 337efd5e4b5d 06:56:22 ---> 50ed1167e089 06:56:22 06:56:22 Successfully built 50ed1167e089 06:56:22 Successfully tagged support-notifications-arm64:latest 06:56:22  Building support-notifications ... done  [Pipeline] } 06:56:22 $ docker stop --time=1 e2d52b7f23d1d301e5695cf1750169b644d0f08c9ac791df93b2bd167cede345 06:56:24 $ docker rm -f --volumes e2d52b7f23d1d301e5695cf1750169b644d0f08c9ac791df93b2bd167cede345 [Pipeline] // withDockerContainer [Pipeline] sh 06:56:25 + docker images 06:56:25 REPOSITORY TAG IMAGE ID CREATED SIZE 06:56:25 support-notifications-arm64 latest 50ed1167e089 4 seconds ago 29.7MB 06:56:25 security-secretstore-setup-arm64 latest 0e4e7814b764 12 seconds ago 29MB 06:56:25 1f841a743de1 15 seconds ago 1.4GB 06:56:25 28d1fcda9346 31 seconds ago 1.33GB 06:56:25 core-data-arm64 latest 86691cce92c9 2 minutes ago 17.3MB 06:56:25 core-metadata-arm64 latest 5b5b40645670 2 minutes ago 17.8MB 06:56:25 b12d4e1576b1 2 minutes ago 1.34GB 06:56:25 bcbc1cd09621 2 minutes ago 1.34GB 06:56:25 security-spire-agent-arm64 latest 9cd445beaa62 3 minutes ago 122MB 06:56:25 core-command-arm64 latest 6bb2f0ce07f4 4 minutes ago 17.1MB 06:56:25 ccf0816cc745 4 minutes ago 1.34GB 06:56:25 core-common-config-bootstrapper-arm64 latest 475b54a0b2f8 4 minutes ago 14.9MB 06:56:25 54622f7c3990 4 minutes ago 1.33GB 06:56:25 support-scheduler-arm64 latest c7be2d255804 8 minutes ago 29.1MB 06:56:25 821e0bc855cb 9 minutes ago 1.4GB 06:56:25 security-spiffe-token-provider-arm64 latest d402d9893546 10 minutes ago 29.1MB 06:56:25 security-spire-config-arm64 latest 7868babcf488 10 minutes ago 83.6MB 06:56:25 56dc6913a58c 10 minutes ago 1.37GB 06:56:25 f2c32fc52f9f 10 minutes ago 1.21GB 06:56:25 security-bootstrapper-arm64 latest 1b5f1dc30a6f 12 minutes ago 19.6MB 06:56:25 security-proxy-auth-arm64 latest b0a7ed941ca6 12 minutes ago 15.6MB 06:56:25 34dc508c0147 12 minutes ago 1.33GB 06:56:25 99cf844d6b2c 12 minutes ago 1.32GB 06:56:25 security-proxy-setup-arm64 latest 2abc10bfb2b6 12 minutes ago 26.9MB 06:56:25 832c7547e0b0 13 minutes ago 1.33GB 06:56:25 security-spire-server-arm64 latest 06340cbfa017 19 minutes ago 84.3MB 06:56:25 d63af59dc13f 20 minutes ago 1.21GB 06:56:25 ci-base-image-arm64 latest f3ef7acb9107 23 minutes ago 905MB 06:56:25 alpine 3.15 354640af7b1b 2 weeks ago 5.34MB 06:56:25 alpine 3.16 4c81e5bf8899 2 weeks ago 5.3MB 06:56:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 06:56:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:56:25 provisioning config files... 06:56:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/431@tmp/config8420541064658310602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:56:25 ---> docker-login.sh 06:56:25 nexus3.edgexfoundry.org:10001 06:56:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:26 Configure a credential helper to remove this warning. See 06:56:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:26 06:56:26 Login Succeeded 06:56:26 nexus3.edgexfoundry.org:10002 06:56:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:26 Configure a credential helper to remove this warning. See 06:56:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:26 06:56:26 Login Succeeded 06:56:26 nexus3.edgexfoundry.org:10003 06:56:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:26 Configure a credential helper to remove this warning. See 06:56:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:26 06:56:26 Login Succeeded 06:56:26 nexus3.edgexfoundry.org:10004 06:56:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:27 Configure a credential helper to remove this warning. See 06:56:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:27 06:56:27 Login Succeeded 06:56:27 docker.io 06:56:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:56:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:56:27 Configure a credential helper to remove this warning. See 06:56:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:56:27 06:56:27 Login Succeeded 06:56:27 ---> docker-login.sh ends [Pipeline] } 06:56:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:56:28 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 06:56:28 78080ca1708ee51547bc9a18fc694bca820611e1 06:56:28 latest 06:56:28 3.0.0-dev.70 06:56:28 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:28 main 06:56:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:56:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:56:28 600d4f763734: Preparing 06:56:28 5f68154bbf08: Preparing 06:56:28 b5da5dabfd34: Preparing 06:56:28 8ee818fe59c3: Preparing 06:56:28 f70ee36035b9: Preparing 06:56:28 f70ee36035b9: Layer already exists 06:56:29 8ee818fe59c3: Pushed 06:56:29 b5da5dabfd34: Pushed 06:56:29 600d4f763734: Pushed 06:56:32 5f68154bbf08: Pushed 06:56:32 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:12fb9888bc5971f6339bfd301e20564ed61045e6f0f1df96f64ef00307d96050 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:56:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:56:33 600d4f763734: Preparing 06:56:33 5f68154bbf08: Preparing 06:56:33 b5da5dabfd34: Preparing 06:56:33 8ee818fe59c3: Preparing 06:56:33 f70ee36035b9: Preparing 06:56:33 b5da5dabfd34: Layer already exists 06:56:33 5f68154bbf08: Layer already exists 06:56:33 600d4f763734: Layer already exists 06:56:33 8ee818fe59c3: Layer already exists 06:56:33 f70ee36035b9: Layer already exists 06:56:33 latest: digest: sha256:12fb9888bc5971f6339bfd301e20564ed61045e6f0f1df96f64ef00307d96050 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.70 06:56:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:56:34 600d4f763734: Preparing 06:56:34 5f68154bbf08: Preparing 06:56:34 b5da5dabfd34: Preparing 06:56:34 8ee818fe59c3: Preparing 06:56:34 f70ee36035b9: Preparing 06:56:34 5f68154bbf08: Layer already exists 06:56:34 8ee818fe59c3: Layer already exists 06:56:34 f70ee36035b9: Layer already exists 06:56:34 600d4f763734: Layer already exists 06:56:34 b5da5dabfd34: Layer already exists 06:56:34 3.0.0-dev.70: digest: sha256:12fb9888bc5971f6339bfd301e20564ed61045e6f0f1df96f64ef00307d96050 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:34 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:56:35 600d4f763734: Preparing 06:56:35 5f68154bbf08: Preparing 06:56:35 b5da5dabfd34: Preparing 06:56:35 8ee818fe59c3: Preparing 06:56:35 f70ee36035b9: Preparing 06:56:35 5f68154bbf08: Layer already exists 06:56:35 600d4f763734: Layer already exists 06:56:35 b5da5dabfd34: Layer already exists 06:56:35 8ee818fe59c3: Layer already exists 06:56:35 f70ee36035b9: Layer already exists 06:56:35 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:12fb9888bc5971f6339bfd301e20564ed61045e6f0f1df96f64ef00307d96050 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:35 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:36 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 06:56:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:56:36 600d4f763734: Preparing 06:56:36 5f68154bbf08: Preparing 06:56:36 b5da5dabfd34: Preparing 06:56:36 8ee818fe59c3: Preparing 06:56:36 f70ee36035b9: Preparing 06:56:36 f70ee36035b9: Layer already exists 06:56:36 600d4f763734: Layer already exists 06:56:36 b5da5dabfd34: Layer already exists 06:56:36 8ee818fe59c3: Layer already exists 06:56:36 5f68154bbf08: Layer already exists 06:56:36 main: digest: sha256:12fb9888bc5971f6339bfd301e20564ed61045e6f0f1df96f64ef00307d96050 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:36 ===================================================== [Pipeline] echo 06:56:36 taggedImages: 06:56:36 - nexus3.edgexfoundry.org:10004/core-command-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:56:36 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:56:36 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.70 06:56:36 - nexus3.edgexfoundry.org:10004/core-command-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:36 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 06:56:36 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 06:56:36 78080ca1708ee51547bc9a18fc694bca820611e1 06:56:36 latest 06:56:36 3.0.0-dev.70 06:56:36 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:36 main 06:56:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:36 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:56:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:56:37 a9c1840ef005: Preparing 06:56:37 7921a7b93c36: Preparing 06:56:37 993ef7696d0c: Preparing 06:56:37 6300d8537e91: Preparing 06:56:37 b5da5dabfd34: Preparing 06:56:37 5e5b44df5366: Preparing 06:56:37 f70ee36035b9: Preparing 06:56:37 5e5b44df5366: Waiting 06:56:37 f70ee36035b9: Waiting 06:56:37 b5da5dabfd34: Layer already exists 06:56:37 993ef7696d0c: Pushed 06:56:37 a9c1840ef005: Pushed 06:56:37 7921a7b93c36: Pushed 06:56:37 5e5b44df5366: Pushed 06:56:37 f70ee36035b9: Layer already exists 06:56:39 6300d8537e91: Pushed 06:56:40 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:6c7b89d22a7d84232224df166c71746672c18b50ca5163da121a7634535cf052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:40 + 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 06:56:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:56:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:56:40 a9c1840ef005: Preparing 06:56:40 7921a7b93c36: Preparing 06:56:40 993ef7696d0c: Preparing 06:56:40 6300d8537e91: Preparing 06:56:40 b5da5dabfd34: Preparing 06:56:40 5e5b44df5366: Preparing 06:56:40 f70ee36035b9: Preparing 06:56:40 5e5b44df5366: Waiting 06:56:40 f70ee36035b9: Waiting 06:56:40 a9c1840ef005: Layer already exists 06:56:40 6300d8537e91: Layer already exists 06:56:40 b5da5dabfd34: Layer already exists 06:56:40 993ef7696d0c: Layer already exists 06:56:40 7921a7b93c36: Layer already exists 06:56:40 f70ee36035b9: Layer already exists 06:56:40 5e5b44df5366: Layer already exists 06:56:41 latest: digest: sha256:6c7b89d22a7d84232224df166c71746672c18b50ca5163da121a7634535cf052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:41 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.70 06:56:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:56:41 a9c1840ef005: Preparing 06:56:41 7921a7b93c36: Preparing 06:56:41 993ef7696d0c: Preparing 06:56:41 6300d8537e91: Preparing 06:56:41 b5da5dabfd34: Preparing 06:56:41 5e5b44df5366: Preparing 06:56:41 f70ee36035b9: Preparing 06:56:41 5e5b44df5366: Waiting 06:56:41 f70ee36035b9: Waiting 06:56:41 6300d8537e91: Layer already exists 06:56:41 993ef7696d0c: Layer already exists 06:56:41 b5da5dabfd34: Layer already exists 06:56:41 7921a7b93c36: Layer already exists 06:56:41 a9c1840ef005: Layer already exists 06:56:41 5e5b44df5366: Layer already exists 06:56:41 f70ee36035b9: Layer already exists 06:56:42 3.0.0-dev.70: digest: sha256:6c7b89d22a7d84232224df166c71746672c18b50ca5163da121a7634535cf052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:42 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:56:42 a9c1840ef005: Preparing 06:56:42 7921a7b93c36: Preparing 06:56:42 993ef7696d0c: Preparing 06:56:42 6300d8537e91: Preparing 06:56:42 b5da5dabfd34: Preparing 06:56:42 5e5b44df5366: Preparing 06:56:42 f70ee36035b9: Preparing 06:56:42 5e5b44df5366: Waiting 06:56:42 f70ee36035b9: Waiting 06:56:42 7921a7b93c36: Layer already exists 06:56:42 b5da5dabfd34: Layer already exists 06:56:42 993ef7696d0c: Layer already exists 06:56:42 6300d8537e91: Layer already exists 06:56:42 a9c1840ef005: Layer already exists 06:56:42 f70ee36035b9: Layer already exists 06:56:42 5e5b44df5366: Layer already exists 06:56:43 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:6c7b89d22a7d84232224df166c71746672c18b50ca5163da121a7634535cf052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:43 + 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 06:56:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 06:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:56:43 a9c1840ef005: Preparing 06:56:43 7921a7b93c36: Preparing 06:56:43 993ef7696d0c: Preparing 06:56:43 6300d8537e91: Preparing 06:56:43 b5da5dabfd34: Preparing 06:56:43 5e5b44df5366: Preparing 06:56:43 f70ee36035b9: Preparing 06:56:43 5e5b44df5366: Waiting 06:56:43 f70ee36035b9: Waiting 06:56:43 6300d8537e91: Layer already exists 06:56:43 a9c1840ef005: Layer already exists 06:56:43 993ef7696d0c: Layer already exists 06:56:43 b5da5dabfd34: Layer already exists 06:56:43 7921a7b93c36: Layer already exists 06:56:43 f70ee36035b9: Layer already exists 06:56:43 5e5b44df5366: Layer already exists 06:56:43 main: digest: sha256:6c7b89d22a7d84232224df166c71746672c18b50ca5163da121a7634535cf052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:44 ===================================================== [Pipeline] echo 06:56:44 taggedImages: 06:56:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:56:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:56:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.70 06:56:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 06:56:44 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 06:56:44 78080ca1708ee51547bc9a18fc694bca820611e1 06:56:44 latest 06:56:44 3.0.0-dev.70 06:56:44 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:44 main 06:56:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:56:44 cb2340bfda07: Preparing 06:56:44 a5c4753ab7e9: Preparing 06:56:44 b5da5dabfd34: Preparing 06:56:44 ffe118778c9b: Preparing 06:56:44 f70ee36035b9: Preparing 06:56:44 f70ee36035b9: Layer already exists 06:56:44 b5da5dabfd34: Layer already exists 06:56:45 cb2340bfda07: Pushed 06:56:45 ffe118778c9b: Pushed 06:56:48 a5c4753ab7e9: Pushed 06:56:48 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:96263b2d9337c59f8c03c73faee68da97a90995dcdc86455fb5bcc8185e51f44 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:56:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:56:49 cb2340bfda07: Preparing 06:56:49 a5c4753ab7e9: Preparing 06:56:49 b5da5dabfd34: Preparing 06:56:49 ffe118778c9b: Preparing 06:56:49 f70ee36035b9: Preparing 06:56:49 ffe118778c9b: Layer already exists 06:56:49 a5c4753ab7e9: Layer already exists 06:56:49 f70ee36035b9: Layer already exists 06:56:49 cb2340bfda07: Layer already exists 06:56:49 b5da5dabfd34: Layer already exists 06:56:49 latest: digest: sha256:96263b2d9337c59f8c03c73faee68da97a90995dcdc86455fb5bcc8185e51f44 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.70 06:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:56:50 cb2340bfda07: Preparing 06:56:50 a5c4753ab7e9: Preparing 06:56:50 b5da5dabfd34: Preparing 06:56:50 ffe118778c9b: Preparing 06:56:50 f70ee36035b9: Preparing 06:56:50 f70ee36035b9: Layer already exists 06:56:50 cb2340bfda07: Layer already exists 06:56:50 ffe118778c9b: Layer already exists 06:56:50 b5da5dabfd34: Layer already exists 06:56:50 a5c4753ab7e9: Layer already exists 06:56:50 3.0.0-dev.70: digest: sha256:96263b2d9337c59f8c03c73faee68da97a90995dcdc86455fb5bcc8185e51f44 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:56:50 cb2340bfda07: Preparing 06:56:50 a5c4753ab7e9: Preparing 06:56:50 b5da5dabfd34: Preparing 06:56:50 ffe118778c9b: Preparing 06:56:50 f70ee36035b9: Preparing 06:56:50 f70ee36035b9: Layer already exists 06:56:50 b5da5dabfd34: Layer already exists 06:56:50 a5c4753ab7e9: Layer already exists 06:56:50 cb2340bfda07: Layer already exists 06:56:50 ffe118778c9b: Layer already exists 06:56:50 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:96263b2d9337c59f8c03c73faee68da97a90995dcdc86455fb5bcc8185e51f44 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 06:56:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:56:51 cb2340bfda07: Preparing 06:56:51 a5c4753ab7e9: Preparing 06:56:51 b5da5dabfd34: Preparing 06:56:51 ffe118778c9b: Preparing 06:56:51 f70ee36035b9: Preparing 06:56:51 ffe118778c9b: Layer already exists 06:56:51 f70ee36035b9: Layer already exists 06:56:51 a5c4753ab7e9: Layer already exists 06:56:51 cb2340bfda07: Layer already exists 06:56:51 b5da5dabfd34: Layer already exists 06:56:52 main: digest: sha256:96263b2d9337c59f8c03c73faee68da97a90995dcdc86455fb5bcc8185e51f44 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:52 ===================================================== [Pipeline] echo 06:56:52 taggedImages: 06:56:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:56:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:56:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.70 06:56:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 06:56:52 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 06:56:52 78080ca1708ee51547bc9a18fc694bca820611e1 06:56:52 latest 06:56:52 3.0.0-dev.70 06:56:52 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:52 main 06:56:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:52 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:56:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:56:52 e664e7e14c49: Preparing 06:56:52 d730b820720a: Preparing 06:56:52 0cd4e0c9f95f: Preparing 06:56:52 b5da5dabfd34: Preparing 06:56:52 8ee818fe59c3: Preparing 06:56:52 f70ee36035b9: Preparing 06:56:52 f70ee36035b9: Waiting 06:56:52 8ee818fe59c3: Layer already exists 06:56:52 b5da5dabfd34: Layer already exists 06:56:53 f70ee36035b9: Layer already exists 06:56:53 e664e7e14c49: Pushed 06:56:53 d730b820720a: Pushed 06:56:56 0cd4e0c9f95f: Pushed 06:56:56 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:21788e2603158a82b63e8f670fd447b71e010e21ae5552705130c866cd067ec6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:56:57 e664e7e14c49: Preparing 06:56:57 d730b820720a: Preparing 06:56:57 0cd4e0c9f95f: Preparing 06:56:57 b5da5dabfd34: Preparing 06:56:57 8ee818fe59c3: Preparing 06:56:57 f70ee36035b9: Preparing 06:56:57 f70ee36035b9: Waiting 06:56:57 b5da5dabfd34: Layer already exists 06:56:57 e664e7e14c49: Layer already exists 06:56:57 0cd4e0c9f95f: Layer already exists 06:56:57 d730b820720a: Layer already exists 06:56:57 8ee818fe59c3: Layer already exists 06:56:57 f70ee36035b9: Layer already exists 06:56:57 latest: digest: sha256:21788e2603158a82b63e8f670fd447b71e010e21ae5552705130c866cd067ec6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.70 06:56:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:56:58 e664e7e14c49: Preparing 06:56:58 d730b820720a: Preparing 06:56:58 0cd4e0c9f95f: Preparing 06:56:58 b5da5dabfd34: Preparing 06:56:58 8ee818fe59c3: Preparing 06:56:58 f70ee36035b9: Preparing 06:56:58 f70ee36035b9: Waiting 06:56:58 e664e7e14c49: Layer already exists 06:56:58 b5da5dabfd34: Layer already exists 06:56:58 0cd4e0c9f95f: Layer already exists 06:56:58 8ee818fe59c3: Layer already exists 06:56:58 d730b820720a: Layer already exists 06:56:58 f70ee36035b9: Layer already exists 06:56:58 3.0.0-dev.70: digest: sha256:21788e2603158a82b63e8f670fd447b71e010e21ae5552705130c866cd067ec6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:56:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:56:59 e664e7e14c49: Preparing 06:56:59 d730b820720a: Preparing 06:56:59 0cd4e0c9f95f: Preparing 06:56:59 b5da5dabfd34: Preparing 06:56:59 8ee818fe59c3: Preparing 06:56:59 f70ee36035b9: Preparing 06:56:59 d730b820720a: Layer already exists 06:56:59 e664e7e14c49: Layer already exists 06:56:59 0cd4e0c9f95f: Layer already exists 06:56:59 b5da5dabfd34: Layer already exists 06:56:59 8ee818fe59c3: Layer already exists 06:56:59 f70ee36035b9: Layer already exists 06:56:59 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:21788e2603158a82b63e8f670fd447b71e010e21ae5552705130c866cd067ec6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 06:57:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:57:00 e664e7e14c49: Preparing 06:57:00 d730b820720a: Preparing 06:57:00 0cd4e0c9f95f: Preparing 06:57:00 b5da5dabfd34: Preparing 06:57:00 8ee818fe59c3: Preparing 06:57:00 f70ee36035b9: Preparing 06:57:00 f70ee36035b9: Waiting 06:57:00 8ee818fe59c3: Layer already exists 06:57:00 b5da5dabfd34: Layer already exists 06:57:00 e664e7e14c49: Layer already exists 06:57:00 0cd4e0c9f95f: Layer already exists 06:57:00 d730b820720a: Layer already exists 06:57:00 f70ee36035b9: Layer already exists 06:57:00 main: digest: sha256:21788e2603158a82b63e8f670fd447b71e010e21ae5552705130c866cd067ec6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:57:00 ===================================================== [Pipeline] echo 06:57:00 taggedImages: 06:57:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:57:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.70 06:57:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 06:57:00 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 06:57:00 78080ca1708ee51547bc9a18fc694bca820611e1 06:57:00 latest 06:57:00 3.0.0-dev.70 06:57:00 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:00 main 06:57:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:57:01 207f1e373680: Preparing 06:57:01 207f1e373680: Preparing 06:57:01 fbe9aaca51f3: Preparing 06:57:01 fecf637104d4: Preparing 06:57:01 cc686789d570: Preparing 06:57:01 c42ce2276846: Preparing 06:57:01 cd0038e97926: Preparing 06:57:01 b5da5dabfd34: Preparing 06:57:01 c6a57089422a: Preparing 06:57:01 488b7ab27546: Preparing 06:57:01 744dd8306ad5: Preparing 06:57:01 8a32d6e7f27c: Preparing 06:57:01 f70ee36035b9: Preparing 06:57:01 c6a57089422a: Waiting 06:57:01 488b7ab27546: Waiting 06:57:01 744dd8306ad5: Waiting 06:57:01 8a32d6e7f27c: Waiting 06:57:01 cd0038e97926: Waiting 06:57:01 b5da5dabfd34: Waiting 06:57:01 f70ee36035b9: Waiting 06:57:01 207f1e373680: Pushed 06:57:01 fbe9aaca51f3: Pushed 06:57:01 fecf637104d4: Pushed 06:57:01 cc686789d570: Pushed 06:57:01 c42ce2276846: Pushed 06:57:01 b5da5dabfd34: Layer already exists 06:57:01 488b7ab27546: Pushed 06:57:01 744dd8306ad5: Pushed 06:57:01 f70ee36035b9: Layer already exists 06:57:01 c6a57089422a: Pushed 06:57:01 8a32d6e7f27c: Pushed 06:57:05 cd0038e97926: Pushed 06:57:05 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:89b9508a509af1f339f4c8cbd7c27be1f2c1c5fd205b8fd1206ec30fd202e138 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:57:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:57:06 207f1e373680: Preparing 06:57:06 207f1e373680: Preparing 06:57:06 fbe9aaca51f3: Preparing 06:57:06 fecf637104d4: Preparing 06:57:06 cc686789d570: Preparing 06:57:06 c42ce2276846: Preparing 06:57:06 cd0038e97926: Preparing 06:57:06 b5da5dabfd34: Preparing 06:57:06 c6a57089422a: Preparing 06:57:06 488b7ab27546: Preparing 06:57:06 744dd8306ad5: Preparing 06:57:06 8a32d6e7f27c: Preparing 06:57:06 f70ee36035b9: Preparing 06:57:06 488b7ab27546: Waiting 06:57:06 744dd8306ad5: Waiting 06:57:06 8a32d6e7f27c: Waiting 06:57:06 f70ee36035b9: Waiting 06:57:06 cd0038e97926: Waiting 06:57:06 b5da5dabfd34: Waiting 06:57:06 c6a57089422a: Waiting 06:57:06 fbe9aaca51f3: Layer already exists 06:57:06 cc686789d570: Layer already exists 06:57:06 207f1e373680: Layer already exists 06:57:06 c42ce2276846: Layer already exists 06:57:06 fecf637104d4: Layer already exists 06:57:06 cd0038e97926: Layer already exists 06:57:06 b5da5dabfd34: Layer already exists 06:57:06 744dd8306ad5: Layer already exists 06:57:06 488b7ab27546: Layer already exists 06:57:06 c6a57089422a: Layer already exists 06:57:06 f70ee36035b9: Layer already exists 06:57:06 8a32d6e7f27c: Layer already exists 06:57:06 latest: digest: sha256:89b9508a509af1f339f4c8cbd7c27be1f2c1c5fd205b8fd1206ec30fd202e138 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.70 06:57:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:57:06 207f1e373680: Preparing 06:57:06 207f1e373680: Preparing 06:57:06 fbe9aaca51f3: Preparing 06:57:06 fecf637104d4: Preparing 06:57:06 cc686789d570: Preparing 06:57:06 c42ce2276846: Preparing 06:57:06 cd0038e97926: Preparing 06:57:06 b5da5dabfd34: Preparing 06:57:06 c6a57089422a: Preparing 06:57:06 488b7ab27546: Preparing 06:57:06 744dd8306ad5: Preparing 06:57:06 8a32d6e7f27c: Preparing 06:57:06 f70ee36035b9: Preparing 06:57:06 b5da5dabfd34: Waiting 06:57:06 c6a57089422a: Waiting 06:57:06 488b7ab27546: Waiting 06:57:06 744dd8306ad5: Waiting 06:57:06 8a32d6e7f27c: Waiting 06:57:06 f70ee36035b9: Waiting 06:57:06 cd0038e97926: Waiting 06:57:06 cc686789d570: Layer already exists 06:57:06 fbe9aaca51f3: Layer already exists 06:57:06 fecf637104d4: Layer already exists 06:57:06 207f1e373680: Layer already exists 06:57:06 c42ce2276846: Layer already exists 06:57:06 488b7ab27546: Layer already exists 06:57:06 cd0038e97926: Layer already exists 06:57:06 b5da5dabfd34: Layer already exists 06:57:06 744dd8306ad5: Layer already exists 06:57:06 c6a57089422a: Layer already exists 06:57:06 8a32d6e7f27c: Layer already exists 06:57:06 f70ee36035b9: Layer already exists 06:57:07 3.0.0-dev.70: digest: sha256:89b9508a509af1f339f4c8cbd7c27be1f2c1c5fd205b8fd1206ec30fd202e138 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:57:07 207f1e373680: Preparing 06:57:07 207f1e373680: Preparing 06:57:07 fbe9aaca51f3: Preparing 06:57:07 fecf637104d4: Preparing 06:57:07 cc686789d570: Preparing 06:57:07 c42ce2276846: Preparing 06:57:07 cd0038e97926: Preparing 06:57:07 b5da5dabfd34: Preparing 06:57:07 c6a57089422a: Preparing 06:57:07 488b7ab27546: Preparing 06:57:07 744dd8306ad5: Preparing 06:57:07 8a32d6e7f27c: Preparing 06:57:07 f70ee36035b9: Preparing 06:57:07 c6a57089422a: Waiting 06:57:07 488b7ab27546: Waiting 06:57:07 744dd8306ad5: Waiting 06:57:07 8a32d6e7f27c: Waiting 06:57:07 f70ee36035b9: Waiting 06:57:07 cd0038e97926: Waiting 06:57:07 b5da5dabfd34: Waiting 06:57:07 fecf637104d4: Layer already exists 06:57:07 cc686789d570: Layer already exists 06:57:07 fbe9aaca51f3: Layer already exists 06:57:07 c42ce2276846: Layer already exists 06:57:07 207f1e373680: Layer already exists 06:57:07 cd0038e97926: Layer already exists 06:57:07 b5da5dabfd34: Layer already exists 06:57:07 744dd8306ad5: Layer already exists 06:57:07 488b7ab27546: Layer already exists 06:57:07 c6a57089422a: Layer already exists 06:57:07 8a32d6e7f27c: Layer already exists 06:57:07 f70ee36035b9: Layer already exists 06:57:08 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:89b9508a509af1f339f4c8cbd7c27be1f2c1c5fd205b8fd1206ec30fd202e138 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 06:57:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:57:08 207f1e373680: Preparing 06:57:08 207f1e373680: Preparing 06:57:08 fbe9aaca51f3: Preparing 06:57:08 fecf637104d4: Preparing 06:57:08 cc686789d570: Preparing 06:57:08 c42ce2276846: Preparing 06:57:08 cd0038e97926: Preparing 06:57:08 b5da5dabfd34: Preparing 06:57:08 cd0038e97926: Waiting 06:57:08 c6a57089422a: Preparing 06:57:08 488b7ab27546: Preparing 06:57:08 744dd8306ad5: Preparing 06:57:08 8a32d6e7f27c: Preparing 06:57:08 c6a57089422a: Waiting 06:57:08 f70ee36035b9: Preparing 06:57:08 488b7ab27546: Waiting 06:57:08 744dd8306ad5: Waiting 06:57:08 b5da5dabfd34: Waiting 06:57:08 8a32d6e7f27c: Waiting 06:57:08 f70ee36035b9: Waiting 06:57:08 fbe9aaca51f3: Layer already exists 06:57:08 c42ce2276846: Layer already exists 06:57:08 fecf637104d4: Layer already exists 06:57:08 207f1e373680: Layer already exists 06:57:08 cc686789d570: Layer already exists 06:57:08 b5da5dabfd34: Layer already exists 06:57:08 cd0038e97926: Layer already exists 06:57:08 c6a57089422a: Layer already exists 06:57:08 744dd8306ad5: Layer already exists 06:57:08 488b7ab27546: Layer already exists 06:57:08 8a32d6e7f27c: Layer already exists 06:57:08 f70ee36035b9: Layer already exists 06:57:09 main: digest: sha256:89b9508a509af1f339f4c8cbd7c27be1f2c1c5fd205b8fd1206ec30fd202e138 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:57:09 ===================================================== [Pipeline] echo 06:57:09 taggedImages: 06:57:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:57:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.70 06:57:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 06:57:09 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 06:57:09 78080ca1708ee51547bc9a18fc694bca820611e1 06:57:09 latest 06:57:09 3.0.0-dev.70 06:57:09 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:09 main 06:57:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:09 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:57:09 83b268d9702b: Preparing 06:57:09 af2f41834f41: Preparing 06:57:09 df0e20a5723c: Preparing 06:57:09 61b6c0480bf7: Preparing 06:57:09 b5da5dabfd34: Preparing 06:57:09 5e5b44df5366: Preparing 06:57:09 f70ee36035b9: Preparing 06:57:09 5e5b44df5366: Waiting 06:57:09 f70ee36035b9: Waiting 06:57:09 b5da5dabfd34: Layer already exists 06:57:10 5e5b44df5366: Layer already exists 06:57:10 f70ee36035b9: Layer already exists 06:57:10 af2f41834f41: Pushed 06:57:10 df0e20a5723c: Pushed 06:57:10 83b268d9702b: Pushed 06:57:12 61b6c0480bf7: Pushed 06:57:12 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:60605cc1511bac0e7d14023c5004e46ce640b117d9b7a9ffdb06c280d25069a5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:13 + 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 06:57:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:57:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:57:13 83b268d9702b: Preparing 06:57:13 af2f41834f41: Preparing 06:57:13 df0e20a5723c: Preparing 06:57:13 61b6c0480bf7: Preparing 06:57:13 b5da5dabfd34: Preparing 06:57:13 5e5b44df5366: Preparing 06:57:13 f70ee36035b9: Preparing 06:57:13 5e5b44df5366: Waiting 06:57:13 f70ee36035b9: Waiting 06:57:13 af2f41834f41: Layer already exists 06:57:13 b5da5dabfd34: Layer already exists 06:57:13 df0e20a5723c: Layer already exists 06:57:13 83b268d9702b: Layer already exists 06:57:13 61b6c0480bf7: Layer already exists 06:57:13 f70ee36035b9: Layer already exists 06:57:13 5e5b44df5366: Layer already exists 06:57:13 latest: digest: sha256:60605cc1511bac0e7d14023c5004e46ce640b117d9b7a9ffdb06c280d25069a5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:14 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.70 06:57:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:57:14 83b268d9702b: Preparing 06:57:14 af2f41834f41: Preparing 06:57:14 df0e20a5723c: Preparing 06:57:14 61b6c0480bf7: Preparing 06:57:14 b5da5dabfd34: Preparing 06:57:14 5e5b44df5366: Preparing 06:57:14 f70ee36035b9: Preparing 06:57:14 5e5b44df5366: Waiting 06:57:14 f70ee36035b9: Waiting 06:57:14 61b6c0480bf7: Layer already exists 06:57:14 af2f41834f41: Layer already exists 06:57:14 83b268d9702b: Layer already exists 06:57:14 df0e20a5723c: Layer already exists 06:57:14 b5da5dabfd34: Layer already exists 06:57:14 5e5b44df5366: Layer already exists 06:57:14 f70ee36035b9: Layer already exists 06:57:14 3.0.0-dev.70: digest: sha256:60605cc1511bac0e7d14023c5004e46ce640b117d9b7a9ffdb06c280d25069a5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:15 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:57:15 83b268d9702b: Preparing 06:57:15 af2f41834f41: Preparing 06:57:15 df0e20a5723c: Preparing 06:57:15 61b6c0480bf7: Preparing 06:57:15 b5da5dabfd34: Preparing 06:57:15 5e5b44df5366: Preparing 06:57:15 f70ee36035b9: Preparing 06:57:15 5e5b44df5366: Waiting 06:57:15 f70ee36035b9: Waiting 06:57:15 b5da5dabfd34: Layer already exists 06:57:15 83b268d9702b: Layer already exists 06:57:15 af2f41834f41: Layer already exists 06:57:15 df0e20a5723c: Layer already exists 06:57:15 61b6c0480bf7: Layer already exists 06:57:15 5e5b44df5366: Layer already exists 06:57:15 f70ee36035b9: Layer already exists 06:57:15 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:60605cc1511bac0e7d14023c5004e46ce640b117d9b7a9ffdb06c280d25069a5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:16 + 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 06:57:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 06:57:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:57:16 83b268d9702b: Preparing 06:57:16 af2f41834f41: Preparing 06:57:16 df0e20a5723c: Preparing 06:57:16 61b6c0480bf7: Preparing 06:57:16 b5da5dabfd34: Preparing 06:57:16 5e5b44df5366: Preparing 06:57:16 f70ee36035b9: Preparing 06:57:16 5e5b44df5366: Waiting 06:57:16 f70ee36035b9: Waiting 06:57:16 83b268d9702b: Layer already exists 06:57:16 61b6c0480bf7: Layer already exists 06:57:16 b5da5dabfd34: Layer already exists 06:57:16 df0e20a5723c: Layer already exists 06:57:16 af2f41834f41: Layer already exists 06:57:16 5e5b44df5366: Layer already exists 06:57:16 f70ee36035b9: Layer already exists 06:57:16 main: digest: sha256:60605cc1511bac0e7d14023c5004e46ce640b117d9b7a9ffdb06c280d25069a5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:57:16 ===================================================== [Pipeline] echo 06:57:16 taggedImages: 06:57:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:57:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.70 06:57:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 06:57:16 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 06:57:16 78080ca1708ee51547bc9a18fc694bca820611e1 06:57:16 latest 06:57:16 3.0.0-dev.70 06:57:16 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:16 main 06:57:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:17 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:57:17 299f2add0419: Preparing 06:57:17 ff0c95f3ff06: Preparing 06:57:17 ea9abbc07488: Preparing 06:57:17 9eb53213118e: Preparing 06:57:17 a4e7976432b5: Preparing 06:57:17 9c4c356a6555: Preparing 06:57:17 6e6fec0d75e6: Preparing 06:57:17 f70ee36035b9: Preparing 06:57:17 6e6fec0d75e6: Waiting 06:57:17 9c4c356a6555: Waiting 06:57:17 f70ee36035b9: Waiting 06:57:17 ff0c95f3ff06: Pushed 06:57:17 299f2add0419: Pushed 06:57:17 a4e7976432b5: Pushed 06:57:17 f70ee36035b9: Layer already exists 06:57:18 9c4c356a6555: Pushed 06:57:18 6e6fec0d75e6: Pushed 06:57:20 ea9abbc07488: Pushed 06:57:20 9eb53213118e: Pushed 06:57:20 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:8c863a6cf5112a7baef25c0514814db9d584a3152975cd40e07e6d8aa5071ac8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:20 + 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 06:57:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:57:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:57:21 299f2add0419: Preparing 06:57:21 ff0c95f3ff06: Preparing 06:57:21 ea9abbc07488: Preparing 06:57:21 9eb53213118e: Preparing 06:57:21 a4e7976432b5: Preparing 06:57:21 9c4c356a6555: Preparing 06:57:21 6e6fec0d75e6: Preparing 06:57:21 f70ee36035b9: Preparing 06:57:21 9c4c356a6555: Waiting 06:57:21 6e6fec0d75e6: Waiting 06:57:21 f70ee36035b9: Waiting 06:57:21 a4e7976432b5: Layer already exists 06:57:21 ea9abbc07488: Layer already exists 06:57:21 9eb53213118e: Layer already exists 06:57:21 299f2add0419: Layer already exists 06:57:21 ff0c95f3ff06: Layer already exists 06:57:21 6e6fec0d75e6: Layer already exists 06:57:21 f70ee36035b9: Layer already exists 06:57:21 9c4c356a6555: Layer already exists 06:57:21 latest: digest: sha256:8c863a6cf5112a7baef25c0514814db9d584a3152975cd40e07e6d8aa5071ac8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:21 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.70 06:57:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:57:22 299f2add0419: Preparing 06:57:22 ff0c95f3ff06: Preparing 06:57:22 ea9abbc07488: Preparing 06:57:22 9eb53213118e: Preparing 06:57:22 a4e7976432b5: Preparing 06:57:22 9c4c356a6555: Preparing 06:57:22 6e6fec0d75e6: Preparing 06:57:22 f70ee36035b9: Preparing 06:57:22 9c4c356a6555: Waiting 06:57:22 6e6fec0d75e6: Waiting 06:57:22 f70ee36035b9: Waiting 06:57:22 a4e7976432b5: Layer already exists 06:57:22 ea9abbc07488: Layer already exists 06:57:22 9eb53213118e: Layer already exists 06:57:22 ff0c95f3ff06: Layer already exists 06:57:22 299f2add0419: Layer already exists 06:57:22 6e6fec0d75e6: Layer already exists 06:57:22 9c4c356a6555: Layer already exists 06:57:22 f70ee36035b9: Layer already exists 06:57:22 3.0.0-dev.70: digest: sha256:8c863a6cf5112a7baef25c0514814db9d584a3152975cd40e07e6d8aa5071ac8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:22 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:57:24 299f2add0419: Preparing 06:57:24 ff0c95f3ff06: Preparing 06:57:24 ea9abbc07488: Preparing 06:57:24 9eb53213118e: Preparing 06:57:24 a4e7976432b5: Preparing 06:57:24 9c4c356a6555: Preparing 06:57:24 6e6fec0d75e6: Preparing 06:57:24 f70ee36035b9: Preparing 06:57:24 9c4c356a6555: Waiting 06:57:24 6e6fec0d75e6: Waiting 06:57:24 f70ee36035b9: Waiting 06:57:24 ff0c95f3ff06: Layer already exists 06:57:24 299f2add0419: Layer already exists 06:57:24 a4e7976432b5: Layer already exists 06:57:24 ea9abbc07488: Layer already exists 06:57:24 9eb53213118e: Layer already exists 06:57:24 f70ee36035b9: Layer already exists 06:57:24 9c4c356a6555: Layer already exists 06:57:24 6e6fec0d75e6: Layer already exists 06:57:24 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:8c863a6cf5112a7baef25c0514814db9d584a3152975cd40e07e6d8aa5071ac8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:24 + 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 06:57:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 06:57:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:57:25 299f2add0419: Preparing 06:57:25 ff0c95f3ff06: Preparing 06:57:25 ea9abbc07488: Preparing 06:57:25 9eb53213118e: Preparing 06:57:25 a4e7976432b5: Preparing 06:57:25 9c4c356a6555: Preparing 06:57:25 6e6fec0d75e6: Preparing 06:57:25 f70ee36035b9: Preparing 06:57:25 6e6fec0d75e6: Waiting 06:57:25 f70ee36035b9: Waiting 06:57:25 9c4c356a6555: Waiting 06:57:25 ea9abbc07488: Layer already exists 06:57:25 ff0c95f3ff06: Layer already exists 06:57:25 299f2add0419: Layer already exists 06:57:25 a4e7976432b5: Layer already exists 06:57:25 9eb53213118e: Layer already exists 06:57:25 f70ee36035b9: Layer already exists 06:57:25 9c4c356a6555: Layer already exists 06:57:25 6e6fec0d75e6: Layer already exists 06:57:25 main: digest: sha256:8c863a6cf5112a7baef25c0514814db9d584a3152975cd40e07e6d8aa5071ac8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:57:25 ===================================================== [Pipeline] echo 06:57:25 taggedImages: 06:57:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:57:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.70 06:57:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 06:57:25 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 06:57:25 78080ca1708ee51547bc9a18fc694bca820611e1 06:57:25 latest 06:57:25 3.0.0-dev.70 06:57:25 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:25 main 06:57:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:25 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:57:26 fb56ff10a95a: Preparing 06:57:26 786d9374064b: Preparing 06:57:26 5f582a446d2b: Preparing 06:57:26 4711ad252f97: Preparing 06:57:26 aca0e2bac897: Preparing 06:57:26 d8e85e76b3c6: Preparing 06:57:26 3defe9c1de82: Preparing 06:57:26 a4bfebc400db: Preparing 06:57:26 6bf141dc946f: Preparing 06:57:26 f70ee36035b9: Preparing 06:57:26 d8e85e76b3c6: Waiting 06:57:26 3defe9c1de82: Waiting 06:57:26 a4bfebc400db: Waiting 06:57:26 6bf141dc946f: Waiting 06:57:26 786d9374064b: Pushed 06:57:26 fb56ff10a95a: Pushed 06:57:26 aca0e2bac897: Pushed 06:57:26 a4bfebc400db: Pushed 06:57:26 d8e85e76b3c6: Pushed 06:57:26 3defe9c1de82: Pushed 06:57:26 f70ee36035b9: Layer already exists 06:57:26 6bf141dc946f: Pushed 06:57:28 4711ad252f97: Pushed 06:57:29 5f582a446d2b: Pushed 06:57:29 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:53d0dd1bd05cc0d52d6649d8a0a316add309031ae52b61be48d44e7273357ddf size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:30 + 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 06:57:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:57:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:57:30 fb56ff10a95a: Preparing 06:57:30 786d9374064b: Preparing 06:57:30 5f582a446d2b: Preparing 06:57:30 4711ad252f97: Preparing 06:57:30 aca0e2bac897: Preparing 06:57:30 d8e85e76b3c6: Preparing 06:57:30 3defe9c1de82: Preparing 06:57:30 a4bfebc400db: Preparing 06:57:30 6bf141dc946f: Preparing 06:57:30 f70ee36035b9: Preparing 06:57:30 d8e85e76b3c6: Waiting 06:57:30 3defe9c1de82: Waiting 06:57:30 a4bfebc400db: Waiting 06:57:30 6bf141dc946f: Waiting 06:57:30 4711ad252f97: Layer already exists 06:57:30 aca0e2bac897: Layer already exists 06:57:30 fb56ff10a95a: Layer already exists 06:57:30 786d9374064b: Layer already exists 06:57:30 5f582a446d2b: Layer already exists 06:57:30 6bf141dc946f: Layer already exists 06:57:30 a4bfebc400db: Layer already exists 06:57:30 f70ee36035b9: Layer already exists 06:57:30 3defe9c1de82: Layer already exists 06:57:30 d8e85e76b3c6: Layer already exists 06:57:30 latest: digest: sha256:53d0dd1bd05cc0d52d6649d8a0a316add309031ae52b61be48d44e7273357ddf size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:31 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.70 06:57:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:57:31 fb56ff10a95a: Preparing 06:57:31 786d9374064b: Preparing 06:57:31 5f582a446d2b: Preparing 06:57:31 4711ad252f97: Preparing 06:57:31 aca0e2bac897: Preparing 06:57:31 d8e85e76b3c6: Preparing 06:57:31 3defe9c1de82: Preparing 06:57:31 a4bfebc400db: Preparing 06:57:31 6bf141dc946f: Preparing 06:57:31 f70ee36035b9: Preparing 06:57:31 d8e85e76b3c6: Waiting 06:57:31 3defe9c1de82: Waiting 06:57:31 a4bfebc400db: Waiting 06:57:31 6bf141dc946f: Waiting 06:57:31 f70ee36035b9: Waiting 06:57:31 5f582a446d2b: Layer already exists 06:57:31 786d9374064b: Layer already exists 06:57:31 aca0e2bac897: Layer already exists 06:57:31 4711ad252f97: Layer already exists 06:57:31 fb56ff10a95a: Layer already exists 06:57:31 3defe9c1de82: Layer already exists 06:57:31 d8e85e76b3c6: Layer already exists 06:57:31 f70ee36035b9: Layer already exists 06:57:31 6bf141dc946f: Layer already exists 06:57:31 a4bfebc400db: Layer already exists 06:57:31 3.0.0-dev.70: digest: sha256:53d0dd1bd05cc0d52d6649d8a0a316add309031ae52b61be48d44e7273357ddf size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:31 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:57:32 fb56ff10a95a: Preparing 06:57:32 786d9374064b: Preparing 06:57:32 5f582a446d2b: Preparing 06:57:32 4711ad252f97: Preparing 06:57:32 aca0e2bac897: Preparing 06:57:32 d8e85e76b3c6: Preparing 06:57:32 3defe9c1de82: Preparing 06:57:32 a4bfebc400db: Preparing 06:57:32 6bf141dc946f: Preparing 06:57:32 f70ee36035b9: Preparing 06:57:32 3defe9c1de82: Waiting 06:57:32 a4bfebc400db: Waiting 06:57:32 6bf141dc946f: Waiting 06:57:32 f70ee36035b9: Waiting 06:57:32 d8e85e76b3c6: Waiting 06:57:32 fb56ff10a95a: Layer already exists 06:57:32 5f582a446d2b: Layer already exists 06:57:32 aca0e2bac897: Layer already exists 06:57:32 4711ad252f97: Layer already exists 06:57:32 786d9374064b: Layer already exists 06:57:32 a4bfebc400db: Layer already exists 06:57:32 d8e85e76b3c6: Layer already exists 06:57:32 6bf141dc946f: Layer already exists 06:57:32 f70ee36035b9: Layer already exists 06:57:32 3defe9c1de82: Layer already exists 06:57:32 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:53d0dd1bd05cc0d52d6649d8a0a316add309031ae52b61be48d44e7273357ddf size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:32 + 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 06:57:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 06:57:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:57:33 fb56ff10a95a: Preparing 06:57:33 786d9374064b: Preparing 06:57:33 5f582a446d2b: Preparing 06:57:33 4711ad252f97: Preparing 06:57:33 aca0e2bac897: Preparing 06:57:33 d8e85e76b3c6: Preparing 06:57:33 3defe9c1de82: Preparing 06:57:33 a4bfebc400db: Preparing 06:57:33 6bf141dc946f: Preparing 06:57:33 f70ee36035b9: Preparing 06:57:33 a4bfebc400db: Waiting 06:57:33 6bf141dc946f: Waiting 06:57:33 f70ee36035b9: Waiting 06:57:33 d8e85e76b3c6: Waiting 06:57:33 3defe9c1de82: Waiting 06:57:33 aca0e2bac897: Layer already exists 06:57:33 fb56ff10a95a: Layer already exists 06:57:33 786d9374064b: Layer already exists 06:57:33 4711ad252f97: Layer already exists 06:57:33 5f582a446d2b: Layer already exists 06:57:33 d8e85e76b3c6: Layer already exists 06:57:33 3defe9c1de82: Layer already exists 06:57:33 f70ee36035b9: Layer already exists 06:57:33 a4bfebc400db: Layer already exists 06:57:33 6bf141dc946f: Layer already exists 06:57:33 main: digest: sha256:53d0dd1bd05cc0d52d6649d8a0a316add309031ae52b61be48d44e7273357ddf size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:57:33 ===================================================== [Pipeline] echo 06:57:33 taggedImages: 06:57:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:57:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.70 06:57:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 06:57:33 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 06:57:33 78080ca1708ee51547bc9a18fc694bca820611e1 06:57:33 latest 06:57:33 3.0.0-dev.70 06:57:33 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:33 main 06:57:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:33 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:57:34 bd5d8c3519cf: Preparing 06:57:34 1364c31b0723: Preparing 06:57:34 b5da5dabfd34: Preparing 06:57:34 678e2ccc3e1c: Preparing 06:57:34 a8cfdf0cc8ec: Preparing 06:57:34 a8cfdf0cc8ec: Layer already exists 06:57:34 b5da5dabfd34: Layer already exists 06:57:34 bd5d8c3519cf: Pushed 06:57:35 678e2ccc3e1c: Pushed 06:57:38 1364c31b0723: Pushed 06:57:38 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:fb671b1b4b545d470c4269fc363c94910c82743adf31e4f2d98c5a5515ffc735 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:39 + 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 06:57:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:57:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:57:39 bd5d8c3519cf: Preparing 06:57:39 1364c31b0723: Preparing 06:57:39 b5da5dabfd34: Preparing 06:57:39 678e2ccc3e1c: Preparing 06:57:39 a8cfdf0cc8ec: Preparing 06:57:39 bd5d8c3519cf: Layer already exists 06:57:39 1364c31b0723: Layer already exists 06:57:39 b5da5dabfd34: Layer already exists 06:57:39 678e2ccc3e1c: Layer already exists 06:57:39 a8cfdf0cc8ec: Layer already exists 06:57:39 latest: digest: sha256:fb671b1b4b545d470c4269fc363c94910c82743adf31e4f2d98c5a5515ffc735 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:40 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.70 06:57:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:57:40 bd5d8c3519cf: Preparing 06:57:40 1364c31b0723: Preparing 06:57:40 b5da5dabfd34: Preparing 06:57:40 678e2ccc3e1c: Preparing 06:57:40 a8cfdf0cc8ec: Preparing 06:57:40 b5da5dabfd34: Layer already exists 06:57:40 a8cfdf0cc8ec: Layer already exists 06:57:40 1364c31b0723: Layer already exists 06:57:40 678e2ccc3e1c: Layer already exists 06:57:40 bd5d8c3519cf: Layer already exists 06:57:40 3.0.0-dev.70: digest: sha256:fb671b1b4b545d470c4269fc363c94910c82743adf31e4f2d98c5a5515ffc735 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:41 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:57:41 bd5d8c3519cf: Preparing 06:57:41 1364c31b0723: Preparing 06:57:41 b5da5dabfd34: Preparing 06:57:41 678e2ccc3e1c: Preparing 06:57:41 a8cfdf0cc8ec: Preparing 06:57:41 bd5d8c3519cf: Layer already exists 06:57:41 678e2ccc3e1c: Layer already exists 06:57:41 a8cfdf0cc8ec: Layer already exists 06:57:41 b5da5dabfd34: Layer already exists 06:57:41 1364c31b0723: Layer already exists 06:57:41 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:fb671b1b4b545d470c4269fc363c94910c82743adf31e4f2d98c5a5515ffc735 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:41 + 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 06:57:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 06:57:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:57:42 bd5d8c3519cf: Preparing 06:57:42 1364c31b0723: Preparing 06:57:42 b5da5dabfd34: Preparing 06:57:42 678e2ccc3e1c: Preparing 06:57:42 a8cfdf0cc8ec: Preparing 06:57:42 b5da5dabfd34: Layer already exists 06:57:42 678e2ccc3e1c: Layer already exists 06:57:42 bd5d8c3519cf: Layer already exists 06:57:42 1364c31b0723: Layer already exists 06:57:42 a8cfdf0cc8ec: Layer already exists 06:57:42 main: digest: sha256:fb671b1b4b545d470c4269fc363c94910c82743adf31e4f2d98c5a5515ffc735 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:57:42 ===================================================== [Pipeline] echo 06:57:42 taggedImages: 06:57:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:57:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.70 06:57:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 06:57:42 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 06:57:42 78080ca1708ee51547bc9a18fc694bca820611e1 06:57:42 latest 06:57:42 3.0.0-dev.70 06:57:42 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:57:42 main 06:57:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:42 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:57:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:57:43 d15f68471658: Preparing 06:57:43 d44c48c05e5c: Preparing 06:57:43 68218ac77246: Preparing 06:57:43 5c68f580c525: Preparing 06:57:43 761e7dd96213: Preparing 06:57:43 ec612abd69c7: Preparing 06:57:43 a8cfdf0cc8ec: Preparing 06:57:43 ec612abd69c7: Waiting 06:57:43 a8cfdf0cc8ec: Waiting 06:57:43 d44c48c05e5c: Pushed 06:57:43 d15f68471658: Pushed 06:57:43 68218ac77246: Pushed 06:57:43 a8cfdf0cc8ec: Layer already exists 06:57:44 ec612abd69c7: Pushed 06:57:52 761e7dd96213: Pushed 06:58:00 5c68f580c525: Pushed 06:58:00 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:6e51f56f94aca8781c5157de17dd33234e1ed7852471e5f8742da577d55a6a7c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:01 + 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 06:58:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:58:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:58:01 d15f68471658: Preparing 06:58:01 d44c48c05e5c: Preparing 06:58:01 68218ac77246: Preparing 06:58:01 5c68f580c525: Preparing 06:58:01 761e7dd96213: Preparing 06:58:01 ec612abd69c7: Preparing 06:58:01 a8cfdf0cc8ec: Preparing 06:58:01 ec612abd69c7: Waiting 06:58:01 a8cfdf0cc8ec: Waiting 06:58:01 d44c48c05e5c: Layer already exists 06:58:01 761e7dd96213: Layer already exists 06:58:01 5c68f580c525: Layer already exists 06:58:01 d15f68471658: Layer already exists 06:58:01 68218ac77246: Layer already exists 06:58:01 ec612abd69c7: Layer already exists 06:58:01 a8cfdf0cc8ec: Layer already exists 06:58:01 latest: digest: sha256:6e51f56f94aca8781c5157de17dd33234e1ed7852471e5f8742da577d55a6a7c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:02 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.70 06:58:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:58:02 d15f68471658: Preparing 06:58:02 d44c48c05e5c: Preparing 06:58:02 68218ac77246: Preparing 06:58:02 5c68f580c525: Preparing 06:58:02 761e7dd96213: Preparing 06:58:02 ec612abd69c7: Preparing 06:58:02 a8cfdf0cc8ec: Preparing 06:58:02 ec612abd69c7: Waiting 06:58:02 a8cfdf0cc8ec: Waiting 06:58:02 761e7dd96213: Layer already exists 06:58:02 68218ac77246: Layer already exists 06:58:02 5c68f580c525: Layer already exists 06:58:02 d15f68471658: Layer already exists 06:58:02 d44c48c05e5c: Layer already exists 06:58:02 a8cfdf0cc8ec: Layer already exists 06:58:02 ec612abd69c7: Layer already exists 06:58:02 3.0.0-dev.70: digest: sha256:6e51f56f94aca8781c5157de17dd33234e1ed7852471e5f8742da577d55a6a7c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:03 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:58:03 d15f68471658: Preparing 06:58:03 d44c48c05e5c: Preparing 06:58:03 68218ac77246: Preparing 06:58:03 5c68f580c525: Preparing 06:58:03 761e7dd96213: Preparing 06:58:03 ec612abd69c7: Preparing 06:58:03 a8cfdf0cc8ec: Preparing 06:58:03 ec612abd69c7: Waiting 06:58:03 a8cfdf0cc8ec: Waiting 06:58:03 d15f68471658: Layer already exists 06:58:03 761e7dd96213: Layer already exists 06:58:03 68218ac77246: Layer already exists 06:58:03 d44c48c05e5c: Layer already exists 06:58:03 5c68f580c525: Layer already exists 06:58:03 ec612abd69c7: Layer already exists 06:58:03 a8cfdf0cc8ec: Layer already exists 06:58:03 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:6e51f56f94aca8781c5157de17dd33234e1ed7852471e5f8742da577d55a6a7c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:04 + 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 06:58:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 06:58:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:58:04 d15f68471658: Preparing 06:58:04 d44c48c05e5c: Preparing 06:58:04 68218ac77246: Preparing 06:58:04 5c68f580c525: Preparing 06:58:04 761e7dd96213: Preparing 06:58:04 ec612abd69c7: Preparing 06:58:04 a8cfdf0cc8ec: Preparing 06:58:04 ec612abd69c7: Waiting 06:58:04 a8cfdf0cc8ec: Waiting 06:58:04 68218ac77246: Layer already exists 06:58:04 761e7dd96213: Layer already exists 06:58:04 5c68f580c525: Layer already exists 06:58:04 d44c48c05e5c: Layer already exists 06:58:04 d15f68471658: Layer already exists 06:58:04 a8cfdf0cc8ec: Layer already exists 06:58:04 ec612abd69c7: Layer already exists 06:58:04 main: digest: sha256:6e51f56f94aca8781c5157de17dd33234e1ed7852471e5f8742da577d55a6a7c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:58:04 ===================================================== [Pipeline] echo 06:58:04 taggedImages: 06:58:04 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:58:04 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:58:04 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.70 06:58:04 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:04 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 06:58:04 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 06:58:04 78080ca1708ee51547bc9a18fc694bca820611e1 06:58:04 latest 06:58:04 3.0.0-dev.70 06:58:04 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:04 main 06:58:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:58:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:58:05 1a912fc9dd2a: Preparing 06:58:05 5ac4576ad170: Preparing 06:58:05 c0f19127caf5: Preparing 06:58:05 a157da823239: Preparing 06:58:05 afc22da297da: Preparing 06:58:05 a8cfdf0cc8ec: Preparing 06:58:05 a8cfdf0cc8ec: Waiting 06:58:05 1a912fc9dd2a: Pushed 06:58:05 c0f19127caf5: Pushed 06:58:05 5ac4576ad170: Pushed 06:58:05 a8cfdf0cc8ec: Layer already exists 06:58:06 afc22da297da: Pushed 06:58:24 a157da823239: Pushed 06:58:24 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:a21dca7f1072f40fe016c84eac294cd21e6d583063b89a9111f4c7b9688399b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:24 + 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 06:58:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:58:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:58:25 1a912fc9dd2a: Preparing 06:58:25 5ac4576ad170: Preparing 06:58:25 c0f19127caf5: Preparing 06:58:25 a157da823239: Preparing 06:58:25 afc22da297da: Preparing 06:58:25 a8cfdf0cc8ec: Preparing 06:58:25 a8cfdf0cc8ec: Waiting 06:58:25 a157da823239: Layer already exists 06:58:25 c0f19127caf5: Layer already exists 06:58:25 1a912fc9dd2a: Layer already exists 06:58:25 5ac4576ad170: Layer already exists 06:58:25 afc22da297da: Layer already exists 06:58:25 a8cfdf0cc8ec: Layer already exists 06:58:25 latest: digest: sha256:a21dca7f1072f40fe016c84eac294cd21e6d583063b89a9111f4c7b9688399b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:25 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.70 06:58:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:58:26 1a912fc9dd2a: Preparing 06:58:26 5ac4576ad170: Preparing 06:58:26 c0f19127caf5: Preparing 06:58:26 a157da823239: Preparing 06:58:26 afc22da297da: Preparing 06:58:26 a8cfdf0cc8ec: Preparing 06:58:26 a8cfdf0cc8ec: Waiting 06:58:26 5ac4576ad170: Layer already exists 06:58:26 1a912fc9dd2a: Layer already exists 06:58:26 c0f19127caf5: Layer already exists 06:58:26 afc22da297da: Layer already exists 06:58:26 a157da823239: Layer already exists 06:58:26 a8cfdf0cc8ec: Layer already exists 06:58:26 3.0.0-dev.70: digest: sha256:a21dca7f1072f40fe016c84eac294cd21e6d583063b89a9111f4c7b9688399b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:26 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:58:27 1a912fc9dd2a: Preparing 06:58:27 5ac4576ad170: Preparing 06:58:27 c0f19127caf5: Preparing 06:58:27 a157da823239: Preparing 06:58:27 afc22da297da: Preparing 06:58:27 a8cfdf0cc8ec: Preparing 06:58:27 a8cfdf0cc8ec: Waiting 06:58:27 1a912fc9dd2a: Layer already exists 06:58:27 a157da823239: Layer already exists 06:58:27 afc22da297da: Layer already exists 06:58:27 c0f19127caf5: Layer already exists 06:58:27 5ac4576ad170: Layer already exists 06:58:27 a8cfdf0cc8ec: Layer already exists 06:58:27 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:a21dca7f1072f40fe016c84eac294cd21e6d583063b89a9111f4c7b9688399b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:27 + 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 06:58:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 06:58:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:58:28 1a912fc9dd2a: Preparing 06:58:28 5ac4576ad170: Preparing 06:58:28 c0f19127caf5: Preparing 06:58:28 a157da823239: Preparing 06:58:28 afc22da297da: Preparing 06:58:28 a8cfdf0cc8ec: Preparing 06:58:28 a8cfdf0cc8ec: Waiting 06:58:28 1a912fc9dd2a: Layer already exists 06:58:28 5ac4576ad170: Layer already exists 06:58:28 c0f19127caf5: Layer already exists 06:58:28 a157da823239: Layer already exists 06:58:28 afc22da297da: Layer already exists 06:58:28 a8cfdf0cc8ec: Layer already exists 06:58:28 main: digest: sha256:a21dca7f1072f40fe016c84eac294cd21e6d583063b89a9111f4c7b9688399b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:58:28 ===================================================== [Pipeline] echo 06:58:28 taggedImages: 06:58:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:58:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:58:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.70 06:58:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 06:58:28 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 06:58:28 78080ca1708ee51547bc9a18fc694bca820611e1 06:58:28 latest 06:58:28 3.0.0-dev.70 06:58:28 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:28 main 06:58:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:28 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:58:29 c9cf293e3587: Preparing 06:58:29 1b7cd3d1611a: Preparing 06:58:29 85ba203f4c0f: Preparing 06:58:29 e0baccd9ddac: Preparing 06:58:29 ec612abd69c7: Preparing 06:58:29 a8cfdf0cc8ec: Preparing 06:58:29 a8cfdf0cc8ec: Waiting 06:58:29 ec612abd69c7: Layer already exists 06:58:29 a8cfdf0cc8ec: Layer already exists 06:58:29 85ba203f4c0f: Pushed 06:58:29 1b7cd3d1611a: Pushed 06:58:29 c9cf293e3587: Pushed 06:58:44 e0baccd9ddac: Pushed 06:58:44 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:95122a3fec55f59483a1fa8588610d9f23652b214931f5cf6b24503cc6d8f5c9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:44 + 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 06:58:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:58:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:58:44 c9cf293e3587: Preparing 06:58:44 1b7cd3d1611a: Preparing 06:58:44 85ba203f4c0f: Preparing 06:58:44 e0baccd9ddac: Preparing 06:58:44 ec612abd69c7: Preparing 06:58:44 a8cfdf0cc8ec: Preparing 06:58:44 a8cfdf0cc8ec: Waiting 06:58:44 85ba203f4c0f: Layer already exists 06:58:44 e0baccd9ddac: Layer already exists 06:58:44 c9cf293e3587: Layer already exists 06:58:44 1b7cd3d1611a: Layer already exists 06:58:44 ec612abd69c7: Layer already exists 06:58:44 a8cfdf0cc8ec: Layer already exists 06:58:45 latest: digest: sha256:95122a3fec55f59483a1fa8588610d9f23652b214931f5cf6b24503cc6d8f5c9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:45 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.70 06:58:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:58:45 c9cf293e3587: Preparing 06:58:45 1b7cd3d1611a: Preparing 06:58:45 85ba203f4c0f: Preparing 06:58:45 e0baccd9ddac: Preparing 06:58:45 ec612abd69c7: Preparing 06:58:45 a8cfdf0cc8ec: Preparing 06:58:45 a8cfdf0cc8ec: Waiting 06:58:45 85ba203f4c0f: Layer already exists 06:58:45 1b7cd3d1611a: Layer already exists 06:58:45 ec612abd69c7: Layer already exists 06:58:45 e0baccd9ddac: Layer already exists 06:58:45 c9cf293e3587: Layer already exists 06:58:45 a8cfdf0cc8ec: Layer already exists 06:58:46 3.0.0-dev.70: digest: sha256:95122a3fec55f59483a1fa8588610d9f23652b214931f5cf6b24503cc6d8f5c9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:46 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:58:46 c9cf293e3587: Preparing 06:58:46 1b7cd3d1611a: Preparing 06:58:46 85ba203f4c0f: Preparing 06:58:46 e0baccd9ddac: Preparing 06:58:46 ec612abd69c7: Preparing 06:58:46 a8cfdf0cc8ec: Preparing 06:58:46 a8cfdf0cc8ec: Waiting 06:58:46 ec612abd69c7: Layer already exists 06:58:46 c9cf293e3587: Layer already exists 06:58:46 1b7cd3d1611a: Layer already exists 06:58:46 e0baccd9ddac: Layer already exists 06:58:46 85ba203f4c0f: Layer already exists 06:58:46 a8cfdf0cc8ec: Layer already exists 06:58:47 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:95122a3fec55f59483a1fa8588610d9f23652b214931f5cf6b24503cc6d8f5c9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:47 + 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 06:58:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 06:58:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:58:47 c9cf293e3587: Preparing 06:58:47 1b7cd3d1611a: Preparing 06:58:47 85ba203f4c0f: Preparing 06:58:47 e0baccd9ddac: Preparing 06:58:47 ec612abd69c7: Preparing 06:58:47 a8cfdf0cc8ec: Preparing 06:58:47 a8cfdf0cc8ec: Waiting 06:58:47 1b7cd3d1611a: Layer already exists 06:58:47 c9cf293e3587: Layer already exists 06:58:47 ec612abd69c7: Layer already exists 06:58:47 85ba203f4c0f: Layer already exists 06:58:47 e0baccd9ddac: Layer already exists 06:58:47 a8cfdf0cc8ec: Layer already exists 06:58:48 main: digest: sha256:95122a3fec55f59483a1fa8588610d9f23652b214931f5cf6b24503cc6d8f5c9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:58:48 ===================================================== [Pipeline] echo 06:58:48 taggedImages: 06:58:48 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:58:48 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:58:48 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.70 06:58:48 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:48 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 06:58:48 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 06:58:48 78080ca1708ee51547bc9a18fc694bca820611e1 06:58:48 latest 06:58:48 3.0.0-dev.70 06:58:48 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:48 main 06:58:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:58:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:58:48 b2706071f0f2: Preparing 06:58:48 f4540135fa2e: Preparing 06:58:48 b5da5dabfd34: Preparing 06:58:48 cb4838a4bc5b: Preparing 06:58:48 f70ee36035b9: Preparing 06:58:48 b5da5dabfd34: Layer already exists 06:58:48 f70ee36035b9: Layer already exists 06:58:49 b2706071f0f2: Pushed 06:58:49 cb4838a4bc5b: Pushed 06:58:56 f4540135fa2e: Pushed 06:58:56 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:69a2b3826d83b079ff51060f3dd4fe6a65238faecc2fff1c74fe55de64f794fa size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:56 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:58:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:58:56 b2706071f0f2: Preparing 06:58:56 f4540135fa2e: Preparing 06:58:56 b5da5dabfd34: Preparing 06:58:56 cb4838a4bc5b: Preparing 06:58:56 f70ee36035b9: Preparing 06:58:56 f70ee36035b9: Layer already exists 06:58:56 b5da5dabfd34: Layer already exists 06:58:56 b2706071f0f2: Layer already exists 06:58:56 f4540135fa2e: Layer already exists 06:58:56 cb4838a4bc5b: Layer already exists 06:58:56 latest: digest: sha256:69a2b3826d83b079ff51060f3dd4fe6a65238faecc2fff1c74fe55de64f794fa size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.70 06:58:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:58:57 b2706071f0f2: Preparing 06:58:57 f4540135fa2e: Preparing 06:58:57 b5da5dabfd34: Preparing 06:58:57 cb4838a4bc5b: Preparing 06:58:57 f70ee36035b9: Preparing 06:58:57 f70ee36035b9: Layer already exists 06:58:57 f4540135fa2e: Layer already exists 06:58:57 cb4838a4bc5b: Layer already exists 06:58:57 b2706071f0f2: Layer already exists 06:58:57 b5da5dabfd34: Layer already exists 06:58:57 3.0.0-dev.70: digest: sha256:69a2b3826d83b079ff51060f3dd4fe6a65238faecc2fff1c74fe55de64f794fa size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:58:58 b2706071f0f2: Preparing 06:58:58 f4540135fa2e: Preparing 06:58:58 b5da5dabfd34: Preparing 06:58:58 cb4838a4bc5b: Preparing 06:58:58 f70ee36035b9: Preparing 06:58:58 cb4838a4bc5b: Layer already exists 06:58:58 f70ee36035b9: Layer already exists 06:58:58 b5da5dabfd34: Layer already exists 06:58:58 b2706071f0f2: Layer already exists 06:58:58 f4540135fa2e: Layer already exists 06:58:58 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:69a2b3826d83b079ff51060f3dd4fe6a65238faecc2fff1c74fe55de64f794fa size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 06:58:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:58:59 b2706071f0f2: Preparing 06:58:59 f4540135fa2e: Preparing 06:58:59 b5da5dabfd34: Preparing 06:58:59 cb4838a4bc5b: Preparing 06:58:59 f70ee36035b9: Preparing 06:58:59 f70ee36035b9: Layer already exists 06:58:59 b2706071f0f2: Layer already exists 06:58:59 b5da5dabfd34: Layer already exists 06:58:59 cb4838a4bc5b: Layer already exists 06:58:59 f4540135fa2e: Layer already exists 06:58:59 main: digest: sha256:69a2b3826d83b079ff51060f3dd4fe6a65238faecc2fff1c74fe55de64f794fa size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:58:59 ===================================================== [Pipeline] echo 06:58:59 taggedImages: 06:58:59 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:58:59 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:58:59 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.70 06:58:59 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:59 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 06:58:59 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 06:58:59 78080ca1708ee51547bc9a18fc694bca820611e1 06:58:59 latest 06:58:59 3.0.0-dev.70 06:58:59 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:58:59 main 06:58:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:59:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:59:00 96afb243b74e: Preparing 06:59:00 3cf45fcf3faa: Preparing 06:59:00 b5da5dabfd34: Preparing 06:59:00 8ee818fe59c3: Preparing 06:59:00 f70ee36035b9: Preparing 06:59:00 f70ee36035b9: Layer already exists 06:59:00 b5da5dabfd34: Layer already exists 06:59:00 8ee818fe59c3: Layer already exists 06:59:00 96afb243b74e: Pushed 06:59:05 3cf45fcf3faa: Pushed 06:59:05 78080ca1708ee51547bc9a18fc694bca820611e1: digest: sha256:613fec6c391cccede541726ac85921f5ce6e21856bdbcb2f7fa58beaab5f5b37 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:05 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:59:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:59:06 96afb243b74e: Preparing 06:59:06 3cf45fcf3faa: Preparing 06:59:06 b5da5dabfd34: Preparing 06:59:06 8ee818fe59c3: Preparing 06:59:06 f70ee36035b9: Preparing 06:59:06 b5da5dabfd34: Layer already exists 06:59:06 f70ee36035b9: Layer already exists 06:59:06 96afb243b74e: Layer already exists 06:59:06 3cf45fcf3faa: Layer already exists 06:59:06 8ee818fe59c3: Layer already exists 06:59:06 latest: digest: sha256:613fec6c391cccede541726ac85921f5ce6e21856bdbcb2f7fa58beaab5f5b37 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:06 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.70 06:59:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:59:07 96afb243b74e: Preparing 06:59:07 3cf45fcf3faa: Preparing 06:59:07 b5da5dabfd34: Preparing 06:59:07 8ee818fe59c3: Preparing 06:59:07 f70ee36035b9: Preparing 06:59:07 8ee818fe59c3: Layer already exists 06:59:07 b5da5dabfd34: Layer already exists 06:59:07 f70ee36035b9: Layer already exists 06:59:07 3cf45fcf3faa: Layer already exists 06:59:07 96afb243b74e: Layer already exists 06:59:07 3.0.0-dev.70: digest: sha256:613fec6c391cccede541726ac85921f5ce6e21856bdbcb2f7fa58beaab5f5b37 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:07 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:59:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:59:08 96afb243b74e: Preparing 06:59:08 3cf45fcf3faa: Preparing 06:59:08 b5da5dabfd34: Preparing 06:59:08 8ee818fe59c3: Preparing 06:59:08 f70ee36035b9: Preparing 06:59:08 b5da5dabfd34: Layer already exists 06:59:08 8ee818fe59c3: Layer already exists 06:59:08 3cf45fcf3faa: Layer already exists 06:59:08 f70ee36035b9: Layer already exists 06:59:08 96afb243b74e: Layer already exists 06:59:08 78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70: digest: sha256:613fec6c391cccede541726ac85921f5ce6e21856bdbcb2f7fa58beaab5f5b37 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 06:59:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:59:09 96afb243b74e: Preparing 06:59:09 3cf45fcf3faa: Preparing 06:59:09 b5da5dabfd34: Preparing 06:59:09 8ee818fe59c3: Preparing 06:59:09 f70ee36035b9: Preparing 06:59:09 8ee818fe59c3: Layer already exists 06:59:09 96afb243b74e: Layer already exists 06:59:09 f70ee36035b9: Layer already exists 06:59:09 3cf45fcf3faa: Layer already exists 06:59:09 b5da5dabfd34: Layer already exists 06:59:09 main: digest: sha256:613fec6c391cccede541726ac85921f5ce6e21856bdbcb2f7fa58beaab5f5b37 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:59:09 ===================================================== [Pipeline] echo 06:59:09 taggedImages: 06:59:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:78080ca1708ee51547bc9a18fc694bca820611e1 06:59:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:59:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.70 06:59:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:78080ca1708ee51547bc9a18fc694bca820611e1-3.0.0-dev.70 06:59:09 - 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 06:59:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:59:09 06:59:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:59:10 arm64: Pulling from edgex-lftools-log-publisher 06:59:10 8998bd30e6a1: Pulling fs layer 06:59:10 04944245beec: Pulling fs layer 06:59:10 699f458cf7ca: Pulling fs layer 06:59:10 765212b225bb: Pulling fs layer 06:59:10 f23df028b6ca: Pulling fs layer 06:59:10 d65c8cfc05b1: Pulling fs layer 06:59:10 2437ff75d9bd: Pulling fs layer 06:59:10 f23df028b6ca: Waiting 06:59:10 d65c8cfc05b1: Waiting 06:59:10 2437ff75d9bd: Waiting 06:59:10 765212b225bb: Waiting 06:59:10 04944245beec: Verifying Checksum 06:59:10 04944245beec: Download complete 06:59:10 765212b225bb: Verifying Checksum 06:59:10 765212b225bb: Download complete 06:59:10 f23df028b6ca: Verifying Checksum 06:59:10 f23df028b6ca: Download complete 06:59:10 d65c8cfc05b1: Verifying Checksum 06:59:10 d65c8cfc05b1: Download complete 06:59:10 699f458cf7ca: Verifying Checksum 06:59:10 699f458cf7ca: Download complete 06:59:10 8998bd30e6a1: Verifying Checksum 06:59:10 8998bd30e6a1: Download complete 06:59:13 2437ff75d9bd: Verifying Checksum 06:59:13 2437ff75d9bd: Download complete 06:59:14 8998bd30e6a1: Pull complete 06:59:15 04944245beec: Pull complete 06:59:16 699f458cf7ca: Pull complete 06:59:17 765212b225bb: Pull complete 06:59:17 f23df028b6ca: Pull complete 06:59:18 d65c8cfc05b1: Pull complete 06:59:32 2437ff75d9bd: Pull complete 06:59:32 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:59:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:59:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:59:33 prd-ubuntu20.04-docker-arm64-4c-16g-7924 does not seem to be running inside a container 06:59:33 $ 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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 06:59:34 $ docker top 7c2eccae4cc9ce6cd33f1c087470912811e3075ebdeb7040bb50845592fff3c3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:59:35 ---> job-cost.sh 06:59:35 lf-activate-venv: SKIPPING 06:59:35 INFO: No Stack... 06:59:36 INFO: Retrieving Pricing Info for: v3-standard-4 06:59:36 INFO: Archiving Costs [Pipeline] sh 06:59:37 + cat /w/workspace/edgex-go/431/archives/cost.csv 06:59:37 + cut -d, -f6 [Pipeline] lock 06:59:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-431-stack-cost] 06:59:37 Resource [jenkins-edgexfoundry-edgex-go-main-431-stack-cost] did not exist. Created. 06:59:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-431-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:59:38 + echo total: 0.10999999940395355 [Pipeline] stash 06:59:38 Stashed 1 file(s) [Pipeline] } 06:59:38 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-431-stack-cost] [Pipeline] // lock [Pipeline] } 06:59:38 $ docker stop --time=1 7c2eccae4cc9ce6cd33f1c087470912811e3075ebdeb7040bb50845592fff3c3 06:59:40 $ docker rm -f --volumes 7c2eccae4cc9ce6cd33f1c087470912811e3075ebdeb7040bb50845592fff3c3 [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 06:59:40 provisioning config files... 06:59:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/431@tmp/config658932944177937610tmp [Pipeline] { [Pipeline] sh 06:59:40 + set +x 06:59:40 + curl -s https://codecov.io/bash 06:59:40 + bash -s -- 06:59:40 06:59:40 _____ _ 06:59:40 / ____| | | 06:59:40 | | ___ __| | ___ ___ _____ __ 06:59:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:59:40 | |___| (_) | (_| | __/ (_| (_) \ V / 06:59:40 \_____\___/ \__,_|\___|\___\___/ \_/ 06:59:40 Bash-1.0.6 06:59:40 06:59:40 06:59:40 ==> git version 2.25.1 found 06:59:40 ==> 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 06:59:40 Release-Date: 2020-01-08 06:59:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:59:40 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:59:40 ==> Jenkins CI detected. 06:59:40 current dir:  /w/workspace/edgex-go/431 06:59:40 project root: . 06:59:40 --> token set from env 06:59:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:59:40 ==> Running gcov in . (disable via -X gcov) 06:59:40 ==> Python coveragepy not found 06:59:40 ==> Searching for coverage reports in: 06:59:40 + . 06:59:40 -> Found 1 reports 06:59:40 ==> Detecting git/mercurial file structure 06:59:41 ==> Reading reports 06:59:41 + ./coverage.out bytes=487670 06:59:41 ==> Appending adjustments 06:59:41 https://docs.codecov.io/docs/fixing-reports 06:59:42 + Found adjustments 06:59:42 ==> Gzipping contents 06:59:42 64K /tmp/codecov.N89GfZ.gz 06:59:42 ==> Uploading reports 06:59:42 url: https://codecov.io 06:59:42 query: branch=main&commit=78080ca1708ee51547bc9a18fc694bca820611e1&build=431&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F431%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:59:42 -> Pinging Codecov 06:59:42 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=78080ca1708ee51547bc9a18fc694bca820611e1&build=431&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F431%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:59:42 -> Uploading to 06:59:42 https://storage.googleapis.com/codecov/v4/raw/2023-03-01/00271124DB129430A58F1EEE437C3FCB/78080ca1708ee51547bc9a18fc694bca820611e1/d00017ca-3d80-4861-898c-da59d4d9202c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T065942Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=67092a2f699e08ddec136806b00be5c622efb219487250ad16517485644204c7 06:59:42 % Total % Received % Xferd Average Speed Time Time Time Current 06:59:42 Dload Upload Total Spent Left Speed 06:59:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63163 0 0 100 63163 0 227k --:--:-- --:--:-- --:--:-- 227k 06:59:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/78080ca1708ee51547bc9a18fc694bca820611e1 [Pipeline] } 06:59:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:59:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:59:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:59:43 06:59:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:59:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:59:43 df9b9388f04a: Pulling fs layer 06:59:43 52dc419b0ee2: Pulling fs layer 06:59:43 25bc292e5bac: Pulling fs layer 06:59:43 114826534d7a: Pulling fs layer 06:59:43 4657fd5d0bcf: Pulling fs layer 06:59:43 6ad1cebc031e: Pulling fs layer 06:59:43 4657fd5d0bcf: Waiting 06:59:43 114826534d7a: Waiting 06:59:43 8a3aa393b2d8: Pulling fs layer 06:59:43 6ad1cebc031e: Waiting 06:59:43 8a3aa393b2d8: Waiting 06:59:43 25bc292e5bac: Verifying Checksum 06:59:43 25bc292e5bac: Download complete 06:59:43 52dc419b0ee2: Verifying Checksum 06:59:43 52dc419b0ee2: Download complete 06:59:43 4657fd5d0bcf: Verifying Checksum 06:59:43 4657fd5d0bcf: Download complete 06:59:43 df9b9388f04a: Download complete 06:59:43 df9b9388f04a: Pull complete 06:59:43 6ad1cebc031e: Verifying Checksum 06:59:43 6ad1cebc031e: Download complete 06:59:43 52dc419b0ee2: Pull complete 06:59:43 25bc292e5bac: Pull complete 06:59:44 114826534d7a: Verifying Checksum 06:59:44 114826534d7a: Download complete 06:59:44 8a3aa393b2d8: Verifying Checksum 06:59:44 8a3aa393b2d8: Download complete 06:59:47 114826534d7a: Pull complete 06:59:47 4657fd5d0bcf: Pull complete 06:59:48 6ad1cebc031e: Pull complete 06:59:51 8a3aa393b2d8: Pull complete 06:59:51 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 06:59:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:59:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:59:51 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 06:59:51 $ 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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 06:59:54 $ docker top 4dc98ae857d90de9cef8d932c331dc6d7210ea860c945c6491307528c3add920 -eo pid,comm [Pipeline] { [Pipeline] echo 06:59:54 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 06:59:54 + set -o pipefail 06:59:54 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 07:00:00 07:00:00 Monitoring /w/workspace/edgex-go/431 (github.com/edgexfoundry/edgex-go)... 07:00:00 07:00:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/5ea3d954-16c4-4f9c-b0a5-384b616a0b95 07:00:00 07:00:00 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 07:00:00 07:00:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:00:00 07:00:00 07:00:00 A medium severity vulnerability was found in the Snyk CLI versions you are using. 07:00:00 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 07:00:00 More details here: https://snyk.co/ue1NS [Pipeline] } 07:00:00 $ docker stop --time=1 4dc98ae857d90de9cef8d932c331dc6d7210ea860c945c6491307528c3add920 07:00:03 $ docker rm -f --volumes 4dc98ae857d90de9cef8d932c331dc6d7210ea860c945c6491307528c3add920 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 07:00:03 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:00:03 provisioning config files... 07:00:03 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/431@tmp/config17670479469750881721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:00:03 --> edgex-publish-swagger.sh 07:00:03 === Publish openapi/v3 API === 07:00:03 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 07:00:03 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/431/openapi/v3/core-command.yaml] 07:00:03 % Total % Received % Xferd Average Speed Time Time Time Current 07:00:03 Dload Upload Total Spent Left Speed 07:00:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 23912 0:00:01 0:00:01 --:--:-- 23912 100 29030 0 0 100 29030 0 17875 0:00:01 0:00:01 --:--:-- 17864 100 29030 0 0 100 29030 0 17875 0:00:01 0:00:01 --:--:-- 17864 07:00:05 07:00:05 07:00:05 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/431/openapi/v3/core-data.yaml] 07:00:05 % Total % Received % Xferd Average Speed Time Time Time Current 07:00:05 Dload Upload Total Spent Left Speed 07:00:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 57305 0:00:01 0:00:01 --:--:-- 57305 100 69110 0 0 100 69110 0 46601 0:00:01 0:00:01 --:--:-- 46601 07:00:06 07:00:06 07:00:06 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/431/openapi/v3/core-metadata.yaml] 07:00:06 % Total % Received % Xferd Average Speed Time Time Time Current 07:00:06 Dload Upload Total Spent Left Speed 07:00:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 685k --:--:-- --:--:-- --:--:-- 682k 100 140k 0 0 100 140k 0 207k --:--:-- --:--:-- --:--:-- 206k 07:00:07 07:00:07 07:00:07 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/431/openapi/v3/support-notifications.yaml] 07:00:07 % Total % Received % Xferd Average Speed Time Time Time Current 07:00:07 Dload Upload Total Spent Left Speed 07:00:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 72170 0:00:01 0:00:01 --:--:-- 72170 100 86965 0 0 100 86965 0 70876 0:00:01 0:00:01 --:--:-- 70876 07:00:08 07:00:08 07:00:08 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/431/openapi/v3/support-scheduler.yaml] 07:00:08 % Total % Received % Xferd Average Speed Time Time Time Current 07:00:08 Dload Upload Total Spent Left Speed 07:00:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 28193 0:00:01 0:00:01 --:--:-- 28193 100 34001 0 0 100 34001 0 15399 0:00:02 0:00:02 --:--:-- 15405 100 34001 0 0 100 34001 0 10625 0:00:03 0:00:03 --:--:-- 10625 100 34001 0 0 100 34001 0 10625 0:00:03 0:00:03 --:--:-- 10625 07:00:12 07:00:12 [Pipeline] } 07:00:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 07:00:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:00:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:00:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:12 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 07:00:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 07:00:13 $ docker top e70215633507ddbfbcd608040b4e58c05111713f369dd01b53506d6e6b4577be -eo pid,comm 07:00:13 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:00:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:00:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:00:13 [ssh-agent] Looking for ssh-agent implementation... 07:00:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:00:13 $ docker exec e70215633507ddbfbcd608040b4e58c05111713f369dd01b53506d6e6b4577be ssh-agent 07:00:13 SSH_AUTH_SOCK=/tmp/ssh-TTb5ZMMqMgRU/agent.32 07:00:13 SSH_AGENT_PID=38 07:00:13 Running ssh-add (command line suppressed) 07:00:13 Identity added: /w/workspace/edgex-go/431@tmp/private_key_5715178906039576341.key (/w/workspace/edgex-go/431@tmp/private_key_5715178906039576341.key) 07:00:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:00:14 + git semver tag 07:00:14 2023-03-01 07:00:14,383 [run_tag] DEBUG tag force:False 07:00:14 2023-03-01 07:00:14,383 [check_head_tag] DEBUG check head tag 07:00:14 2023-03-01 07:00:14,386 [execute] INFO git cat-file --batch-check 07:00:14 2023-03-01 07:00:14,386 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/431, universal_newlines=False, shell=None, istream=) 07:00:14 2023-03-01 07:00:14,391 [execute] INFO git cat-file --batch 07:00:14 2023-03-01 07:00:14,391 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/431, universal_newlines=False, shell=None, istream=) 07:00:14 2023-03-01 07:00:14,442 [read_version] DEBUG read version from /w/workspace/edgex-go/431/.semver/main 07:00:14 2023-03-01 07:00:14,443 [execute] INFO git tag -a v3.0.0-dev.70 -m v3.0.0-dev.70 07:00:14 2023-03-01 07:00:14,443 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.70', '-m', 'v3.0.0-dev.70'], cwd=/w/workspace/edgex-go/431, universal_newlines=False, shell=None, istream=None) 07:00:14 2023-03-01 07:00:14,448 [read_version] DEBUG read version from /w/workspace/edgex-go/431/.semver/main 07:00:14 3.0.0-dev.70 [Pipeline] } 07:00:14 $ docker exec --env ******** --env ******** e70215633507ddbfbcd608040b4e58c05111713f369dd01b53506d6e6b4577be ssh-agent -k 07:00:14 unset SSH_AUTH_SOCK; 07:00:14 unset SSH_AGENT_PID; 07:00:14 echo Agent pid 38 killed; 07:00:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:00:15 + git semver [Pipeline] } 07:00:15 $ docker stop --time=1 e70215633507ddbfbcd608040b4e58c05111713f369dd01b53506d6e6b4577be 07:00:16 $ docker rm -f --volumes e70215633507ddbfbcd608040b4e58c05111713f369dd01b53506d6e6b4577be [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:00:17 07:00:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:00:17 0.23.1-centos7: Pulling from edgex-lftools 07:00:17 ab5ef0e58194: Pulling fs layer 07:00:17 9712f1f96733: Pulling fs layer 07:00:17 63f879dbbcfc: Pulling fs layer 07:00:17 0d9ebad4ef96: Pulling fs layer 07:00:17 e9a5061849ea: Pulling fs layer 07:00:17 d747dcd14b5f: Pulling fs layer 07:00:17 2de7ff778b66: Pulling fs layer 07:00:17 e9a5061849ea: Waiting 07:00:17 2de7ff778b66: Waiting 07:00:17 d747dcd14b5f: Waiting 07:00:17 0d9ebad4ef96: Waiting 07:00:17 9712f1f96733: Verifying Checksum 07:00:17 9712f1f96733: Download complete 07:00:17 63f879dbbcfc: Verifying Checksum 07:00:17 63f879dbbcfc: Download complete 07:00:17 e9a5061849ea: Verifying Checksum 07:00:17 e9a5061849ea: Download complete 07:00:17 0d9ebad4ef96: Download complete 07:00:17 d747dcd14b5f: Verifying Checksum 07:00:17 d747dcd14b5f: Download complete 07:00:18 ab5ef0e58194: Verifying Checksum 07:00:18 ab5ef0e58194: Download complete 07:00:18 2de7ff778b66: Download complete 07:00:21 ab5ef0e58194: Pull complete 07:00:21 9712f1f96733: Pull complete 07:00:22 63f879dbbcfc: Pull complete 07:00:26 0d9ebad4ef96: Pull complete 07:00:26 e9a5061849ea: Pull complete 07:00:26 d747dcd14b5f: Pull complete 07:00:27 2de7ff778b66: Pull complete 07:00:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:00:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:00:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:27 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 07:00:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 07:00:29 $ docker top a0d0b2af446cd0e65e42790bb6cc0acb04039db2359126af5a7a090f0acba1ce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:00:29 provisioning config files... 07:00:29 copy managed file [sigul-config] to file:/w/workspace/edgex-go/431@tmp/config4202735676344638755tmp 07:00:29 copy managed file [sigul-password] to file:/w/workspace/edgex-go/431@tmp/config1516805737409646919tmp 07:00:29 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/431@tmp/config2634377940150659521tmp [Pipeline] { [Pipeline] echo 07:00:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:00:29 ---> sigul-configuration.sh 07:00:29 gpg: directory `/root/.gnupg' created 07:00:29 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:00:29 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:00:29 gpg: keyring `/root/.gnupg/secring.gpg' created 07:00:29 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:00:29 gpg: CAST5 encrypted data 07:00:29 gpg: encrypted with 1 passphrase 07:00:29 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:00:29 + mkdir /home/jenkins 07:00:29 + mkdir /home/jenkins/sigul [Pipeline] sh 07:00:30 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 07:00:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:00:30 ---> sigul-install.sh 07:00:30 Sigul already installed; skipping installation. [Pipeline] sh 07:00:30 + git tag --list 07:00:30 0.6.0 07:00:30 0.6.1 07:00:30 0.7.0 07:00:30 0.7.1 07:00:30 v1.0.0 07:00:30 v1.0.1 07:00:30 v1.1.0 07:00:30 v1.2.0 07:00:30 v1.2.1 07:00:30 v1.3.0 07:00:30 v1.3.1 07:00:30 v2.0.0 07:00:30 v2.1.0 07:00:30 v2.1.1 07:00:30 v2.1.1-dev.1 07:00:30 v2.1.1-dev.2 07:00:30 v2.1.1-dev.3 07:00:30 v2.1.1-dev.4 07:00:30 v2.1.1-dev.5 07:00:30 v2.1.1-dev.6 07:00:30 v2.1.1-dev.7 07:00:30 v2.1.1-dev.8 07:00:30 v2.1.2-dev.1 07:00:30 v2.2.0 07:00:30 v2.2.1-dev.1 07:00:30 v2.2.1-dev.10 07:00:30 v2.2.1-dev.11 07:00:30 v2.2.1-dev.12 07:00:30 v2.2.1-dev.13 07:00:30 v2.2.1-dev.14 07:00:30 v2.2.1-dev.15 07:00:30 v2.2.1-dev.16 07:00:30 v2.2.1-dev.17 07:00:30 v2.2.1-dev.18 07:00:30 v2.2.1-dev.19 07:00:30 v2.2.1-dev.2 07:00:30 v2.2.1-dev.20 07:00:30 v2.2.1-dev.21 07:00:30 v2.2.1-dev.22 07:00:30 v2.2.1-dev.23 07:00:30 v2.2.1-dev.24 07:00:30 v2.2.1-dev.25 07:00:30 v2.2.1-dev.26 07:00:30 v2.2.1-dev.27 07:00:30 v2.2.1-dev.28 07:00:30 v2.2.1-dev.29 07:00:30 v2.2.1-dev.3 07:00:30 v2.2.1-dev.4 07:00:30 v2.2.1-dev.5 07:00:30 v2.2.1-dev.6 07:00:30 v2.2.1-dev.7 07:00:30 v2.2.1-dev.8 07:00:30 v2.2.1-dev.9 07:00:30 v2.3.0 07:00:30 v2.3.0-dev.100 07:00:30 v2.3.0-dev.101 07:00:30 v2.3.0-dev.102 07:00:30 v2.3.0-dev.103 07:00:30 v2.3.0-dev.104 07:00:30 v2.3.0-dev.105 07:00:30 v2.3.0-dev.106 07:00:30 v2.3.0-dev.29 07:00:30 v2.3.0-dev.30 07:00:30 v2.3.0-dev.31 07:00:30 v2.3.0-dev.32 07:00:30 v2.3.0-dev.33 07:00:30 v2.3.0-dev.34 07:00:30 v2.3.0-dev.35 07:00:30 v2.3.0-dev.36 07:00:30 v2.3.0-dev.37 07:00:30 v2.3.0-dev.38 07:00:30 v2.3.0-dev.39 07:00:30 v2.3.0-dev.40 07:00:30 v2.3.0-dev.41 07:00:30 v2.3.0-dev.42 07:00:30 v2.3.0-dev.43 07:00:30 v2.3.0-dev.44 07:00:30 v2.3.0-dev.45 07:00:30 v2.3.0-dev.46 07:00:30 v2.3.0-dev.47 07:00:30 v2.3.0-dev.48 07:00:30 v2.3.0-dev.49 07:00:30 v2.3.0-dev.50 07:00:30 v2.3.0-dev.51 07:00:30 v2.3.0-dev.52 07:00:30 v2.3.0-dev.53 07:00:30 v2.3.0-dev.54 07:00:30 v2.3.0-dev.55 07:00:30 v2.3.0-dev.56 07:00:30 v2.3.0-dev.57 07:00:30 v2.3.0-dev.58 07:00:30 v2.3.0-dev.59 07:00:30 v2.3.0-dev.60 07:00:30 v2.3.0-dev.61 07:00:30 v2.3.0-dev.62 07:00:30 v2.3.0-dev.63 07:00:30 v2.3.0-dev.64 07:00:30 v2.3.0-dev.65 07:00:30 v2.3.0-dev.66 07:00:30 v2.3.0-dev.67 07:00:30 v2.3.0-dev.68 07:00:30 v2.3.0-dev.69 07:00:30 v2.3.0-dev.70 07:00:30 v2.3.0-dev.71 07:00:30 v2.3.0-dev.72 07:00:30 v2.3.0-dev.73 07:00:30 v2.3.0-dev.74 07:00:30 v2.3.0-dev.75 07:00:30 v2.3.0-dev.76 07:00:30 v2.3.0-dev.77 07:00:30 v2.3.0-dev.78 07:00:30 v2.3.0-dev.79 07:00:30 v2.3.0-dev.80 07:00:30 v2.3.0-dev.81 07:00:30 v2.3.0-dev.82 07:00:30 v2.3.0-dev.83 07:00:30 v2.3.0-dev.84 07:00:30 v2.3.0-dev.85 07:00:30 v2.3.0-dev.86 07:00:30 v2.3.0-dev.87 07:00:30 v2.3.0-dev.88 07:00:30 v2.3.0-dev.89 07:00:30 v2.3.0-dev.90 07:00:30 v2.3.0-dev.91 07:00:30 v2.3.0-dev.92 07:00:30 v2.3.0-dev.93 07:00:30 v2.3.0-dev.94 07:00:30 v2.3.0-dev.95 07:00:30 v2.3.0-dev.96 07:00:30 v2.3.0-dev.97 07:00:30 v2.3.0-dev.98 07:00:30 v2.3.0-dev.99 07:00:30 v2.3.1-dev.1 07:00:30 v2.3.1-dev.2 07:00:30 v2.3.1-dev.3 07:00:30 v2.3.1-dev.4 07:00:30 v2.3.1-dev.5 07:00:30 v3.0.0-dev.1 07:00:30 v3.0.0-dev.10 07:00:30 v3.0.0-dev.11 07:00:30 v3.0.0-dev.12 07:00:30 v3.0.0-dev.13 07:00:30 v3.0.0-dev.14 07:00:30 v3.0.0-dev.15 07:00:30 v3.0.0-dev.16 07:00:30 v3.0.0-dev.17 07:00:30 v3.0.0-dev.18 07:00:30 v3.0.0-dev.19 07:00:30 v3.0.0-dev.2 07:00:30 v3.0.0-dev.20 07:00:30 v3.0.0-dev.21 07:00:30 v3.0.0-dev.22 07:00:30 v3.0.0-dev.23 07:00:30 v3.0.0-dev.24 07:00:30 v3.0.0-dev.25 07:00:30 v3.0.0-dev.26 07:00:30 v3.0.0-dev.27 07:00:30 v3.0.0-dev.28 07:00:30 v3.0.0-dev.29 07:00:30 v3.0.0-dev.3 07:00:30 v3.0.0-dev.30 07:00:30 v3.0.0-dev.31 07:00:30 v3.0.0-dev.32 07:00:30 v3.0.0-dev.33 07:00:30 v3.0.0-dev.34 07:00:30 v3.0.0-dev.35 07:00:30 v3.0.0-dev.36 07:00:30 v3.0.0-dev.37 07:00:30 v3.0.0-dev.38 07:00:30 v3.0.0-dev.39 07:00:30 v3.0.0-dev.4 07:00:30 v3.0.0-dev.40 07:00:30 v3.0.0-dev.41 07:00:30 v3.0.0-dev.42 07:00:30 v3.0.0-dev.43 07:00:30 v3.0.0-dev.44 07:00:30 v3.0.0-dev.45 07:00:30 v3.0.0-dev.46 07:00:30 v3.0.0-dev.47 07:00:30 v3.0.0-dev.48 07:00:30 v3.0.0-dev.49 07:00:30 v3.0.0-dev.5 07:00:30 v3.0.0-dev.50 07:00:30 v3.0.0-dev.51 07:00:30 v3.0.0-dev.52 07:00:30 v3.0.0-dev.53 07:00:30 v3.0.0-dev.54 07:00:30 v3.0.0-dev.55 07:00:30 v3.0.0-dev.56 07:00:30 v3.0.0-dev.57 07:00:30 v3.0.0-dev.58 07:00:30 v3.0.0-dev.59 07:00:30 v3.0.0-dev.6 07:00:30 v3.0.0-dev.60 07:00:30 v3.0.0-dev.61 07:00:30 v3.0.0-dev.62 07:00:30 v3.0.0-dev.63 07:00:30 v3.0.0-dev.64 07:00:30 v3.0.0-dev.65 07:00:30 v3.0.0-dev.66 07:00:30 v3.0.0-dev.67 07:00:30 v3.0.0-dev.68 07:00:30 v3.0.0-dev.69 07:00:30 v3.0.0-dev.7 07:00:30 v3.0.0-dev.70 07:00:30 v3.0.0-dev.8 07:00:30 v3.0.0-dev.9 [Pipeline] sh 07:00:31 + lftools sign git-tag v3.0.0-dev.70 07:00:31 Signing Git tag with Sigul... 07:00:31 Signing v3.0.0-dev.70 [Pipeline] echo 07:00:32 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:00:32 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:00:32 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:00:32 $ docker stop --time=1 a0d0b2af446cd0e65e42790bb6cc0acb04039db2359126af5a7a090f0acba1ce 07:00:33 $ docker rm -f --volumes a0d0b2af446cd0e65e42790bb6cc0acb04039db2359126af5a7a090f0acba1ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:00:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:00:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:00:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:34 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 07:00:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 07:00:34 $ docker top dbd271db2526d3eb6bedcd127e60b648af9ca260122346d3e6fad354c2ec6e4d -eo pid,comm 07:00:35 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:00:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:00:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:00:35 [ssh-agent] Looking for ssh-agent implementation... 07:00:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:00:35 $ docker exec dbd271db2526d3eb6bedcd127e60b648af9ca260122346d3e6fad354c2ec6e4d ssh-agent 07:00:35 SSH_AUTH_SOCK=/tmp/ssh-sJf2ApFUE2gk/agent.32 07:00:35 SSH_AGENT_PID=38 07:00:35 Running ssh-add (command line suppressed) 07:00:35 Identity added: /w/workspace/edgex-go/431@tmp/private_key_9532521228249571399.key (/w/workspace/edgex-go/431@tmp/private_key_9532521228249571399.key) 07:00:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:00:35 + git semver bump pre 07:00:36 2023-03-01 07:00:35,930 [read_version] DEBUG read version from /w/workspace/edgex-go/431/.semver/main 07:00:36 2023-03-01 07:00:35,930 [bump_version] DEBUG bumping version:3.0.0-dev.70 on axis:pre with prefix:dev 07:00:36 2023-03-01 07:00:35,930 [bump_version] DEBUG bumped version:3.0.0-dev.71 07:00:36 2023-03-01 07:00:35,930 [write_version] DEBUG write version:3.0.0-dev.71 to path:/w/workspace/edgex-go/431/.semver/main with force:True 07:00:36 2023-03-01 07:00:35,930 [read_version] DEBUG read version from /w/workspace/edgex-go/431/.semver/main 07:00:36 2023-03-01 07:00:35,930 [write_file] DEBUG write to file:/w/workspace/edgex-go/431/.semver/main 07:00:36 2023-03-01 07:00:35,932 [execute] INFO git cat-file --batch-check 07:00:36 2023-03-01 07:00:35,932 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/431/.semver, universal_newlines=False, shell=None, istream=) 07:00:36 2023-03-01 07:00:35,938 [execute] INFO git cat-file --batch 07:00:36 2023-03-01 07:00:35,938 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/431/.semver, universal_newlines=False, shell=None, istream=) 07:00:36 2023-03-01 07:00:35,944 [read_version] DEBUG read version from /w/workspace/edgex-go/431/.semver/main 07:00:36 3.0.0-dev.71 [Pipeline] } 07:00:36 $ docker exec --env ******** --env ******** dbd271db2526d3eb6bedcd127e60b648af9ca260122346d3e6fad354c2ec6e4d ssh-agent -k 07:00:36 unset SSH_AUTH_SOCK; 07:00:36 unset SSH_AGENT_PID; 07:00:36 echo Agent pid 38 killed; 07:00:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:00:36 + git semver [Pipeline] } 07:00:36 $ docker stop --time=1 dbd271db2526d3eb6bedcd127e60b648af9ca260122346d3e6fad354c2ec6e4d 07:00:38 $ docker rm -f --volumes dbd271db2526d3eb6bedcd127e60b648af9ca260122346d3e6fad354c2ec6e4d [Pipeline] // withDockerContainer [Pipeline] sh 07:00:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:00:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:00:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:38 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 07:00:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 07:00:39 $ docker top 7fe1241fd32f63bc4fc86325f6b9765de55359b452bbf14c661aeda1ad1ef119 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:00:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:00:39 [ssh-agent] Looking for ssh-agent implementation... 07:00:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:00:39 $ docker exec 7fe1241fd32f63bc4fc86325f6b9765de55359b452bbf14c661aeda1ad1ef119 ssh-agent 07:00:39 SSH_AUTH_SOCK=/tmp/ssh-lupHqRA0419F/agent.32 07:00:39 SSH_AGENT_PID=38 07:00:39 Running ssh-add (command line suppressed) 07:00:39 Identity added: /w/workspace/edgex-go/431@tmp/private_key_3232888048052811133.key (/w/workspace/edgex-go/431@tmp/private_key_3232888048052811133.key) 07:00:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:00:39 + git semver push 07:00:40 2023-03-01 07:00:40,158 [run_push] DEBUG push 07:00:40 2023-03-01 07:00:40,158 [execute] INFO git cat-file --batch-check 07:00:40 2023-03-01 07:00:40,159 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/431/.semver, universal_newlines=False, shell=None, istream=) 07:00:40 2023-03-01 07:00:40,163 [execute] INFO git rev-list 315b4115c76f4cfe9eb3d1858ffe6062fd5a1f8e -- 07:00:40 2023-03-01 07:00:40,164 [execute] DEBUG Popen(['git', 'rev-list', '315b4115c76f4cfe9eb3d1858ffe6062fd5a1f8e', '--'], cwd=/w/workspace/edgex-go/431/.semver, universal_newlines=False, shell=None, istream=None) 07:00:40 2023-03-01 07:00:40,183 [execute] INFO git fetch -v origin 07:00:40 2023-03-01 07:00:40,183 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/431/.semver, universal_newlines=True, shell=None, istream=None) 07:00:41 2023-03-01 07:00:40,924 [run_push] DEBUG no remote changes detected 07:00:41 2023-03-01 07:00:40,924 [execute] INFO git push origin semver 07:00:41 2023-03-01 07:00:40,925 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/431/.semver, universal_newlines=False, shell=None, istream=None) 07:00:42 2023-03-01 07:00:42,144 [run_push] DEBUG push all version tags 07:00:42 2023-03-01 07:00:42,145 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:00:42 2023-03-01 07:00:42,145 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/431, universal_newlines=False, shell=None, istream=None) 07:00:43 2023-03-01 07:00:43,366 [read_version] DEBUG read version from /w/workspace/edgex-go/431/.semver/main 07:00:43 3.0.0-dev.71 [Pipeline] } 07:00:43 $ docker exec --env ******** --env ******** 7fe1241fd32f63bc4fc86325f6b9765de55359b452bbf14c661aeda1ad1ef119 ssh-agent -k 07:00:43 unset SSH_AUTH_SOCK; 07:00:43 unset SSH_AGENT_PID; 07:00:43 echo Agent pid 38 killed; 07:00:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:00:43 + git semver [Pipeline] } 07:00:44 $ docker stop --time=1 7fe1241fd32f63bc4fc86325f6b9765de55359b452bbf14c661aeda1ad1ef119 07:00:45 $ docker rm -f --volumes 7fe1241fd32f63bc4fc86325f6b9765de55359b452bbf14c661aeda1ad1ef119 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:00:45 + [ -d /w/workspace/edgex-go/431/archives ] [Pipeline] libraryResource [Pipeline] sh 07:00:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:00:47 ---> package-listing.sh 07:00:47 ++ facter osfamily 07:00:47 ++ tr '[:upper:]' '[:lower:]' 07:00:47 + OS_FAMILY=debian 07:00:47 + workspace=/w/workspace/edgex-go/431 07:00:47 + START_PACKAGES=/tmp/packages_start.txt 07:00:47 + END_PACKAGES=/tmp/packages_end.txt 07:00:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:00:47 + PACKAGES=/tmp/packages_start.txt 07:00:47 + '[' /w/workspace/edgex-go/431 ']' 07:00:47 + PACKAGES=/tmp/packages_end.txt 07:00:47 + case "${OS_FAMILY}" in 07:00:47 + dpkg -l 07:00:47 + grep '^ii' 07:00:47 + '[' -f /tmp/packages_start.txt ']' 07:00:47 + '[' -f /tmp/packages_end.txt ']' 07:00:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:00:47 + '[' /w/workspace/edgex-go/431 ']' 07:00:47 + mkdir -p /w/workspace/edgex-go/431/archives/ 07:00:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/431/archives/ [Pipeline] echo 07:00:47 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/431/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:00:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:48 07:00:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:48 latest: Pulling from edgex-lftools-log-publisher 07:00:48 5eb5b503b376: Pulling fs layer 07:00:48 5c69ac0246d0: Pulling fs layer 07:00:48 ec43610c2a17: Pulling fs layer 07:00:48 3a2ae6a8a46f: Pulling fs layer 07:00:48 33b1e0a273af: Pulling fs layer 07:00:48 5d3b04190fa2: Pulling fs layer 07:00:48 2f39f015ded8: Pulling fs layer 07:00:48 3a2ae6a8a46f: Waiting 07:00:48 33b1e0a273af: Waiting 07:00:48 5d3b04190fa2: Waiting 07:00:48 2f39f015ded8: Waiting 07:00:48 5c69ac0246d0: Verifying Checksum 07:00:48 5c69ac0246d0: Download complete 07:00:48 3a2ae6a8a46f: Download complete 07:00:48 33b1e0a273af: Verifying Checksum 07:00:48 33b1e0a273af: Download complete 07:00:48 5d3b04190fa2: Verifying Checksum 07:00:48 5d3b04190fa2: Download complete 07:00:48 ec43610c2a17: Verifying Checksum 07:00:48 ec43610c2a17: Download complete 07:00:48 5eb5b503b376: Verifying Checksum 07:00:48 5eb5b503b376: Download complete 07:00:49 2f39f015ded8: Download complete 07:00:50 5eb5b503b376: Pull complete 07:00:50 5c69ac0246d0: Pull complete 07:00:50 ec43610c2a17: Pull complete 07:00:50 3a2ae6a8a46f: Pull complete 07:00:50 33b1e0a273af: Pull complete 07:00:51 5d3b04190fa2: Pull complete 07:00:56 2f39f015ded8: Pull complete 07:00:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:00:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:56 prd-ubuntu20.04-docker-8c-8g-7922 does not seem to be running inside a container 07:00:56 $ 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/431/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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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 07:00:57 $ docker top aeafec04ee977ba03aee9239c122b4c0d0c8ca5bb3586299c387132dae446ced -eo pid,comm [Pipeline] { [Pipeline] sh 07:00:57 + touch /tmp/pre-build-complete [Pipeline] sh 07:00:58 + mkdir -p /var/log/sysstat [Pipeline] sh 07:00:58 + ls /var/log/sa-host 07:00:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:00:58 provisioning config files... 07:00:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/431@tmp/config6667387262276927904tmp [Pipeline] { [Pipeline] echo 07:00:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:00:58 ---> create-netrc.sh [Pipeline] } 07:00:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:00:59 ---> python-tools-install.sh [Pipeline] echo 07:00:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:00:59 ---> sudo-logs.sh 07:00:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:00:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:00:59 ---> job-cost.sh 07:00:59 lf-activate-venv: SKIPPING 07:00:59 DEBUG: total: 0.10999999940395355 07:00:59 INFO: Retrieving Stack Cost... 07:01:00 INFO: Retrieving Pricing Info for: v3-standard-8 07:01:00 INFO: Archiving Costs [Pipeline] echo 07:01:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:01:00 ---> logs-deploy.sh 07:01:00 lf-activate-venv: SKIPPING 07:01:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/431 07:01:00 INFO: archiving workspace using pattern(s): 07:01:01 Archives upload complete. 07:01:02 INFO: archiving logs to Nexus 07:01:03 ---> uname -a: 07:01:03 Linux prd-ubuntu20-04-docker-8c-8g-7922 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:01:03 07:01:03 07:01:03 ---> lscpu: 07:01:03 Architecture: x86_64 07:01:03 CPU op-mode(s): 32-bit, 64-bit 07:01:03 Byte Order: Little Endian 07:01:03 Address sizes: 40 bits physical, 48 bits virtual 07:01:03 CPU(s): 8 07:01:03 On-line CPU(s) list: 0-7 07:01:03 Thread(s) per core: 1 07:01:03 Core(s) per socket: 1 07:01:03 Socket(s): 8 07:01:03 NUMA node(s): 1 07:01:03 Vendor ID: AuthenticAMD 07:01:03 CPU family: 23 07:01:03 Model: 49 07:01:03 Model name: AMD EPYC-Rome Processor 07:01:03 Stepping: 0 07:01:03 CPU MHz: 2799.998 07:01:03 BogoMIPS: 5599.99 07:01:03 Virtualization: AMD-V 07:01:03 Hypervisor vendor: KVM 07:01:03 Virtualization type: full 07:01:03 L1d cache: 256 KiB 07:01:03 L1i cache: 256 KiB 07:01:03 L2 cache: 4 MiB 07:01:03 L3 cache: 128 MiB 07:01:03 NUMA node0 CPU(s): 0-7 07:01:03 Vulnerability Itlb multihit: Not affected 07:01:03 Vulnerability L1tf: Not affected 07:01:03 Vulnerability Mds: Not affected 07:01:03 Vulnerability Meltdown: Not affected 07:01:03 Vulnerability Mmio stale data: Not affected 07:01:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:01:03 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:01:03 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:01:03 Vulnerability Srbds: Not affected 07:01:03 Vulnerability Tsx async abort: Not affected 07:01:03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:01:03 07:01:03 07:01:03 ---> nproc: 07:01:03 8 07:01:03 07:01:03 07:01:03 ---> df -h: 07:01:03 Filesystem Size Used Avail Use% Mounted on 07:01:03 overlay 155G 21G 135G 14% / 07:01:03 tmpfs 64M 0 64M 0% /dev 07:01:03 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:01:03 shm 64M 0 64M 0% /dev/shm 07:01:03 /dev/vda1 155G 21G 135G 14% /facter-os 07:01:03 07:01:03 07:01:03 ---> sar -b -r -n DEV: 07:01:03 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7922) 03/01/23 _x86_64_ (8 CPU) 07:01:03 07:01:03 06:27:11 LINUX RESTART (8 CPU) 07:01:03 07:01:03 06:28:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:01:03 06:29:01 111.76 1.42 110.34 0.00 77.28 57116.42 0.00 07:01:03 06:30:01 33.05 0.27 32.78 0.00 3.33 16285.88 0.00 07:01:03 06:31:01 129.26 0.03 129.22 0.00 4.40 111786.34 0.00 07:01:03 06:32:01 801.78 8.68 793.10 0.00 78.37 275691.44 0.00 07:01:03 06:33:01 590.80 9.60 581.20 0.00 2899.92 195860.82 0.00 07:01:03 06:34:01 689.43 5.11 684.32 0.00 2300.78 230234.46 0.00 07:01:03 06:35:01 753.75 0.18 753.57 0.00 13.60 130696.57 0.00 07:01:03 06:36:01 18.70 0.03 18.66 0.00 8.53 568.57 0.00 07:01:03 06:37:01 17.15 0.02 17.13 0.00 3.20 478.99 0.00 07:01:03 06:38:01 2.93 0.00 2.93 0.00 0.00 32.79 0.00 07:01:03 06:39:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 07:01:03 06:40:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 07:01:03 06:41:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 07:01:03 06:42:01 1.27 0.00 1.27 0.00 0.00 14.53 0.00 07:01:03 06:43:01 1.93 0.02 1.92 0.00 0.13 25.86 0.00 07:01:03 06:44:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 07:01:03 06:45:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 07:01:03 06:46:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 07:01:03 06:47:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 07:01:03 06:48:01 1.35 0.00 1.35 0.00 0.00 17.06 0.00 07:01:03 06:49:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 07:01:03 06:50:01 3.10 1.02 2.08 0.00 21.86 29.86 0.00 07:01:03 06:51:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 07:01:03 06:52:01 1.53 0.02 1.52 0.00 0.13 18.39 0.00 07:01:03 06:53:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 07:01:03 06:54:01 1.68 0.00 1.68 0.00 0.00 18.53 0.00 07:01:03 06:55:01 1.32 0.42 0.90 0.00 16.40 10.00 0.00 07:01:03 06:56:01 2.88 1.17 1.72 0.00 19.86 20.93 0.00 07:01:03 06:57:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 07:01:03 06:58:01 1.53 0.00 1.53 0.00 0.00 18.40 0.00 07:01:03 06:59:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 07:01:03 07:00:01 59.26 0.13 59.12 0.00 8.40 31068.42 0.00 07:01:03 07:01:01 123.46 0.27 123.20 0.00 25.86 48412.20 0.00 07:01:03 Average: 101.88 0.86 101.02 0.00 166.22 33284.49 0.00 07:01:03 07:01:03 06:28:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:01:03 06:29:01 27886996 31429600 872092 2.65 113072 3639164 2315444 6.82 1575628 2978240 475812 07:01:03 06:30:01 27768224 31411036 887488 2.70 116508 3712256 2243708 6.61 1437832 3210572 289932 07:01:03 06:31:01 26108952 31502636 796756 2.42 119704 5419912 2451868 7.23 1595396 4672980 228 07:01:03 06:32:01 21191632 31078028 1190472 3.62 290640 9430560 3772892 11.12 2528316 8304512 336248 07:01:03 06:33:01 20351444 31486948 784920 2.39 324404 10591744 1976808 5.83 2123932 9504196 96248 07:01:03 06:34:01 16501440 30840252 1400228 4.26 434948 13470764 3967656 11.69 3247512 11969920 172844 07:01:03 06:35:01 18481700 31521684 746040 2.27 442428 12228504 1973484 5.82 2474584 10867736 968 07:01:03 06:36:01 18488676 31530528 736196 2.24 443328 12229364 1855804 5.47 2468940 10867844 1216 07:01:03 06:37:01 18487996 31530712 735576 2.24 443912 12229660 1839396 5.42 2468100 10867948 496 07:01:03 06:38:01 18487988 31530736 735556 2.24 443952 12229660 1839396 5.42 2468080 10867948 12 07:01:03 06:39:01 18489532 31532312 734000 2.23 443960 12229664 1839396 5.42 2466036 10867952 12 07:01:03 06:40:01 18497012 31539820 727008 2.21 443968 12229668 1839396 5.42 2459472 10867972 16 07:01:03 06:41:01 18496712 31539528 727240 2.21 443976 12229668 1839396 5.42 2459500 10867972 8 07:01:03 06:42:01 18497924 31540748 725944 2.21 443996 12229672 1839396 5.42 2458408 10867976 8 07:01:03 06:43:01 18495736 31538724 727760 2.21 444040 12229652 1903080 5.61 2458660 10867956 4 07:01:03 06:44:01 18495680 31538672 727732 2.21 444056 12229656 1903080 5.61 2458524 10867960 12 07:01:03 06:45:01 18495880 31538912 727668 2.21 444064 12229660 1903080 5.61 2458532 10867964 8 07:01:03 06:46:01 18496112 31539148 727644 2.21 444072 12229660 1903080 5.61 2458536 10867964 12 07:01:03 06:47:01 18495836 31538884 727860 2.21 444092 12229664 1903080 5.61 2458600 10867968 4 07:01:03 06:48:01 18496080 31539168 727568 2.21 444108 12229668 1903080 5.61 2458696 10867972 28 07:01:03 06:49:01 18496032 31539136 727540 2.21 444120 12229668 1903080 5.61 2458708 10867972 12 07:01:03 06:50:01 18495100 31539272 727484 2.21 444184 12230288 1909516 5.63 2458764 10868536 16 07:01:03 06:51:01 18495020 31539192 727504 2.21 444184 12230288 1909516 5.63 2458748 10868536 16 07:01:03 06:52:01 18494980 31539328 727324 2.21 444208 12230424 1909516 5.63 2458780 10868680 8 07:01:03 06:53:01 18494836 31539208 727328 2.21 444232 12230424 1909516 5.63 2458936 10868684 28 07:01:03 06:54:01 18494812 31539208 727288 2.21 444252 12230432 1909516 5.63 2458828 10868680 8 07:01:03 06:55:01 18488444 31534176 732280 2.23 444264 12230924 1909516 5.63 2465696 10868920 20 07:01:03 06:56:01 18487320 31533860 732780 2.23 444280 12231520 1909516 5.63 2469216 10868972 8 07:01:03 06:57:01 18487068 31533632 732956 2.23 444304 12231524 1909516 5.63 2468824 10868968 20 07:01:03 06:58:01 18487020 31533588 732924 2.23 444324 12231524 1909516 5.63 2468812 10868972 4 07:01:03 06:59:01 18486928 31533536 733164 2.23 444328 12231528 1909516 5.63 2468800 10868972 12 07:01:03 07:00:01 17441196 31495424 764760 2.33 450004 13154828 2057320 6.06 2586028 11708276 234980 07:01:03 07:01:01 16404176 31426596 830988 2.53 488100 13992748 1987424 5.86 2686004 12550592 688 07:01:03 Average: 19271651 31487098 781517 2.38 407212 11489828 2062288 6.08 2404528 10200191 48786 07:01:03 07:01:03 06:28:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:01:03 06:29:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 07:01:03 06:29:01 ens3 695.88 637.23 7596.63 75.09 0.00 0.00 0.00 0.00 07:01:03 06:29:01 docker0 535.06 518.42 39.67 3483.64 0.00 0.00 0.00 0.00 07:01:03 06:29:01 vethab8939b 0.08 0.25 0.01 0.02 0.00 0.00 0.00 0.00 07:01:03 06:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:30:01 ens3 24.42 16.87 19.47 11.00 0.00 0.00 0.00 0.00 07:01:03 06:30:01 docker0 1.23 1.23 0.08 0.09 0.00 0.00 0.00 0.00 07:01:03 06:30:01 vethab8939b 1.23 1.27 0.09 0.10 0.00 0.00 0.00 0.00 07:01:03 06:31:01 vethcc87241 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:31:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 07:01:03 06:31:01 ens3 128.54 96.18 1711.00 116.90 0.00 0.00 0.00 0.00 07:01:03 06:31:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:32:01 vethcc87241 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:32:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 07:01:03 06:32:01 ens3 920.51 488.20 6212.47 57.80 0.00 0.00 0.00 0.00 07:01:03 06:32:01 veth40b6aff 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:32:01 docker0 468.64 890.85 39.03 6144.05 0.00 0.00 0.00 0.00 07:01:03 06:32:01 vetha7cd0d1 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:32:01 veth4158654 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:32:01 veth0313be3 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:33:01 vethcc87241 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:33:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 07:01:03 06:33:01 ens3 353.94 189.70 2921.60 28.91 0.00 0.00 0.00 0.00 07:01:03 06:33:01 docker0 105.28 205.35 8.31 1433.13 0.00 0.00 0.00 0.00 07:01:03 06:34:01 vethcc87241 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:34:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 07:01:03 06:34:01 vethb82b150 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:34:01 veth1dfa594 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:34:01 ens3 739.27 381.70 5173.03 47.93 0.00 0.00 0.00 0.00 07:01:03 06:34:01 docker0 290.31 575.25 23.24 3768.70 0.00 0.00 0.00 0.00 07:01:03 06:34:01 vethe363e0c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:34:01 veth45c19bb 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:34:01 vethc31fbda 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:01:03 06:35:01 lo 5.60 5.60 0.55 0.55 0.00 0.00 0.00 0.00 07:01:03 06:35:01 ens3 83.16 60.93 253.44 130.14 0.00 0.00 0.00 0.00 07:01:03 06:35:01 docker0 9.11 18.73 0.58 205.18 0.00 0.00 0.00 0.00 07:01:03 06:36:01 lo 34.79 34.79 3.43 3.43 0.00 0.00 0.00 0.00 07:01:03 06:36:01 ens3 317.40 315.56 169.83 1190.56 0.00 0.00 0.00 0.00 07:01:03 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:37:01 lo 26.06 26.06 2.57 2.57 0.00 0.00 0.00 0.00 07:01:03 06:37:01 ens3 365.12 349.19 156.26 2179.30 0.00 0.00 0.00 0.00 07:01:03 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:38:01 ens3 0.28 0.22 0.08 0.07 0.00 0.00 0.00 0.00 07:01:03 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:39:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:40:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:43:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:01:03 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:44:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:45:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:47:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:48:01 ens3 0.28 0.25 0.08 0.08 0.00 0.00 0.00 0.00 07:01:03 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:49:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:51:01 ens3 0.60 0.38 2.91 0.03 0.00 0.00 0.00 0.00 07:01:03 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:53:01 ens3 0.17 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:01:03 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:54:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:55:01 ens3 2.00 1.60 1.41 2.90 0.00 0.00 0.00 0.00 07:01:03 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:56:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 07:01:03 06:56:01 ens3 5.70 4.83 3.67 3.33 0.00 0.00 0.00 0.00 07:01:03 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:01:03 06:58:01 ens3 0.38 0.22 0.25 0.07 0.00 0.00 0.00 0.00 07:01:03 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:59:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:01:03 07:00:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 07:01:03 07:00:01 ens3 217.38 120.46 4567.42 17.91 0.00 0.00 0.00 0.00 07:01:03 07:00:01 docker0 36.81 68.37 3.14 589.37 0.00 0.00 0.00 0.00 07:01:03 07:00:01 veth2a35737 36.81 68.49 3.64 589.37 0.00 0.00 0.00 0.05 07:01:03 07:01:01 lo 2.47 2.47 0.25 0.25 0.00 0.00 0.00 0.00 07:01:03 07:01:01 ens3 331.36 224.63 5790.71 158.63 0.00 0.00 0.00 0.00 07:01:03 07:01:01 docker0 2.53 2.28 0.39 1.64 0.00 0.00 0.00 0.00 07:01:03 Average: lo 2.35 2.35 0.23 0.23 0.00 0.00 0.00 0.00 07:01:03 Average: ens3 126.63 87.28 1044.70 121.86 0.00 0.00 0.00 0.00 07:01:03 Average: docker0 43.67 68.90 3.45 472.10 0.00 0.00 0.00 0.00 07:01:03 07:01:03 07:01:03 ---> sar -P ALL: 07:01:03 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7922) 03/01/23 _x86_64_ (8 CPU) 07:01:03 07:01:03 06:27:11 LINUX RESTART (8 CPU) 07:01:03 07:01:03 06:28:02 CPU %user %nice %system %iowait %steal %idle 07:01:03 06:29:01 all 28.20 0.00 5.96 1.95 0.08 63.81 07:01:03 06:29:01 0 28.63 0.00 7.50 4.68 0.09 59.11 07:01:03 06:29:01 1 30.94 0.00 5.99 1.31 0.09 61.68 07:01:03 06:29:01 2 27.37 0.00 4.65 1.06 0.07 66.85 07:01:03 06:29:01 3 26.81 0.00 5.93 2.65 0.09 64.52 07:01:03 06:29:01 4 29.06 0.00 5.55 0.07 0.09 65.23 07:01:03 06:29:01 5 27.27 0.00 5.51 0.40 0.07 66.76 07:01:03 06:29:01 6 28.03 0.00 6.72 2.70 0.07 62.48 07:01:03 06:29:01 7 27.52 0.00 5.81 2.73 0.10 63.83 07:01:03 06:30:01 all 42.06 0.00 6.41 0.72 0.08 50.73 07:01:03 06:30:01 0 42.81 0.00 6.71 0.05 0.08 50.34 07:01:03 06:30:01 1 41.70 0.00 5.66 0.02 0.08 52.53 07:01:03 06:30:01 2 42.19 0.00 6.79 0.08 0.08 50.85 07:01:03 06:30:01 3 41.02 0.00 6.28 0.69 0.08 51.93 07:01:03 06:30:01 4 43.12 0.00 5.29 0.08 0.08 51.43 07:01:03 06:30:01 5 40.92 0.00 8.17 3.95 0.08 46.87 07:01:03 06:30:01 6 42.43 0.00 6.72 0.79 0.08 49.97 07:01:03 06:30:01 7 42.29 0.00 5.65 0.08 0.08 51.89 07:01:03 06:31:01 all 23.94 0.00 8.71 1.53 0.08 65.73 07:01:03 06:31:01 0 23.83 0.00 9.37 0.10 0.07 66.62 07:01:03 06:31:01 1 23.53 0.00 8.49 4.34 0.07 63.57 07:01:03 06:31:01 2 24.32 0.00 8.17 4.25 0.08 63.17 07:01:03 06:31:01 3 24.86 0.00 9.90 2.20 0.09 62.96 07:01:03 06:31:01 4 21.28 0.00 7.03 0.07 0.07 71.56 07:01:03 06:31:01 5 23.82 0.00 9.85 0.32 0.09 65.92 07:01:03 06:31:01 6 26.81 0.00 9.36 0.94 0.09 62.80 07:01:03 06:31:01 7 23.12 0.00 7.55 0.00 0.08 69.25 07:01:03 06:32:01 all 40.03 0.00 13.25 8.25 0.13 38.34 07:01:03 06:32:01 0 39.77 0.00 11.92 3.81 0.14 44.37 07:01:03 06:32:01 1 38.07 0.00 16.26 6.72 0.14 38.81 07:01:03 06:32:01 2 41.33 0.00 12.52 5.18 0.10 40.87 07:01:03 06:32:01 3 40.57 0.00 15.07 22.12 0.10 22.14 07:01:03 06:32:01 4 40.03 0.00 13.73 5.99 0.12 40.12 07:01:03 06:32:01 5 40.35 0.00 12.28 6.63 0.12 40.62 07:01:03 06:32:01 6 41.24 0.00 12.74 11.33 0.14 34.56 07:01:03 06:32:01 7 38.85 0.00 11.52 4.20 0.17 45.26 07:01:03 06:33:01 all 43.40 0.00 12.94 14.78 0.23 28.65 07:01:03 06:33:01 0 43.87 0.00 13.72 11.50 0.18 30.74 07:01:03 06:33:01 1 42.63 0.00 13.64 16.27 0.40 27.05 07:01:03 06:33:01 2 45.32 0.00 12.23 16.19 0.24 26.03 07:01:03 06:33:01 3 45.01 0.00 12.30 19.64 0.22 22.82 07:01:03 06:33:01 4 39.16 0.00 11.86 18.55 0.14 30.29 07:01:03 06:33:01 5 45.24 0.00 13.15 8.15 0.28 33.19 07:01:03 06:33:01 6 43.91 0.00 13.53 14.91 0.17 27.48 07:01:03 06:33:01 7 42.03 0.00 13.09 12.94 0.23 31.71 07:01:03 06:34:01 all 48.24 0.00 14.01 12.67 0.16 24.92 07:01:03 06:34:01 0 49.52 0.00 13.60 12.14 0.15 24.58 07:01:03 06:34:01 1 48.86 0.00 13.75 16.13 0.15 21.11 07:01:03 06:34:01 2 48.79 0.00 14.19 14.05 0.15 22.82 07:01:03 06:34:01 3 49.59 0.00 14.61 19.76 0.14 15.90 07:01:03 06:34:01 4 44.92 0.00 14.17 13.62 0.14 27.14 07:01:03 06:34:01 5 48.01 0.00 15.56 10.21 0.19 26.03 07:01:03 06:34:01 6 50.13 0.00 13.66 8.04 0.20 27.97 07:01:03 06:34:01 7 46.04 0.00 12.49 7.20 0.17 34.09 07:01:03 06:35:01 all 41.42 0.00 8.94 6.57 0.14 42.93 07:01:03 06:35:01 0 40.26 0.00 9.03 9.64 0.15 40.92 07:01:03 06:35:01 1 40.55 0.00 10.06 5.30 0.15 43.94 07:01:03 06:35:01 2 41.36 0.00 8.42 11.15 0.12 38.96 07:01:03 06:35:01 3 42.27 0.00 8.18 4.70 0.15 44.70 07:01:03 06:35:01 4 40.56 0.00 8.26 5.26 0.12 45.81 07:01:03 06:35:01 5 43.56 0.00 10.42 7.58 0.14 38.31 07:01:03 06:35:01 6 42.46 0.00 7.95 2.51 0.17 46.90 07:01:03 06:35:01 7 40.36 0.00 9.19 6.44 0.15 43.86 07:01:03 06:36:01 all 3.66 0.00 0.77 0.07 0.04 95.47 07:01:03 06:36:01 0 2.55 0.00 1.03 0.00 0.03 96.38 07:01:03 06:36:01 1 4.04 0.00 0.75 0.03 0.03 95.15 07:01:03 06:36:01 2 3.32 0.00 0.45 0.02 0.05 96.16 07:01:03 06:36:01 3 3.78 0.00 0.64 0.02 0.03 95.53 07:01:03 06:36:01 4 2.83 0.00 0.72 0.02 0.03 96.40 07:01:03 06:36:01 5 3.47 0.00 0.77 0.02 0.03 95.71 07:01:03 06:36:01 6 4.85 0.00 0.87 0.43 0.03 93.82 07:01:03 06:36:01 7 4.41 0.00 0.92 0.03 0.03 94.60 07:01:03 06:37:01 all 7.96 0.00 0.76 0.06 0.06 91.16 07:01:03 06:37:01 0 7.71 0.00 1.01 0.02 0.05 91.21 07:01:03 06:37:01 1 6.82 0.00 0.87 0.02 0.05 92.25 07:01:03 06:37:01 2 5.02 0.00 0.60 0.02 0.03 94.33 07:01:03 06:37:01 3 5.94 0.00 0.53 0.02 0.07 93.44 07:01:03 06:37:01 4 10.61 0.00 0.72 0.05 0.05 88.58 07:01:03 06:37:01 5 8.61 0.00 0.70 0.02 0.05 90.62 07:01:03 06:37:01 6 10.71 0.00 0.76 0.30 0.07 88.16 07:01:03 06:37:01 7 8.31 0.00 0.89 0.02 0.08 90.70 07:01:03 06:38:01 all 0.29 0.00 0.04 0.01 0.01 99.65 07:01:03 06:38:01 0 2.07 0.00 0.03 0.00 0.02 97.88 07:01:03 06:38:01 1 0.07 0.00 0.03 0.00 0.05 99.85 07:01:03 06:38:01 2 0.00 0.00 0.02 0.05 0.00 99.93 07:01:03 06:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:01:03 06:38:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:01:03 06:38:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:01:03 06:38:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:01:03 06:38:01 7 0.10 0.00 0.18 0.00 0.00 99.72 07:01:03 06:39:01 all 0.27 0.00 0.01 0.00 0.01 99.70 07:01:03 06:39:01 0 1.97 0.00 0.02 0.00 0.02 98.00 07:01:03 06:39:01 1 0.12 0.00 0.05 0.00 0.03 99.80 07:01:03 06:39:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:01:03 06:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:39:01 6 0.05 0.00 0.03 0.02 0.00 99.90 07:01:03 06:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 07:01:03 06:39:01 CPU %user %nice %system %iowait %steal %idle 07:01:03 06:40:01 all 0.24 0.00 0.01 0.00 0.01 99.74 07:01:03 06:40:01 0 1.68 0.00 0.02 0.00 0.00 98.30 07:01:03 06:40:01 1 0.07 0.00 0.03 0.00 0.02 99.88 07:01:03 06:40:01 2 0.02 0.00 0.00 0.02 0.02 99.95 07:01:03 06:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:01:03 06:40:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:01:03 06:40:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:01:03 06:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:01:03 06:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:01:03 06:41:01 1 0.05 0.00 0.03 0.00 0.05 99.87 07:01:03 06:41:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:01:03 06:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:41:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:01:03 06:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:01:03 06:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:01:03 06:42:01 1 0.05 0.00 0.03 0.00 0.03 99.88 07:01:03 06:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:01:03 06:42:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:01:03 06:42:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:01:03 06:42:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:01:03 06:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:01:03 06:43:01 all 0.04 0.00 0.05 0.01 0.01 99.90 07:01:03 06:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:01:03 06:43:01 1 0.05 0.00 0.08 0.00 0.05 99.82 07:01:03 06:43:01 2 0.03 0.00 0.05 0.02 0.02 99.88 07:01:03 06:43:01 3 0.02 0.00 0.05 0.00 0.00 99.93 07:01:03 06:43:01 4 0.00 0.00 0.05 0.00 0.02 99.93 07:01:03 06:43:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:01:03 06:43:01 6 0.03 0.00 0.03 0.02 0.00 99.92 07:01:03 06:43:01 7 0.15 0.00 0.03 0.03 0.00 99.78 07:01:03 06:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:01:03 06:44:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:01:03 06:44:01 1 0.05 0.00 0.05 0.02 0.03 99.85 07:01:03 06:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:44:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:01:03 06:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:44:01 6 0.03 0.00 0.03 0.02 0.00 99.92 07:01:03 06:44:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:01:03 06:45:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:01:03 06:45:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:01:03 06:45:01 1 0.05 0.00 0.02 0.00 0.03 99.90 07:01:03 06:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:01:03 06:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:45:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:01:03 06:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:45:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:01:03 06:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:46:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:01:03 06:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:01:03 06:46:01 1 0.07 0.00 0.03 0.00 0.02 99.88 07:01:03 06:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:46:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:01:03 06:46:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:01:03 06:46:01 7 0.00 0.00 0.00 0.03 0.00 99.97 07:01:03 06:47:01 all 0.01 0.00 0.01 0.01 0.01 99.94 07:01:03 06:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:01:03 06:47:01 1 0.07 0.00 0.05 0.02 0.03 99.83 07:01:03 06:47:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:01:03 06:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:01:03 06:47:01 6 0.02 0.00 0.03 0.10 0.02 99.83 07:01:03 06:47:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:01:03 06:48:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:01:03 06:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:48:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:01:03 06:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:48:01 4 0.03 0.00 0.05 0.00 0.02 99.90 07:01:03 06:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:48:01 6 0.07 0.00 0.02 0.02 0.00 99.90 07:01:03 06:48:01 7 0.00 0.00 0.02 0.02 0.00 99.97 07:01:03 06:49:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:01:03 06:49:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:01:03 06:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:01:03 06:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:49:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:01:03 06:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:49:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:01:03 06:49:01 7 0.00 0.00 0.02 0.02 0.00 99.97 07:01:03 06:50:01 all 0.09 0.00 0.08 0.01 0.01 99.81 07:01:03 06:50:01 0 0.20 0.00 0.08 0.00 0.00 99.72 07:01:03 06:50:01 1 0.08 0.00 0.07 0.00 0.02 99.83 07:01:03 06:50:01 2 0.20 0.00 0.22 0.03 0.02 99.53 07:01:03 06:50:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:01:03 06:50:01 4 0.05 0.00 0.07 0.00 0.02 99.87 07:01:03 06:50:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:01:03 06:50:01 6 0.08 0.00 0.12 0.02 0.03 99.75 07:01:03 06:50:01 7 0.02 0.00 0.03 0.02 0.00 99.93 07:01:03 07:01:03 06:50:01 CPU %user %nice %system %iowait %steal %idle 07:01:03 06:51:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:01:03 06:51:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:01:03 06:51:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:01:03 06:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:51:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:01:03 06:51:01 6 0.03 0.00 0.02 0.00 0.03 99.92 07:01:03 06:51:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:01:03 06:52:01 all 0.02 0.00 0.02 0.00 0.01 99.94 07:01:03 06:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:52:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:01:03 06:52:01 2 0.00 0.00 0.03 0.00 0.02 99.95 07:01:03 06:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:52:01 4 0.03 0.00 0.03 0.00 0.00 99.93 07:01:03 06:52:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:01:03 06:52:01 6 0.07 0.00 0.02 0.02 0.03 99.87 07:01:03 06:52:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:01:03 06:53:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:01:03 06:53:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:01:03 06:53:01 1 0.08 0.00 0.02 0.00 0.02 99.88 07:01:03 06:53:01 2 0.12 0.00 0.02 0.00 0.00 99.87 07:01:03 06:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:53:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:01:03 06:53:01 6 0.07 0.00 0.02 0.02 0.02 99.88 07:01:03 06:53:01 7 0.00 0.00 0.00 0.02 0.02 99.97 07:01:03 06:54:01 all 0.12 0.00 0.01 0.01 0.01 99.86 07:01:03 06:54:01 0 0.81 0.00 0.00 0.00 0.02 99.17 07:01:03 06:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:54:01 2 0.02 0.00 0.02 0.03 0.02 99.92 07:01:03 06:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:54:01 4 0.00 0.00 0.03 0.00 0.00 99.97 07:01:03 06:54:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:01:03 06:54:01 6 0.05 0.00 0.02 0.02 0.02 99.90 07:01:03 06:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:55:01 all 0.37 0.00 0.03 0.01 0.01 99.59 07:01:03 06:55:01 0 2.13 0.00 0.05 0.02 0.00 97.80 07:01:03 06:55:01 1 0.10 0.00 0.02 0.00 0.02 99.87 07:01:03 06:55:01 2 0.28 0.00 0.00 0.02 0.00 99.70 07:01:03 06:55:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:01:03 06:55:01 4 0.17 0.00 0.07 0.00 0.00 99.77 07:01:03 06:55:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:01:03 06:55:01 6 0.07 0.00 0.02 0.02 0.03 99.87 07:01:03 06:55:01 7 0.15 0.00 0.02 0.00 0.00 99.83 07:01:03 06:56:01 all 0.26 0.00 0.03 0.01 0.01 99.70 07:01:03 06:56:01 0 0.28 0.00 0.05 0.02 0.02 99.63 07:01:03 06:56:01 1 0.08 0.00 0.03 0.02 0.00 99.87 07:01:03 06:56:01 2 1.03 0.00 0.02 0.02 0.02 98.92 07:01:03 06:56:01 3 0.22 0.00 0.00 0.00 0.00 99.78 07:01:03 06:56:01 4 0.08 0.00 0.03 0.00 0.02 99.87 07:01:03 06:56:01 5 0.12 0.00 0.02 0.00 0.02 99.85 07:01:03 06:56:01 6 0.12 0.00 0.05 0.02 0.02 99.80 07:01:03 06:56:01 7 0.12 0.00 0.00 0.00 0.00 99.88 07:01:03 06:57:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:01:03 06:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:57:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:01:03 06:57:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:01:03 06:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:57:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:01:03 06:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:57:01 6 0.07 0.00 0.03 0.02 0.03 99.85 07:01:03 06:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:58:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:01:03 06:58:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:01:03 06:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:01:03 06:58:01 2 0.03 0.00 0.02 0.03 0.02 99.90 07:01:03 06:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:01:03 06:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:58:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:01:03 06:58:01 6 0.03 0.00 0.05 0.02 0.02 99.88 07:01:03 06:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:01:03 06:59:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:01:03 06:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:59:01 1 0.03 0.00 0.05 0.00 0.02 99.90 07:01:03 06:59:01 2 0.00 0.00 0.03 0.02 0.00 99.95 07:01:03 06:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:01:03 06:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:01:03 06:59:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:01:03 06:59:01 6 0.05 0.00 0.03 0.02 0.02 99.88 07:01:03 06:59:01 7 0.05 0.00 0.00 0.00 0.02 99.93 07:01:03 07:00:01 all 4.80 0.00 1.98 0.47 0.03 92.73 07:01:03 07:00:01 0 4.53 0.00 1.54 0.03 0.03 93.86 07:01:03 07:00:01 1 5.27 0.00 2.33 0.02 0.03 92.35 07:01:03 07:00:01 2 5.18 0.00 2.05 2.93 0.03 89.81 07:01:03 07:00:01 3 4.46 0.00 1.74 0.13 0.02 93.65 07:01:03 07:00:01 4 5.61 0.00 1.86 0.02 0.03 92.48 07:01:03 07:00:01 5 4.71 0.00 2.12 0.38 0.02 92.76 07:01:03 07:00:01 6 4.74 0.00 1.72 0.20 0.03 93.30 07:01:03 07:00:01 7 3.89 0.00 2.48 0.02 0.02 93.60 07:01:03 07:01:01 all 8.55 0.00 4.15 0.68 0.06 86.57 07:01:03 07:01:01 0 9.01 0.00 4.52 2.60 0.05 83.83 07:01:03 07:01:01 1 10.29 0.00 3.51 0.66 0.05 85.49 07:01:03 07:01:01 2 6.24 0.00 5.55 1.06 0.07 87.08 07:01:03 07:01:01 3 9.38 0.00 3.74 0.54 0.07 86.27 07:01:03 07:01:01 4 7.24 0.00 4.03 0.05 0.05 88.63 07:01:03 07:01:01 5 7.46 0.00 4.33 0.32 0.05 87.84 07:01:03 07:01:01 6 10.99 0.00 3.66 0.12 0.07 85.17 07:01:03 07:01:01 7 7.77 0.00 3.83 0.05 0.09 88.27 07:01:03 07:01:03 Average: CPU %user %nice %system %iowait %steal %idle 07:01:03 Average: all 8.76 0.00 2.33 1.42 0.04 87.45 07:01:03 Average: 0 8.99 0.00 2.39 1.32 0.04 87.26 07:01:03 Average: 1 8.74 0.00 2.44 1.50 0.05 87.27 07:01:03 Average: 2 8.74 0.00 2.27 1.68 0.04 87.27 07:01:03 Average: 3 8.77 0.00 2.36 2.15 0.03 86.69 07:01:03 Average: 4 8.51 0.00 2.20 1.30 0.03 87.97 07:01:03 Average: 5 8.73 0.00 2.47 1.12 0.04 87.64 07:01:03 Average: 6 9.16 0.00 2.33 1.27 0.04 87.20 07:01:03 Average: 7 8.46 0.00 2.19 0.99 0.04 88.32 07:01:03 07:01:03 07:01:03