Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 32e4cad4570321b8701fad636f81d26e3bb342d0 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-ssh9715316690606735374.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh105278853081135903.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh3032984657140740220.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh9555760744051870282.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-ssh12345633395433070093.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5691 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/475 [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/475 # 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 32e4cad4570321b8701fad636f81d26e3bb342d0 (main) Commit message: "Merge pull request #4471 from weichou1229/apply-pw-changes" > 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 32e4cad4570321b8701fad636f81d26e3bb342d0 # timeout=10 > git rev-list --no-walk e99ed673a0cd686e15ecc698ddc640835b09c835 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:03:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:03:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:03:17 ========================================================= 09:03:17 EdgeX Global Pipelines Version Info 09:03:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:03:18 ------------------- 09:03:18 stable info: 09:03:18 ------------------- 09:03:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:03:18 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 09:03:18 Message: update stable to v1.0.245 09:03:18 ------------------- 09:03:18 experimental info: 09:03:18 ------------------- 09:03:18 Commited By: **** collab-it+edgex@linuxfoundation.org 09:03:18 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 09:03:18 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 32e4cad [Pipeline] echo 09:03:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:03:19 provisioning config files... 09:03:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/475@tmp/config11682886724451401432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:03:19 ---> docker-login.sh 09:03:19 nexus3.edgexfoundry.org:10001 09:03:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:03:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:03:20 Configure a credential helper to remove this warning. See 09:03:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:03:20 09:03:20 Login Succeeded 09:03:20 nexus3.edgexfoundry.org:10002 09:03:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:03:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:03:20 Configure a credential helper to remove this warning. See 09:03:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:03:20 09:03:20 Login Succeeded 09:03:20 nexus3.edgexfoundry.org:10003 09:03:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:03:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:03:20 Configure a credential helper to remove this warning. See 09:03:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:03:20 09:03:20 Login Succeeded 09:03:20 nexus3.edgexfoundry.org:10004 09:03:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:03:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:03:20 Configure a credential helper to remove this warning. See 09:03:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:03:20 09:03:20 Login Succeeded 09:03:20 docker.io 09:03:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:03:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:03:20 Configure a credential helper to remove this warning. See 09:03:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:03:20 09:03:20 Login Succeeded 09:03:20 ---> docker-login.sh ends [Pipeline] } 09:03:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:03:21 + 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 09:03:21 + dirname cmd/core-command/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo core-command,cmd/core-command/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + dirname cmd/core-common-config-bootstrapper/Dockerfile 09:03:21 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 09:03:21 + dirname cmd/core-data/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo core-data,cmd/core-data/Dockerfile 09:03:21 + dirname cmd/core-metadata/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo core-metadata,cmd/core-metadata/Dockerfile 09:03:21 + dirname cmd/security-bootstrapper/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:03:21 + dirname cmd/security-proxy-auth/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 09:03:21 + dirname cmd/security-proxy-setup/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:03:21 + dirname cmd/security-secretstore-setup/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:03:21 + dirname cmd/security-spiffe-token-provider/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 09:03:21 + dirname cmd/security-spire-agent/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 09:03:21 + dirname cmd/security-spire-config/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo security-spire-config,cmd/security-spire-config/Dockerfile 09:03:21 + dirname cmd/security-spire-server/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo security-spire-server,cmd/security-spire-server/Dockerfile 09:03:21 + dirname cmd/support-notifications/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo support-notifications,cmd/support-notifications/Dockerfile 09:03:21 + dirname cmd/support-scheduler/Dockerfile 09:03:21 + cut -d/ -f2 09:03:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 09:03:21 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 09:03:21 + git rev-list -1 --merges 32e4cad4570321b8701fad636f81d26e3bb342d0~1..32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] echo 09:03:21 -----------> git rev-list -1 --merges 32e4cad4570321b8701fad636f81d26e3bb342d0~1..32e4cad4570321b8701fad636f81d26e3bb342d0 32e4cad4570321b8701fad636f81d26e3bb342d0 09:03:21 32e4cad4570321b8701fad636f81d26e3bb342d0 [false] [Pipeline] sh 09:03:21 + git log --format=format:%s -1 32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] echo 09:03:21 ========================================================= 09:03:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:03:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 09:03:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:03:22 + grep -v github /etc/ssh/ssh_known_hosts 09:03:22 + [ -e /tmp/ssh_known_hosts ] 09:03:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:03:22 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:03:22 + sudo tee -a /etc/ssh/ssh_known_hosts 09:03:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:03:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:03:22 09:03:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:03:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:03:22 0.1.4: Pulling from edgex-devops/py-git-semver 09:03:22 b85a868b505f: Pulling fs layer 09:03:22 e2be974225ed: Pulling fs layer 09:03:22 339a4e72a1f5: Pulling fs layer 09:03:22 988bab9f4d93: Pulling fs layer 09:03:22 1469e6f7b9e6: Pulling fs layer 09:03:22 eaf3925da568: Pulling fs layer 09:03:22 bab4dde63d76: Pulling fs layer 09:03:22 bde34c3a00c8: Pulling fs layer 09:03:22 b352a97aabf1: Pulling fs layer 09:03:22 4872d77fe225: Pulling fs layer 09:03:22 5851b861e8e6: Pulling fs layer 09:03:22 eaf3925da568: Waiting 09:03:22 bab4dde63d76: Waiting 09:03:22 bde34c3a00c8: Waiting 09:03:22 b352a97aabf1: Waiting 09:03:22 5851b861e8e6: Waiting 09:03:22 4872d77fe225: Waiting 09:03:22 988bab9f4d93: Waiting 09:03:22 1469e6f7b9e6: Waiting 09:03:22 e2be974225ed: Verifying Checksum 09:03:22 e2be974225ed: Download complete 09:03:22 988bab9f4d93: Download complete 09:03:23 1469e6f7b9e6: Verifying Checksum 09:03:23 1469e6f7b9e6: Download complete 09:03:23 eaf3925da568: Verifying Checksum 09:03:23 eaf3925da568: Download complete 09:03:23 339a4e72a1f5: Verifying Checksum 09:03:23 339a4e72a1f5: Download complete 09:03:23 bde34c3a00c8: Download complete 09:03:23 b352a97aabf1: Download complete 09:03:23 4872d77fe225: Verifying Checksum 09:03:23 4872d77fe225: Download complete 09:03:23 5851b861e8e6: Download complete 09:03:23 b85a868b505f: Download complete 09:03:23 bab4dde63d76: Verifying Checksum 09:03:23 bab4dde63d76: Download complete 09:03:24 b85a868b505f: Pull complete 09:03:24 e2be974225ed: Pull complete 09:03:25 339a4e72a1f5: Pull complete 09:03:25 988bab9f4d93: Pull complete 09:03:25 1469e6f7b9e6: Pull complete 09:03:25 eaf3925da568: Pull complete 09:03:27 bab4dde63d76: Pull complete 09:03:27 bde34c3a00c8: Pull complete 09:03:27 b352a97aabf1: Pull complete 09:03:27 4872d77fe225: Pull complete 09:03:27 5851b861e8e6: Pull complete 09:03:28 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:03:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:03:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:03:28 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:03:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:03:30 $ docker top 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 -eo pid,comm 09:03:30 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). 09:03:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:03:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:03:31 [ssh-agent] Looking for ssh-agent implementation... 09:03:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:03:31 $ docker exec 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 ssh-agent 09:03:31 SSH_AUTH_SOCK=/tmp/ssh-3a5BBVDouXkL/agent.34 09:03:31 SSH_AGENT_PID=40 09:03:31 Running ssh-add (command line suppressed) 09:03:31 Identity added: /w/workspace/edgex-go/475@tmp/private_key_12190471251224567290.key (/w/workspace/edgex-go/475@tmp/private_key_12190471251224567290.key) 09:03:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:03:31 + git tag --points-at HEAD [Pipeline] } 09:03:31 $ docker exec --env ******** --env ******** 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 ssh-agent -k 09:03:31 unset SSH_AUTH_SOCK; 09:03:31 unset SSH_AGENT_PID; 09:03:31 echo Agent pid 40 killed; 09:03:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:03:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:03:31 [ssh-agent] Looking for ssh-agent implementation... 09:03:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:03:31 $ docker exec 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 ssh-agent 09:03:32 SSH_AUTH_SOCK=/tmp/ssh-78Djo9h4TniY/agent.73 09:03:32 SSH_AGENT_PID=79 09:03:32 Running ssh-add (command line suppressed) 09:03:32 Identity added: /w/workspace/edgex-go/475@tmp/private_key_11001034837305950227.key (/w/workspace/edgex-go/475@tmp/private_key_11001034837305950227.key) 09:03:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:03:32 + git semver init 09:03:32 2023-03-24 09:03:32,638 [run_init] DEBUG init version:0.0.0 force:False 09:03:32 2023-03-24 09:03:32,639 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/475/.semver 09:03:32 2023-03-24 09:03:32,639 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/475/.semver 09:03:32 2023-03-24 09:03:32,640 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/475/.semver'], cwd=/w/workspace/edgex-go/475, universal_newlines=False, shell=None, istream=None) 09:03:38 2023-03-24 09:03:37,725 [append_file] DEBUG append to file:/w/workspace/edgex-go/475/.git/info/exclude 09:03:38 2023-03-24 09:03:37,725 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/475/.semver/main with force:False 09:03:38 2023-03-24 09:03:37,726 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main 09:03:38 2023-03-24 09:03:37,726 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main 09:03:38 3.0.0-dev.113 [Pipeline] } 09:03:38 $ docker exec --env ******** --env ******** 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 ssh-agent -k 09:03:38 unset SSH_AUTH_SOCK; 09:03:38 unset SSH_AGENT_PID; 09:03:38 echo Agent pid 79 killed; 09:03:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:03:38 + git semver [Pipeline] } 09:03:38 $ docker stop --time=1 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 09:03:40 $ docker rm -f --volumes 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 [Pipeline] // withDockerContainer [Pipeline] sh 09:03:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:03:40 Stashed 1 file(s) [Pipeline] echo 09:03:40 [edgeXSemver]: initialized semver on version 3.0.0-dev.113 [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 09:03:41 + git config --global --add safe.directory /w/workspace/edgex-go/475 [Pipeline] echo 09:03:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:03:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:03:41 ========================================================= 09:03:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 09:03:41 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:03:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 09:03:41 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 09:03:41 63b65145d645: Pulling fs layer 09:03:41 a2d21d5440eb: Pulling fs layer 09:03:41 935e6c44a52c: Pulling fs layer 09:03:41 94cc34f8dd06: Pulling fs layer 09:03:41 30dea6a524f1: Pulling fs layer 09:03:41 a2aff8979fd8: Pulling fs layer 09:03:41 6808be2612f2: Pulling fs layer 09:03:41 f25807f1079a: Pulling fs layer 09:03:41 94cc34f8dd06: Waiting 09:03:41 30dea6a524f1: Waiting 09:03:41 a2aff8979fd8: Waiting 09:03:41 f25807f1079a: Waiting 09:03:41 a2d21d5440eb: Download complete 09:03:41 94cc34f8dd06: Verifying Checksum 09:03:41 94cc34f8dd06: Download complete 09:03:41 30dea6a524f1: Verifying Checksum 09:03:41 30dea6a524f1: Download complete 09:03:41 63b65145d645: Download complete 09:03:41 a2aff8979fd8: Verifying Checksum 09:03:41 a2aff8979fd8: Download complete 09:03:41 63b65145d645: Pull complete 09:03:41 a2d21d5440eb: Pull complete 09:03:42 f25807f1079a: Verifying Checksum 09:03:42 f25807f1079a: Download complete 09:03:42 935e6c44a52c: Verifying Checksum 09:03:42 935e6c44a52c: Download complete 09:03:42 6808be2612f2: Verifying Checksum 09:03:42 6808be2612f2: Download complete 09:03:45 935e6c44a52c: Pull complete 09:03:45 94cc34f8dd06: Pull complete 09:03:45 30dea6a524f1: Pull complete 09:03:45 a2aff8979fd8: Pull complete 09:03:48 6808be2612f2: Pull complete 09:03:49 f25807f1079a: Pull complete 09:03:49 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 09:03:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 09:03:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 09:03:49 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 09:03:49 WORKDIR /edgex 09:03:49 COPY go.mod . 09:03:49 RUN go mod download 09:03:49 + docker build -t ci-base-image-x86_64 -f - . 09:03:50 Sending build context to Docker daemon 170.5MB 09:03:50 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 09:03:50 ---> 3b553350e43f 09:03:50 Step 2/4 : WORKDIR /edgex 09:03:55 Still waiting to schedule task 09:03:55 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 09:03:57 ---> Running in 32d294cd98e4 09:03:57 Removing intermediate container 32d294cd98e4 09:03:57 ---> be302d4b7c6d 09:03:57 Step 3/4 : COPY go.mod . 09:03:57 ---> 9cf506d0f801 09:03:57 Step 4/4 : RUN go mod download 09:03:57 ---> Running in 5a7c7200ec8f 09:04:07 Removing intermediate container 5a7c7200ec8f 09:04:07 ---> 6ea74f17cf30 09:04:07 Successfully built 6ea74f17cf30 09:04:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:04:07 + docker inspect -f . ci-base-image-x86_64 09:04:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:04:07 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:04:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:04:08 $ docker top d4424080b3c9e005f7886309e2ebfa954d5054dd87de3a99060ef5e1c2afb2a1 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:08 + go version 09:04:08 go version go1.20.2 linux/amd64 [Pipeline] } 09:04:08 $ docker stop --time=1 d4424080b3c9e005f7886309e2ebfa954d5054dd87de3a99060ef5e1c2afb2a1 09:04:10 $ docker rm -f --volumes d4424080b3c9e005f7886309e2ebfa954d5054dd87de3a99060ef5e1c2afb2a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:04:10 + docker inspect -f . ci-base-image-x86_64 09:04:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:04:10 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:04:10 $ 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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:04:10 $ docker top f31342e983ceb2e242f9abe497b95f7ab4e7fc3f41f996b1138f07f73302a78d -eo pid,comm [Pipeline] { [Pipeline] echo 09:04:11 ========================================================= 09:04:11 [edgeXBuildGoParallel] Running Tests and Build... 09:04:11 ========================================================= [Pipeline] sh 09:04:11 + git config --global --add safe.directory /w/workspace/edgex-go/475 [Pipeline] fileExists [Pipeline] sh 09:04:11 + make test 09:04:11 go test -race -coverprofile=coverage.out ./... 09:04:18 ? github.com/edgexfoundry/edgex-go [no test files] 09:04:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:04:33 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 09:04:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:04:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:04:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:04:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:04:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:04:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 09:04:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:04:34 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 09:04:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:04:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:04:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 09:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:04:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:04:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.039s coverage: 28.7% of statements 09:04:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.076s coverage: 98.5% of statements 09:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 09:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 09:04:37 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 09:04:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:04:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 09:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 09:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 09:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 09:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.085s coverage: 71.3% of statements 09:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.082s coverage: 54.0% of statements 09:04:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:04:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:04:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.389s coverage: 88.5% of statements 09:04:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.9% of statements 09:04:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 09:04:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 09:04:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 09:04:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.374s coverage: 95.6% of statements 09:04:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:04:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 09:04:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 09:04:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:04:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:04:44 ok github.com/edgexfoundry/edgex-go/internal/io 0.047s coverage: 72.2% of statements 09:04:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:04:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:04:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:04:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.063s coverage: 65.9% of statements 09:04:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 09:04:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:04:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements 09:04:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.064s coverage: 29.0% of statements 09:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 44.1% of statements 09:04:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.061s coverage: 82.9% of statements 09:04:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements 09:04:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 09:04:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 09:04:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 09:04:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:04:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:04:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:04:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:04:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 09:04:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 09:04:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 09:04:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:04:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:04:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:04:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:04:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:04:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:04:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:04:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 09:04:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:04:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:04:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 09:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 09:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 09:04:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:04:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:04:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:04:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 09:04:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 09:04:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 09:04:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 09:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 09:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 09:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 09:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 09:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 09:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 09:04:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements 09:04:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:04:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:05:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 09:05:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.268s coverage: 79.9% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.078s coverage: 92.9% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 86.9% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 81.2% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.062s coverage: 86.0% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.1% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.177s coverage: 38.4% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 17.7% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.133s coverage: 92.3% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.5% of statements 09:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements 09:05:12 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 09:05:12 running golangci-lint 09:05:12 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 09:05:12 go version go1.20.2 linux/amd64 09:05:12 level=info msg="[config_reader] Used config file .golangci.yml" 09:05:12 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 09:05:27 level=info msg="[loader] Go packages loading at mode 575 (imports|compiled_files|exports_file|files|types_sizes|deps|name) took 15.045380637s" 09:05:27 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.488067ms" 09:05:35 level=info msg="[linters_context/goanalysis] analyzers took 1m1.104641953s with top 10 stages: buildir: 33.608850785s, fact_deprecated: 1.965761715s, inspect: 1.952585461s, gosec: 1.396648345s, ctrlflow: 1.159560663s, printf: 1.047275108s, fact_purity: 1.015078768s, S1038: 1.004761563s, nilness: 789.620442ms, unused: 607.052429ms" 09:05:35 level=info msg="[runner] Issues before processing: 201, after processing: 0" 09:05:35 level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 201/201, identifier_marker: 201/201, nolint: 0/21, skip_files: 201/201, exclude: 201/201, exclude-rules: 21/201, cgo: 201/201, filename_unadjuster: 201/201, autogenerated_exclude: 201/201, path_prettifier: 201/201" 09:05:35 level=info msg="[runner] processing took 16.945118ms with stages: nolint: 7.169304ms, identifier_marker: 4.872546ms, autogenerated_exclude: 1.523844ms, path_prettifier: 1.412533ms, exclude-rules: 1.214729ms, skip_dirs: 698.641µs, cgo: 33.111µs, filename_unadjuster: 15.85µs, uniq_by_line: 650ns, source_code: 620ns, max_same_issues: 550ns, skip_files: 550ns, exclude: 430ns, diff: 380ns, severity-rules: 370ns, sort_results: 350ns, max_per_file_from_linter: 230ns, path_shortener: 160ns, max_from_linter: 160ns, path_prefixer: 110ns" 09:05:35 level=info msg="[runner] linters took 7.836563009s with stages: goanalysis_metalinter: 7.819518458s" 09:05:35 level=info msg="File cache stats: 0 entries of total size 0B" 09:05:35 level=info msg="Memory: 231 samples, avg is 185.7MB, max is 777.4MB" 09:05:35 level=info msg="Execution took 22.929304373s" 09:05:35 go vet ./... 09:05:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:05:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:05:39 ./bin/test-attribution-txt.sh [Pipeline] echo 09:05:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 09:05:40 + ls -al . 09:05:40 total 704 09:05:40 drwxrwxr-x 11 1001 1001 4096 Mar 24 09:04 . 09:05:40 drwxr-xr-x 4 root root 4096 Mar 24 09:04 .. 09:05:40 drwxrwxr-x 2 1001 1001 4096 Mar 24 09:03 .blubracket 09:05:40 -rw-rw-r-- 1 1001 1001 16 Mar 24 09:03 .dockerignore 09:05:40 drwxrwxr-x 8 1001 1001 4096 Mar 24 09:03 .git 09:05:40 drwxrwxr-x 3 1001 1001 4096 Mar 24 09:03 .github 09:05:40 -rw-rw-r-- 1 1001 1001 1133 Mar 24 09:03 .gitignore 09:05:40 -rw-rw-r-- 1 1001 1001 42 Mar 24 09:03 .golangci.yml 09:05:40 -rw-rw-r-- 1 1001 1001 87 Mar 24 09:03 .hadolint.yml 09:05:40 drwxr-xr-x 3 1001 1001 4096 Mar 24 09:03 .semver 09:05:40 -rw-rw-r-- 1 1001 1001 166 Mar 24 09:03 .sonarcloud.properties 09:05:40 -rw-rw-r-- 1 1001 1001 1171 Mar 24 09:03 ADOPTERS.md 09:05:40 -rw-rw-r-- 1 1001 1001 10835 Mar 24 09:03 Attribution.txt 09:05:40 -rw-rw-r-- 1 1001 1001 73765 Mar 24 09:03 CHANGELOG.md 09:05:40 -rw-rw-r-- 1 1001 1001 3804 Mar 24 09:03 CONTRIBUTING.md 09:05:40 -rw-rw-r-- 1 1001 1001 677 Mar 24 09:03 GOVERNANCE.md 09:05:40 -rw-rw-r-- 1 1001 1001 883 Mar 24 09:03 Jenkinsfile 09:05:40 -rw-rw-r-- 1 1001 1001 10775 Mar 24 09:03 LICENSE 09:05:40 -rw-rw-r-- 1 1001 1001 14368 Mar 24 09:03 Makefile 09:05:40 -rw-rw-r-- 1 1001 1001 582 Mar 24 09:03 OWNERS.md 09:05:40 -rw-rw-r-- 1 1001 1001 9403 Mar 24 09:03 README.md 09:05:40 -rw-rw-r-- 1 1001 1001 789 Mar 24 09:03 SECURITY.md 09:05:40 -rw-rw-r-- 1 1001 1001 13 Mar 24 09:03 VERSION 09:05:40 drwxrwxr-x 2 1001 1001 4096 Mar 24 09:03 bin 09:05:40 drwxrwxr-x 18 1001 1001 4096 Mar 24 09:03 cmd 09:05:40 -rw-r--r-- 1 root root 447380 Mar 24 09:05 coverage.out 09:05:40 -rw-rw-r-- 1 1001 1001 3200 Mar 24 09:03 go.mod 09:05:40 -rw-rw-r-- 1 1001 1001 31265 Mar 24 09:03 go.sum 09:05:40 drwxrwxr-x 7 1001 1001 4096 Mar 24 09:03 internal 09:05:40 drwxrwxr-x 3 1001 1001 4096 Mar 24 09:03 openapi 09:05:40 -rw-rw-r-- 1 1001 1001 594 Mar 24 09:03 security.txt 09:05:40 drwxrwxr-x 4 1001 1001 4096 Mar 24 09:03 snap 09:05:40 -rw-rw-r-- 1 1001 1001 204 Mar 24 09:03 version.go [Pipeline] sh 09:05:40 + '[' -e coverage.out ] 09:05:40 + chown 1001:1001 coverage.out [Pipeline] stash 09:05:40 Stashed 1 file(s) [Pipeline] sh 09:05:41 + make build 09:05:41 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:05:53 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:05:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:05:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:05:56 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:06:02 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:06:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:06:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:06:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:06:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:06:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:06:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 09:06:10 $ docker stop --time=1 f31342e983ceb2e242f9abe497b95f7ab4e7fc3f41f996b1138f07f73302a78d 09:06:13 $ docker rm -f --volumes f31342e983ceb2e242f9abe497b95f7ab4e7fc3f41f996b1138f07f73302a78d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:06:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:06:14 09:06:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:06:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:06:14 latest: Pulling from edgex-devops/edgex-compose 09:06:14 cbdbe7a5bc2a: Pulling fs layer 09:06:14 ca9280d653b3: Pulling fs layer 09:06:14 7e9c9ca2126c: Pulling fs layer 09:06:14 cbdbe7a5bc2a: Verifying Checksum 09:06:14 cbdbe7a5bc2a: Download complete 09:06:14 ca9280d653b3: Verifying Checksum 09:06:14 ca9280d653b3: Download complete 09:06:14 cbdbe7a5bc2a: Pull complete 09:06:15 7e9c9ca2126c: Verifying Checksum 09:06:15 7e9c9ca2126c: Download complete 09:06:15 ca9280d653b3: Pull complete 09:06:18 7e9c9ca2126c: Pull complete 09:06:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:06:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:06:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:06:18 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:06:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:06:20 $ docker top 69bbb6c1534ccb5cc0a45476f1ba95ef5f53f6cbb7ecad6bfa52c7e3bf8d98dc -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:20 + docker-compose build --help 09:06:20 + grep parallel 09:06:21 --parallel Build images in parallel. [Pipeline] } 09:06:21 $ docker stop --time=1 69bbb6c1534ccb5cc0a45476f1ba95ef5f53f6cbb7ecad6bfa52c7e3bf8d98dc 09:06:22 $ docker rm -f --volumes 69bbb6c1534ccb5cc0a45476f1ba95ef5f53f6cbb7ecad6bfa52c7e3bf8d98dc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:06:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:06:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:06:22 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:06:22 $ 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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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 09:06:23 $ docker top 7e513a0df0cfa5663973e0cdb3d87d967ce725f700f78873d69ed148cf472559 -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:23 + docker-compose -f ./docker-compose-build.yml build --parallel 09:06:24 Building core-command ... 09:06:24 Building core-common-config-bootstrapper ... 09:06:24 Building core-data ... 09:06:24 Building core-metadata ... 09:06:24 Building security-bootstrapper ... 09:06:24 Building security-proxy-auth ... 09:06:24 Building security-proxy-setup ... 09:06:24 Building security-secretstore-setup ... 09:06:24 Building security-spiffe-token-provider ... 09:06:24 Building security-spire-agent ... 09:06:24 Building security-spire-config ... 09:06:24 Building security-spire-server ... 09:06:24 Building support-notifications ... 09:06:24 Building support-scheduler ... 09:06:24 Building security-bootstrapper 09:06:24 Building security-spire-agent 09:06:24 Building core-data 09:06:24 Building support-scheduler 09:06:24 Building core-metadata 09:06:36 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:06:36 Step 2/27 : FROM ${BUILDER_BASE} AS builder 09:06:36 ---> 6ea74f17cf30 09:06:36 Step 3/27 : WORKDIR /edgex-go 09:06:36 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:06:36 Step 2/33 : FROM ${BUILDER_BASE} AS builder 09:06:36 ---> 6ea74f17cf30 09:06:36 Step 3/33 : WORKDIR /edgex-go 09:06:36 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:06:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:06:36 ---> 6ea74f17cf30 09:06:36 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:06:36 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:06:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:06:36 ---> 6ea74f17cf30 09:06:36 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:06:36 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:06:36 Step 2/25 : FROM ${BUILDER_BASE} AS builder 09:06:36 ---> 6ea74f17cf30 09:06:36 Step 3/25 : ARG ADD_BUILD_TAGS="" 09:06:46 ---> Running in 5f22b25ada92 09:06:46 ---> Running in 9ac9e5c81217 09:06:46 ---> Running in d869ec84b81c 09:06:46 ---> Running in 27346ce38f25 09:06:46 ---> Running in d67e6abc4c92 09:06:46 Removing intermediate container 9ac9e5c81217 09:06:46 ---> 4d5da5669ae1 09:06:46 Step 4/23 : WORKDIR /edgex-go 09:06:46 ---> Running in 5c21e081f23b 09:06:46 Removing intermediate container d869ec84b81c 09:06:46 ---> 67b85b360ff9 09:06:46 Step 4/25 : WORKDIR /edgex-go 09:06:46 Removing intermediate container 5f22b25ada92 09:06:46 ---> 7be7397a7921 09:06:46 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 09:06:46 Removing intermediate container d67e6abc4c92 09:06:46 ---> 0e7cf566ccaa 09:06:46 Step 4/23 : WORKDIR /edgex-go 09:06:46 Removing intermediate container 27346ce38f25 09:06:46 ---> 9301d63952f4 09:06:46 Step 4/33 : RUN apk add --update --no-cache make git 09:06:46 ---> Running in bcbead752843 09:06:46 ---> Running in ea5d4deb87c8 09:06:46 ---> Running in cbf1ceed476c 09:06:46 ---> Running in 8a025c448e7c 09:06:46 Removing intermediate container 5c21e081f23b 09:06:46 ---> c1d39424a0d0 09:06:46 Step 5/23 : RUN apk add --update --no-cache make git 09:06:46 ---> Running in e6f937834b21 09:06:46 Removing intermediate container bcbead752843 09:06:46 ---> fb2ed434f3e1 09:06:46 Step 5/25 : RUN apk add --update --no-cache make git 09:06:46 Removing intermediate container cbf1ceed476c 09:06:46 ---> 80f9f3d04720 09:06:46 Step 5/23 : RUN apk add --update --no-cache make git 09:06:46 ---> Running in 5006456cdef0 09:06:46 ---> Running in 0865968e256a 09:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:06:46 OK: 265 MiB in 53 packages 09:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:06:46 OK: 265 MiB in 53 packages 09:06:46 OK: 265 MiB in 53 packages 09:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:06:46 Removing intermediate container ea5d4deb87c8 09:06:46 ---> 11c5762029e2 09:06:46 Step 5/33 : COPY go.mod vendor* ./ 09:06:46 OK: 265 MiB in 53 packages 09:06:46 ---> 2a4fd097df17 09:06:46 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:06:46 ---> Running in 6b6bbe6a5ffd 09:06:46 OK: 265 MiB in 53 packages 09:06:46 Removing intermediate container e6f937834b21 09:06:46 ---> 713dea19cd51 09:06:46 Step 6/23 : COPY go.mod vendor* ./ 09:06:46 Removing intermediate container 8a025c448e7c 09:06:46 ---> b525dda31f11 09:06:46 Step 5/27 : COPY go.mod vendor* ./ 09:06:46 ---> 8d829000450c 09:06:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:06:46 ---> Running in 662bf65254ee 09:06:46 ---> ab54f0178218 09:06:46 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:06:46 ---> Running in 2208e2633e1e 09:06:46 Removing intermediate container 5006456cdef0 09:06:46 ---> a81fd6ac3dc5 09:06:46 Step 6/23 : COPY go.mod vendor* ./ 09:06:46 Removing intermediate container 0865968e256a 09:06:46 ---> b18fa811c19a 09:06:46 Step 6/25 : COPY go.mod vendor* ./ 09:06:47 ---> 1eb37d85fbfd 09:06:47 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:06:47 ---> fc15b201d9f5 09:06:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:06:47 ---> Running in 9e0dcb7271a1 09:06:47 ---> Running in 1e8b4577477e 09:08:20 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5694 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 09:08:20 Running in /w/workspace/edgex-go/475 [Pipeline] { [Pipeline] checkout 09:08:20 The recommended git tool is: git 09:08:24 Removing intermediate container 662bf65254ee 09:08:24 ---> d416c1bd380f 09:08:24 Step 8/23 : COPY . . 09:08:24 Removing intermediate container 2208e2633e1e 09:08:24 ---> cbb5f7a3529e 09:08:24 Step 7/27 : COPY . . 09:08:24 Removing intermediate container 9e0dcb7271a1 09:08:24 ---> 3a528bc23192 09:08:24 Step 8/25 : COPY . . 09:08:24 Removing intermediate container 1e8b4577477e 09:08:24 ---> 032538685731 09:08:24 Step 8/23 : COPY . . 09:08:24 Removing intermediate container 6b6bbe6a5ffd 09:08:24 ---> 81d81240be67 09:08:24 Step 7/33 : COPY . . 09:08:26 using credential edgex-jenkins-ssh 09:08:26 Cloning the remote Git repository 09:08:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:08:26 > git init /w/workspace/edgex-go/475 # timeout=10 09:08:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:08:27 > git --version # timeout=10 09:08:27 > git --version # 'git version 2.25.1' 09:08:27 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:08:32 ---> 23cc1dd8e411 09:08:32 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 09:08:32 ---> 3113b398a7d9 09:08:32 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 09:08:32 ---> e3cbdf60b8e4 09:08:32 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 09:08:32 ---> 5bacc15bb852 09:08:32 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 09:08:32 ---> Running in 5ddbd35051e0 09:08:32 ---> Running in f4012b940eca 09:08:32 ---> Running in fda469481582 09:08:32 ---> 84418784fb91 09:08:32 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:08:32 ---> Running in 80e629b5fd16 09:08:32 ---> Running in e10b1d7d964e 09:08:32 Removing intermediate container fda469481582 09:08:32 ---> 4888a0172dd5 09:08:32 Step 9/27 : WORKDIR /edgex-go/spire-build 09:08:32 ---> Running in 52a14bb209d1 09:08:32 Removing intermediate container 52a14bb209d1 09:08:32 ---> b3b5b4c63ebb 09:08:32 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 09:08:32 ---> Running in f865dead6454 09:08:32 Removing intermediate container f865dead6454 09:08:32 ---> 365bb3a37d2b 09:08:32 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 09:08:32 ---> Running in d0ee850e69c1 09:08:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:08:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:08:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:08:33 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:08:33 Removing intermediate container d0ee850e69c1 09:08:33 ---> ec766e717bfa 09:08:33 Step 12/27 : WORKDIR /edgex-go 09:08:33 ---> Running in 48ecbe014b30 09:08:33 Removing intermediate container 48ecbe014b30 09:08:33 ---> e7b390b21d9a 09:08:33 09:08:33 Step 13/27 : FROM alpine:3.17 09:08:33 3.17: Pulling from library/alpine 09:08:34 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 09:08:34 Status: Downloaded newer image for alpine:3.17 09:08:34 ---> b2aa39c304c2 09:08:34 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:08:34 ---> Running in df51191194e9 09:08:34 Removing intermediate container df51191194e9 09:08:34 ---> f803ca8cea52 09:08:34 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:08:34 ---> Running in bc54afccf4e6 09:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:08:34 v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 09:08:34 v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 09:08:34 OK: 17820 distinct packages available 09:08:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:08:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:08:35 (1/5) Installing dumb-init (1.2.5-r2) 09:08:35 (2/5) Installing musl-obstack (1.2.3-r0) 09:08:35 (3/5) Installing libucontext (1.2-r0) 09:08:35 (4/5) Installing gcompat (1.1.0-r0) 09:08:35 (5/5) Installing openssl (3.0.8-r1) 09:08:35 Executing busybox-1.35.0-r29.trigger 09:08:35 OK: 8 MiB in 20 packages 09:08:36 Removing intermediate container bc54afccf4e6 09:08:36 ---> 75a2905555cd 09:08:36 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 09:08:36 ---> d715a6ef5682 09:08:36 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 09:08:36 ---> 45aa1d5d44ea 09:08:36 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 09:08:39 ---> 53d6e8538d98 09:08:39 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:08:43 ---> d3628225a2f4 09:08:43 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:08:44 ---> 0197276b6073 09:08:44 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:08:45 ---> b1b33aa62187 09:08:45 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:08:46 ---> 99e5741c4f1f 09:08:46 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:08:46 ---> Running in 2d1d36acad67 09:08:46 Removing intermediate container 2d1d36acad67 09:08:46 ---> 9e36844db3d4 09:08:46 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:08:46 Avoid second fetch 09:08:46 Checking out Revision 32e4cad4570321b8701fad636f81d26e3bb342d0 (main) 09:08:46 ---> Running in b7ed09d30de3 09:08:47 Removing intermediate container b7ed09d30de3 09:08:47 ---> 455a35f1e570 09:08:47 Step 25/27 : LABEL arch=x86_64 09:08:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:08:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:08:46 > git config core.sparsecheckout # timeout=10 09:08:46 > git checkout -f 32e4cad4570321b8701fad636f81d26e3bb342d0 # timeout=10 09:08:47 ---> Running in 694cddc33234 09:08:47 Commit message: "Merge pull request #4471 from weichou1229/apply-pw-changes" 09:08:47 Removing intermediate container 694cddc33234 09:08:47 ---> cef3a694e042 09:08:47 Step 26/27 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:08:47 ---> Running in 2abfd4b23e2f [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:08:48 Removing intermediate container 2abfd4b23e2f 09:08:48 ---> 8636a464d78d 09:08:48 Step 27/27 : LABEL version=3.0.0-dev.113 09:08:48 ---> Running in 7e5aa319de67 09:08:48 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:08:48 % Total % Received % Xferd Average Speed Time Time Time Current 09:08:48 Dload Upload Total Spent Left Speed 09:08:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 97335 09:08:48 Removing intermediate container 7e5aa319de67 09:08:48 ---> 56a22ab3cfff 09:08:48 09:08:48 Successfully built 56a22ab3cfff 09:08:48 Successfully tagged security-spire-agent:latest 09:08:48  Building security-spire-agent ... done Building security-spire-config [Pipeline] sh 09:08:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:08:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:08:49 + sudo tee /etc/docker/daemon.new 09:08:49 { 09:08:49 "registry-mirrors": [ 09:08:49 "https://nexus3.edgexfoundry.org:10001" 09:08:49 ], 09:08:49 "bip": "10.250.0.254/24", 09:08:49 "hosts": [ 09:08:49 "tcp://0.0.0.0:5555", 09:08:49 "unix:///var/run/docker.sock" 09:08:49 ], 09:08:49 "mtu": 1458, 09:08:49 "selinux-enabled": true, 09:08:49 "seccomp-profile": "/etc/docker/seccomp.json" 09:08:49 } [Pipeline] sh 09:08:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:08:50 + sudo service docker restart 09:08:52 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:08:52 Step 2/27 : FROM ${BUILDER_BASE} AS builder 09:08:52 ---> 6ea74f17cf30 09:08:52 Step 3/27 : WORKDIR /edgex-go 09:08:52 ---> Using cache 09:08:52 ---> 9301d63952f4 09:08:52 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 09:08:57 ---> Running in 3720954dabce 09:08:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:08:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:08:57 OK: 265 MiB in 53 packages 09:08:59 Removing intermediate container 3720954dabce 09:08:59 ---> 6d6418128f87 09:08:59 Step 5/27 : COPY go.mod vendor* ./ 09:08:59 ---> ec1875919f8b 09:08:59 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:09:00 ---> Running in 7c894751f16a 09:09:04 Removing intermediate container 5ddbd35051e0 09:09:04 ---> 0612f6659407 09:09:04 09:09:04 Step 10/25 : FROM alpine:3.17 09:09:04 ---> b2aa39c304c2 09:09:04 Step 11/25 : RUN apk add --update --no-cache dumb-init 09:09:04 Removing intermediate container f4012b940eca 09:09:04 ---> 451692a619d2 09:09:04 09:09:04 Step 10/23 : FROM alpine:3.17 09:09:04 ---> b2aa39c304c2 09:09:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 09:09:04 Removing intermediate container e10b1d7d964e 09:09:04 ---> 8d8a240dd92f 09:09:04 09:09:04 Step 9/33 : FROM alpine:3.17 09:09:04 ---> b2aa39c304c2 09:09:04 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 09:09:04 ---> Running in c7f6f1743006 09:09:04 ---> Running in 0bd754de0ab7 09:09:04 ---> Running in 0dfa377bd407 09:09:05 Removing intermediate container 0bd754de0ab7 09:09:05 ---> 81aab20e89a9 09:09:05 Step 12/23 : ENV APP_PORT=59880 09:09:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:09:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:09:05 Removing intermediate container 0dfa377bd407 09:09:05 ---> 0eb228df84bf 09:09:05 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 09:09:05 ---> Running in 0a212ae362a1 09:09:05 ---> Running in 4960e28bcdc5 09:09:05 (1/1) Installing dumb-init (1.2.5-r2) 09:09:05 Executing busybox-1.35.0-r29.trigger 09:09:05 OK: 7 MiB in 16 packages 09:09:05 Removing intermediate container 0a212ae362a1 09:09:05 ---> 42c546b16ddd 09:09:05 Step 13/23 : EXPOSE $APP_PORT 09:09:05 ---> Running in 0904760a7cd7 09:09:05 Removing intermediate container 0904760a7cd7 09:09:05 ---> 6b71fb37f042 09:09:05 Step 14/23 : RUN apk add --update --no-cache dumb-init 09:09:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:09:06 ---> Running in 5891428e635f 09:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:09:06 Removing intermediate container c7f6f1743006 09:09:06 ---> 985c4a08ed72 09:09:06 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 09:09:06 (1/2) Installing dumb-init (1.2.5-r2) 09:09:06 (2/2) Installing su-exec (0.2-r2) 09:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:09:06 Executing busybox-1.35.0-r29.trigger 09:09:06 OK: 7 MiB in 17 packages 09:09:06 ---> Running in ccbff11e45b8 09:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:09:06 Removing intermediate container ccbff11e45b8 09:09:06 ---> 3228511f4682 09:09:06 Step 13/25 : ENV APP_PORT=59881 09:09:06 ---> Running in 786c43756bc2 09:09:06 (1/1) Installing dumb-init (1.2.5-r2) 09:09:06 Executing busybox-1.35.0-r29.trigger 09:09:06 OK: 7 MiB in 16 packages 09:09:06 Removing intermediate container 786c43756bc2 09:09:06 ---> 47e899c8870e 09:09:06 Step 14/25 : EXPOSE $APP_PORT 09:09:07 Removing intermediate container 4960e28bcdc5 09:09:07 ---> 9f124d28bf53 09:09:07 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 09:09:07 ---> Running in f81837bbad5d 09:09:07 ---> Running in 51781c93ba59 09:09:07 Removing intermediate container f81837bbad5d 09:09:07 ---> bc6323ab1c76 09:09:07 Step 15/25 : WORKDIR / 09:09:07 Removing intermediate container 51781c93ba59 09:09:07 ---> c41ffa4db44d 09:09:07 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 09:09:07 ---> Running in 4e08b94a33f6 09:09:07 Removing intermediate container 5891428e635f 09:09:07 ---> a6c973bf19eb 09:09:07 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:09:07 ---> Running in d01c0d41c432 09:09:07 Removing intermediate container 4e08b94a33f6 09:09:07 ---> c14825332e2f 09:09:07 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 09:09:07 Removing intermediate container d01c0d41c432 09:09:07 ---> 9c0bd22e1daa 09:09:07 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 09:09:07 ---> cf1efe1ae442 09:09:07 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 09:09:07 Removing intermediate container 80e629b5fd16 09:09:07 ---> ce08f0aec0f2 09:09:07 09:09:07 Step 10/23 : FROM alpine:3.17 09:09:07 ---> b2aa39c304c2 09:09:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:09:07 ---> Using cache 09:09:07 ---> 985c4a08ed72 09:09:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 09:09:07 ---> Using cache 09:09:07 ---> 3228511f4682 09:09:07 Step 13/23 : ENV APP_PORT=59861 09:09:07 ---> Running in e5dfc509f03f 09:09:07 ---> Running in 06135df8838d 09:09:07 ---> df3c4f427917 09:09:07 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 09:09:08 ---> b9b5ddf70e9d 09:09:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:09:08 Removing intermediate container e5dfc509f03f 09:09:08 ---> 315a6c01c195 09:09:08 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 09:09:08 Removing intermediate container 06135df8838d 09:09:08 ---> fe17be2f5196 09:09:08 Step 14/23 : EXPOSE $APP_PORT 09:09:08 ---> Running in d0f7187400f2 09:09:08 ---> Running in 6c2933eceee9 09:09:08 ---> 935e03c7a23b 09:09:08 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:09:08 Removing intermediate container d0f7187400f2 09:09:08 ---> 47670ef50c23 09:09:08 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 09:09:08 Removing intermediate container 6c2933eceee9 09:09:08 ---> 3457753dc77b 09:09:08 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:09:08 provisioning config files... 09:09:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/475@tmp/config18316823282920572937tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:09:08 ---> Running in dbb8ed0a4b18 09:09:08 ---> 611ad7264c0c 09:09:08 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 09:09:08 ---> 45380d4f6fb3 09:09:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 09:09:08 ---> dd96ede966e7 09:09:08 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 09:09:08 ---> docker-login.sh 09:09:08 nexus3.edgexfoundry.org:10001 09:09:09 ---> edf24236ad19 09:09:09 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 09:09:09 ---> a193b2ef6300 09:09:09 Step 19/23 : ENTRYPOINT ["/core-data"] 09:09:09 ---> ccd331f5886a 09:09:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:09:09 ---> Running in 07901dab08f7 09:09:09 Removing intermediate container 07901dab08f7 09:09:09 ---> 5fb665c05f2c 09:09:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:09:09 ---> 340f78a46b1d 09:09:09 Step 21/25 : ENTRYPOINT ["/core-metadata"] 09:09:09 ---> Running in deb8bb24cf34 09:09:09 ---> Running in 7ea4424cb022 09:09:09 Removing intermediate container deb8bb24cf34 09:09:09 ---> fbc4e57488f9 09:09:09 Step 21/23 : LABEL arch=x86_64 09:09:09 ---> 92b6a6f32e33 09:09:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 09:09:09 ---> Running in 9ca44b614b23 09:09:09 Removing intermediate container 7ea4424cb022 09:09:09 ---> 4053540f47e0 09:09:09 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:09:09 ---> Running in c630b3475137 09:09:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:09 Configure a credential helper to remove this warning. See 09:09:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:09 09:09:09 Login Succeeded 09:09:09 nexus3.edgexfoundry.org:10002 09:09:09 Removing intermediate container 9ca44b614b23 09:09:09 ---> d5d633ca9dc7 09:09:09 Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:09:09 Removing intermediate container dbb8ed0a4b18 09:09:09 ---> 8e5aa49e5d28 09:09:09 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 09:09:09 ---> 858eef1727b5 09:09:09 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 09:09:09 ---> Running in 3bdbca7ddd9e 09:09:09 Removing intermediate container c630b3475137 09:09:09 ---> a605cac629a0 09:09:09 Step 23/25 : LABEL arch=x86_64 09:09:09 ---> Running in fcd8a0b7fa7f 09:09:09 ---> Running in a7e10ea65933 09:09:09 ---> Running in 64ca31e10b45 09:09:09 Removing intermediate container 3bdbca7ddd9e 09:09:09 ---> b7e51733388a 09:09:09 Step 23/23 : LABEL version=3.0.0-dev.113 09:09:09 Removing intermediate container a7e10ea65933 09:09:09 ---> 1fa81e20e1fd 09:09:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:09:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:10 Removing intermediate container fcd8a0b7fa7f 09:09:10 ---> 632138dc3816 09:09:10 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 09:09:10 ---> Running in ef7ac195519d 09:09:10 ---> Running in 566176c670e9 09:09:10 Removing intermediate container 64ca31e10b45 09:09:10 ---> 50e0331b0481 09:09:10 Step 24/25 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:10 Configure a credential helper to remove this warning. See 09:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:10 09:09:10 Login Succeeded 09:09:10 nexus3.edgexfoundry.org:10003 09:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:10 Configure a credential helper to remove this warning. See 09:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:10 09:09:10 Login Succeeded 09:09:10 nexus3.edgexfoundry.org:10004 09:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:10 Configure a credential helper to remove this warning. See 09:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:10 09:09:10 Login Succeeded 09:09:10 docker.io 09:09:11 Removing intermediate container ef7ac195519d 09:09:11 ---> 19c59443c149 09:09:11 09:09:11 ---> Running in 6a962803023e 09:09:11 Successfully built 19c59443c149 09:09:11 Successfully tagged core-data:latest 09:09:11 Building core-command 09:09:11  Building core-data ... done  ---> 538d19709a47 09:09:11 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 09:09:11 Removing intermediate container 566176c670e9 09:09:11 ---> fb42fc7d99ba 09:09:11 Step 21/23 : LABEL arch=x86_64 09:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:11 Configure a credential helper to remove this warning. See 09:09:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:11 09:09:11 Login Succeeded 09:09:11 ---> docker-login.sh ends [Pipeline] } 09:09:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 09:09:12 + git config --global --add safe.directory /w/workspace/edgex-go/475 [Pipeline] echo 09:09:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:09:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:09:12 ========================================================= 09:09:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 09:09:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:09:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 09:09:12 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:09:12 af6eaf76a39c: Pulling fs layer 09:09:12 55522c791124: Pulling fs layer 09:09:12 ce5c4a1c91eb: Pulling fs layer 09:09:12 169dfbe0d373: Pulling fs layer 09:09:12 e1ff8fa3b103: Pulling fs layer 09:09:12 52ebb69f0ebf: Pulling fs layer 09:09:12 5abe8eddf0d5: Pulling fs layer 09:09:12 52ebb69f0ebf: Waiting 09:09:12 e1ff8fa3b103: Waiting 09:09:12 5abe8eddf0d5: Waiting 09:09:12 169dfbe0d373: Waiting 09:09:12 55522c791124: Download complete 09:09:12 169dfbe0d373: Verifying Checksum 09:09:12 169dfbe0d373: Download complete 09:09:12 e1ff8fa3b103: Download complete 09:09:12 af6eaf76a39c: Verifying Checksum 09:09:12 af6eaf76a39c: Download complete 09:09:13 af6eaf76a39c: Pull complete 09:09:14 5abe8eddf0d5: Verifying Checksum 09:09:14 5abe8eddf0d5: Download complete 09:09:14 55522c791124: Pull complete 09:09:15 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:09:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:09:15 ---> 6ea74f17cf30 09:09:15 Step 3/24 : ARG ADD_BUILD_TAGS="" 09:09:15 ---> Using cache 09:09:15 ---> 0e7cf566ccaa 09:09:15 Step 4/24 : WORKDIR /edgex-go 09:09:15 ---> Using cache 09:09:15 ---> 80f9f3d04720 09:09:15 Step 5/24 : RUN apk add --update --no-cache make git 09:09:15 ---> Using cache 09:09:15 ---> a81fd6ac3dc5 09:09:15 Step 6/24 : COPY go.mod vendor* ./ 09:09:15 ---> Using cache 09:09:15 ---> fc15b201d9f5 09:09:15 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:09:15 ---> Using cache 09:09:15 ---> 032538685731 09:09:15 Step 8/24 : COPY . . 09:09:15 ---> Using cache 09:09:15 ---> 3113b398a7d9 09:09:15 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 09:09:15 ce5c4a1c91eb: Verifying Checksum 09:09:15 ce5c4a1c91eb: Download complete 09:09:15 52ebb69f0ebf: Verifying Checksum 09:09:15 52ebb69f0ebf: Download complete 09:09:20 ---> Running in 3d9556d16980 09:09:20 ---> Running in 8a0062eea0ab 09:09:20 Removing intermediate container 6a962803023e 09:09:20 ---> 830415e8d3f6 09:09:20 Step 25/25 : LABEL version=3.0.0-dev.113 09:09:20 ---> Running in 8102adf97b41 09:09:20 ---> Running in 74a90de449e3 09:09:20 Removing intermediate container 8a0062eea0ab 09:09:20 ---> ec16d2bfc15c 09:09:20 Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:09:20 ---> Running in 3705dde19049 09:09:20 Removing intermediate container 74a90de449e3 09:09:20 ---> 190f42b899c8 09:09:20 09:09:20 Successfully built 190f42b899c8 09:09:20 Successfully tagged core-metadata:latest 09:09:20  Building core-metadata ... done Building security-spire-server 09:09:21 Removing intermediate container 3705dde19049 09:09:21 ---> 11e02296c488 09:09:21 Step 23/23 : LABEL version=3.0.0-dev.113 09:09:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:09:24 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:09:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:09:24 ---> 6ea74f17cf30 09:09:24 Step 3/26 : WORKDIR /edgex-go 09:09:24 ---> Using cache 09:09:24 ---> 9301d63952f4 09:09:24 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 09:09:24 ---> Using cache 09:09:24 ---> 6d6418128f87 09:09:24 Step 5/26 : COPY go.mod vendor* ./ 09:09:24 ---> Using cache 09:09:24 ---> ec1875919f8b 09:09:24 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:09:25 ce5c4a1c91eb: Pull complete 09:09:25 169dfbe0d373: Pull complete 09:09:25 e1ff8fa3b103: Pull complete 09:09:30 ---> Running in 0b97dbbd05a6 09:09:30 ---> Running in 5b209300ed04 09:09:30 Removing intermediate container 0b97dbbd05a6 09:09:30 ---> bae344b16a04 09:09:30 09:09:30 Removing intermediate container 3d9556d16980 09:09:30 ---> 528a3b7700f1 09:09:30 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 09:09:30 Successfully built bae344b16a04 09:09:30 Removing intermediate container 7c894751f16a 09:09:30 ---> 53c5219cc09a 09:09:30 Step 7/27 : COPY . . 09:09:31 Successfully tagged support-scheduler:latest 09:09:31  Building support-scheduler ... done Building security-proxy-setup 09:09:32 52ebb69f0ebf: Pull complete 09:09:34 5abe8eddf0d5: Pull complete 09:09:34 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 09:09:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 09:09:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 09:09:34 + + docker buildecho -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 09:09:34 WORKDIR /edgex 09:09:34 COPY go.mod . 09:09:34 RUN go mod download ci-base-image-arm64 09:09:34 -f - . 09:09:35 Sending build context to Docker daemon 2.935MB 09:09:35 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 09:09:35 ---> 6cb57ee374ae 09:09:35 Step 2/4 : WORKDIR /edgex 09:09:37 ---> Running in a37e5ef8f1d1 09:09:37 Removing intermediate container a37e5ef8f1d1 09:09:37 ---> 5294e39c76a6 09:09:37 Step 3/4 : COPY go.mod . 09:09:37 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:09:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:09:37 ---> 6ea74f17cf30 09:09:37 Step 3/22 : WORKDIR /edgex-go 09:09:37 ---> Using cache 09:09:37 ---> 9301d63952f4 09:09:37 Step 4/22 : RUN apk add --update --no-cache make git 09:09:37 ---> Using cache 09:09:37 ---> 11c5762029e2 09:09:37 Step 5/22 : COPY go.mod vendor* ./ 09:09:37 ---> Using cache 09:09:37 ---> 2a4fd097df17 09:09:37 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:09:37 ---> Using cache 09:09:37 ---> 81d81240be67 09:09:37 Step 7/22 : COPY . . 09:09:37 ---> Using cache 09:09:37 ---> 84418784fb91 09:09:37 Step 8/22 : RUN make cmd/secrets-config/secrets-config 09:09:38 ---> 0a09d5db9407 09:09:38 Step 4/4 : RUN go mod download 09:09:38 ---> Running in f2736e002ea0 09:09:45 ---> b200dea4313c 09:09:45 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 09:09:45 ---> Running in 67c9302a2b17 09:09:45 ---> 5640b7c0a0dc 09:09:45 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 09:09:45 ---> Running in b5079b998a69 09:09:45 ---> 6f3a09de24f1 09:09:45 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:09:45 Removing intermediate container b5079b998a69 09:09:45 ---> 02574345fa4d 09:09:45 Step 9/27 : WORKDIR /edgex-go/spire-build 09:09:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:09:46 ---> Running in a89bb50605e9 09:09:46 ---> 9edccc2906ce 09:09:46 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 09:09:47 Removing intermediate container a89bb50605e9 09:09:47 ---> e98d4e0cc88c 09:09:47 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 09:09:47 ---> Running in d2f3c30dae13 09:09:47 ---> 3bde30334217 09:09:47 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 09:09:47 Removing intermediate container 8102adf97b41 09:09:47 ---> b5ac548d9849 09:09:47 09:09:47 Step 10/24 : FROM alpine:3.17 09:09:47 ---> b2aa39c304c2 09:09:47 Step 11/24 : RUN apk add --update --no-cache dumb-init 09:09:47 ---> Using cache 09:09:47 ---> 985c4a08ed72 09:09:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 09:09:47 ---> Using cache 09:09:47 ---> 3228511f4682 09:09:47 Step 13/24 : ENV APP_PORT=59882 09:09:47 ---> Running in ed832861a4be 09:09:47 Removing intermediate container d2f3c30dae13 09:09:47 ---> 2373658704d6 09:09:47 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 09:09:47 ---> 3865c0418b69 09:09:47 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 09:09:47 ---> Running in b69533ac2bd9 09:09:47 Removing intermediate container ed832861a4be 09:09:47 ---> 414bd0d53541 09:09:47 Step 14/24 : EXPOSE $APP_PORT 09:09:47 ---> Running in e629c23b7fa6 09:09:47 ---> 64bec343e520 09:09:47 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 09:09:47 Removing intermediate container e629c23b7fa6 09:09:47 ---> c6ff62a5960b 09:09:47 Step 15/24 : WORKDIR / 09:09:47 ---> Running in 1a776b167b40 09:09:47 ---> 1225688f08ea 09:09:47 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:09:47 Removing intermediate container 1a776b167b40 09:09:47 ---> 5eb4a8ad685c 09:09:47 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:09:48 ---> d45ee5a231ec 09:09:48 Step 28/33 : RUN chmod +x /entrypoint.sh 09:09:48 ---> Running in 598e31e40b86 09:09:48 ---> de78866eabf4 09:09:48 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 09:09:48 Removing intermediate container b69533ac2bd9 09:09:48 ---> b231df8e9f5b 09:09:48 Step 12/27 : WORKDIR /edgex-go 09:09:48 ---> Running in 6434bba29849 09:09:48 ---> ce92c395aaba 09:09:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:09:48 Removing intermediate container 6434bba29849 09:09:48 ---> 7caf01f984b7 09:09:48 09:09:48 Step 13/27 : FROM alpine:3.17 09:09:48 ---> b2aa39c304c2 09:09:48 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:09:48 ---> Using cache 09:09:48 ---> f803ca8cea52 09:09:48 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 09:09:48 ---> Running in 178a9e558383 09:09:48 ---> 8d0fe50a34c7 09:09:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 09:09:49 Removing intermediate container 598e31e40b86 09:09:49 ---> 337aeaa0c014 09:09:49 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 09:09:49 ---> Running in eab794826ec1 09:09:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:09:49 ---> b3e45cf67a0d 09:09:49 Step 20/24 : ENTRYPOINT ["/core-command"] 09:09:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:09:49 ---> Running in 5c53cf6adb66 09:09:49 Removing intermediate container eab794826ec1 09:09:49 ---> 6a6a59a4fae8 09:09:49 Step 30/33 : CMD ["gate"] 09:09:49 ---> Running in 115bc94f3bc5 09:09:49 Removing intermediate container 5c53cf6adb66 09:09:49 ---> db5b744a8c7f 09:09:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:09:49 v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 09:09:49 v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 09:09:49 OK: 17820 distinct packages available 09:09:49 ---> Running in e15fe82ec673 09:09:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:09:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:09:49 Removing intermediate container 115bc94f3bc5 09:09:49 ---> 7788593f85b2 09:09:49 Step 31/33 : LABEL arch=x86_64 09:09:49 Removing intermediate container e15fe82ec673 09:09:49 ---> a463ab089186 09:09:49 Step 22/24 : LABEL arch=x86_64 09:09:50 (1/4) Installing dumb-init (1.2.5-r2) 09:09:50 (2/4) Installing musl-obstack (1.2.3-r0) 09:09:50 (3/4) Installing libucontext (1.2-r0) 09:09:50 (4/4) Installing gcompat (1.1.0-r0) 09:09:50 Executing busybox-1.35.0-r29.trigger 09:09:50 OK: 7 MiB in 19 packages 09:09:50 ---> Running in d2a1c2e43ca4 09:09:50 ---> Running in 91a975989087 09:09:50 Removing intermediate container d2a1c2e43ca4 09:09:50 ---> 00f4f9d73c01 09:09:50 Step 32/33 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:09:50 Removing intermediate container 91a975989087 09:09:50 ---> 00074033f175 09:09:50 Step 23/24 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:09:50 ---> Running in 69164bd48b09 09:09:50 ---> Running in e0c3ed342f5c 09:09:50 Removing intermediate container 69164bd48b09 09:09:50 ---> 277e8607b7be 09:09:50 Step 33/33 : LABEL version=3.0.0-dev.113 09:09:50 Removing intermediate container e0c3ed342f5c 09:09:50 ---> 8abd0c948a71 09:09:50 Step 24/24 : LABEL version=3.0.0-dev.113 09:09:50 Removing intermediate container 178a9e558383 09:09:50 ---> 571d9517305b 09:09:50 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 09:09:51 ---> Running in e65ddc1afcac 09:09:51 ---> Running in 54bcb439160b 09:09:54 ---> 5b3ae0aa6383 09:09:54 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 09:09:54 Removing intermediate container e65ddc1afcac 09:09:54 ---> 0909825fb8be 09:09:54 09:09:54 Removing intermediate container 54bcb439160b 09:09:54 ---> d64da4eb43e2 09:09:54 09:09:54 ---> ac14014664ba 09:09:54 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:09:54 Successfully built 0909825fb8be 09:09:54 Successfully tagged security-bootstrapper:latest 09:09:54  Building security-bootstrapper ... done Building security-spiffe-token-provider 09:09:54 Successfully built d64da4eb43e2 09:09:54 Successfully tagged core-command:latest 09:09:54  Building core-command ... done Building support-notifications 09:10:00 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:10:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:10:00 ---> 6ea74f17cf30 09:10:00 Step 3/20 : WORKDIR /edgex-go 09:10:00 ---> Using cache 09:10:00 ---> 9301d63952f4 09:10:00 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 09:10:00 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:10:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:10:00 ---> 6ea74f17cf30 09:10:00 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:10:00 ---> Using cache 09:10:00 ---> 0e7cf566ccaa 09:10:00 Step 4/23 : WORKDIR /edgex-go 09:10:00 ---> Using cache 09:10:00 ---> 80f9f3d04720 09:10:00 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 09:10:12 ---> 0cda33146e33 09:10:12 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:10:12 ---> Running in e264d3d59e70 09:10:12 ---> Running in a5d1f5d86e45 09:10:12 ---> 0a6ee151f64a 09:10:12 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 09:10:12 ---> Running in 55abe4a16c17 09:10:12 Removing intermediate container 5b209300ed04 09:10:12 ---> e97f0f7a7481 09:10:12 Step 7/26 : COPY . . 09:10:12 Removing intermediate container 55abe4a16c17 09:10:12 ---> 4eb91afdb37d 09:10:12 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:10:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:10:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:10:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:10:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:10:12 v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 09:10:12 v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 09:10:12 OK: 17822 distinct packages available 09:10:12 OK: 265 MiB in 53 packages 09:10:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:10:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:10:12 OK: 265 MiB in 53 packages 09:10:17 Removing intermediate container f2736e002ea0 09:10:17 ---> b5a8ddec4707 09:10:17 Successfully built b5a8ddec4707 09:10:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:17 + docker inspect -f . ci-base-image-arm64 09:10:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:10:17 prd-ubuntu20.04-docker-arm64-4c-16g-5694 does not seem to be running inside a container 09:10:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:10:18 ---> a38a8c1a2485 09:10:18 Step 22/27 : WORKDIR / 09:10:18 ---> Running in 0adf2d73793b 09:10:18 Removing intermediate container 67c9302a2b17 09:10:18 ---> e9c6e6472d31 09:10:18 09:10:18 Step 9/22 : FROM alpine:3.17 09:10:18 ---> b2aa39c304c2 09:10:18 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 09:10:18 ---> 7d97eb41bf61 09:10:18 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 09:10:18 ---> Running in 4f25ac3bd634 09:10:18 ---> Running in 9e4a18440025 09:10:18 Removing intermediate container 0adf2d73793b 09:10:18 ---> 16fe1a6642fc 09:10:18 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:10:18 Removing intermediate container e264d3d59e70 09:10:18 ---> ba68d66b110b 09:10:18 Step 6/23 : COPY go.mod vendor* ./ 09:10:18 Removing intermediate container a5d1f5d86e45 09:10:18 ---> dd0ff2628830 09:10:18 Step 5/20 : COPY go.mod vendor* ./ 09:10:18 Removing intermediate container 9e4a18440025 09:10:18 ---> 86905d725032 09:10:18 Step 9/26 : WORKDIR /edgex-go/spire-build 09:10:18 ---> Running in 480b4f62f269 09:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:10:18 ---> Running in 4ee3a2071d8b 09:10:18 ---> 533eb7e58d08 09:10:18 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:10:18 ---> Running in 2f58c632aad1 09:10:18 ---> 4ec22e0c74e5 09:10:18 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:10:18 Removing intermediate container 480b4f62f269 09:10:18 ---> cf42f8e97067 09:10:18 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:10:18 ---> Running in 417bfc51151f 09:10:18 ---> Running in 042865e5c983 09:10:18 Removing intermediate container 4ee3a2071d8b 09:10:18 ---> 8cc3c5cc5e91 09:10:18 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 09:10:18 ---> Running in a3877d1de62b 09:10:18 Removing intermediate container 417bfc51151f 09:10:18 ---> f732c448c79e 09:10:18 Step 25/27 : LABEL arch=x86_64 09:10:18 (1/2) Installing dumb-init (1.2.5-r2) 09:10:18 (2/2) Installing openssl (3.0.8-r1) 09:10:18 Executing busybox-1.35.0-r29.trigger 09:10:18 OK: 8 MiB in 17 packages 09:10:18 ---> Running in 62d7ab829563 09:10:18 Removing intermediate container a3877d1de62b 09:10:18 ---> 9958acc360e7 09:10:18 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 09:10:18 ---> Running in e9f2bad1ed78 09:10:18 Removing intermediate container 62d7ab829563 09:10:18 ---> 878d7d6769f1 09:10:18 Step 26/27 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:10:18 ---> Running in 771fe3d065e6 09:10:18 Removing intermediate container 771fe3d065e6 09:10:18 ---> 9d7f0e360cf4 09:10:18 Step 27/27 : LABEL version=3.0.0-dev.113 09:10:18 ---> Running in 7b0feaab17ef 09:10:18 Removing intermediate container 4f25ac3bd634 09:10:18 ---> b1ef8bd345fb 09:10:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 09:10:18 ---> Running in 1f6a15543f40 09:10:18 Removing intermediate container 7b0feaab17ef 09:10:18 ---> 7958b25f93f6 09:10:18 09:10:18 Removing intermediate container 1f6a15543f40 09:10:18 ---> bbfe655d9c79 09:10:18 Step 12/22 : WORKDIR /edgex 09:10:18 Successfully built 7958b25f93f6 09:10:19 Successfully tagged security-spire-config:latest 09:10:19 Building security-proxy-auth 09:10:19  Building security-spire-config ... done  ---> Running in 7cc6667753eb 09:10:19 $ docker top 1eaf3dcd2e42311b1ab6a0a9252b80c719aa6f2d6086755c7467d575c0cdc9d6 -eo pid,comm [Pipeline] { [Pipeline] sh 09:10:20 + go version 09:10:20 go version go1.20.2 linux/arm64 [Pipeline] } 09:10:20 $ docker stop --time=1 1eaf3dcd2e42311b1ab6a0a9252b80c719aa6f2d6086755c7467d575c0cdc9d6 09:10:21 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:10:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:10:21 ---> 6ea74f17cf30 09:10:21 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:10:21 ---> Using cache 09:10:21 ---> 0e7cf566ccaa 09:10:21 Step 4/23 : WORKDIR /edgex-go 09:10:21 ---> Using cache 09:10:21 ---> 80f9f3d04720 09:10:21 Step 5/23 : RUN apk add --update --no-cache make git 09:10:21 ---> Using cache 09:10:21 ---> a81fd6ac3dc5 09:10:21 Step 6/23 : COPY go.mod vendor* ./ 09:10:21 ---> Using cache 09:10:21 ---> fc15b201d9f5 09:10:21 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:10:21 ---> Using cache 09:10:21 ---> 032538685731 09:10:21 Step 8/23 : COPY . . 09:10:21 ---> Using cache 09:10:21 ---> 3113b398a7d9 09:10:21 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 09:10:21 $ docker rm -f --volumes 1eaf3dcd2e42311b1ab6a0a9252b80c719aa6f2d6086755c7467d575c0cdc9d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:10:22 09:10:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:10:22 latest: Pulling from edgex-devops/edgex-compose-arm64 09:10:22 29e5d40040c1: Pulling fs layer 09:10:22 1ce36da41761: Pulling fs layer 09:10:22 25b303627fd3: Pulling fs layer 09:10:22 29e5d40040c1: Verifying Checksum 09:10:22 29e5d40040c1: Download complete 09:10:23 1ce36da41761: Download complete 09:10:23 29e5d40040c1: Pull complete 09:10:23 Removing intermediate container 7cc6667753eb 09:10:23 Removing intermediate container e9f2bad1ed78 09:10:23 ---> 33f6b280b689 09:10:23 ---> 9e81be30d8c0 09:10:23 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt /Step 12/26 : WORKDIR /edgex-go 09:10:23 09:10:23 ---> Running in f44cb01e1060 09:10:23 ---> Running in b191d51945b4 09:10:23 ---> c4691379be54 09:10:23 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 09:10:23 Removing intermediate container b191d51945b4 09:10:23 ---> ee830e1af7de 09:10:23 09:10:23 Step 13/26 : FROM alpine:3.17 09:10:23 ---> b2aa39c304c2 09:10:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:10:23 ---> Using cache 09:10:23 ---> f803ca8cea52 09:10:23 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:10:23 ---> Using cache 09:10:23 ---> 75a2905555cd 09:10:23 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 09:10:23 ---> Using cache 09:10:23 ---> d715a6ef5682 09:10:23 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 09:10:23 ---> Using cache 09:10:23 ---> 45aa1d5d44ea 09:10:23 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:10:23 ---> 262f45080b90 09:10:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:10:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:10:24 1ce36da41761: Pull complete 09:10:24 25b303627fd3: Verifying Checksum 09:10:24 25b303627fd3: Download complete 09:10:25 ---> de4f3483dea2 09:10:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:10:25 ---> 4a5a593d1d1a 09:10:25 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:10:25 ---> 6040475c46f7 09:10:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:10:25 ---> 9d235c41d55b 09:10:25 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:10:25 ---> 938a4dfa65de 09:10:25 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:10:26 ---> Running in 53ca8ff90028 09:10:26 ---> 4f8f29de6972 09:10:26 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:10:26 ---> 0e03b0ee30b8 09:10:26 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:10:26 ---> Running in 9cfc2b79a968 09:10:26 Removing intermediate container 9cfc2b79a968 09:10:26 ---> bfe2e2047b34 09:10:26 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:10:26 ---> Running in eeab5a814801 09:10:26 Removing intermediate container eeab5a814801 09:10:26 ---> 82285b1cb328 09:10:26 Step 24/26 : LABEL arch=x86_64 09:10:26 Removing intermediate container 53ca8ff90028 09:10:26 ---> 13ab8f44e547 09:10:26 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 09:10:26 ---> Running in e93c7fca1bb0 09:10:26 ---> Running in 0f28ef4d973b 09:10:27 Removing intermediate container e93c7fca1bb0 09:10:27 ---> 207f8e5d8830 09:10:27 Step 25/26 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:10:27 ---> Running in 2834f16cf0b0 09:10:27 Removing intermediate container 0f28ef4d973b 09:10:27 ---> 59ae64869bcf 09:10:27 Step 20/22 : LABEL arch=x86_64 09:10:27 ---> Running in 1cc9ec231a4d 09:10:27 Removing intermediate container 2834f16cf0b0 09:10:27 ---> d72e85e4b096 09:10:27 Step 26/26 : LABEL version=3.0.0-dev.113 09:10:27 Removing intermediate container 1cc9ec231a4d 09:10:27 ---> 57d25570c412 09:10:27 Step 21/22 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:10:27 ---> Running in f33b6eaa2fe2 09:10:28 ---> Running in 9223e0874f63 09:10:28 Removing intermediate container f33b6eaa2fe2 09:10:28 ---> bb0d365ec1f4 09:10:28 09:10:28 Successfully built bb0d365ec1f4 09:10:28 Successfully tagged security-spire-server:latest 09:10:28  Building security-spire-server ... done Building core-common-config-bootstrapper 09:10:28 Removing intermediate container 9223e0874f63 09:10:28 ---> b30fb59a2eec 09:10:28 Step 22/22 : LABEL version=3.0.0-dev.113 09:10:32 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:10:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:10:32 ---> 6ea74f17cf30 09:10:32 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:10:32 ---> Using cache 09:10:32 ---> 0e7cf566ccaa 09:10:32 Step 4/23 : WORKDIR /edgex-go 09:10:32 ---> Using cache 09:10:32 ---> 80f9f3d04720 09:10:32 Step 5/23 : RUN apk add --update --no-cache make git 09:10:32 ---> Using cache 09:10:32 ---> a81fd6ac3dc5 09:10:32 Step 6/23 : COPY go.mod vendor* ./ 09:10:32 ---> Using cache 09:10:32 ---> fc15b201d9f5 09:10:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:10:32 ---> Using cache 09:10:32 ---> 032538685731 09:10:32 Step 8/23 : COPY . . 09:10:32 ---> Using cache 09:10:32 ---> 3113b398a7d9 09:10:32 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:10:34 25b303627fd3: Pull complete 09:10:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:10:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:10:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:10:35 prd-ubuntu20.04-docker-arm64-4c-16g-5694 does not seem to be running inside a container 09:10:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:10:37 $ docker top 8f01be948ae08fdd297c992e2649fbb5910ae74bb9460fd5f8950555497f2361 -eo pid,comm [Pipeline] { [Pipeline] sh 09:10:38 + docker-compose build --help 09:10:38 + grep parallel 09:10:42 ---> Running in f0d458be01a4 09:10:42 ---> Running in 2a199688c32d 09:10:42 Removing intermediate container f0d458be01a4 09:10:42 ---> 63e6776c5160 09:10:42 09:10:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:10:42 Successfully built 63e6776c5160 09:10:42 Successfully tagged security-proxy-setup:latest 09:10:42  Building security-proxy-setup ... done Building security-secretstore-setup 09:10:43 --parallel Build images in parallel. [Pipeline] } 09:10:43 $ docker stop --time=1 8f01be948ae08fdd297c992e2649fbb5910ae74bb9460fd5f8950555497f2361 09:10:45 $ docker rm -f --volumes 8f01be948ae08fdd297c992e2649fbb5910ae74bb9460fd5f8950555497f2361 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:10:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:10:46 prd-ubuntu20.04-docker-arm64-4c-16g-5694 does not seem to be running inside a container 09:10:46 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:10:46 Step 2/25 : FROM ${BUILDER_BASE} AS builder 09:10:46 ---> 6ea74f17cf30 09:10:46 Step 3/25 : WORKDIR /edgex-go 09:10:46 ---> Using cache 09:10:46 ---> 9301d63952f4 09:10:46 Step 4/25 : RUN apk add --update --no-cache make git 09:10:46 ---> Using cache 09:10:46 ---> 11c5762029e2 09:10:46 Step 5/25 : COPY go.mod vendor* ./ 09:10:46 ---> Using cache 09:10:46 ---> 2a4fd097df17 09:10:46 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:10:46 ---> Using cache 09:10:46 ---> 81d81240be67 09:10:46 Step 7/25 : COPY . . 09:10:46 ---> Using cache 09:10:46 ---> 84418784fb91 09:10:46 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:10:46 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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 09:10:47 $ docker top 7e31c3b65178f28ae4dcc6c35210eadad94e2d172a3555c89052a13b6d9c366d -eo pid,comm [Pipeline] { [Pipeline] sh 09:10:48 + docker-compose -f ./docker-compose-build.yml build --parallel 09:10:53 Building core-command ... 09:10:53 Building core-common-config-bootstrapper ... 09:10:53 Building core-data ... 09:10:53 Building core-metadata ... 09:10:53 Building security-bootstrapper ... 09:10:53 Building security-proxy-auth ... 09:10:53 Building security-proxy-setup ... 09:10:53 Building security-secretstore-setup ... 09:10:53 Building security-spiffe-token-provider ... 09:10:53 Building security-spire-agent ... 09:10:53 Building security-spire-config ... 09:10:53 Building security-spire-server ... 09:10:53 Building support-notifications ... 09:10:53 Building support-scheduler ... 09:10:53 Building support-scheduler 09:10:53 Building security-spire-config 09:10:53 Building core-common-config-bootstrapper 09:10:53 Building security-spire-agent 09:10:53 Building security-spire-server 09:10:56 ---> Running in a07f442467df 09:10:56 Removing intermediate container f44cb01e1060 09:10:56 ---> 2b2f7d205f59 09:10:56 09:10:56 Step 10/23 : FROM alpine:3.17 09:10:56 ---> b2aa39c304c2 09:10:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 09:10:56 ---> Running in 7bafe76bc0dc 09:10:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:10:56 Removing intermediate container 042865e5c983 09:10:56 ---> b232d82e9446 09:10:56 Step 7/20 : COPY . . 09:10:56 Removing intermediate container 2f58c632aad1 09:10:56 ---> 5b25d146f7e1 09:10:56 Step 8/23 : COPY . . 09:10:56 Removing intermediate container 7bafe76bc0dc 09:10:56 ---> 9d0285c119f3 09:10:56 Step 12/23 : RUN apk add --update --no-cache dumb-init 09:10:56 ---> Running in b5bff25f71ae 09:10:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:10:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:10:56 (1/1) Installing dumb-init (1.2.5-r2) 09:10:56 Executing busybox-1.35.0-r29.trigger 09:10:56 OK: 7 MiB in 16 packages 09:11:05 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:11:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:11:05 ---> b5a8ddec4707 09:11:05 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:11:05 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:11:05 Step 2/27 : FROM ${BUILDER_BASE} AS builder 09:11:05 ---> b5a8ddec4707 09:11:05 Step 3/27 : WORKDIR /edgex-go 09:11:05 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:11:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:11:05 ---> b5a8ddec4707 09:11:05 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:11:05 ---> Running in 89f81c78937f 09:11:05 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:11:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:11:05 ---> b5a8ddec4707 09:11:05 Step 3/26 : WORKDIR /edgex-go 09:11:05 ---> Running in 21724fcced3e 09:11:05 ---> Running in b6f7778bb015 09:11:05 ---> Running in 392678ee3f1f 09:11:05 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:11:05 Step 2/27 : FROM ${BUILDER_BASE} AS builder 09:11:05 ---> b5a8ddec4707 09:11:05 Step 3/27 : WORKDIR /edgex-go 09:11:06 Removing intermediate container 89f81c78937f 09:11:06 ---> 7b89098cb456 09:11:06 Step 4/23 : WORKDIR /edgex-go 09:11:06 ---> Running in d751210f3c00 09:11:06 Removing intermediate container 21724fcced3e 09:11:06 ---> 82fca4e283b2 09:11:06 Step 4/23 : WORKDIR /edgex-go 09:11:06 Removing intermediate container b5bff25f71ae 09:11:06 ---> 99d3b6a6fb78 09:11:06 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:11:06 ---> 2d1b700f267f 09:11:06 Step 9/23 : RUN make cmd/support-notifications/support-notifications 09:11:06 ---> 5d20c8f83aae 09:11:06 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:11:06 ---> Running in db599702b508 09:11:06 ---> Running in b038c7ffc48b 09:11:06 ---> c54c14e1b875 09:11:06 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 09:11:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:11:06 ---> Running in 6df9b7027a6f 09:11:06 ---> Running in 9aa0acd00a67 09:11:06 Removing intermediate container b6f7778bb015 09:11:06 ---> a664158debc0 09:11:06 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 09:11:06 Removing intermediate container 392678ee3f1f 09:11:06 ---> c539e91cdad4 09:11:06 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 09:11:06 ---> Running in e22e2572f862 09:11:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:11:06 ---> Running in 3c70038a7e27 09:11:06 ---> a61d157d787e 09:11:06 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:11:07 Removing intermediate container d751210f3c00 09:11:07 ---> 07016bf809a1 09:11:07 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 09:11:07 Removing intermediate container 6df9b7027a6f 09:11:07 ---> 162323448b26 09:11:07 Step 5/23 : RUN apk add --update --no-cache make git 09:11:07 Removing intermediate container 2a199688c32d 09:11:07 ---> f2a41d809b62 09:11:07 09:11:07 Step 10/23 : FROM alpine:3.17 09:11:07 ---> b2aa39c304c2 09:11:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 09:11:07 ---> Using cache 09:11:07 ---> 9d0285c119f3 09:11:07 Step 12/23 : RUN apk add --update --no-cache dumb-init 09:11:07 ---> Using cache 09:11:07 ---> 99d3b6a6fb78 09:11:07 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:11:07 ---> Using cache 09:11:07 ---> c54c14e1b875 09:11:07 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 09:11:07 ---> Using cache 09:11:07 ---> a61d157d787e 09:11:07 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:11:07 Removing intermediate container 9aa0acd00a67 09:11:07 ---> b1ea92507f84 09:11:07 Step 5/23 : RUN apk add --update --no-cache make git 09:11:07 ---> Running in 3a6188389751 09:11:07 ---> Running in 0abffb1deb67 09:11:07 ---> Running in 1c637d314b4e 09:11:07 ---> 4baf67015b96 09:11:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 09:11:07 ---> fb2927658094 09:11:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 09:11:07 ---> 0fd9670a7b8f 09:11:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 09:11:07 ---> fbd8d2a62589 09:11:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 09:11:08 ---> 118273550313 09:11:08 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:11:08 ---> Running in 3c928f68b3eb 09:11:08 ---> 92bf7f0c829e 09:11:08 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:11:08 ---> Running in 792cfd884d18 09:11:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:11:09 Removing intermediate container 3c928f68b3eb 09:11:09 ---> f54f30aa9e33 09:11:09 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 09:11:09 ---> Running in f21b7c06dc9b 09:11:09 Removing intermediate container 792cfd884d18 09:11:09 ---> 2b44d49825ab 09:11:09 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 09:11:09 Removing intermediate container f21b7c06dc9b 09:11:09 ---> 665436a253bb 09:11:09 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 09:11:09 ---> Running in a9a81f296a76 09:11:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:11:09 ---> Running in 2cd608490a2f 09:11:09 Removing intermediate container a9a81f296a76 09:11:09 ---> 629639acabd2 09:11:09 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 09:11:09 Removing intermediate container 2cd608490a2f 09:11:09 ---> 8f810833ffcf 09:11:09 Step 21/23 : LABEL arch=x86_64 09:11:09 ---> Running in 997e44393419 09:11:09 ---> Running in 7d91fde49fac 09:11:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:11:09 Removing intermediate container 7d91fde49fac 09:11:09 ---> a9d0a175b522 09:11:09 Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:09 Removing intermediate container 997e44393419 09:11:09 ---> 01da3dacc90e 09:11:09 Step 21/23 : LABEL arch=x86_64 09:11:09 ---> Running in 93f433b42afa 09:11:09 ---> Running in c5c2f56e2014 09:11:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:11:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:11:10 Removing intermediate container c5c2f56e2014 09:11:10 ---> 2a9e73a39994 09:11:10 Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:10 Removing intermediate container 93f433b42afa 09:11:10 ---> e68001b04979 09:11:10 Step 23/23 : LABEL version=3.0.0-dev.113 09:11:10 ---> Running in 572f3e86488e 09:11:10 ---> Running in a8050079c253 09:11:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:11:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:11:10 Removing intermediate container 572f3e86488e 09:11:10 ---> deb9fa122969 09:11:10 Step 23/23 : LABEL version=3.0.0-dev.113 09:11:10 Removing intermediate container a8050079c253 09:11:10 ---> 03d2c18fd2ae 09:11:10 09:11:10 Successfully built 03d2c18fd2ae 09:11:10 Successfully tagged security-proxy-auth:latest 09:11:10  Building security-proxy-auth ... done  ---> Running in 9c6ab9ce8254 09:11:10 Removing intermediate container 9c6ab9ce8254 09:11:10 ---> 5a5d2ac35cc0 09:11:10 09:11:10 Successfully built 5a5d2ac35cc0 09:11:10 Successfully tagged core-common-config-bootstrapper:latest 09:11:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:11:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:11:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:11:11 OK: 263 MiB in 53 packages 09:11:11 OK: 263 MiB in 53 packages 09:11:12 OK: 263 MiB in 53 packages 09:11:12 OK: 263 MiB in 53 packages 09:11:12 OK: 263 MiB in 53 packages 09:11:13 Removing intermediate container 3c70038a7e27 09:11:13 ---> 632edf4e4a11 09:11:13 Step 5/26 : COPY go.mod vendor* ./ 09:11:13 Removing intermediate container e22e2572f862 09:11:13 ---> 27c484a1a546 09:11:13 Step 5/27 : COPY go.mod vendor* ./ 09:11:14 Removing intermediate container 3a6188389751 09:11:14 ---> e828ef71faa8 09:11:14 Step 5/27 : COPY go.mod vendor* ./ 09:11:14 Removing intermediate container 0abffb1deb67 09:11:14 ---> d73d91096355 09:11:14 Step 6/23 : COPY go.mod vendor* ./ 09:11:14 Removing intermediate container 1c637d314b4e 09:11:14 ---> 4fdde32024d3 09:11:14 Step 6/23 : COPY go.mod vendor* ./ 09:11:14 ---> b17b07bdd60d 09:11:14 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:11:14 ---> cc94365e2cee 09:11:14 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:11:14 ---> Running in 452878033f21 09:11:14 ---> Running in 9f1c37474abd 09:11:15 ---> 9cf4a00cd057 09:11:15 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:11:15 ---> 3b7f0247facc 09:11:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:11:15 ---> Running in de3a8623fd3f 09:11:15 ---> b8d4a95db4ea 09:11:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:11:15 ---> Running in 086bec70defa 09:11:15  Building core-common-config-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:11:15 ---> Running in 3afd6348a489 09:11:25 Removing intermediate container a07f442467df 09:11:25 ---> d12cf0a7afcd 09:11:25 09:11:25 Step 9/25 : FROM alpine:3.17 09:11:25 ---> b2aa39c304c2 09:11:25 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 09:11:25 ---> Running in 46f5fde3e572 09:11:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:11:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:11:25 (1/3) Installing ca-certificates (20220614-r4) 09:11:25 (2/3) Installing dumb-init (1.2.5-r2) 09:11:25 (3/3) Installing su-exec (0.2-r2) 09:11:25 Executing busybox-1.35.0-r29.trigger 09:11:25 Executing ca-certificates-20220614-r4.trigger 09:11:25 OK: 8 MiB in 18 packages 09:11:27 Removing intermediate container 46f5fde3e572 09:11:27 ---> b9b9c3285580 09:11:27 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 09:11:27 ---> Running in f5c894d3b3fa 09:11:27 Removing intermediate container f5c894d3b3fa 09:11:27 ---> af9e7c9c1f10 09:11:27 Step 12/25 : WORKDIR / 09:11:27 ---> Running in 64f68fd21ce1 09:11:27 Removing intermediate container 64f68fd21ce1 09:11:27 ---> cec9bdf67e4e 09:11:27 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 09:11:27 ---> c859eb88faa4 09:11:27 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 09:11:29 ---> 198b52d28097 09:11:29 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:11:30 ---> 864d70302c59 09:11:30 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 09:11:30 Removing intermediate container b038c7ffc48b 09:11:30 ---> c414d6b0e2e6 09:11:30 09:11:30 Step 9/20 : FROM alpine:3.17 09:11:30 ---> b2aa39c304c2 09:11:30 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 09:11:30 ---> Using cache 09:11:30 ---> 0eb228df84bf 09:11:30 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:11:30 ---> Running in 38c530945aa9 09:11:30 ---> 28755d22186a 09:11:30 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:11:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:11:30 ---> 7c1bcbd9ba6e 09:11:30 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:11:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:11:30 v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 09:11:30 v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 09:11:30 OK: 17820 distinct packages available 09:11:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:11:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:11:31 (1/9) Installing ca-certificates (20220614-r4) 09:11:31 (2/9) Installing brotli-libs (1.0.9-r9) 09:11:31 (3/9) Installing nghttp2-libs (1.51.0-r0) 09:11:31 (4/9) Installing libcurl (7.88.1-r1) 09:11:31 (5/9) Installing curl (7.88.1-r1) 09:11:31 (6/9) Installing dumb-init (1.2.5-r2) 09:11:31 (7/9) Installing musl-obstack (1.2.3-r0) 09:11:31 (8/9) Installing libucontext (1.2-r0) 09:11:31 (9/9) Installing gcompat (1.1.0-r0) 09:11:31 Executing busybox-1.35.0-r29.trigger 09:11:31 Executing ca-certificates-20220614-r4.trigger 09:11:31 OK: 10 MiB in 24 packages 09:11:32 ---> 350432e92ceb 09:11:32 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:11:32 Removing intermediate container db599702b508 09:11:32 ---> a1e27bd1743d 09:11:32 09:11:32 Step 10/23 : FROM alpine:3.17 09:11:32 ---> b2aa39c304c2 09:11:32 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 09:11:32 ---> Running in b9c5a9ae4c64 09:11:32 Removing intermediate container 38c530945aa9 09:11:32 ---> 966c62c669c1 09:11:32 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 09:11:32 ---> e7440de84759 09:11:32 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:11:33 ---> 4f4b04284fb1 09:11:33 ---> 0f1c3d6605da 09:11:33 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Step 13/20 : COPY --from=builder /edgex-go/security.txt / 09:11:33 09:11:33 ---> Running in ed4b020cb533 09:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:11:33 ---> 9f5b0aed2439 09:11:33 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:11:33 (1/2) Installing ca-certificates (20220614-r4) 09:11:33 (2/2) Installing dumb-init (1.2.5-r2) 09:11:33 Executing busybox-1.35.0-r29.trigger 09:11:33 Executing ca-certificates-20220614-r4.trigger 09:11:33 OK: 8 MiB in 17 packages 09:11:33 ---> e9d38f966b14 09:11:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 09:11:34 ---> 70d5e1cea357 09:11:34 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 09:11:34 Removing intermediate container ed4b020cb533 09:11:34 ---> c90fe2f8051d 09:11:34 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 09:11:34 ---> Running in 8b9061528487 09:11:34 ---> Running in 0fe52c1e47d1 09:11:34 Removing intermediate container 8b9061528487 09:11:34 ---> 43ec1c877157 09:11:34 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:11:34 Removing intermediate container 0fe52c1e47d1 09:11:34 ---> e8c4e90188a8 09:11:34 Step 23/25 : LABEL arch=x86_64 09:11:34 ---> Running in 7ba69f6cfb74 09:11:34 ---> Running in 0db6965d9efd 09:11:34 Removing intermediate container b9c5a9ae4c64 09:11:34 ---> 4abc8a2e7804 09:11:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 09:11:34 ---> Running in 14dba6e5c4fd 09:11:34 Removing intermediate container 7ba69f6cfb74 09:11:34 ---> 054d9c0b082f 09:11:34 Step 18/20 : LABEL arch=x86_64 09:11:34 Removing intermediate container 0db6965d9efd 09:11:34 ---> 89b7e14ad111 09:11:34 Step 24/25 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:34 ---> Running in b7de2673f5e6 09:11:34 ---> Running in d22f40fe6dfb 09:11:34 Removing intermediate container 14dba6e5c4fd 09:11:34 ---> e56d6133ee85 09:11:34 Step 13/23 : ENV APP_PORT=59860 09:11:34 ---> Running in a37491058872 09:11:34 Removing intermediate container b7de2673f5e6 09:11:34 ---> 55ec9043c13c 09:11:34 Step 19/20 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:34 ---> Running in c3a30d4c1177 09:11:34 Removing intermediate container d22f40fe6dfb 09:11:34 ---> 65edd7fcc3d3 09:11:34 Step 25/25 : LABEL version=3.0.0-dev.113 09:11:34 Removing intermediate container a37491058872 09:11:34 ---> 8b6420e4134e 09:11:34 Step 14/23 : EXPOSE $APP_PORT 09:11:34 ---> Running in 837a1805ca07 09:11:34 ---> Running in 8bb54beb4e77 09:11:34 Removing intermediate container c3a30d4c1177 09:11:34 ---> ca865fc295af 09:11:34 Step 20/20 : LABEL version=3.0.0-dev.113 09:11:34 ---> Running in 32e9b95b2da5 09:11:34 Removing intermediate container 837a1805ca07 09:11:34 ---> 6814253f5a45 09:11:34 09:11:34 Removing intermediate container 8bb54beb4e77 09:11:34 ---> 8e193cefe5ab 09:11:34 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:11:34 Successfully built 6814253f5a45 09:11:34 Successfully tagged security-secretstore-setup:latest 09:11:34  Building security-secretstore-setup ... done Removing intermediate container 32e9b95b2da5 09:11:34 ---> 0e238691037c 09:11:34 09:11:35 Successfully built 0e238691037c 09:11:35 Successfully tagged security-spiffe-token-provider:latest 09:11:35  Building security-spiffe-token-provider ... done  ---> 04018e451d1c 09:11:35 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 09:11:35 ---> 9c58e905f976 09:11:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:11:36 ---> 8a8008885b86 09:11:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 09:11:36 ---> 7ed799fa2bc4 09:11:36 Step 19/23 : ENTRYPOINT ["/support-notifications"] 09:11:36 ---> Running in c4def4a64956 09:11:36 Removing intermediate container c4def4a64956 09:11:36 ---> 5c7d631fee49 09:11:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:11:36 ---> Running in d74a44a51aed 09:11:36 Removing intermediate container d74a44a51aed 09:11:36 ---> cde0fd0f5cc7 09:11:36 Step 21/23 : LABEL arch=x86_64 09:11:36 ---> Running in 5ce8924516ee 09:11:36 Removing intermediate container 5ce8924516ee 09:11:36 ---> cdb11ddce3f7 09:11:36 Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:36 ---> Running in 1cbf50233e63 09:11:36 Removing intermediate container 1cbf50233e63 09:11:36 ---> 6fa13c553411 09:11:36 Step 23/23 : LABEL version=3.0.0-dev.113 09:11:36 ---> Running in 41444bb8115f 09:11:36 Removing intermediate container 41444bb8115f 09:11:36 ---> 7898f83dc6d6 09:11:36 09:11:36 Successfully built 7898f83dc6d6 09:11:36 Successfully tagged support-notifications:latest 09:11:37  Building support-notifications ... done  [Pipeline] } 09:11:37 $ docker stop --time=1 7e513a0df0cfa5663973e0cdb3d87d967ce725f700f78873d69ed148cf472559 09:11:38 $ docker rm -f --volumes 7e513a0df0cfa5663973e0cdb3d87d967ce725f700f78873d69ed148cf472559 [Pipeline] // withDockerContainer [Pipeline] sh 09:11:38 + docker images 09:11:38 REPOSITORY TAG IMAGE ID CREATED SIZE 09:11:38 support-notifications latest 7898f83dc6d6 2 seconds ago 32.7MB 09:11:38 security-secretstore-setup latest 6814253f5a45 4 seconds ago 32.8MB 09:11:38 security-spiffe-token-provider latest 0e238691037c 4 seconds ago 32.8MB 09:11:38 a1e27bd1743d 6 seconds ago 1.75GB 09:11:38 c414d6b0e2e6 9 seconds ago 1.73GB 09:11:38 d12cf0a7afcd 17 seconds ago 1.68GB 09:11:38 security-proxy-auth latest 03d2c18fd2ae 28 seconds ago 18.3MB 09:11:38 core-common-config-bootstrapper latest 5a5d2ac35cc0 28 seconds ago 17.2MB 09:11:38 f2a41d809b62 32 seconds ago 1.68GB 09:11:38 2b2f7d205f59 44 seconds ago 1.66GB 09:11:38 security-proxy-setup latest 63e6776c5160 56 seconds ago 18.7MB 09:11:38 security-spire-server latest bb0d365ec1f4 About a minute ago 89.8MB 09:11:38 ee830e1af7de About a minute ago 1.54GB 09:11:38 security-spire-config latest 7958b25f93f6 About a minute ago 88.9MB 09:11:38 e9c6e6472d31 About a minute ago 1.67GB 09:11:38 security-bootstrapper latest 0909825fb8be About a minute ago 22.2MB 09:11:38 core-command latest d64da4eb43e2 About a minute ago 19.8MB 09:11:38 7caf01f984b7 About a minute ago 1.54GB 09:11:38 b5ac548d9849 About a minute ago 1.69GB 09:11:38 support-scheduler latest bae344b16a04 2 minutes ago 32.1MB 09:11:38 core-metadata latest 190f42b899c8 2 minutes ago 20.4MB 09:11:38 core-data latest 19c59443c149 2 minutes ago 20MB 09:11:38 ce08f0aec0f2 2 minutes ago 1.75GB 09:11:38 451692a619d2 2 minutes ago 1.69GB 09:11:38 0612f6659407 2 minutes ago 1.69GB 09:11:38 8d8a240dd92f 2 minutes ago 1.67GB 09:11:38 security-spire-agent latest 56a22ab3cfff 2 minutes ago 129MB 09:11:38 e7b390b21d9a 3 minutes ago 1.54GB 09:11:38 ci-base-image-x86_64 latest 6ea74f17cf30 7 minutes ago 881MB 09:11:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 13 days ago 664MB 09:11:38 alpine 3.17 b2aa39c304c2 5 weeks ago 7.05MB 09:11:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 09:11:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:11:38 provisioning config files... 09:11:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/475@tmp/config5536829633801869756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:11:39 ---> docker-login.sh 09:11:39 nexus3.edgexfoundry.org:10001 09:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:11:39 Configure a credential helper to remove this warning. See 09:11:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:11:39 09:11:39 Login Succeeded 09:11:39 nexus3.edgexfoundry.org:10002 09:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:11:39 Configure a credential helper to remove this warning. See 09:11:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:11:39 09:11:39 Login Succeeded 09:11:39 nexus3.edgexfoundry.org:10003 09:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:11:39 Configure a credential helper to remove this warning. See 09:11:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:11:39 09:11:39 Login Succeeded 09:11:39 nexus3.edgexfoundry.org:10004 09:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:11:39 Configure a credential helper to remove this warning. See 09:11:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:11:39 09:11:39 Login Succeeded 09:11:39 docker.io 09:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:11:39 Configure a credential helper to remove this warning. See 09:11:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:11:39 09:11:39 Login Succeeded 09:11:39 ---> docker-login.sh ends [Pipeline] } 09:11:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:11:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:11:39 [edgeXDocker.push] Tagging docker image core-command with the following tags: 09:11:39 32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:39 latest 09:11:39 3.0.0-dev.113 09:11:39 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:39 main 09:11:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:40 + docker push nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:11:40 7c4bce71bccf: Preparing 09:11:40 adb1d61aa5d0: Preparing 09:11:40 d47e1d9dcc29: Preparing 09:11:40 d72ead4c2bef: Preparing 09:11:40 2cae96506a52: Preparing 09:11:40 7cd52847ad77: Preparing 09:11:40 7cd52847ad77: Waiting 09:11:40 7c4bce71bccf: Pushed 09:11:40 2cae96506a52: Pushed 09:11:40 d72ead4c2bef: Pushed 09:11:40 d47e1d9dcc29: Pushed 09:11:40 7cd52847ad77: Layer already exists 09:11:41 adb1d61aa5d0: Pushed 09:11:41 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:b5cd3dc114613e801a51bf1b3ecb16839094659b892bf8a8af0c30546ff72182 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:42 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 09:11:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:11:42 7c4bce71bccf: Preparing 09:11:42 adb1d61aa5d0: Preparing 09:11:42 d47e1d9dcc29: Preparing 09:11:42 d72ead4c2bef: Preparing 09:11:42 2cae96506a52: Preparing 09:11:42 7cd52847ad77: Preparing 09:11:42 d72ead4c2bef: Layer already exists 09:11:42 adb1d61aa5d0: Layer already exists 09:11:42 2cae96506a52: Layer already exists 09:11:42 d47e1d9dcc29: Layer already exists 09:11:42 7c4bce71bccf: Layer already exists 09:11:42 7cd52847ad77: Layer already exists 09:11:42 latest: digest: sha256:b5cd3dc114613e801a51bf1b3ecb16839094659b892bf8a8af0c30546ff72182 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:43 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.113 09:11:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:11:43 7c4bce71bccf: Preparing 09:11:43 adb1d61aa5d0: Preparing 09:11:43 d47e1d9dcc29: Preparing 09:11:43 d72ead4c2bef: Preparing 09:11:43 2cae96506a52: Preparing 09:11:43 7cd52847ad77: Preparing 09:11:43 7c4bce71bccf: Layer already exists 09:11:43 2cae96506a52: Layer already exists 09:11:43 d72ead4c2bef: Layer already exists 09:11:43 adb1d61aa5d0: Layer already exists 09:11:43 d47e1d9dcc29: Layer already exists 09:11:43 7cd52847ad77: Layer already exists 09:11:43 3.0.0-dev.113: digest: sha256:b5cd3dc114613e801a51bf1b3ecb16839094659b892bf8a8af0c30546ff72182 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:43 + docker push nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:11:43 7c4bce71bccf: Preparing 09:11:43 adb1d61aa5d0: Preparing 09:11:43 d47e1d9dcc29: Preparing 09:11:43 d72ead4c2bef: Preparing 09:11:43 2cae96506a52: Preparing 09:11:43 7cd52847ad77: Preparing 09:11:43 7cd52847ad77: Waiting 09:11:43 d47e1d9dcc29: Layer already exists 09:11:43 2cae96506a52: Layer already exists 09:11:43 7c4bce71bccf: Layer already exists 09:11:43 adb1d61aa5d0: Layer already exists 09:11:43 d72ead4c2bef: Layer already exists 09:11:43 7cd52847ad77: Layer already exists 09:11:43 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:b5cd3dc114613e801a51bf1b3ecb16839094659b892bf8a8af0c30546ff72182 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:44 + docker push nexus3.edgexfoundry.org:10004/core-command:main 09:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:11:44 7c4bce71bccf: Preparing 09:11:44 adb1d61aa5d0: Preparing 09:11:44 d47e1d9dcc29: Preparing 09:11:44 d72ead4c2bef: Preparing 09:11:44 2cae96506a52: Preparing 09:11:44 7cd52847ad77: Preparing 09:11:44 7cd52847ad77: Waiting 09:11:44 d72ead4c2bef: Layer already exists 09:11:44 7c4bce71bccf: Layer already exists 09:11:44 adb1d61aa5d0: Layer already exists 09:11:44 2cae96506a52: Layer already exists 09:11:44 d47e1d9dcc29: Layer already exists 09:11:44 7cd52847ad77: Layer already exists 09:11:44 main: digest: sha256:b5cd3dc114613e801a51bf1b3ecb16839094659b892bf8a8af0c30546ff72182 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:11:44 ===================================================== [Pipeline] echo 09:11:44 taggedImages: 09:11:44 - nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:44 - nexus3.edgexfoundry.org:10004/core-command:latest 09:11:44 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.113 09:11:44 - nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:44 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 09:11:44 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 09:11:44 32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:44 latest 09:11:44 3.0.0-dev.113 09:11:44 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:44 main 09:11:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:44 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:11:45 8d11f5f37ccd: Preparing 09:11:45 2a8fa4adcc21: Preparing 09:11:45 2ef4a8eeabaa: Preparing 09:11:45 315742878960: Preparing 09:11:45 d47e1d9dcc29: Preparing 09:11:45 d72ead4c2bef: Preparing 09:11:45 946f1100699f: Preparing 09:11:45 7cd52847ad77: Preparing 09:11:45 d72ead4c2bef: Waiting 09:11:45 7cd52847ad77: Waiting 09:11:45 946f1100699f: Waiting 09:11:45 d47e1d9dcc29: Layer already exists 09:11:45 d72ead4c2bef: Layer already exists 09:11:45 2a8fa4adcc21: Pushed 09:11:45 2ef4a8eeabaa: Pushed 09:11:45 8d11f5f37ccd: Pushed 09:11:45 7cd52847ad77: Layer already exists 09:11:45 946f1100699f: Pushed 09:11:46 315742878960: Pushed 09:11:46 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:54c9e27c209edf3a4fbac3c22df556267edce7408dfe5da9840239beea9d4bea size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:46 + 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 09:11:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:11:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:11:46 8d11f5f37ccd: Preparing 09:11:46 2a8fa4adcc21: Preparing 09:11:46 2ef4a8eeabaa: Preparing 09:11:46 315742878960: Preparing 09:11:46 d47e1d9dcc29: Preparing 09:11:46 d72ead4c2bef: Preparing 09:11:46 946f1100699f: Preparing 09:11:46 7cd52847ad77: Preparing 09:11:46 946f1100699f: Waiting 09:11:46 7cd52847ad77: Waiting 09:11:46 d72ead4c2bef: Waiting 09:11:46 2a8fa4adcc21: Layer already exists 09:11:46 315742878960: Layer already exists 09:11:46 2ef4a8eeabaa: Layer already exists 09:11:46 d47e1d9dcc29: Layer already exists 09:11:46 8d11f5f37ccd: Layer already exists 09:11:46 d72ead4c2bef: Layer already exists 09:11:46 946f1100699f: Layer already exists 09:11:46 7cd52847ad77: Layer already exists 09:11:46 latest: digest: sha256:54c9e27c209edf3a4fbac3c22df556267edce7408dfe5da9840239beea9d4bea size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:47 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.113 09:11:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:11:47 8d11f5f37ccd: Preparing 09:11:47 2a8fa4adcc21: Preparing 09:11:47 2ef4a8eeabaa: Preparing 09:11:47 315742878960: Preparing 09:11:47 d47e1d9dcc29: Preparing 09:11:47 d72ead4c2bef: Preparing 09:11:47 946f1100699f: Preparing 09:11:47 7cd52847ad77: Preparing 09:11:47 d72ead4c2bef: Waiting 09:11:47 946f1100699f: Waiting 09:11:47 7cd52847ad77: Waiting 09:11:47 315742878960: Layer already exists 09:11:47 d47e1d9dcc29: Layer already exists 09:11:47 8d11f5f37ccd: Layer already exists 09:11:47 2a8fa4adcc21: Layer already exists 09:11:47 2ef4a8eeabaa: Layer already exists 09:11:47 d72ead4c2bef: Layer already exists 09:11:47 946f1100699f: Layer already exists 09:11:47 7cd52847ad77: Layer already exists 09:11:47 3.0.0-dev.113: digest: sha256:54c9e27c209edf3a4fbac3c22df556267edce7408dfe5da9840239beea9d4bea size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:47 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:11:48 8d11f5f37ccd: Preparing 09:11:48 2a8fa4adcc21: Preparing 09:11:48 2ef4a8eeabaa: Preparing 09:11:48 315742878960: Preparing 09:11:48 d47e1d9dcc29: Preparing 09:11:48 d72ead4c2bef: Preparing 09:11:48 946f1100699f: Preparing 09:11:48 7cd52847ad77: Preparing 09:11:48 d72ead4c2bef: Waiting 09:11:48 7cd52847ad77: Waiting 09:11:48 946f1100699f: Waiting 09:11:48 2a8fa4adcc21: Layer already exists 09:11:48 8d11f5f37ccd: Layer already exists 09:11:48 315742878960: Layer already exists 09:11:48 2ef4a8eeabaa: Layer already exists 09:11:48 d47e1d9dcc29: Layer already exists 09:11:48 d72ead4c2bef: Layer already exists 09:11:48 7cd52847ad77: Layer already exists 09:11:48 946f1100699f: Layer already exists 09:11:48 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:54c9e27c209edf3a4fbac3c22df556267edce7408dfe5da9840239beea9d4bea size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:48 + 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 09:11:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:11:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:11:48 8d11f5f37ccd: Preparing 09:11:48 2a8fa4adcc21: Preparing 09:11:48 2ef4a8eeabaa: Preparing 09:11:48 315742878960: Preparing 09:11:48 d47e1d9dcc29: Preparing 09:11:48 d72ead4c2bef: Preparing 09:11:48 946f1100699f: Preparing 09:11:48 7cd52847ad77: Preparing 09:11:48 d72ead4c2bef: Waiting 09:11:48 946f1100699f: Waiting 09:11:48 7cd52847ad77: Waiting 09:11:48 d47e1d9dcc29: Layer already exists 09:11:48 2ef4a8eeabaa: Layer already exists 09:11:48 315742878960: Layer already exists 09:11:48 8d11f5f37ccd: Layer already exists 09:11:48 2a8fa4adcc21: Layer already exists 09:11:48 d72ead4c2bef: Layer already exists 09:11:48 7cd52847ad77: Layer already exists 09:11:48 946f1100699f: Layer already exists 09:11:48 main: digest: sha256:54c9e27c209edf3a4fbac3c22df556267edce7408dfe5da9840239beea9d4bea size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:11:48 ===================================================== [Pipeline] echo 09:11:48 taggedImages: 09:11:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:11:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.113 09:11:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 09:11:48 [edgeXDocker.push] Tagging docker image core-data with the following tags: 09:11:48 32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:48 latest 09:11:48 3.0.0-dev.113 09:11:48 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:48 main 09:11:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:49 + docker push nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:11:49 aa151642ec2e: Preparing 09:11:49 c23c2dbd8477: Preparing 09:11:49 d47e1d9dcc29: Preparing 09:11:49 d72ead4c2bef: Preparing 09:11:49 b6aec5458650: Preparing 09:11:49 7cd52847ad77: Preparing 09:11:49 7cd52847ad77: Waiting 09:11:49 d47e1d9dcc29: Layer already exists 09:11:49 d72ead4c2bef: Layer already exists 09:11:49 7cd52847ad77: Layer already exists 09:11:49 aa151642ec2e: Pushed 09:11:49 b6aec5458650: Pushed 09:11:50 c23c2dbd8477: Pushed 09:11:51 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:d80310740cac1fd574d62cb3b65b493fb0e056e2493b5fb81c42ffa985d865aa size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:51 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 09:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:11:51 aa151642ec2e: Preparing 09:11:51 c23c2dbd8477: Preparing 09:11:51 d47e1d9dcc29: Preparing 09:11:51 d72ead4c2bef: Preparing 09:11:51 b6aec5458650: Preparing 09:11:51 7cd52847ad77: Preparing 09:11:51 7cd52847ad77: Waiting 09:11:51 d72ead4c2bef: Layer already exists 09:11:51 d47e1d9dcc29: Layer already exists 09:11:51 b6aec5458650: Layer already exists 09:11:51 aa151642ec2e: Layer already exists 09:11:51 c23c2dbd8477: Layer already exists 09:11:51 7cd52847ad77: Layer already exists 09:11:51 latest: digest: sha256:d80310740cac1fd574d62cb3b65b493fb0e056e2493b5fb81c42ffa985d865aa size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:52 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.113 09:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:11:52 aa151642ec2e: Preparing 09:11:52 c23c2dbd8477: Preparing 09:11:52 d47e1d9dcc29: Preparing 09:11:52 d72ead4c2bef: Preparing 09:11:52 b6aec5458650: Preparing 09:11:52 7cd52847ad77: Preparing 09:11:52 7cd52847ad77: Waiting 09:11:52 d47e1d9dcc29: Layer already exists 09:11:52 d72ead4c2bef: Layer already exists 09:11:52 c23c2dbd8477: Layer already exists 09:11:52 b6aec5458650: Layer already exists 09:11:52 aa151642ec2e: Layer already exists 09:11:52 7cd52847ad77: Layer already exists 09:11:52 3.0.0-dev.113: digest: sha256:d80310740cac1fd574d62cb3b65b493fb0e056e2493b5fb81c42ffa985d865aa size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:52 + docker push nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:11:52 aa151642ec2e: Preparing 09:11:52 c23c2dbd8477: Preparing 09:11:52 d47e1d9dcc29: Preparing 09:11:52 d72ead4c2bef: Preparing 09:11:52 b6aec5458650: Preparing 09:11:52 7cd52847ad77: Preparing 09:11:52 7cd52847ad77: Waiting 09:11:52 c23c2dbd8477: Layer already exists 09:11:52 d47e1d9dcc29: Layer already exists 09:11:52 aa151642ec2e: Layer already exists 09:11:52 b6aec5458650: Layer already exists 09:11:52 d72ead4c2bef: Layer already exists 09:11:52 7cd52847ad77: Layer already exists 09:11:52 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:d80310740cac1fd574d62cb3b65b493fb0e056e2493b5fb81c42ffa985d865aa size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:53 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:53 + docker push nexus3.edgexfoundry.org:10004/core-data:main 09:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:11:53 aa151642ec2e: Preparing 09:11:53 c23c2dbd8477: Preparing 09:11:53 d47e1d9dcc29: Preparing 09:11:53 d72ead4c2bef: Preparing 09:11:53 b6aec5458650: Preparing 09:11:53 7cd52847ad77: Preparing 09:11:53 7cd52847ad77: Waiting 09:11:53 d72ead4c2bef: Layer already exists 09:11:53 aa151642ec2e: Layer already exists 09:11:53 b6aec5458650: Layer already exists 09:11:53 d47e1d9dcc29: Layer already exists 09:11:53 c23c2dbd8477: Layer already exists 09:11:53 7cd52847ad77: Layer already exists 09:11:53 main: digest: sha256:d80310740cac1fd574d62cb3b65b493fb0e056e2493b5fb81c42ffa985d865aa size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:11:53 ===================================================== [Pipeline] echo 09:11:53 taggedImages: 09:11:53 - nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:53 - nexus3.edgexfoundry.org:10004/core-data:latest 09:11:53 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.113 09:11:53 - nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:53 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 09:11:53 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 09:11:53 32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:53 latest 09:11:53 3.0.0-dev.113 09:11:53 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:53 main 09:11:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:11:54 98237f7f73af: Preparing 09:11:54 34639a8205a5: Preparing 09:11:54 1f2653aceb85: Preparing 09:11:54 d47e1d9dcc29: Preparing 09:11:54 d72ead4c2bef: Preparing 09:11:54 2cae96506a52: Preparing 09:11:54 7cd52847ad77: Preparing 09:11:54 2cae96506a52: Waiting 09:11:54 7cd52847ad77: Waiting 09:11:54 d47e1d9dcc29: Layer already exists 09:11:54 d72ead4c2bef: Layer already exists 09:11:54 2cae96506a52: Layer already exists 09:11:54 7cd52847ad77: Layer already exists 09:11:54 34639a8205a5: Pushed 09:11:54 98237f7f73af: Pushed 09:11:55 1f2653aceb85: Pushed 09:11:55 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:909ab8e88969f42d547b3a1482a1e28064d304bb2819ce47650bd90b131b0841 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 09:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:11:56 98237f7f73af: Preparing 09:11:56 34639a8205a5: Preparing 09:11:56 1f2653aceb85: Preparing 09:11:56 d47e1d9dcc29: Preparing 09:11:56 d72ead4c2bef: Preparing 09:11:56 2cae96506a52: Preparing 09:11:56 7cd52847ad77: Preparing 09:11:56 2cae96506a52: Waiting 09:11:56 7cd52847ad77: Waiting 09:11:56 d72ead4c2bef: Layer already exists 09:11:56 d47e1d9dcc29: Layer already exists 09:11:56 1f2653aceb85: Layer already exists 09:11:56 34639a8205a5: Layer already exists 09:11:56 98237f7f73af: Layer already exists 09:11:56 2cae96506a52: Layer already exists 09:11:56 7cd52847ad77: Layer already exists 09:11:56 latest: digest: sha256:909ab8e88969f42d547b3a1482a1e28064d304bb2819ce47650bd90b131b0841 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.113 09:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:11:56 98237f7f73af: Preparing 09:11:56 34639a8205a5: Preparing 09:11:56 1f2653aceb85: Preparing 09:11:56 d47e1d9dcc29: Preparing 09:11:56 d72ead4c2bef: Preparing 09:11:56 2cae96506a52: Preparing 09:11:56 7cd52847ad77: Preparing 09:11:56 2cae96506a52: Waiting 09:11:56 7cd52847ad77: Waiting 09:11:56 34639a8205a5: Layer already exists 09:11:56 98237f7f73af: Layer already exists 09:11:56 d72ead4c2bef: Layer already exists 09:11:56 d47e1d9dcc29: Layer already exists 09:11:56 1f2653aceb85: Layer already exists 09:11:56 2cae96506a52: Layer already exists 09:11:56 7cd52847ad77: Layer already exists 09:11:56 3.0.0-dev.113: digest: sha256:909ab8e88969f42d547b3a1482a1e28064d304bb2819ce47650bd90b131b0841 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:11:57 98237f7f73af: Preparing 09:11:57 34639a8205a5: Preparing 09:11:57 1f2653aceb85: Preparing 09:11:57 d47e1d9dcc29: Preparing 09:11:57 d72ead4c2bef: Preparing 09:11:57 2cae96506a52: Preparing 09:11:57 7cd52847ad77: Preparing 09:11:57 2cae96506a52: Waiting 09:11:57 7cd52847ad77: Waiting 09:11:57 34639a8205a5: Layer already exists 09:11:57 d47e1d9dcc29: Layer already exists 09:11:57 98237f7f73af: Layer already exists 09:11:57 d72ead4c2bef: Layer already exists 09:11:57 1f2653aceb85: Layer already exists 09:11:57 2cae96506a52: Layer already exists 09:11:57 7cd52847ad77: Layer already exists 09:11:57 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:909ab8e88969f42d547b3a1482a1e28064d304bb2819ce47650bd90b131b0841 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 09:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:11:58 98237f7f73af: Preparing 09:11:58 34639a8205a5: Preparing 09:11:58 1f2653aceb85: Preparing 09:11:58 d47e1d9dcc29: Preparing 09:11:58 d72ead4c2bef: Preparing 09:11:58 2cae96506a52: Preparing 09:11:58 7cd52847ad77: Preparing 09:11:58 2cae96506a52: Waiting 09:11:58 7cd52847ad77: Waiting 09:11:58 d72ead4c2bef: Layer already exists 09:11:58 98237f7f73af: Layer already exists 09:11:58 d47e1d9dcc29: Layer already exists 09:11:58 1f2653aceb85: Layer already exists 09:11:58 34639a8205a5: Layer already exists 09:11:58 2cae96506a52: Layer already exists 09:11:58 7cd52847ad77: Layer already exists 09:11:58 main: digest: sha256:909ab8e88969f42d547b3a1482a1e28064d304bb2819ce47650bd90b131b0841 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:11:58 ===================================================== [Pipeline] echo 09:11:58 taggedImages: 09:11:58 - nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:58 - nexus3.edgexfoundry.org:10004/core-metadata:latest 09:11:58 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.113 09:11:58 - nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:58 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 09:11:58 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 09:11:58 32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:58 latest 09:11:58 3.0.0-dev.113 09:11:58 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:11:58 main 09:11:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 09:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:11:58 9c0fdc34ff97: Preparing 09:11:58 9c0fdc34ff97: Preparing 09:11:58 82d75c30340c: Preparing 09:11:58 59d385698042: Preparing 09:11:58 3e887d7fe2e5: Preparing 09:11:58 9e8f17653389: Preparing 09:11:58 7aa9faadcb7c: Preparing 09:11:58 d47e1d9dcc29: Preparing 09:11:58 d72ead4c2bef: Preparing 09:11:58 7aa9faadcb7c: Waiting 09:11:58 c26d3c137a01: Preparing 09:11:58 9959e8ffcb14: Preparing 09:11:58 d47e1d9dcc29: Waiting 09:11:58 d72ead4c2bef: Waiting 09:11:58 8ba869da58d7: Preparing 09:11:58 9959e8ffcb14: Waiting 09:11:58 1830a4808258: Preparing 09:11:58 c26d3c137a01: Waiting 09:11:58 8ba869da58d7: Waiting 09:11:58 7cd52847ad77: Preparing 09:11:58 1830a4808258: Waiting 09:11:58 82d75c30340c: Pushed 09:11:58 9c0fdc34ff97: Pushed 09:11:58 3e887d7fe2e5: Pushed 09:11:58 9e8f17653389: Pushed 09:11:58 59d385698042: Pushed 09:11:58 d47e1d9dcc29: Layer already exists 09:11:58 d72ead4c2bef: Layer already exists 09:11:59 c26d3c137a01: Pushed 09:11:59 9959e8ffcb14: Pushed 09:11:59 8ba869da58d7: Pushed 09:11:59 7cd52847ad77: Layer already exists 09:11:59 1830a4808258: Pushed 09:12:01 7aa9faadcb7c: Pushed 09:12:01 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:d4d498957b21593a7de6e376c52472ca9ab3edabba8bf7426647a3ae03e6cc94 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:12:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:12:01 9c0fdc34ff97: Preparing 09:12:01 9c0fdc34ff97: Preparing 09:12:01 82d75c30340c: Preparing 09:12:01 59d385698042: Preparing 09:12:01 3e887d7fe2e5: Preparing 09:12:01 9e8f17653389: Preparing 09:12:01 7aa9faadcb7c: Preparing 09:12:01 d47e1d9dcc29: Preparing 09:12:01 d72ead4c2bef: Preparing 09:12:01 c26d3c137a01: Preparing 09:12:01 9959e8ffcb14: Preparing 09:12:01 8ba869da58d7: Preparing 09:12:01 1830a4808258: Preparing 09:12:01 7cd52847ad77: Preparing 09:12:01 9959e8ffcb14: Waiting 09:12:01 7aa9faadcb7c: Waiting 09:12:01 8ba869da58d7: Waiting 09:12:01 1830a4808258: Waiting 09:12:01 7cd52847ad77: Waiting 09:12:01 d47e1d9dcc29: Waiting 09:12:01 d72ead4c2bef: Waiting 09:12:01 c26d3c137a01: Waiting 09:12:01 3e887d7fe2e5: Layer already exists 09:12:01 59d385698042: Layer already exists 09:12:01 9e8f17653389: Layer already exists 09:12:01 82d75c30340c: Layer already exists 09:12:01 9c0fdc34ff97: Layer already exists 09:12:01 d47e1d9dcc29: Layer already exists 09:12:01 7aa9faadcb7c: Layer already exists 09:12:01 9959e8ffcb14: Layer already exists 09:12:01 c26d3c137a01: Layer already exists 09:12:01 d72ead4c2bef: Layer already exists 09:12:01 8ba869da58d7: Layer already exists 09:12:01 7cd52847ad77: Layer already exists 09:12:01 1830a4808258: Layer already exists 09:12:01 latest: digest: sha256:d4d498957b21593a7de6e376c52472ca9ab3edabba8bf7426647a3ae03e6cc94 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.113 09:12:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:12:02 9c0fdc34ff97: Preparing 09:12:02 9c0fdc34ff97: Preparing 09:12:02 82d75c30340c: Preparing 09:12:02 59d385698042: Preparing 09:12:02 3e887d7fe2e5: Preparing 09:12:02 9e8f17653389: Preparing 09:12:02 7aa9faadcb7c: Preparing 09:12:02 d47e1d9dcc29: Preparing 09:12:02 d72ead4c2bef: Preparing 09:12:02 c26d3c137a01: Preparing 09:12:02 9959e8ffcb14: Preparing 09:12:02 8ba869da58d7: Preparing 09:12:02 1830a4808258: Preparing 09:12:02 7cd52847ad77: Preparing 09:12:02 d72ead4c2bef: Waiting 09:12:02 7aa9faadcb7c: Waiting 09:12:02 c26d3c137a01: Waiting 09:12:02 d47e1d9dcc29: Waiting 09:12:02 9959e8ffcb14: Waiting 09:12:02 8ba869da58d7: Waiting 09:12:02 1830a4808258: Waiting 09:12:02 7cd52847ad77: Waiting 09:12:02 9e8f17653389: Layer already exists 09:12:02 82d75c30340c: Layer already exists 09:12:02 3e887d7fe2e5: Layer already exists 09:12:02 9c0fdc34ff97: Layer already exists 09:12:02 59d385698042: Layer already exists 09:12:02 7aa9faadcb7c: Layer already exists 09:12:02 9959e8ffcb14: Layer already exists 09:12:02 c26d3c137a01: Layer already exists 09:12:02 d72ead4c2bef: Layer already exists 09:12:02 d47e1d9dcc29: Layer already exists 09:12:02 8ba869da58d7: Layer already exists 09:12:02 1830a4808258: Layer already exists 09:12:02 7cd52847ad77: Layer already exists 09:12:02 3.0.0-dev.113: digest: sha256:d4d498957b21593a7de6e376c52472ca9ab3edabba8bf7426647a3ae03e6cc94 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:12:02 9c0fdc34ff97: Preparing 09:12:02 9c0fdc34ff97: Preparing 09:12:02 82d75c30340c: Preparing 09:12:02 59d385698042: Preparing 09:12:02 3e887d7fe2e5: Preparing 09:12:02 9e8f17653389: Preparing 09:12:02 7aa9faadcb7c: Preparing 09:12:02 d47e1d9dcc29: Preparing 09:12:02 d72ead4c2bef: Preparing 09:12:02 c26d3c137a01: Preparing 09:12:02 9959e8ffcb14: Preparing 09:12:02 8ba869da58d7: Preparing 09:12:02 1830a4808258: Preparing 09:12:02 7cd52847ad77: Preparing 09:12:02 c26d3c137a01: Waiting 09:12:02 d72ead4c2bef: Waiting 09:12:02 9959e8ffcb14: Waiting 09:12:02 8ba869da58d7: Waiting 09:12:02 7cd52847ad77: Waiting 09:12:02 7aa9faadcb7c: Waiting 09:12:02 d47e1d9dcc29: Waiting 09:12:02 9c0fdc34ff97: Layer already exists 09:12:02 9e8f17653389: Layer already exists 09:12:02 3e887d7fe2e5: Layer already exists 09:12:02 59d385698042: Layer already exists 09:12:02 82d75c30340c: Layer already exists 09:12:02 7aa9faadcb7c: Layer already exists 09:12:02 d72ead4c2bef: Layer already exists 09:12:02 d47e1d9dcc29: Layer already exists 09:12:02 9959e8ffcb14: Layer already exists 09:12:02 c26d3c137a01: Layer already exists 09:12:02 8ba869da58d7: Layer already exists 09:12:02 1830a4808258: Layer already exists 09:12:02 7cd52847ad77: Layer already exists 09:12:02 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:d4d498957b21593a7de6e376c52472ca9ab3edabba8bf7426647a3ae03e6cc94 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:03 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:12:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:12:03 9c0fdc34ff97: Preparing 09:12:03 9c0fdc34ff97: Preparing 09:12:03 82d75c30340c: Preparing 09:12:03 59d385698042: Preparing 09:12:03 3e887d7fe2e5: Preparing 09:12:03 9e8f17653389: Preparing 09:12:03 7aa9faadcb7c: Preparing 09:12:03 d47e1d9dcc29: Preparing 09:12:03 d72ead4c2bef: Preparing 09:12:03 c26d3c137a01: Preparing 09:12:03 9959e8ffcb14: Preparing 09:12:03 8ba869da58d7: Preparing 09:12:03 1830a4808258: Preparing 09:12:03 7cd52847ad77: Preparing 09:12:03 d47e1d9dcc29: Waiting 09:12:03 7aa9faadcb7c: Waiting 09:12:03 d72ead4c2bef: Waiting 09:12:03 c26d3c137a01: Waiting 09:12:03 9959e8ffcb14: Waiting 09:12:03 8ba869da58d7: Waiting 09:12:03 3e887d7fe2e5: Layer already exists 09:12:03 59d385698042: Layer already exists 09:12:03 9e8f17653389: Layer already exists 09:12:03 9c0fdc34ff97: Layer already exists 09:12:03 82d75c30340c: Layer already exists 09:12:03 d47e1d9dcc29: Layer already exists 09:12:03 7aa9faadcb7c: Layer already exists 09:12:03 d72ead4c2bef: Layer already exists 09:12:03 c26d3c137a01: Layer already exists 09:12:03 9959e8ffcb14: Layer already exists 09:12:03 8ba869da58d7: Layer already exists 09:12:03 7cd52847ad77: Layer already exists 09:12:03 1830a4808258: Layer already exists 09:12:03 main: digest: sha256:d4d498957b21593a7de6e376c52472ca9ab3edabba8bf7426647a3ae03e6cc94 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:03 ===================================================== [Pipeline] echo 09:12:03 taggedImages: 09:12:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:12:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.113 09:12:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 09:12:03 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 09:12:03 32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:03 latest 09:12:03 3.0.0-dev.113 09:12:03 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:03 main 09:12:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:12:04 8d11f5f37ccd: Preparing 09:12:04 2a8fa4adcc21: Preparing 09:12:04 5ceb3c5d996a: Preparing 09:12:04 ae46aeae1ce4: Preparing 09:12:04 d47e1d9dcc29: Preparing 09:12:04 d72ead4c2bef: Preparing 09:12:04 946f1100699f: Preparing 09:12:04 7cd52847ad77: Preparing 09:12:04 946f1100699f: Waiting 09:12:04 d72ead4c2bef: Waiting 09:12:04 7cd52847ad77: Waiting 09:12:04 2a8fa4adcc21: Layer already exists 09:12:04 8d11f5f37ccd: Layer already exists 09:12:04 d47e1d9dcc29: Layer already exists 09:12:04 d72ead4c2bef: Layer already exists 09:12:04 946f1100699f: Layer already exists 09:12:04 7cd52847ad77: Layer already exists 09:12:04 5ceb3c5d996a: Pushed 09:12:05 ae46aeae1ce4: Pushed 09:12:05 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:23b5bb2c7cccecf371e533647b0fcd413e76ca3e0262aca3aaf8435d4cebb736 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:05 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:12:06 8d11f5f37ccd: Preparing 09:12:06 2a8fa4adcc21: Preparing 09:12:06 5ceb3c5d996a: Preparing 09:12:06 ae46aeae1ce4: Preparing 09:12:06 d47e1d9dcc29: Preparing 09:12:06 d72ead4c2bef: Preparing 09:12:06 946f1100699f: Preparing 09:12:06 7cd52847ad77: Preparing 09:12:06 946f1100699f: Waiting 09:12:06 7cd52847ad77: Waiting 09:12:06 d72ead4c2bef: Waiting 09:12:06 5ceb3c5d996a: Layer already exists 09:12:06 d47e1d9dcc29: Layer already exists 09:12:06 8d11f5f37ccd: Layer already exists 09:12:06 ae46aeae1ce4: Layer already exists 09:12:06 2a8fa4adcc21: Layer already exists 09:12:06 d72ead4c2bef: Layer already exists 09:12:06 946f1100699f: Layer already exists 09:12:06 7cd52847ad77: Layer already exists 09:12:06 latest: digest: sha256:23b5bb2c7cccecf371e533647b0fcd413e76ca3e0262aca3aaf8435d4cebb736 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:06 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.113 09:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:12:06 8d11f5f37ccd: Preparing 09:12:06 2a8fa4adcc21: Preparing 09:12:06 5ceb3c5d996a: Preparing 09:12:06 ae46aeae1ce4: Preparing 09:12:06 d47e1d9dcc29: Preparing 09:12:06 d72ead4c2bef: Preparing 09:12:06 946f1100699f: Preparing 09:12:06 7cd52847ad77: Preparing 09:12:06 d72ead4c2bef: Waiting 09:12:06 946f1100699f: Waiting 09:12:06 7cd52847ad77: Waiting 09:12:06 ae46aeae1ce4: Layer already exists 09:12:06 5ceb3c5d996a: Layer already exists 09:12:06 2a8fa4adcc21: Layer already exists 09:12:06 d47e1d9dcc29: Layer already exists 09:12:06 8d11f5f37ccd: Layer already exists 09:12:06 d72ead4c2bef: Layer already exists 09:12:06 946f1100699f: Layer already exists 09:12:06 7cd52847ad77: Layer already exists 09:12:06 3.0.0-dev.113: digest: sha256:23b5bb2c7cccecf371e533647b0fcd413e76ca3e0262aca3aaf8435d4cebb736 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:12:07 8d11f5f37ccd: Preparing 09:12:07 2a8fa4adcc21: Preparing 09:12:07 5ceb3c5d996a: Preparing 09:12:07 ae46aeae1ce4: Preparing 09:12:07 d47e1d9dcc29: Preparing 09:12:07 d72ead4c2bef: Preparing 09:12:07 946f1100699f: Preparing 09:12:07 7cd52847ad77: Preparing 09:12:07 d72ead4c2bef: Waiting 09:12:07 946f1100699f: Waiting 09:12:07 7cd52847ad77: Waiting 09:12:07 8d11f5f37ccd: Layer already exists 09:12:07 5ceb3c5d996a: Layer already exists 09:12:07 d47e1d9dcc29: Layer already exists 09:12:07 ae46aeae1ce4: Layer already exists 09:12:07 2a8fa4adcc21: Layer already exists 09:12:07 d72ead4c2bef: Layer already exists 09:12:07 7cd52847ad77: Layer already exists 09:12:07 946f1100699f: Layer already exists 09:12:07 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:23b5bb2c7cccecf371e533647b0fcd413e76ca3e0262aca3aaf8435d4cebb736 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:12:08 8d11f5f37ccd: Preparing 09:12:08 2a8fa4adcc21: Preparing 09:12:08 5ceb3c5d996a: Preparing 09:12:08 ae46aeae1ce4: Preparing 09:12:08 d47e1d9dcc29: Preparing 09:12:08 d72ead4c2bef: Preparing 09:12:08 946f1100699f: Preparing 09:12:08 7cd52847ad77: Preparing 09:12:08 d72ead4c2bef: Waiting 09:12:08 946f1100699f: Waiting 09:12:08 7cd52847ad77: Waiting 09:12:08 2a8fa4adcc21: Layer already exists 09:12:08 ae46aeae1ce4: Layer already exists 09:12:08 d47e1d9dcc29: Layer already exists 09:12:08 8d11f5f37ccd: Layer already exists 09:12:08 5ceb3c5d996a: Layer already exists 09:12:08 946f1100699f: Layer already exists 09:12:08 7cd52847ad77: Layer already exists 09:12:08 d72ead4c2bef: Layer already exists 09:12:08 main: digest: sha256:23b5bb2c7cccecf371e533647b0fcd413e76ca3e0262aca3aaf8435d4cebb736 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:08 ===================================================== [Pipeline] echo 09:12:08 taggedImages: 09:12:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:12:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.113 09:12:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 09:12:08 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 09:12:08 32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:08 latest 09:12:08 3.0.0-dev.113 09:12:08 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:08 main 09:12:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:12:08 945f43149e44: Preparing 09:12:08 78aff81d3d05: Preparing 09:12:08 86d19edbc1ac: Preparing 09:12:08 6ea6dce6d3cc: Preparing 09:12:08 d47e1d9dcc29: Preparing 09:12:08 d72ead4c2bef: Preparing 09:12:08 96c66bbbd936: Preparing 09:12:08 1fd2efda7bb6: Preparing 09:12:08 7cd52847ad77: Preparing 09:12:08 1fd2efda7bb6: Waiting 09:12:08 7cd52847ad77: Waiting 09:12:08 96c66bbbd936: Waiting 09:12:08 d72ead4c2bef: Waiting 09:12:08 d47e1d9dcc29: Layer already exists 09:12:08 d72ead4c2bef: Layer already exists 09:12:08 6ea6dce6d3cc: Pushed 09:12:09 945f43149e44: Pushed 09:12:09 96c66bbbd936: Pushed 09:12:09 78aff81d3d05: Pushed 09:12:09 1fd2efda7bb6: Pushed 09:12:09 7cd52847ad77: Layer already exists 09:12:10 86d19edbc1ac: Pushed 09:12:10 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:5e9c554e54a626e52ee950cba82614dbbec1e06b1468322d8943c835575082d6 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:12:11 945f43149e44: Preparing 09:12:11 78aff81d3d05: Preparing 09:12:11 86d19edbc1ac: Preparing 09:12:11 6ea6dce6d3cc: Preparing 09:12:11 d47e1d9dcc29: Preparing 09:12:11 d72ead4c2bef: Preparing 09:12:11 96c66bbbd936: Preparing 09:12:11 1fd2efda7bb6: Preparing 09:12:11 7cd52847ad77: Preparing 09:12:11 96c66bbbd936: Waiting 09:12:11 d72ead4c2bef: Waiting 09:12:11 1fd2efda7bb6: Waiting 09:12:11 7cd52847ad77: Waiting 09:12:11 86d19edbc1ac: Layer already exists 09:12:11 d47e1d9dcc29: Layer already exists 09:12:11 945f43149e44: Layer already exists 09:12:11 78aff81d3d05: Layer already exists 09:12:11 6ea6dce6d3cc: Layer already exists 09:12:11 d72ead4c2bef: Layer already exists 09:12:11 1fd2efda7bb6: Layer already exists 09:12:11 7cd52847ad77: Layer already exists 09:12:11 96c66bbbd936: Layer already exists 09:12:11 latest: digest: sha256:5e9c554e54a626e52ee950cba82614dbbec1e06b1468322d8943c835575082d6 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.113 09:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:12:11 945f43149e44: Preparing 09:12:11 78aff81d3d05: Preparing 09:12:11 86d19edbc1ac: Preparing 09:12:11 6ea6dce6d3cc: Preparing 09:12:11 d47e1d9dcc29: Preparing 09:12:11 d72ead4c2bef: Preparing 09:12:11 96c66bbbd936: Preparing 09:12:11 1fd2efda7bb6: Preparing 09:12:11 7cd52847ad77: Preparing 09:12:11 d72ead4c2bef: Waiting 09:12:11 1fd2efda7bb6: Waiting 09:12:11 7cd52847ad77: Waiting 09:12:11 96c66bbbd936: Waiting 09:12:11 6ea6dce6d3cc: Layer already exists 09:12:11 d47e1d9dcc29: Layer already exists 09:12:11 945f43149e44: Layer already exists 09:12:11 86d19edbc1ac: Layer already exists 09:12:11 78aff81d3d05: Layer already exists 09:12:11 96c66bbbd936: Layer already exists 09:12:11 d72ead4c2bef: Layer already exists 09:12:11 7cd52847ad77: Layer already exists 09:12:11 1fd2efda7bb6: Layer already exists 09:12:11 3.0.0-dev.113: digest: sha256:5e9c554e54a626e52ee950cba82614dbbec1e06b1468322d8943c835575082d6 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:12:12 945f43149e44: Preparing 09:12:12 78aff81d3d05: Preparing 09:12:12 86d19edbc1ac: Preparing 09:12:12 6ea6dce6d3cc: Preparing 09:12:12 d47e1d9dcc29: Preparing 09:12:12 d72ead4c2bef: Preparing 09:12:12 96c66bbbd936: Preparing 09:12:12 1fd2efda7bb6: Preparing 09:12:12 7cd52847ad77: Preparing 09:12:12 d72ead4c2bef: Waiting 09:12:12 96c66bbbd936: Waiting 09:12:12 1fd2efda7bb6: Waiting 09:12:12 7cd52847ad77: Waiting 09:12:12 d47e1d9dcc29: Layer already exists 09:12:12 945f43149e44: Layer already exists 09:12:12 78aff81d3d05: Layer already exists 09:12:12 86d19edbc1ac: Layer already exists 09:12:12 6ea6dce6d3cc: Layer already exists 09:12:12 d72ead4c2bef: Layer already exists 09:12:12 96c66bbbd936: Layer already exists 09:12:12 1fd2efda7bb6: Layer already exists 09:12:12 7cd52847ad77: Layer already exists 09:12:12 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:5e9c554e54a626e52ee950cba82614dbbec1e06b1468322d8943c835575082d6 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:12 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:12:12 945f43149e44: Preparing 09:12:12 78aff81d3d05: Preparing 09:12:12 86d19edbc1ac: Preparing 09:12:12 6ea6dce6d3cc: Preparing 09:12:12 d47e1d9dcc29: Preparing 09:12:12 d72ead4c2bef: Preparing 09:12:12 96c66bbbd936: Preparing 09:12:12 1fd2efda7bb6: Preparing 09:12:12 7cd52847ad77: Preparing 09:12:12 d72ead4c2bef: Waiting 09:12:12 1fd2efda7bb6: Waiting 09:12:12 7cd52847ad77: Waiting 09:12:12 945f43149e44: Layer already exists 09:12:12 78aff81d3d05: Layer already exists 09:12:12 d47e1d9dcc29: Layer already exists 09:12:12 86d19edbc1ac: Layer already exists 09:12:12 6ea6dce6d3cc: Layer already exists 09:12:12 d72ead4c2bef: Layer already exists 09:12:12 96c66bbbd936: Layer already exists 09:12:12 1fd2efda7bb6: Layer already exists 09:12:12 7cd52847ad77: Layer already exists 09:12:12 main: digest: sha256:5e9c554e54a626e52ee950cba82614dbbec1e06b1468322d8943c835575082d6 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:12 ===================================================== [Pipeline] echo 09:12:12 taggedImages: 09:12:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:12:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.113 09:12:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 09:12:12 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 09:12:12 32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:12 latest 09:12:12 3.0.0-dev.113 09:12:12 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:12 main 09:12:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:12:13 2beb94756c8c: Preparing 09:12:13 062c6a709894: Preparing 09:12:13 44092572ab88: Preparing 09:12:13 8c8bc8d13f40: Preparing 09:12:13 f11b822b8e87: Preparing 09:12:13 06c1adeee72f: Preparing 09:12:13 3e3ce8b5b23d: Preparing 09:12:13 d47e1d9dcc29: Preparing 09:12:13 d72ead4c2bef: Preparing 09:12:13 d1eb67499bc8: Preparing 09:12:13 7cd52847ad77: Preparing 09:12:13 d1eb67499bc8: Waiting 09:12:13 d72ead4c2bef: Waiting 09:12:13 06c1adeee72f: Waiting 09:12:13 7cd52847ad77: Waiting 09:12:13 d47e1d9dcc29: Waiting 09:12:13 3e3ce8b5b23d: Waiting 09:12:13 2beb94756c8c: Pushed 09:12:13 062c6a709894: Pushed 09:12:13 f11b822b8e87: Pushed 09:12:13 d47e1d9dcc29: Layer already exists 09:12:13 d72ead4c2bef: Layer already exists 09:12:13 06c1adeee72f: Pushed 09:12:13 3e3ce8b5b23d: Pushed 09:12:13 7cd52847ad77: Layer already exists 09:12:13 d1eb67499bc8: Pushed 09:12:14 8c8bc8d13f40: Pushed 09:12:14 44092572ab88: Pushed 09:12:15 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:274a4c308a90aadab30e52cde46f35196cd112b6327e5b1c922ef7a9f287beb7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:15 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:12:15 2beb94756c8c: Preparing 09:12:15 062c6a709894: Preparing 09:12:15 44092572ab88: Preparing 09:12:15 8c8bc8d13f40: Preparing 09:12:15 f11b822b8e87: Preparing 09:12:15 06c1adeee72f: Preparing 09:12:15 3e3ce8b5b23d: Preparing 09:12:15 d47e1d9dcc29: Preparing 09:12:15 d72ead4c2bef: Preparing 09:12:15 d1eb67499bc8: Preparing 09:12:15 7cd52847ad77: Preparing 09:12:15 06c1adeee72f: Waiting 09:12:15 3e3ce8b5b23d: Waiting 09:12:15 d47e1d9dcc29: Waiting 09:12:15 d72ead4c2bef: Waiting 09:12:15 d1eb67499bc8: Waiting 09:12:15 7cd52847ad77: Waiting 09:12:15 8c8bc8d13f40: Layer already exists 09:12:15 2beb94756c8c: Layer already exists 09:12:15 44092572ab88: Layer already exists 09:12:15 062c6a709894: Layer already exists 09:12:15 f11b822b8e87: Layer already exists 09:12:15 3e3ce8b5b23d: Layer already exists 09:12:15 d1eb67499bc8: Layer already exists 09:12:15 d72ead4c2bef: Layer already exists 09:12:15 d47e1d9dcc29: Layer already exists 09:12:15 06c1adeee72f: Layer already exists 09:12:15 7cd52847ad77: Layer already exists 09:12:15 latest: digest: sha256:274a4c308a90aadab30e52cde46f35196cd112b6327e5b1c922ef7a9f287beb7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.113 09:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:12:16 2beb94756c8c: Preparing 09:12:16 062c6a709894: Preparing 09:12:16 44092572ab88: Preparing 09:12:16 8c8bc8d13f40: Preparing 09:12:16 f11b822b8e87: Preparing 09:12:16 06c1adeee72f: Preparing 09:12:16 3e3ce8b5b23d: Preparing 09:12:16 d47e1d9dcc29: Preparing 09:12:16 d72ead4c2bef: Preparing 09:12:16 d1eb67499bc8: Preparing 09:12:16 7cd52847ad77: Preparing 09:12:16 06c1adeee72f: Waiting 09:12:16 d47e1d9dcc29: Waiting 09:12:16 d72ead4c2bef: Waiting 09:12:16 3e3ce8b5b23d: Waiting 09:12:16 d1eb67499bc8: Waiting 09:12:16 7cd52847ad77: Waiting 09:12:16 f11b822b8e87: Layer already exists 09:12:16 44092572ab88: Layer already exists 09:12:16 8c8bc8d13f40: Layer already exists 09:12:16 062c6a709894: Layer already exists 09:12:16 2beb94756c8c: Layer already exists 09:12:16 06c1adeee72f: Layer already exists 09:12:16 3e3ce8b5b23d: Layer already exists 09:12:16 d1eb67499bc8: Layer already exists 09:12:16 d47e1d9dcc29: Layer already exists 09:12:16 d72ead4c2bef: Layer already exists 09:12:16 7cd52847ad77: Layer already exists 09:12:16 3.0.0-dev.113: digest: sha256:274a4c308a90aadab30e52cde46f35196cd112b6327e5b1c922ef7a9f287beb7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:12:17 2beb94756c8c: Preparing 09:12:17 062c6a709894: Preparing 09:12:17 44092572ab88: Preparing 09:12:17 8c8bc8d13f40: Preparing 09:12:17 f11b822b8e87: Preparing 09:12:17 06c1adeee72f: Preparing 09:12:17 3e3ce8b5b23d: Preparing 09:12:17 d47e1d9dcc29: Preparing 09:12:17 d72ead4c2bef: Preparing 09:12:17 d1eb67499bc8: Preparing 09:12:17 7cd52847ad77: Preparing 09:12:17 3e3ce8b5b23d: Waiting 09:12:17 06c1adeee72f: Waiting 09:12:17 d72ead4c2bef: Waiting 09:12:17 d1eb67499bc8: Waiting 09:12:17 7cd52847ad77: Waiting 09:12:17 d47e1d9dcc29: Waiting 09:12:17 8c8bc8d13f40: Layer already exists 09:12:17 2beb94756c8c: Layer already exists 09:12:17 062c6a709894: Layer already exists 09:12:17 44092572ab88: Layer already exists 09:12:17 f11b822b8e87: Layer already exists 09:12:17 06c1adeee72f: Layer already exists 09:12:17 d1eb67499bc8: Layer already exists 09:12:17 3e3ce8b5b23d: Layer already exists 09:12:17 d47e1d9dcc29: Layer already exists 09:12:17 d72ead4c2bef: Layer already exists 09:12:17 7cd52847ad77: Layer already exists 09:12:17 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:274a4c308a90aadab30e52cde46f35196cd112b6327e5b1c922ef7a9f287beb7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:12:17 2beb94756c8c: Preparing 09:12:17 062c6a709894: Preparing 09:12:17 44092572ab88: Preparing 09:12:17 8c8bc8d13f40: Preparing 09:12:17 f11b822b8e87: Preparing 09:12:17 06c1adeee72f: Preparing 09:12:17 3e3ce8b5b23d: Preparing 09:12:17 d47e1d9dcc29: Preparing 09:12:17 d72ead4c2bef: Preparing 09:12:17 d1eb67499bc8: Preparing 09:12:17 7cd52847ad77: Preparing 09:12:17 06c1adeee72f: Waiting 09:12:17 3e3ce8b5b23d: Waiting 09:12:17 d47e1d9dcc29: Waiting 09:12:17 d72ead4c2bef: Waiting 09:12:17 d1eb67499bc8: Waiting 09:12:17 7cd52847ad77: Waiting 09:12:17 f11b822b8e87: Layer already exists 09:12:17 2beb94756c8c: Layer already exists 09:12:17 44092572ab88: Layer already exists 09:12:17 8c8bc8d13f40: Layer already exists 09:12:17 062c6a709894: Layer already exists 09:12:17 06c1adeee72f: Layer already exists 09:12:17 d47e1d9dcc29: Layer already exists 09:12:17 d1eb67499bc8: Layer already exists 09:12:17 d72ead4c2bef: Layer already exists 09:12:17 3e3ce8b5b23d: Layer already exists 09:12:17 7cd52847ad77: Layer already exists 09:12:17 main: digest: sha256:274a4c308a90aadab30e52cde46f35196cd112b6327e5b1c922ef7a9f287beb7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:17 ===================================================== [Pipeline] echo 09:12:17 taggedImages: 09:12:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:12:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.113 09:12:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 09:12:17 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 09:12:17 32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:17 latest 09:12:17 3.0.0-dev.113 09:12:17 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:17 main 09:12:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:18 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:12:18 2af9e4ae1de3: Preparing 09:12:18 1a6857e58b9d: Preparing 09:12:18 d47e1d9dcc29: Preparing 09:12:18 d72ead4c2bef: Preparing 09:12:18 6fd42ae8ec91: Preparing 09:12:18 7cd52847ad77: Preparing 09:12:18 7cd52847ad77: Waiting 09:12:18 d72ead4c2bef: Layer already exists 09:12:18 d47e1d9dcc29: Layer already exists 09:12:18 7cd52847ad77: Layer already exists 09:12:18 2af9e4ae1de3: Pushed 09:12:18 6fd42ae8ec91: Pushed 09:12:20 1a6857e58b9d: Pushed 09:12:20 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:26e1b80282b37b5c46fe9dd44d037a417580f4fb1663e1c6fd816dce977e2640 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:21 + 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 09:12:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:12:21 2af9e4ae1de3: Preparing 09:12:21 1a6857e58b9d: Preparing 09:12:21 d47e1d9dcc29: Preparing 09:12:21 d72ead4c2bef: Preparing 09:12:21 6fd42ae8ec91: Preparing 09:12:21 7cd52847ad77: Preparing 09:12:21 2af9e4ae1de3: Layer already exists 09:12:21 1a6857e58b9d: Layer already exists 09:12:21 d47e1d9dcc29: Layer already exists 09:12:21 6fd42ae8ec91: Layer already exists 09:12:21 d72ead4c2bef: Layer already exists 09:12:21 7cd52847ad77: Layer already exists 09:12:21 latest: digest: sha256:26e1b80282b37b5c46fe9dd44d037a417580f4fb1663e1c6fd816dce977e2640 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.113 09:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:12:22 2af9e4ae1de3: Preparing 09:12:22 1a6857e58b9d: Preparing 09:12:22 d47e1d9dcc29: Preparing 09:12:22 d72ead4c2bef: Preparing 09:12:22 6fd42ae8ec91: Preparing 09:12:22 7cd52847ad77: Preparing 09:12:22 7cd52847ad77: Waiting 09:12:22 6fd42ae8ec91: Layer already exists 09:12:22 1a6857e58b9d: Layer already exists 09:12:22 d47e1d9dcc29: Layer already exists 09:12:22 d72ead4c2bef: Layer already exists 09:12:22 2af9e4ae1de3: Layer already exists 09:12:22 7cd52847ad77: Layer already exists 09:12:22 3.0.0-dev.113: digest: sha256:26e1b80282b37b5c46fe9dd44d037a417580f4fb1663e1c6fd816dce977e2640 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:22 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:12:22 2af9e4ae1de3: Preparing 09:12:22 1a6857e58b9d: Preparing 09:12:22 d47e1d9dcc29: Preparing 09:12:22 d72ead4c2bef: Preparing 09:12:22 6fd42ae8ec91: Preparing 09:12:22 7cd52847ad77: Preparing 09:12:22 7cd52847ad77: Waiting 09:12:22 2af9e4ae1de3: Layer already exists 09:12:22 1a6857e58b9d: Layer already exists 09:12:22 6fd42ae8ec91: Layer already exists 09:12:22 d72ead4c2bef: Layer already exists 09:12:22 d47e1d9dcc29: Layer already exists 09:12:22 7cd52847ad77: Layer already exists 09:12:22 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:26e1b80282b37b5c46fe9dd44d037a417580f4fb1663e1c6fd816dce977e2640 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:22 + 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 09:12:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:12:23 2af9e4ae1de3: Preparing 09:12:23 1a6857e58b9d: Preparing 09:12:23 d47e1d9dcc29: Preparing 09:12:23 d72ead4c2bef: Preparing 09:12:23 6fd42ae8ec91: Preparing 09:12:23 7cd52847ad77: Preparing 09:12:23 1a6857e58b9d: Layer already exists 09:12:23 d72ead4c2bef: Layer already exists 09:12:23 6fd42ae8ec91: Layer already exists 09:12:23 2af9e4ae1de3: Layer already exists 09:12:23 d47e1d9dcc29: Layer already exists 09:12:23 7cd52847ad77: Layer already exists 09:12:23 main: digest: sha256:26e1b80282b37b5c46fe9dd44d037a417580f4fb1663e1c6fd816dce977e2640 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:23 ===================================================== [Pipeline] echo 09:12:23 taggedImages: 09:12:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:12:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.113 09:12:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 09:12:23 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 09:12:23 32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:23 latest 09:12:23 3.0.0-dev.113 09:12:23 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:23 main 09:12:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:23 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:12:23 f5a5178d96f3: Preparing 09:12:23 5b9f9dd3fc77: Preparing 09:12:23 aa3b4a537011: Preparing 09:12:23 2655d78a48bb: Preparing 09:12:23 d3b882713c56: Preparing 09:12:23 d47e1d9dcc29: Preparing 09:12:23 d72ead4c2bef: Preparing 09:12:23 d692ced66767: Preparing 09:12:23 7cd52847ad77: Preparing 09:12:23 d72ead4c2bef: Waiting 09:12:23 7cd52847ad77: Waiting 09:12:23 d47e1d9dcc29: Waiting 09:12:23 5b9f9dd3fc77: Pushed 09:12:23 f5a5178d96f3: Pushed 09:12:23 d47e1d9dcc29: Layer already exists 09:12:23 aa3b4a537011: Pushed 09:12:23 d72ead4c2bef: Layer already exists 09:12:23 7cd52847ad77: Layer already exists 09:12:24 d692ced66767: Pushed 09:12:27 d3b882713c56: Pushed 09:12:31 2655d78a48bb: Pushed 09:12:31 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:442816792c68037c5777f3a9c027bbac997fbce11a9ff8950fe0551e7d6ca061 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:31 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:12:31 f5a5178d96f3: Preparing 09:12:31 5b9f9dd3fc77: Preparing 09:12:31 aa3b4a537011: Preparing 09:12:31 2655d78a48bb: Preparing 09:12:31 d3b882713c56: Preparing 09:12:31 d47e1d9dcc29: Preparing 09:12:31 d72ead4c2bef: Preparing 09:12:31 d692ced66767: Preparing 09:12:31 7cd52847ad77: Preparing 09:12:31 d72ead4c2bef: Waiting 09:12:31 d692ced66767: Waiting 09:12:31 d47e1d9dcc29: Waiting 09:12:31 7cd52847ad77: Waiting 09:12:31 5b9f9dd3fc77: Layer already exists 09:12:31 f5a5178d96f3: Layer already exists 09:12:31 2655d78a48bb: Layer already exists 09:12:31 d3b882713c56: Layer already exists 09:12:31 aa3b4a537011: Layer already exists 09:12:31 d47e1d9dcc29: Layer already exists 09:12:31 d692ced66767: Layer already exists 09:12:31 7cd52847ad77: Layer already exists 09:12:31 d72ead4c2bef: Layer already exists 09:12:31 latest: digest: sha256:442816792c68037c5777f3a9c027bbac997fbce11a9ff8950fe0551e7d6ca061 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:32 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.113 09:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:12:32 f5a5178d96f3: Preparing 09:12:32 5b9f9dd3fc77: Preparing 09:12:32 aa3b4a537011: Preparing 09:12:32 2655d78a48bb: Preparing 09:12:32 d3b882713c56: Preparing 09:12:32 d47e1d9dcc29: Preparing 09:12:32 d72ead4c2bef: Preparing 09:12:32 d692ced66767: Preparing 09:12:32 7cd52847ad77: Preparing 09:12:32 d692ced66767: Waiting 09:12:32 d47e1d9dcc29: Waiting 09:12:32 7cd52847ad77: Waiting 09:12:32 d72ead4c2bef: Waiting 09:12:32 2655d78a48bb: Layer already exists 09:12:32 f5a5178d96f3: Layer already exists 09:12:32 aa3b4a537011: Layer already exists 09:12:32 5b9f9dd3fc77: Layer already exists 09:12:32 d3b882713c56: Layer already exists 09:12:32 d47e1d9dcc29: Layer already exists 09:12:32 d72ead4c2bef: Layer already exists 09:12:32 d692ced66767: Layer already exists 09:12:32 7cd52847ad77: Layer already exists 09:12:32 3.0.0-dev.113: digest: sha256:442816792c68037c5777f3a9c027bbac997fbce11a9ff8950fe0551e7d6ca061 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:32 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:12:32 f5a5178d96f3: Preparing 09:12:32 5b9f9dd3fc77: Preparing 09:12:32 aa3b4a537011: Preparing 09:12:32 2655d78a48bb: Preparing 09:12:32 d3b882713c56: Preparing 09:12:32 d47e1d9dcc29: Preparing 09:12:32 d72ead4c2bef: Preparing 09:12:32 d692ced66767: Preparing 09:12:32 7cd52847ad77: Preparing 09:12:32 d72ead4c2bef: Waiting 09:12:32 d47e1d9dcc29: Waiting 09:12:32 d692ced66767: Waiting 09:12:32 7cd52847ad77: Waiting 09:12:32 aa3b4a537011: Layer already exists 09:12:32 5b9f9dd3fc77: Layer already exists 09:12:32 f5a5178d96f3: Layer already exists 09:12:32 d3b882713c56: Layer already exists 09:12:32 2655d78a48bb: Layer already exists 09:12:32 d692ced66767: Layer already exists 09:12:32 d72ead4c2bef: Layer already exists 09:12:32 7cd52847ad77: Layer already exists 09:12:32 d47e1d9dcc29: Layer already exists 09:12:32 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:442816792c68037c5777f3a9c027bbac997fbce11a9ff8950fe0551e7d6ca061 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:33 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:12:33 f5a5178d96f3: Preparing 09:12:33 5b9f9dd3fc77: Preparing 09:12:33 aa3b4a537011: Preparing 09:12:33 2655d78a48bb: Preparing 09:12:33 d3b882713c56: Preparing 09:12:33 d47e1d9dcc29: Preparing 09:12:33 d72ead4c2bef: Preparing 09:12:33 d692ced66767: Preparing 09:12:33 7cd52847ad77: Preparing 09:12:33 d47e1d9dcc29: Waiting 09:12:33 d692ced66767: Waiting 09:12:33 d72ead4c2bef: Waiting 09:12:33 7cd52847ad77: Waiting 09:12:33 aa3b4a537011: Layer already exists 09:12:33 f5a5178d96f3: Layer already exists 09:12:33 2655d78a48bb: Layer already exists 09:12:33 d3b882713c56: Layer already exists 09:12:33 5b9f9dd3fc77: Layer already exists 09:12:33 d47e1d9dcc29: Layer already exists 09:12:33 d72ead4c2bef: Layer already exists 09:12:33 d692ced66767: Layer already exists 09:12:33 7cd52847ad77: Layer already exists 09:12:33 main: digest: sha256:442816792c68037c5777f3a9c027bbac997fbce11a9ff8950fe0551e7d6ca061 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:33 ===================================================== [Pipeline] echo 09:12:33 taggedImages: 09:12:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:12:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.113 09:12:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 09:12:33 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 09:12:33 32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:33 latest 09:12:33 3.0.0-dev.113 09:12:33 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:33 main 09:12:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:12:34 bafca783b6f9: Preparing 09:12:34 664bd517026b: Preparing 09:12:34 cb00296e78e7: Preparing 09:12:34 10c5abb70822: Preparing 09:12:34 d47e1d9dcc29: Preparing 09:12:34 d72ead4c2bef: Preparing 09:12:34 2788400973e1: Preparing 09:12:34 7cd52847ad77: Preparing 09:12:34 2788400973e1: Waiting 09:12:34 7cd52847ad77: Waiting 09:12:34 d47e1d9dcc29: Layer already exists 09:12:34 d72ead4c2bef: Layer already exists 09:12:34 664bd517026b: Pushed 09:12:34 cb00296e78e7: Pushed 09:12:34 bafca783b6f9: Pushed 09:12:34 7cd52847ad77: Layer already exists 09:12:34 2788400973e1: Pushed 09:12:41 10c5abb70822: Pushed 09:12:41 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:52516fd4453891073c229fc142b5ab946572d9c7a9be8905ca45c8fc9c81df18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:12:42 bafca783b6f9: Preparing 09:12:42 664bd517026b: Preparing 09:12:42 cb00296e78e7: Preparing 09:12:42 10c5abb70822: Preparing 09:12:42 d47e1d9dcc29: Preparing 09:12:42 d72ead4c2bef: Preparing 09:12:42 2788400973e1: Preparing 09:12:42 7cd52847ad77: Preparing 09:12:42 d72ead4c2bef: Waiting 09:12:42 2788400973e1: Waiting 09:12:42 7cd52847ad77: Waiting 09:12:42 664bd517026b: Layer already exists 09:12:42 cb00296e78e7: Layer already exists 09:12:42 10c5abb70822: Layer already exists 09:12:42 bafca783b6f9: Layer already exists 09:12:42 d47e1d9dcc29: Layer already exists 09:12:42 2788400973e1: Layer already exists 09:12:42 d72ead4c2bef: Layer already exists 09:12:42 7cd52847ad77: Layer already exists 09:12:42 latest: digest: sha256:52516fd4453891073c229fc142b5ab946572d9c7a9be8905ca45c8fc9c81df18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.113 09:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:12:42 bafca783b6f9: Preparing 09:12:42 664bd517026b: Preparing 09:12:42 cb00296e78e7: Preparing 09:12:42 10c5abb70822: Preparing 09:12:42 d47e1d9dcc29: Preparing 09:12:42 d72ead4c2bef: Preparing 09:12:42 2788400973e1: Preparing 09:12:42 7cd52847ad77: Preparing 09:12:42 2788400973e1: Waiting 09:12:42 7cd52847ad77: Waiting 09:12:42 d72ead4c2bef: Waiting 09:12:42 d47e1d9dcc29: Layer already exists 09:12:42 bafca783b6f9: Layer already exists 09:12:42 664bd517026b: Layer already exists 09:12:42 cb00296e78e7: Layer already exists 09:12:42 10c5abb70822: Layer already exists 09:12:42 d72ead4c2bef: Layer already exists 09:12:42 2788400973e1: Layer already exists 09:12:42 7cd52847ad77: Layer already exists 09:12:42 3.0.0-dev.113: digest: sha256:52516fd4453891073c229fc142b5ab946572d9c7a9be8905ca45c8fc9c81df18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:43 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:12:43 bafca783b6f9: Preparing 09:12:43 664bd517026b: Preparing 09:12:43 cb00296e78e7: Preparing 09:12:43 10c5abb70822: Preparing 09:12:43 d47e1d9dcc29: Preparing 09:12:43 d72ead4c2bef: Preparing 09:12:43 2788400973e1: Preparing 09:12:43 7cd52847ad77: Preparing 09:12:43 d72ead4c2bef: Waiting 09:12:43 7cd52847ad77: Waiting 09:12:43 2788400973e1: Waiting 09:12:43 10c5abb70822: Layer already exists 09:12:43 bafca783b6f9: Layer already exists 09:12:43 cb00296e78e7: Layer already exists 09:12:43 664bd517026b: Layer already exists 09:12:43 d47e1d9dcc29: Layer already exists 09:12:43 d72ead4c2bef: Layer already exists 09:12:43 2788400973e1: Layer already exists 09:12:43 7cd52847ad77: Layer already exists 09:12:43 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:52516fd4453891073c229fc142b5ab946572d9c7a9be8905ca45c8fc9c81df18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:43 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 09:12:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:12:44 bafca783b6f9: Preparing 09:12:44 664bd517026b: Preparing 09:12:44 cb00296e78e7: Preparing 09:12:44 10c5abb70822: Preparing 09:12:44 d47e1d9dcc29: Preparing 09:12:44 d72ead4c2bef: Preparing 09:12:44 2788400973e1: Preparing 09:12:44 7cd52847ad77: Preparing 09:12:44 d72ead4c2bef: Waiting 09:12:44 2788400973e1: Waiting 09:12:44 d47e1d9dcc29: Layer already exists 09:12:44 664bd517026b: Layer already exists 09:12:44 cb00296e78e7: Layer already exists 09:12:44 bafca783b6f9: Layer already exists 09:12:44 10c5abb70822: Layer already exists 09:12:44 2788400973e1: Layer already exists 09:12:44 d72ead4c2bef: Layer already exists 09:12:44 7cd52847ad77: Layer already exists 09:12:44 main: digest: sha256:52516fd4453891073c229fc142b5ab946572d9c7a9be8905ca45c8fc9c81df18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:44 ===================================================== [Pipeline] echo 09:12:44 taggedImages: 09:12:44 - nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:44 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:12:44 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.113 09:12:44 - nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:44 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 09:12:44 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 09:12:44 32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:44 latest 09:12:44 3.0.0-dev.113 09:12:44 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:44 main 09:12:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:44 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:12:44 958447310b13: Preparing 09:12:44 cf7e1a209c74: Preparing 09:12:44 49ce29e3d207: Preparing 09:12:44 18ed89a774b2: Preparing 09:12:44 d47e1d9dcc29: Preparing 09:12:44 d72ead4c2bef: Preparing 09:12:44 d692ced66767: Preparing 09:12:44 7cd52847ad77: Preparing 09:12:44 d692ced66767: Waiting 09:12:44 d72ead4c2bef: Waiting 09:12:44 7cd52847ad77: Waiting 09:12:44 d47e1d9dcc29: Layer already exists 09:12:44 d72ead4c2bef: Layer already exists 09:12:44 d692ced66767: Layer already exists 09:12:44 958447310b13: Pushed 09:12:44 7cd52847ad77: Layer already exists 09:12:44 cf7e1a209c74: Pushed 09:12:44 49ce29e3d207: Pushed 09:12:51 18ed89a774b2: Pushed 09:12:51 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:9300c542a9892e7e5206f1d1ca5b9142843b6d0790cb8727bac03a5e65c66c97 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:12:52 958447310b13: Preparing 09:12:52 cf7e1a209c74: Preparing 09:12:52 49ce29e3d207: Preparing 09:12:52 18ed89a774b2: Preparing 09:12:52 d47e1d9dcc29: Preparing 09:12:52 d72ead4c2bef: Preparing 09:12:52 d692ced66767: Preparing 09:12:52 7cd52847ad77: Preparing 09:12:52 d692ced66767: Waiting 09:12:52 d72ead4c2bef: Waiting 09:12:52 7cd52847ad77: Waiting 09:12:52 cf7e1a209c74: Layer already exists 09:12:52 d47e1d9dcc29: Layer already exists 09:12:52 18ed89a774b2: Layer already exists 09:12:52 49ce29e3d207: Layer already exists 09:12:52 958447310b13: Layer already exists 09:12:52 d692ced66767: Layer already exists 09:12:52 7cd52847ad77: Layer already exists 09:12:52 d72ead4c2bef: Layer already exists 09:12:52 latest: digest: sha256:9300c542a9892e7e5206f1d1ca5b9142843b6d0790cb8727bac03a5e65c66c97 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.113 09:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:12:52 958447310b13: Preparing 09:12:52 cf7e1a209c74: Preparing 09:12:52 49ce29e3d207: Preparing 09:12:52 18ed89a774b2: Preparing 09:12:52 d47e1d9dcc29: Preparing 09:12:52 d72ead4c2bef: Preparing 09:12:52 d692ced66767: Preparing 09:12:52 7cd52847ad77: Preparing 09:12:52 d692ced66767: Waiting 09:12:52 7cd52847ad77: Waiting 09:12:52 d72ead4c2bef: Waiting 09:12:52 d47e1d9dcc29: Layer already exists 09:12:52 49ce29e3d207: Layer already exists 09:12:52 958447310b13: Layer already exists 09:12:52 cf7e1a209c74: Layer already exists 09:12:52 18ed89a774b2: Layer already exists 09:12:52 d72ead4c2bef: Layer already exists 09:12:52 d692ced66767: Layer already exists 09:12:52 7cd52847ad77: Layer already exists 09:12:52 3.0.0-dev.113: digest: sha256:9300c542a9892e7e5206f1d1ca5b9142843b6d0790cb8727bac03a5e65c66c97 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:12:53 958447310b13: Preparing 09:12:53 cf7e1a209c74: Preparing 09:12:53 49ce29e3d207: Preparing 09:12:53 18ed89a774b2: Preparing 09:12:53 d47e1d9dcc29: Preparing 09:12:53 d72ead4c2bef: Preparing 09:12:53 d692ced66767: Preparing 09:12:53 7cd52847ad77: Preparing 09:12:53 d72ead4c2bef: Waiting 09:12:53 d692ced66767: Waiting 09:12:53 7cd52847ad77: Waiting 09:12:53 18ed89a774b2: Layer already exists 09:12:53 49ce29e3d207: Layer already exists 09:12:53 958447310b13: Layer already exists 09:12:53 d47e1d9dcc29: Layer already exists 09:12:53 cf7e1a209c74: Layer already exists 09:12:53 d72ead4c2bef: Layer already exists 09:12:53 d692ced66767: Layer already exists 09:12:53 7cd52847ad77: Layer already exists 09:12:53 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:9300c542a9892e7e5206f1d1ca5b9142843b6d0790cb8727bac03a5e65c66c97 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:53 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 09:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:12:53 958447310b13: Preparing 09:12:53 cf7e1a209c74: Preparing 09:12:53 49ce29e3d207: Preparing 09:12:53 18ed89a774b2: Preparing 09:12:53 d47e1d9dcc29: Preparing 09:12:53 d72ead4c2bef: Preparing 09:12:53 d692ced66767: Preparing 09:12:53 7cd52847ad77: Preparing 09:12:53 d72ead4c2bef: Waiting 09:12:53 d692ced66767: Waiting 09:12:53 7cd52847ad77: Waiting 09:12:53 cf7e1a209c74: Layer already exists 09:12:53 958447310b13: Layer already exists 09:12:53 d47e1d9dcc29: Layer already exists 09:12:53 18ed89a774b2: Layer already exists 09:12:53 49ce29e3d207: Layer already exists 09:12:53 d72ead4c2bef: Layer already exists 09:12:53 d692ced66767: Layer already exists 09:12:53 7cd52847ad77: Layer already exists 09:12:53 main: digest: sha256:9300c542a9892e7e5206f1d1ca5b9142843b6d0790cb8727bac03a5e65c66c97 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:53 ===================================================== [Pipeline] echo 09:12:53 taggedImages: 09:12:53 - nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:53 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:12:53 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.113 09:12:53 - nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:53 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 09:12:53 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 09:12:53 32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:53 latest 09:12:53 3.0.0-dev.113 09:12:53 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:53 main 09:12:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:54 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:54 + docker push nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:12:54 578f24de6aa5: Preparing 09:12:54 177eda4e8ea6: Preparing 09:12:54 d47e1d9dcc29: Preparing 09:12:54 d72ead4c2bef: Preparing 09:12:54 9d84757d36e4: Preparing 09:12:54 7cd52847ad77: Preparing 09:12:54 7cd52847ad77: Waiting 09:12:54 d47e1d9dcc29: Layer already exists 09:12:54 d72ead4c2bef: Layer already exists 09:12:54 7cd52847ad77: Layer already exists 09:12:54 578f24de6aa5: Pushed 09:12:54 9d84757d36e4: Pushed 09:12:57 177eda4e8ea6: Pushed 09:12:57 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:c5ddb8091cee9174255dce42f9fe251559a83e1eef95fd77f6399ddc232147c3 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:57 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 09:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:12:57 578f24de6aa5: Preparing 09:12:57 177eda4e8ea6: Preparing 09:12:57 d47e1d9dcc29: Preparing 09:12:57 d72ead4c2bef: Preparing 09:12:57 9d84757d36e4: Preparing 09:12:57 7cd52847ad77: Preparing 09:12:57 7cd52847ad77: Waiting 09:12:57 177eda4e8ea6: Layer already exists 09:12:57 d47e1d9dcc29: Layer already exists 09:12:57 d72ead4c2bef: Layer already exists 09:12:57 578f24de6aa5: Layer already exists 09:12:57 9d84757d36e4: Layer already exists 09:12:57 7cd52847ad77: Layer already exists 09:12:57 latest: digest: sha256:c5ddb8091cee9174255dce42f9fe251559a83e1eef95fd77f6399ddc232147c3 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:57 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.113 09:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:12:58 578f24de6aa5: Preparing 09:12:58 177eda4e8ea6: Preparing 09:12:58 d47e1d9dcc29: Preparing 09:12:58 d72ead4c2bef: Preparing 09:12:58 9d84757d36e4: Preparing 09:12:58 7cd52847ad77: Preparing 09:12:58 9d84757d36e4: Layer already exists 09:12:58 d47e1d9dcc29: Layer already exists 09:12:58 578f24de6aa5: Layer already exists 09:12:58 177eda4e8ea6: Layer already exists 09:12:58 d72ead4c2bef: Layer already exists 09:12:58 7cd52847ad77: Layer already exists 09:12:58 3.0.0-dev.113: digest: sha256:c5ddb8091cee9174255dce42f9fe251559a83e1eef95fd77f6399ddc232147c3 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:58 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:12:58 578f24de6aa5: Preparing 09:12:58 177eda4e8ea6: Preparing 09:12:58 d47e1d9dcc29: Preparing 09:12:58 d72ead4c2bef: Preparing 09:12:58 9d84757d36e4: Preparing 09:12:58 7cd52847ad77: Preparing 09:12:58 7cd52847ad77: Waiting 09:12:58 d47e1d9dcc29: Layer already exists 09:12:58 d72ead4c2bef: Layer already exists 09:12:58 578f24de6aa5: Layer already exists 09:12:58 9d84757d36e4: Layer already exists 09:12:58 177eda4e8ea6: Layer already exists 09:12:58 7cd52847ad77: Layer already exists 09:12:58 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:c5ddb8091cee9174255dce42f9fe251559a83e1eef95fd77f6399ddc232147c3 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 09:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:12:59 578f24de6aa5: Preparing 09:12:59 177eda4e8ea6: Preparing 09:12:59 d47e1d9dcc29: Preparing 09:12:59 d72ead4c2bef: Preparing 09:12:59 9d84757d36e4: Preparing 09:12:59 7cd52847ad77: Preparing 09:12:59 7cd52847ad77: Waiting 09:12:59 578f24de6aa5: Layer already exists 09:12:59 177eda4e8ea6: Layer already exists 09:12:59 d47e1d9dcc29: Layer already exists 09:12:59 9d84757d36e4: Layer already exists 09:12:59 d72ead4c2bef: Layer already exists 09:12:59 7cd52847ad77: Layer already exists 09:12:59 main: digest: sha256:c5ddb8091cee9174255dce42f9fe251559a83e1eef95fd77f6399ddc232147c3 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:59 ===================================================== [Pipeline] echo 09:12:59 taggedImages: 09:12:59 - nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:59 - nexus3.edgexfoundry.org:10004/support-notifications:latest 09:12:59 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.113 09:12:59 - nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:59 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 09:12:59 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 09:12:59 32e4cad4570321b8701fad636f81d26e3bb342d0 09:12:59 latest 09:12:59 3.0.0-dev.113 09:12:59 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:12:59 main 09:12:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0 09:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:13:00 56b4721b8b1e: Preparing 09:13:00 d51f60331844: Preparing 09:13:00 d47e1d9dcc29: Preparing 09:13:00 d72ead4c2bef: Preparing 09:13:00 2cae96506a52: Preparing 09:13:00 7cd52847ad77: Preparing 09:13:00 d47e1d9dcc29: Layer already exists 09:13:00 2cae96506a52: Layer already exists 09:13:00 d72ead4c2bef: Layer already exists 09:13:00 7cd52847ad77: Layer already exists 09:13:00 56b4721b8b1e: Pushed 09:13:03 d51f60331844: Pushed 09:13:03 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:9aa180c245b403e8495edd08fdb1d629d97192bc973b1bd9868091d555bc1a76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:03 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:13:04 56b4721b8b1e: Preparing 09:13:04 d51f60331844: Preparing 09:13:04 d47e1d9dcc29: Preparing 09:13:04 d72ead4c2bef: Preparing 09:13:04 2cae96506a52: Preparing 09:13:04 7cd52847ad77: Preparing 09:13:04 7cd52847ad77: Waiting 09:13:04 2cae96506a52: Layer already exists 09:13:04 56b4721b8b1e: Layer already exists 09:13:04 d72ead4c2bef: Layer already exists 09:13:04 d51f60331844: Layer already exists 09:13:04 d47e1d9dcc29: Layer already exists 09:13:04 7cd52847ad77: Layer already exists 09:13:04 latest: digest: sha256:9aa180c245b403e8495edd08fdb1d629d97192bc973b1bd9868091d555bc1a76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:04 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.113 09:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:13:04 56b4721b8b1e: Preparing 09:13:04 d51f60331844: Preparing 09:13:04 d47e1d9dcc29: Preparing 09:13:04 d72ead4c2bef: Preparing 09:13:04 2cae96506a52: Preparing 09:13:04 7cd52847ad77: Preparing 09:13:04 7cd52847ad77: Waiting 09:13:04 56b4721b8b1e: Layer already exists 09:13:04 d47e1d9dcc29: Layer already exists 09:13:04 2cae96506a52: Layer already exists 09:13:04 d72ead4c2bef: Layer already exists 09:13:04 d51f60331844: Layer already exists 09:13:04 7cd52847ad77: Layer already exists 09:13:04 3.0.0-dev.113: digest: sha256:9aa180c245b403e8495edd08fdb1d629d97192bc973b1bd9868091d555bc1a76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:13:05 56b4721b8b1e: Preparing 09:13:05 d51f60331844: Preparing 09:13:05 d47e1d9dcc29: Preparing 09:13:05 d72ead4c2bef: Preparing 09:13:05 2cae96506a52: Preparing 09:13:05 7cd52847ad77: Preparing 09:13:05 7cd52847ad77: Waiting 09:13:05 d72ead4c2bef: Layer already exists 09:13:05 d47e1d9dcc29: Layer already exists 09:13:05 2cae96506a52: Layer already exists 09:13:05 d51f60331844: Layer already exists 09:13:05 56b4721b8b1e: Layer already exists 09:13:05 7cd52847ad77: Layer already exists 09:13:05 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:9aa180c245b403e8495edd08fdb1d629d97192bc973b1bd9868091d555bc1a76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 09:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:13:05 56b4721b8b1e: Preparing 09:13:05 d51f60331844: Preparing 09:13:05 d47e1d9dcc29: Preparing 09:13:05 d72ead4c2bef: Preparing 09:13:05 2cae96506a52: Preparing 09:13:05 7cd52847ad77: Preparing 09:13:05 d47e1d9dcc29: Layer already exists 09:13:05 d51f60331844: Layer already exists 09:13:05 56b4721b8b1e: Layer already exists 09:13:05 d72ead4c2bef: Layer already exists 09:13:05 2cae96506a52: Layer already exists 09:13:05 7cd52847ad77: Layer already exists 09:13:05 main: digest: sha256:9aa180c245b403e8495edd08fdb1d629d97192bc973b1bd9868091d555bc1a76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:13:05 ===================================================== [Pipeline] echo 09:13:05 taggedImages: 09:13:05 - nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0 09:13:05 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:13:05 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.113 09:13:05 - nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:13:05 - 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] } 09:13:22 Removing intermediate container 452878033f21 09:13:22 ---> 7cdc183c1c74 09:13:22 Step 7/26 : COPY . . 09:13:22 Removing intermediate container 9f1c37474abd 09:13:22 ---> b6f31b1bd68c 09:13:22 Step 7/27 : COPY . . 09:13:22 Removing intermediate container de3a8623fd3f 09:13:22 ---> 60ade211650e 09:13:22 Step 7/27 : COPY . . 09:13:22 Removing intermediate container 3afd6348a489 09:13:22 ---> 884266efe2d8 09:13:22 Step 8/23 : COPY . . 09:13:22 Removing intermediate container 086bec70defa 09:13:22 ---> e12503ea7ddf 09:13:22 Step 8/23 : COPY . . 09:13:28 ---> 9bab79e2bb1d 09:13:28 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 09:13:28 ---> 8d32d66985d9 09:13:28 ---> Running in cf2fe0cc2caa 09:13:28 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:13:28 ---> Running in af0f1c2be7ed 09:13:28 ---> 993be0966816 09:13:28 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 09:13:29 ---> Running in 803b133c8247 09:13:29 ---> 275b4faabe82 09:13:29 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 09:13:29 ---> Running in 266b587d58f6 09:13:29 ---> 960268fffc5b 09:13:29 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 09:13:29 ---> Running in 6a31459ea5ec 09:13:29 Removing intermediate container cf2fe0cc2caa 09:13:29 ---> b9da28916a49 09:13:29 Step 9/26 : WORKDIR /edgex-go/spire-build 09:13:29 ---> Running in eed1d2e804da 09:13:30 Removing intermediate container 803b133c8247 09:13:30 ---> d30a7a19b98e 09:13:30 Step 9/27 : WORKDIR /edgex-go/spire-build 09:13:30 ---> Running in bb2556c9eb60 09:13:30 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:13:30 Removing intermediate container eed1d2e804da 09:13:30 ---> a329348ecd37 09:13:30 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 09:13:30 Removing intermediate container 6a31459ea5ec 09:13:30 ---> 8b4423bc1d4a 09:13:30 Step 9/27 : WORKDIR /edgex-go/spire-build 09:13:31 ---> Running in aa8b6a63298b 09:13:31 ---> Running in f4424215c6b4 09:13:31 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:13:31 Removing intermediate container bb2556c9eb60 09:13:31 ---> c7e225993fb1 09:13:31 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 09:13:32 ---> Running in 9077e60988a9 09:13:32 Removing intermediate container aa8b6a63298b 09:13:32 Removing intermediate container f4424215c6b4 09:13:32 ---> 062edd5d2e37 09:13:32 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 09:13:32 ---> dcd82389d106 09:13:32 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 09:13:33 ---> Running in 842366f572f3 09:13:33 ---> Running in 6ff4b90a805c 09:13:33 Removing intermediate container 9077e60988a9 09:13:33 ---> a948e26ec4ad 09:13:33 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 09:13:33 ---> Running in e3766e8c18cc 09:13:34 Removing intermediate container 842366f572f3 09:13:34 ---> b4463b0ccb03 09:13:34 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 09:13:34 ---> Running in 046d3d4b75ec 09:13:38 Removing intermediate container 6ff4b90a805c 09:13:38 ---> 5aa66700516f 09:13:38 Step 12/26 : WORKDIR /edgex-go 09:13:38 ---> Running in b765913f6d7c 09:13:40 Removing intermediate container b765913f6d7c 09:13:40 ---> 97737245183e 09:13:40 09:13:40 Step 13/26 : FROM alpine:3.17 09:13:40 Removing intermediate container e3766e8c18cc 09:13:40 ---> 728b786a063c 09:13:40 Step 12/27 : WORKDIR /edgex-go 09:13:41 Removing intermediate container 046d3d4b75ec 09:13:41 ---> b26fab565a32 09:13:41 Step 12/27 : WORKDIR /edgex-go 09:13:41 ---> Running in 6811a2d3a51e 09:13:41 3.17: Pulling from library/alpine 09:13:41 ---> Running in 4a7d5f2ea603 09:13:41 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 09:13:41 Status: Downloaded newer image for alpine:3.17 09:13:41 ---> d74e625d9115 09:13:41 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:13:42 ---> Running in c26145705fbc 09:13:42 Removing intermediate container 6811a2d3a51e 09:13:42 ---> aea0b54dbf62 09:13:42 09:13:42 Step 13/27 : FROM alpine:3.17 09:13:42 ---> d74e625d9115 09:13:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:13:42 Removing intermediate container 4a7d5f2ea603 09:13:42 ---> 42158942c058 09:13:42 09:13:42 Step 13/27 : FROM alpine:3.17 09:13:42 ---> d74e625d9115 09:13:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:13:42 ---> Running in 6b760fc01f59 09:13:42 ---> Running in 2ddb1fa8d9a8 09:13:45 Removing intermediate container 6b760fc01f59 09:13:45 ---> 4fab27a22390 09:13:45 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 09:13:45 Removing intermediate container 2ddb1fa8d9a8 09:13:45 ---> ba2a332f02c4 09:13:45 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:13:45 Removing intermediate container c26145705fbc 09:13:45 ---> f3d44b1ef483 09:13:45 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:13:45 ---> Running in 59fafced19ac 09:13:45 ---> Running in 77fa3c73a06e 09:13:45 ---> Running in 9d115879cddc 09:13:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:13:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:13:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:13:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:13:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:13:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:13:52 v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 09:13:52 v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 09:13:52 OK: 17691 distinct packages available 09:13:52 v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 09:13:52 v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 09:13:52 OK: 17691 distinct packages available 09:13:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:13:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:13:53 v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 09:13:53 v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 09:13:53 OK: 17691 distinct packages available 09:13:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:13:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:13:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:13:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:13:57 (1/4) Installing dumb-init (1.2.5-r2) 09:13:57 (2/4) Installing musl-obstack (1.2.3-r0) 09:13:57 (3/4) Installing libucontext (1.2-r0) 09:13:57 (4/4) Installing gcompat (1.1.0-r0) 09:13:57 Executing busybox-1.35.0-r29.trigger 09:13:57 (1/5) Installing dumb-init (1.2.5-r2) 09:13:57 (2/5) Installing musl-obstack (1.2.3-r0) 09:13:57 (3/5) Installing libucontext (1.2-r0) 09:13:57 (4/5) Installing gcompat (1.1.0-r0) 09:13:57 (5/5) Installing openssl (3.0.8-r1) 09:13:57 OK: 8 MiB in 19 packages 09:13:57 Executing busybox-1.35.0-r29.trigger 09:13:57 OK: 9 MiB in 20 packages 09:13:57 (1/5) Installing dumb-init (1.2.5-r2) 09:13:57 (2/5) Installing musl-obstack (1.2.3-r0) 09:13:57 (3/5) Installing libucontext (1.2-r0) 09:13:57 (4/5) Installing gcompat (1.1.0-r0) 09:13:57 (5/5) Installing openssl (3.0.8-r1) 09:13:57 Executing busybox-1.35.0-r29.trigger 09:13:57 OK: 9 MiB in 20 packages 09:14:01 Removing intermediate container 59fafced19ac 09:14:01 ---> 972f517c12e9 09:14:01 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 09:14:01 Removing intermediate container 77fa3c73a06e 09:14:01 ---> 4a0e609a598d 09:14:01 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 09:14:02 Removing intermediate container 9d115879cddc 09:14:02 ---> 2292b73fff72 09:14:02 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 09:14:03 ---> ec2cb65511af 09:14:03 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 09:14:03 ---> 66182b2c575f 09:14:03 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 09:14:04 ---> 977bc25a8ddb 09:14:04 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 09:14:05 ---> 1a4f40618750 09:14:05 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 09:14:05 ---> f76507958830 09:14:05 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:14:05 ---> e7fe48fb7579 09:14:05 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:14:12 ---> c0f67a23737d 09:14:12 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:14:15 ---> 08c63aa89bd9 09:14:15 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:14:17 ---> 4dc221a87ef0 09:14:17 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:14:17 ---> e696d3866217 09:14:17 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 09:14:17 ---> Running in 87747af84879 09:14:18 Removing intermediate container 87747af84879 09:14:18 ---> 245525e48854 09:14:18 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:14:18 ---> 0289cec9b5c3 09:14:18 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:14:19 ---> 7704fe1175db 09:14:19 Step 22/27 : WORKDIR / 09:14:19 ---> Running in cbfabc3d2792 09:14:19 ---> 4e67099e39ee 09:14:19 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:14:20 Removing intermediate container cbfabc3d2792 09:14:20 ---> c5b906322cae 09:14:20 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:14:21 ---> Running in 5e8bbdbd187e 09:14:21 ---> d93ca80ab148 09:14:21 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:14:21 ---> Running in 333f22fa81e2 09:14:21 Removing intermediate container 5e8bbdbd187e 09:14:21 ---> 2aecf4b25191 09:14:21 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:14:22 ---> Running in 2b167b030871 09:14:22 Removing intermediate container 333f22fa81e2 09:14:22 ---> c7fdd54d572d 09:14:22 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:14:22 ---> Running in 5fe0a75e1520 09:14:24 Removing intermediate container 2b167b030871 09:14:24 ---> c0c83dc61c9a 09:14:24 Step 25/27 : LABEL arch=arm64 09:14:24 Removing intermediate container 5fe0a75e1520 09:14:24 ---> af491d17aaa9 09:14:24 Step 24/26 : LABEL arch=arm64 09:14:24 ---> Running in 1827de5a7474 09:14:25 ---> Running in 007cea9f7e21 09:14:25 ---> deeaca4df534 09:14:25 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:14:25 Removing intermediate container 007cea9f7e21 09:14:25 Removing intermediate container 1827de5a7474 09:14:25 ---> 8f0b4e4f75c2 09:14:25 Step 26/27 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:14:25 ---> 5385665865f5 09:14:25 Step 25/26 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:14:25 ---> Running in ff8fefe2ced2 09:14:26 ---> Running in 92643d4ba6e6 09:14:26 ---> 3b20453c83b1 09:14:26 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:14:27 Removing intermediate container 92643d4ba6e6 09:14:27 ---> 89e65de24716 09:14:27 Step 26/26 : LABEL version=3.0.0-dev.113 09:14:27 Removing intermediate container ff8fefe2ced2 09:14:27 ---> 03c0e2fafe33 09:14:27 Step 27/27 : LABEL version=3.0.0-dev.113 09:14:27 ---> Running in bc4bc86b8fff 09:14:27 ---> Running in 1c562f32c363 09:14:27 ---> ff08519a733a 09:14:27 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:14:27 Removing intermediate container bc4bc86b8fff 09:14:27 ---> 1e65fec1e990 09:14:27 09:14:28 Removing intermediate container 1c562f32c363 09:14:28 ---> 266d4d884701 09:14:28 09:14:28 Successfully built 1e65fec1e990 09:14:28 Successfully tagged security-spire-server-arm64:latest 09:14:28  Building security-spire-server ... done Building core-command 09:14:28 Successfully built 266d4d884701 09:14:28 Successfully tagged security-spire-config-arm64:latest 09:14:28  Building security-spire-config ... done Building security-proxy-auth 09:14:28 ---> b5402460dede 09:14:28 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:14:28 ---> Running in 9f29e0f88acf 09:14:29 Removing intermediate container 9f29e0f88acf 09:14:29 ---> c855b15b577a 09:14:29 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:14:29 ---> Running in b780a52b3b8f 09:14:30 Removing intermediate container b780a52b3b8f 09:14:30 ---> 8786f195126c 09:14:30 Step 25/27 : LABEL arch=arm64 09:14:30 ---> Running in 05b69af1d502 09:14:30 Removing intermediate container 05b69af1d502 09:14:30 ---> 7b9bf4fce082 09:14:30 Step 26/27 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:14:30 ---> Running in a29b7a0e97a5 09:14:31 Removing intermediate container a29b7a0e97a5 09:14:31 ---> 9e8c4ce43b58 09:14:31 Step 27/27 : LABEL version=3.0.0-dev.113 09:14:31 ---> Running in 526e67b8deb0 09:14:32 Removing intermediate container 526e67b8deb0 09:14:32 ---> 629f900844e2 09:14:32 09:14:32 Successfully built 629f900844e2 09:14:32 Successfully tagged security-spire-agent-arm64:latest 09:14:32 Building security-proxy-setup 09:14:34  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:14:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:14:34 ---> b5a8ddec4707 09:14:34 Step 3/24 : ARG ADD_BUILD_TAGS="" 09:14:34 ---> Using cache 09:14:34 ---> 82fca4e283b2 09:14:34 Step 4/24 : WORKDIR /edgex-go 09:14:34 ---> Using cache 09:14:34 ---> b1ea92507f84 09:14:34 Step 5/24 : RUN apk add --update --no-cache make git 09:14:34 ---> Using cache 09:14:34 ---> 4fdde32024d3 09:14:34 Step 6/24 : COPY go.mod vendor* ./ 09:14:35 ---> Using cache 09:14:35 ---> b8d4a95db4ea 09:14:35 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:14:35 ---> Using cache 09:14:35 ---> 884266efe2d8 09:14:35 Step 8/24 : COPY . . 09:14:35 ---> Using cache 09:14:35 ---> 275b4faabe82 09:14:35 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 09:14:35 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:14:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:14:35 ---> b5a8ddec4707 09:14:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:14:35 ---> Using cache 09:14:35 ---> 82fca4e283b2 09:14:35 Step 4/23 : WORKDIR /edgex-go 09:14:35 ---> Using cache 09:14:35 ---> b1ea92507f84 09:14:35 Step 5/23 : RUN apk add --update --no-cache make git 09:14:35 ---> Using cache 09:14:35 ---> 4fdde32024d3 09:14:35 Step 6/23 : COPY go.mod vendor* ./ 09:14:35 ---> Using cache 09:14:35 ---> b8d4a95db4ea 09:14:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:14:35 ---> Using cache 09:14:35 ---> 884266efe2d8 09:14:35 Step 8/23 : COPY . . 09:14:35 ---> Using cache 09:14:35 ---> 275b4faabe82 09:14:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 09:14:37 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:14:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:14:37 ---> b5a8ddec4707 09:14:37 Step 3/22 : WORKDIR /edgex-go 09:14:37 ---> Using cache 09:14:37 ---> 07016bf809a1 09:14:37 Step 4/22 : RUN apk add --update --no-cache make git 09:14:37 ---> Running in 94027c7b63b6 09:14:37 ---> Running in d4ab4974e5d0 09:14:37 ---> Running in f28560bd313b 09:14:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:14:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:14:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:14:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:14:42 OK: 263 MiB in 53 packages 09:14:44 Removing intermediate container f28560bd313b 09:14:44 ---> d42e9b2659d4 09:14:44 Step 5/22 : COPY go.mod vendor* ./ 09:14:45 ---> 15fc44d867db 09:14:45 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:14:45 ---> Running in 44276b1dde14 09:16:21 Removing intermediate container 44276b1dde14 09:16:21 ---> d6773dfad73b 09:16:21 Step 7/22 : COPY . . 09:16:21 ---> da5406705627 09:16:21 Step 8/22 : RUN make cmd/secrets-config/secrets-config 09:16:21 ---> Running in 0bfdd0a6d605 09:16:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:19:58 Removing intermediate container af0f1c2be7ed 09:19:58 ---> 5d4782e8dc2c 09:19:58 09:19:58 Step 10/23 : FROM alpine:3.17 09:19:58 ---> d74e625d9115 09:19:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 09:19:58 ---> Running in 2d3ddde94a55 09:19:58 Removing intermediate container 2d3ddde94a55 09:19:58 ---> 904aebab355d 09:19:58 Step 12/23 : RUN apk add --update --no-cache dumb-init 09:19:58 ---> Running in 762bf775019d 09:19:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:19:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:19:58 (1/1) Installing dumb-init (1.2.5-r2) 09:19:58 Executing busybox-1.35.0-r29.trigger 09:19:58 OK: 8 MiB in 16 packages 09:19:58 Removing intermediate container 762bf775019d 09:19:58 ---> 5a139ee2654f 09:19:58 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:19:58 ---> e4f31ccbb114 09:19:58 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 09:19:58 ---> ba58910cd41c 09:19:58 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:19:58 ---> a47b86745d6c 09:19:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 09:19:58 ---> 130b091547c7 09:19:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 09:19:58 ---> be7ad4ad6d5a 09:19:58 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:19:58 ---> Running in 78128a858426 09:20:02 Removing intermediate container 78128a858426 09:20:02 ---> 7a0914326a38 09:20:02 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 09:20:02 ---> Running in 606cf99152c8 09:20:03 Removing intermediate container 606cf99152c8 09:20:03 ---> 04e22882eb1b 09:20:03 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 09:20:03 ---> Running in ee27f679f899 09:20:04 Removing intermediate container ee27f679f899 09:20:04 ---> 7ae3ba22ce83 09:20:04 Step 21/23 : LABEL arch=arm64 09:20:04 ---> Running in 14b0e110cd6e 09:20:04 Removing intermediate container 14b0e110cd6e 09:20:04 ---> 453cd8bd8c25 09:20:04 Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:20:04 ---> Running in 4c4cff10b727 09:20:05 Removing intermediate container 4c4cff10b727 09:20:05 ---> 8b4d2200fcb8 09:20:05 Step 23/23 : LABEL version=3.0.0-dev.113 09:20:05 ---> Running in 17f607b7f533 09:20:06 Removing intermediate container 17f607b7f533 09:20:06 ---> 1a8a7d7126fb 09:20:06 09:20:06 Successfully built 1a8a7d7126fb 09:20:06 Successfully tagged core-common-config-bootstrapper-arm64:latest 09:20:06 Building core-metadata 09:20:09  Building core-common-config-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:20:09 Step 2/25 : FROM ${BUILDER_BASE} AS builder 09:20:09 ---> b5a8ddec4707 09:20:09 Step 3/25 : ARG ADD_BUILD_TAGS="" 09:20:09 ---> Using cache 09:20:09 ---> 82fca4e283b2 09:20:09 Step 4/25 : WORKDIR /edgex-go 09:20:09 ---> Using cache 09:20:09 ---> b1ea92507f84 09:20:09 Step 5/25 : RUN apk add --update --no-cache make git 09:20:09 ---> Using cache 09:20:09 ---> 4fdde32024d3 09:20:09 Step 6/25 : COPY go.mod vendor* ./ 09:20:09 ---> Using cache 09:20:09 ---> b8d4a95db4ea 09:20:09 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:20:09 ---> Using cache 09:20:09 ---> 884266efe2d8 09:20:09 Step 8/25 : COPY . . 09:20:09 ---> Using cache 09:20:09 ---> 275b4faabe82 09:20:09 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 09:20:09 ---> Running in 5bb7064b8728 09:20:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:20:50 Removing intermediate container 94027c7b63b6 09:20:50 ---> b2d62787a9a7 09:20:50 09:20:50 Step 10/23 : FROM alpine:3.17 09:20:50 ---> d74e625d9115 09:20:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 09:20:50 ---> Using cache 09:20:50 ---> 904aebab355d 09:20:50 Step 12/23 : RUN apk add --update --no-cache dumb-init 09:20:50 ---> Using cache 09:20:50 ---> 5a139ee2654f 09:20:50 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:20:50 ---> Using cache 09:20:50 ---> e4f31ccbb114 09:20:50 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 09:20:50 ---> Using cache 09:20:50 ---> ba58910cd41c 09:20:50 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:20:52 ---> 07beff320198 09:20:52 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 09:20:53 ---> 975e9f8f7f68 09:20:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 09:20:55 ---> da1b588d1f13 09:20:55 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:20:55 ---> Running in 70cd2a512787 09:20:59 Removing intermediate container 70cd2a512787 09:20:59 ---> 7433e5c1f7d3 09:20:59 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 09:20:59 ---> Running in f4716b802885 09:20:59 Removing intermediate container f4716b802885 09:20:59 ---> fd5d012a7813 09:20:59 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 09:20:59 ---> Running in a324a64f7be9 09:21:00 Removing intermediate container a324a64f7be9 09:21:00 ---> cef867167a9e 09:21:00 Step 21/23 : LABEL arch=arm64 09:21:00 ---> Running in 13412f4fc6c2 09:21:00 Removing intermediate container 13412f4fc6c2 09:21:00 ---> 3b6f846e0b2f 09:21:00 Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:21:00 ---> Running in a930c4e3cbad 09:21:01 Removing intermediate container a930c4e3cbad 09:21:01 ---> 48328b49c531 09:21:01 Step 23/23 : LABEL version=3.0.0-dev.113 09:21:01 ---> Running in 29badd964c98 09:21:01 Removing intermediate container 29badd964c98 09:21:01 ---> 5454117f8cc7 09:21:01 09:21:01 Successfully built 5454117f8cc7 09:21:01 Successfully tagged security-proxy-auth-arm64:latest 09:21:01  Building security-proxy-auth ... done Building security-bootstrapper 09:21:05 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:21:05 Step 2/33 : FROM ${BUILDER_BASE} AS builder 09:21:05 ---> b5a8ddec4707 09:21:05 Step 3/33 : WORKDIR /edgex-go 09:21:05 ---> Using cache 09:21:05 ---> 07016bf809a1 09:21:05 Step 4/33 : RUN apk add --update --no-cache make git 09:21:05 ---> Using cache 09:21:05 ---> d42e9b2659d4 09:21:05 Step 5/33 : COPY go.mod vendor* ./ 09:21:05 ---> Using cache 09:21:05 ---> 15fc44d867db 09:21:05 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:21:05 ---> Using cache 09:21:05 ---> d6773dfad73b 09:21:05 Step 7/33 : COPY . . 09:21:05 ---> Using cache 09:21:05 ---> da5406705627 09:21:05 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:21:05 ---> Running in 5066f95c980d 09:21:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:21:46 Removing intermediate container d4ab4974e5d0 09:21:46 ---> 346f5b846126 09:21:46 09:21:46 Step 10/24 : FROM alpine:3.17 09:21:46 ---> d74e625d9115 09:21:46 Step 11/24 : RUN apk add --update --no-cache dumb-init 09:21:46 ---> Running in fd9b49f7a26d 09:21:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:21:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:21:47 (1/1) Installing dumb-init (1.2.5-r2) 09:21:47 Executing busybox-1.35.0-r29.trigger 09:21:47 OK: 8 MiB in 16 packages 09:21:49 Removing intermediate container fd9b49f7a26d 09:21:49 ---> 431aabdd3e39 09:21:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 09:21:49 ---> Running in 2fd507e9dbb1 09:21:49 Removing intermediate container 2fd507e9dbb1 09:21:49 ---> dfe55dccfc0f 09:21:49 Step 13/24 : ENV APP_PORT=59882 09:21:50 ---> Running in 51f78e9ffc91 09:21:50 Removing intermediate container 51f78e9ffc91 09:21:50 ---> 6cafd97e45bd 09:21:50 Step 14/24 : EXPOSE $APP_PORT 09:21:50 ---> Running in 38644b624f26 09:21:50 Removing intermediate container 38644b624f26 09:21:50 ---> 26d199dd9356 09:21:50 Step 15/24 : WORKDIR / 09:21:51 ---> Running in d405dab7683c 09:21:51 Removing intermediate container d405dab7683c 09:21:51 ---> 15fa6bddfd93 09:21:51 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:21:52 ---> e0d8d7685e22 09:21:52 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 09:21:53 ---> bc0a6acb7760 09:21:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:21:54 ---> d1e4ef547356 09:21:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 09:21:56 ---> b8074ab28bcc 09:21:56 Step 20/24 : ENTRYPOINT ["/core-command"] 09:21:56 ---> Running in 9bbb3d9b70b1 09:21:56 Removing intermediate container 9bbb3d9b70b1 09:21:56 ---> 1543bffcf23a 09:21:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:21:56 ---> Running in 840fee39e850 09:21:57 Removing intermediate container 840fee39e850 09:21:57 ---> c82c0c3490cf 09:21:57 Step 22/24 : LABEL arch=arm64 09:21:57 ---> Running in d5e7320628be 09:21:59 Removing intermediate container d5e7320628be 09:21:59 ---> 2956b9666328 09:21:59 Step 23/24 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:21:59 ---> Running in 6d6168467971 09:22:00 Removing intermediate container 6d6168467971 09:22:00 ---> 4bc744d3e539 09:22:00 Step 24/24 : LABEL version=3.0.0-dev.113 09:22:00 ---> Running in dba68cf4bb82 09:22:01 Removing intermediate container dba68cf4bb82 09:22:01 ---> 0c5297ecb085 09:22:01 09:22:01 Successfully built 0c5297ecb085 09:22:01 Successfully tagged core-command-arm64:latest 09:22:01 Building security-spiffe-token-provider 09:22:04  Building core-command ... done Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:22:04 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:22:04 ---> b5a8ddec4707 09:22:04 Step 3/20 : WORKDIR /edgex-go 09:22:04 ---> Using cache 09:22:04 ---> 07016bf809a1 09:22:04 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 09:22:04 ---> Running in 2260811f0a17 09:22:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:22:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:22:09 v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 09:22:09 v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 09:22:09 OK: 17693 distinct packages available 09:22:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:22:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:22:11 OK: 263 MiB in 53 packages 09:22:13 Removing intermediate container 2260811f0a17 09:22:13 ---> 95eb713fda9d 09:22:13 Step 5/20 : COPY go.mod vendor* ./ 09:22:14 ---> f852d34a1b23 09:22:14 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:22:14 ---> Running in 7a3f75f5917b 09:22:36 Removing intermediate container 0bfdd0a6d605 09:22:36 ---> 8472b0097ae1 09:22:36 09:22:36 Step 9/22 : FROM alpine:3.17 09:22:36 ---> d74e625d9115 09:22:36 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 09:22:36 ---> Running in 9a5a9ec7c676 09:22:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:22:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:22:41 (1/2) Installing dumb-init (1.2.5-r2) 09:22:41 (2/2) Installing openssl (3.0.8-r1) 09:22:41 Executing busybox-1.35.0-r29.trigger 09:22:41 OK: 8 MiB in 17 packages 09:22:43 Removing intermediate container 9a5a9ec7c676 09:22:43 ---> ff9979340e4a 09:22:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 09:22:43 ---> Running in ae4d927b05df 09:22:43 Removing intermediate container ae4d927b05df 09:22:43 ---> ef6a38f6af6f 09:22:43 Step 12/22 : WORKDIR /edgex 09:22:43 ---> Running in 92c99e3c3922 09:22:44 Removing intermediate container 92c99e3c3922 09:22:44 ---> e872016db38f 09:22:44 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:22:45 ---> 2e1945857a9f 09:22:45 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 09:22:46 ---> 776f05ef153e 09:22:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:22:47 ---> 427fe5b8e7bd 09:22:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:22:49 ---> d3c99558a6b2 09:22:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:22:50 ---> c2db5b01b6aa 09:22:50 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:22:50 ---> Running in d280b6b081e8 09:22:54 Removing intermediate container d280b6b081e8 09:22:54 ---> d8754c90fbe9 09:22:54 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 09:22:54 ---> Running in 0f7fb5e34be2 09:22:55 Removing intermediate container 0f7fb5e34be2 09:22:55 ---> fcbc5e2b6d9f 09:22:55 Step 20/22 : LABEL arch=arm64 09:22:55 ---> Running in 7b6666991bc4 09:22:56 Removing intermediate container 7b6666991bc4 09:22:56 ---> ae95344d6df3 09:22:56 Step 21/22 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:22:56 ---> Running in a47113089778 09:22:57 Removing intermediate container a47113089778 09:22:57 ---> 9566545796bc 09:22:57 Step 22/22 : LABEL version=3.0.0-dev.113 09:22:58 ---> Running in 443beb42a828 09:22:59 Removing intermediate container 443beb42a828 09:22:59 ---> 98606532707e 09:22:59 09:22:59 Successfully built 98606532707e 09:22:59 Successfully tagged security-proxy-setup-arm64:latest 09:22:59  Building security-proxy-setup ... done Building security-secretstore-setup 09:23:04 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:23:04 Step 2/25 : FROM ${BUILDER_BASE} AS builder 09:23:04 ---> b5a8ddec4707 09:23:04 Step 3/25 : WORKDIR /edgex-go 09:23:04 ---> Using cache 09:23:04 ---> 07016bf809a1 09:23:04 Step 4/25 : RUN apk add --update --no-cache make git 09:23:04 ---> Using cache 09:23:04 ---> d42e9b2659d4 09:23:04 Step 5/25 : COPY go.mod vendor* ./ 09:23:04 ---> Using cache 09:23:04 ---> 15fc44d867db 09:23:04 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:23:04 ---> Using cache 09:23:04 ---> d6773dfad73b 09:23:04 Step 7/25 : COPY . . 09:23:04 ---> Using cache 09:23:04 ---> da5406705627 09:23:04 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:23:06 ---> Running in b2b4652caca1 09:23:08 Removing intermediate container 266b587d58f6 09:23:08 ---> 79f9e7fd42c4 09:23:08 09:23:08 Step 10/23 : FROM alpine:3.17 09:23:08 ---> d74e625d9115 09:23:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:23:08 ---> Using cache 09:23:08 ---> 431aabdd3e39 09:23:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 09:23:08 ---> Using cache 09:23:08 ---> dfe55dccfc0f 09:23:08 Step 13/23 : ENV APP_PORT=59861 09:23:08 ---> Running in a18f919afc6b 09:23:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:23:08 Removing intermediate container a18f919afc6b 09:23:08 ---> 8b1f27bcac81 09:23:08 Step 14/23 : EXPOSE $APP_PORT 09:23:08 ---> Running in 5bfb9c4e8952 09:23:09 Removing intermediate container 5bfb9c4e8952 09:23:09 ---> c335b0b5535f 09:23:09 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:23:10 ---> 6152b1165482 09:23:10 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 09:23:11 ---> 2fc60b942d04 09:23:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:23:13 ---> c92644e252fb 09:23:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 09:23:14 ---> 8f7b6ff73c8e 09:23:14 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 09:23:15 ---> Running in ab53ba5c2f67 09:23:15 Removing intermediate container ab53ba5c2f67 09:23:15 ---> 253acccf53f8 09:23:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:23:15 ---> Running in 62eece085738 09:23:18 Removing intermediate container 62eece085738 09:23:18 ---> c6875851b9d4 09:23:18 Step 21/23 : LABEL arch=arm64 09:23:18 ---> Running in 15ca9c7501d9 09:23:19 Removing intermediate container 15ca9c7501d9 09:23:19 ---> 3509cc0fed6d 09:23:19 Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:23:19 ---> Running in 179a9e8016a4 09:23:20 Removing intermediate container 179a9e8016a4 09:23:20 ---> 046633d7b852 09:23:20 Step 23/23 : LABEL version=3.0.0-dev.113 09:23:21 ---> Running in e2317c04cbb7 09:23:22 Removing intermediate container e2317c04cbb7 09:23:22 ---> 71919ca9a5fb 09:23:22 09:23:22 Successfully built 71919ca9a5fb 09:23:22 Successfully tagged support-scheduler-arm64:latest 09:23:22  Building support-scheduler ... done Building core-data 09:23:27 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:23:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:23:27 ---> b5a8ddec4707 09:23:27 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:23:27 ---> Using cache 09:23:27 ---> 82fca4e283b2 09:23:27 Step 4/23 : WORKDIR /edgex-go 09:23:27 ---> Using cache 09:23:27 ---> b1ea92507f84 09:23:27 Step 5/23 : RUN apk add --update --no-cache make git 09:23:27 ---> Using cache 09:23:27 ---> 4fdde32024d3 09:23:27 Step 6/23 : COPY go.mod vendor* ./ 09:23:27 ---> Using cache 09:23:27 ---> b8d4a95db4ea 09:23:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:23:27 ---> Using cache 09:23:27 ---> 884266efe2d8 09:23:27 Step 8/23 : COPY . . 09:23:27 ---> Using cache 09:23:27 ---> 275b4faabe82 09:23:27 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 09:23:28 ---> Running in 1a31a06768ce 09:23:31 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:23:57 Removing intermediate container 7a3f75f5917b 09:23:57 ---> c7891917b05c 09:23:57 Step 7/20 : COPY . . 09:23:57 ---> b144859eedc4 09:23:57 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:23:57 ---> Running in ca3a7f6868d5 09:23:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:28:06 Removing intermediate container 5bb7064b8728 09:28:06 ---> d56356c3439a 09:28:06 09:28:06 Step 10/25 : FROM alpine:3.17 09:28:06 ---> d74e625d9115 09:28:06 Step 11/25 : RUN apk add --update --no-cache dumb-init 09:28:06 ---> Using cache 09:28:06 ---> 431aabdd3e39 09:28:06 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 09:28:06 ---> Using cache 09:28:06 ---> dfe55dccfc0f 09:28:06 Step 13/25 : ENV APP_PORT=59881 09:28:06 ---> Running in 37b7c86ab97e 09:28:06 Removing intermediate container 37b7c86ab97e 09:28:06 ---> ef06dd0dc12a 09:28:06 Step 14/25 : EXPOSE $APP_PORT 09:28:06 ---> Running in 327547ed7230 09:28:06 Removing intermediate container 327547ed7230 09:28:06 ---> c4fba16c4e0a 09:28:06 Step 15/25 : WORKDIR / 09:28:06 ---> Running in d663f663e60a 09:28:06 Removing intermediate container d663f663e60a 09:28:06 ---> f459a9fe2a49 09:28:06 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 09:28:06 ---> a98a98d1d5af 09:28:06 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 09:28:06 ---> a05acd0986e2 09:28:06 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:28:06 ---> a121751027ba 09:28:06 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 09:28:07 ---> 576299cc01af 09:28:07 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 09:28:08 Removing intermediate container 5066f95c980d 09:28:08 ---> 59c3ddb531f7 09:28:08 09:28:08 Step 9/33 : FROM alpine:3.17 09:28:08 ---> d74e625d9115 09:28:08 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 09:28:08 ---> Running in dc30c6f215d9 09:28:08 ---> 9427968e0d50 09:28:08 Step 21/25 : ENTRYPOINT ["/core-metadata"] 09:28:08 ---> Running in 161f1085c332 09:28:09 Removing intermediate container dc30c6f215d9 09:28:09 ---> 10c99a3be280 09:28:09 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 09:28:09 ---> Running in 168013a09508 09:28:09 Removing intermediate container 161f1085c332 09:28:09 ---> db2109d461db 09:28:09 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:28:09 ---> Running in b10c3af8ec27 09:28:10 Removing intermediate container b10c3af8ec27 09:28:10 ---> b7c7e0316a1f 09:28:10 Step 23/25 : LABEL arch=arm64 09:28:10 ---> Running in 50c422ddba3d 09:28:11 Removing intermediate container 50c422ddba3d 09:28:11 ---> 34a89ee05af4 09:28:11 Step 24/25 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:28:11 ---> Running in 6f43ecc55ef3 09:28:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:28:12 Removing intermediate container 6f43ecc55ef3 09:28:12 ---> 17828288dd0c 09:28:12 Step 25/25 : LABEL version=3.0.0-dev.113 09:28:12 ---> Running in fdd0a88d8d6a 09:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:28:12 Removing intermediate container fdd0a88d8d6a 09:28:12 ---> c8153dd390ed 09:28:12 09:28:12 Successfully built c8153dd390ed 09:28:13 Successfully tagged core-metadata-arm64:latest 09:28:13 Building support-notifications 09:28:14  Building core-metadata ... done (1/2) Installing dumb-init (1.2.5-r2) 09:28:14 (2/2) Installing su-exec (0.2-r2) 09:28:14 Executing busybox-1.35.0-r29.trigger 09:28:14 OK: 8 MiB in 17 packages 09:28:16 Removing intermediate container 168013a09508 09:28:16 ---> ed1fc76e7dd4 09:28:16 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 09:28:16 ---> Running in d3a483d41ec9 09:28:16 Removing intermediate container d3a483d41ec9 09:28:16 ---> 8ba2af8f8b67 09:28:16 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 09:28:16 ---> Running in 6147033a37e8 09:28:17 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 09:28:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:28:17 ---> b5a8ddec4707 09:28:17 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:28:17 ---> Using cache 09:28:17 ---> 82fca4e283b2 09:28:17 Step 4/23 : WORKDIR /edgex-go 09:28:17 ---> Using cache 09:28:17 ---> b1ea92507f84 09:28:17 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 09:28:17 ---> Running in 77720c269519 09:28:17 Removing intermediate container 6147033a37e8 09:28:17 ---> c7d7c99d8056 09:28:17 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 09:28:17 ---> Running in 37f63198d3c8 09:28:18 Removing intermediate container 37f63198d3c8 09:28:18 ---> 6e4cf63b64d2 09:28:18 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 09:28:20 ---> Running in 3b687cfcc304 09:28:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:28:20 Removing intermediate container 3b687cfcc304 09:28:20 ---> de7f0952a648 09:28:20 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 09:28:21 ---> Running in 3ce0cbfd267a 09:28:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:28:23 OK: 263 MiB in 53 packages 09:28:24 Removing intermediate container 3ce0cbfd267a 09:28:24 ---> ee2c085eadd4 09:28:24 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 09:28:24 ---> Running in 84257127fbfc 09:28:25 Removing intermediate container 84257127fbfc 09:28:25 ---> 5a341dc100ac 09:28:25 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 09:28:25 Removing intermediate container 77720c269519 09:28:25 ---> 5490de9b901d 09:28:25 Step 6/23 : COPY go.mod vendor* ./ 09:28:26 ---> 4fd1ef4914a2 09:28:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:28:26 ---> d40c47916465 09:28:26 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 09:28:26 ---> Running in e7f751d12d07 09:28:26 ---> Running in f134c99f398d 09:28:31 Removing intermediate container f134c99f398d 09:28:31 ---> 88a05814fd86 09:28:31 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 09:28:33 ---> 451744bf0ed2 09:28:33 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 09:28:33 ---> 4d80fde6e89a 09:28:33 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:28:35 ---> 31681e38a8b6 09:28:35 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 09:28:36 ---> 40a78bac6b38 09:28:36 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 09:28:37 ---> 99668d65592a 09:28:37 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 09:28:38 ---> 4e0e693cfd89 09:28:38 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 09:28:39 ---> 3b683e14f872 09:28:39 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:28:40 ---> c820a4433078 09:28:40 Step 28/33 : RUN chmod +x /entrypoint.sh 09:28:40 ---> Running in ca537f7c6d22 09:28:43 Removing intermediate container ca537f7c6d22 09:28:43 ---> fba6d4a7ee9f 09:28:43 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 09:28:43 ---> Running in 0456084e3383 09:28:43 Removing intermediate container 0456084e3383 09:28:43 ---> 14fa328dce74 09:28:43 Step 30/33 : CMD ["gate"] 09:28:44 ---> Running in 6064fd6f8cfe 09:28:44 Removing intermediate container 6064fd6f8cfe 09:28:44 ---> ccbc2812634e 09:28:44 Step 31/33 : LABEL arch=arm64 09:28:44 ---> Running in 86b99cac5f23 09:28:45 Removing intermediate container 86b99cac5f23 09:28:45 ---> 14a0511daade 09:28:45 Step 32/33 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:28:45 ---> Running in 9a5bc4e0c21f 09:28:46 Removing intermediate container 9a5bc4e0c21f 09:28:46 ---> 0f92e1957ed5 09:28:46 Step 33/33 : LABEL version=3.0.0-dev.113 09:28:46 ---> Running in ce13de2649b9 09:28:46 Removing intermediate container ce13de2649b9 09:28:46 ---> 85cc51874f42 09:28:46 09:28:46 Successfully built 85cc51874f42 09:28:46 Successfully tagged security-bootstrapper-arm64:latest 09:29:33  Building security-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:29:55 Removing intermediate container b2b4652caca1 09:29:55 ---> 6bf3b112f84c 09:29:55 09:29:55 Step 9/25 : FROM alpine:3.17 09:29:55 ---> d74e625d9115 09:29:55 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 09:29:55 ---> Running in cbdbd88c2f87 09:29:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:29:58 Removing intermediate container e7f751d12d07 09:29:58 ---> e17acb322117 09:29:58 Step 8/23 : COPY . . 09:29:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:30:00 (1/3) Installing ca-certificates (20220614-r4) 09:30:00 (2/3) Installing dumb-init (1.2.5-r2) 09:30:00 (3/3) Installing su-exec (0.2-r2) 09:30:00 Executing busybox-1.35.0-r29.trigger 09:30:00 Executing ca-certificates-20220614-r4.trigger 09:30:01 OK: 8 MiB in 18 packages 09:30:01 ---> e984a88f57c5 09:30:01 Step 9/23 : RUN make cmd/support-notifications/support-notifications 09:30:01 ---> Running in 8beeab1bf1cd 09:30:04 Removing intermediate container cbdbd88c2f87 09:30:04 ---> bbf5ce090b16 09:30:04 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 09:30:04 ---> Running in 89bb7b162f13 09:30:04 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:30:04 Removing intermediate container 89bb7b162f13 09:30:04 ---> 5a9219693ee2 09:30:04 Step 12/25 : WORKDIR / 09:30:04 ---> Running in ba5ae4b479f8 09:30:05 Removing intermediate container ba5ae4b479f8 09:30:05 ---> a0bd7f164b0d 09:30:05 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 09:30:06 ---> 0fe50fb12178 09:30:06 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 09:30:07 ---> 3f030f4bf7c1 09:30:07 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:30:08 ---> 4ae82cd8e478 09:30:08 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 09:30:09 ---> 89e3634eb864 09:30:09 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:30:10 ---> e133b872b983 09:30:10 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:30:11 ---> 1e2218ccb9a6 09:30:11 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:30:16 ---> 203cdc7650da 09:30:16 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:30:16 ---> e8af0ffaaa7c 09:30:16 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:30:17 ---> Running in 39c195dcecb8 09:30:20 Removing intermediate container 39c195dcecb8 09:30:20 ---> 49ab6a31d24c 09:30:20 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 09:30:20 ---> Running in ce0682c30a42 09:30:21 Removing intermediate container ce0682c30a42 09:30:21 ---> dccfb323ae23 09:30:21 Step 23/25 : LABEL arch=arm64 09:30:21 ---> Running in 2855a087e590 09:30:21 Removing intermediate container 2855a087e590 09:30:21 ---> 43236d2406b3 09:30:21 Step 24/25 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:30:22 ---> Running in 320c9811bef8 09:30:22 Removing intermediate container 320c9811bef8 09:30:22 ---> b913ce0fdd55 09:30:22 Step 25/25 : LABEL version=3.0.0-dev.113 09:30:22 ---> Running in 11d02152e103 09:30:23 Removing intermediate container 11d02152e103 09:30:23 ---> d16ed32c915b 09:30:23 09:30:23 Successfully built d16ed32c915b 09:30:23 Successfully tagged security-secretstore-setup-arm64:latest 09:30:41  Building security-secretstore-setup ... done Removing intermediate container 1a31a06768ce 09:30:41 ---> 0d4c4d3d0b4d 09:30:41 09:30:41 Step 10/23 : FROM alpine:3.17 09:30:41 ---> d74e625d9115 09:30:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 09:30:41 ---> Running in 67f6c1c52a5f 09:30:41 Removing intermediate container 67f6c1c52a5f 09:30:41 ---> 3fc937cd00ef 09:30:41 Step 12/23 : ENV APP_PORT=59880 09:30:41 ---> Running in f30dfb0181c5 09:30:41 Removing intermediate container f30dfb0181c5 09:30:41 ---> f7a0ed06bf2a 09:30:41 Step 13/23 : EXPOSE $APP_PORT 09:30:41 ---> Running in 36c702260ab5 09:30:41 Removing intermediate container 36c702260ab5 09:30:41 ---> 787bc34692e1 09:30:41 Step 14/23 : RUN apk add --update --no-cache dumb-init 09:30:41 ---> Running in c8839b8e2227 09:30:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:30:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:30:44 (1/1) Installing dumb-init (1.2.5-r2) 09:30:44 Executing busybox-1.35.0-r29.trigger 09:30:44 OK: 8 MiB in 16 packages 09:30:46 Removing intermediate container c8839b8e2227 09:30:46 ---> 541d3ca2149d 09:30:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:30:47 ---> 31faa1f5c83d 09:30:47 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 09:30:48 ---> 6573b839014b 09:30:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:30:49 ---> ef638ea206c8 09:30:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 09:30:50 ---> 45c005968cfc 09:30:50 Step 19/23 : ENTRYPOINT ["/core-data"] 09:30:51 ---> Running in 5a1a52b860f1 09:30:51 Removing intermediate container 5a1a52b860f1 09:30:51 ---> f3b4095dc21e 09:30:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:30:51 ---> Running in b48652810dd1 09:30:52 Removing intermediate container b48652810dd1 09:30:52 ---> dd5fc93ee415 09:30:52 Step 21/23 : LABEL arch=arm64 09:30:52 ---> Running in 417c057ef90c 09:30:52 Removing intermediate container 417c057ef90c 09:30:52 ---> 0eb0c4b46fbc 09:30:52 Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:30:53 ---> Running in d6351fa0952e 09:30:55 Removing intermediate container d6351fa0952e 09:30:55 ---> 001fd9705e64 09:30:55 Step 23/23 : LABEL version=3.0.0-dev.113 09:30:55 ---> Running in 5304454d1307 09:30:55 Removing intermediate container 5304454d1307 09:30:55 ---> fecbb4e592a9 09:30:55 09:30:56 Successfully built fecbb4e592a9 09:30:56 Successfully tagged core-data-arm64:latest 09:31:35  Building core-data ... done Removing intermediate container ca3a7f6868d5 09:31:35 ---> c75266b32642 09:31:35 09:31:35 Step 9/20 : FROM alpine:3.17 09:31:35 ---> d74e625d9115 09:31:35 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 09:31:35 ---> Using cache 09:31:35 ---> 10c99a3be280 09:31:35 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:31:35 ---> Running in 76eef0e074a5 09:31:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:31:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:31:38 v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 09:31:38 v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 09:31:38 OK: 17691 distinct packages available 09:31:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:31:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:31:40 (1/9) Installing ca-certificates (20220614-r4) 09:31:40 (2/9) Installing brotli-libs (1.0.9-r9) 09:31:40 (3/9) Installing nghttp2-libs (1.51.0-r0) 09:31:40 (4/9) Installing libcurl (7.88.1-r1) 09:31:40 (5/9) Installing curl (7.88.1-r1) 09:31:40 (6/9) Installing dumb-init (1.2.5-r2) 09:31:40 (7/9) Installing musl-obstack (1.2.3-r0) 09:31:40 (8/9) Installing libucontext (1.2-r0) 09:31:40 (9/9) Installing gcompat (1.1.0-r0) 09:31:40 Executing busybox-1.35.0-r29.trigger 09:31:40 Executing ca-certificates-20220614-r4.trigger 09:31:41 OK: 11 MiB in 24 packages 09:31:44 Removing intermediate container 76eef0e074a5 09:31:44 ---> 29f30deadcf5 09:31:44 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 09:31:44 ---> 3fe9a526f165 09:31:44 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 09:31:47 ---> 6d3bd40df170 09:31:47 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:31:49 ---> ffd49d21241a 09:31:49 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 09:31:50 ---> 6f1fecd52430 09:31:50 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 09:31:50 ---> Running in 5e7b68975fe7 09:31:51 Removing intermediate container 5e7b68975fe7 09:31:51 ---> fe48862418d3 09:31:51 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:31:51 ---> Running in f1420b1efadd 09:31:51 Removing intermediate container f1420b1efadd 09:31:51 ---> 6a2975d7fafb 09:31:51 Step 18/20 : LABEL arch=arm64 09:31:51 ---> Running in b704e8d2911a 09:31:52 Removing intermediate container b704e8d2911a 09:31:52 ---> e87ac050ecb2 09:31:52 Step 19/20 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:31:52 ---> Running in 14bf064fcd67 09:31:52 Removing intermediate container 14bf064fcd67 09:31:52 ---> 0304de8311d7 09:31:52 Step 20/20 : LABEL version=3.0.0-dev.113 09:31:52 ---> Running in 7432aa1dc9c3 09:31:53 Removing intermediate container 7432aa1dc9c3 09:31:53 ---> 076f21b30eef 09:31:53 09:31:53 Successfully built 076f21b30eef 09:31:53 Successfully tagged security-spiffe-token-provider-arm64:latest 09:33:15  Building security-spiffe-token-provider ... done Removing intermediate container 8beeab1bf1cd 09:33:15 ---> b73285e34212 09:33:15 09:33:15 Step 10/23 : FROM alpine:3.17 09:33:15 ---> d74e625d9115 09:33:15 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 09:33:15 ---> Running in 9b203773fc21 09:33:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:33:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:33:15 (1/2) Installing ca-certificates (20220614-r4) 09:33:15 (2/2) Installing dumb-init (1.2.5-r2) 09:33:15 Executing busybox-1.35.0-r29.trigger 09:33:15 Executing ca-certificates-20220614-r4.trigger 09:33:15 OK: 8 MiB in 17 packages 09:33:15 Removing intermediate container 9b203773fc21 09:33:15 ---> f92e70eb8363 09:33:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 09:33:15 ---> Running in 0026f2a535d3 09:33:15 Removing intermediate container 0026f2a535d3 09:33:15 ---> 41b593c8d354 09:33:15 Step 13/23 : ENV APP_PORT=59860 09:33:15 ---> Running in 9f2b4ead25bd 09:33:15 Removing intermediate container 9f2b4ead25bd 09:33:15 ---> 33ff6d756ac2 09:33:15 Step 14/23 : EXPOSE $APP_PORT 09:33:15 ---> Running in 5e1396e24cc3 09:33:15 Removing intermediate container 5e1396e24cc3 09:33:15 ---> 330d53210de2 09:33:15 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:33:16 ---> dcbcd21c9934 09:33:16 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 09:33:17 ---> edb3c694eab1 09:33:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:33:18 ---> fa07e949521d 09:33:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 09:33:19 ---> e2c50c125477 09:33:19 Step 19/23 : ENTRYPOINT ["/support-notifications"] 09:33:19 ---> Running in a3171440ec0a 09:33:19 Removing intermediate container a3171440ec0a 09:33:19 ---> 60994db27f28 09:33:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:33:19 ---> Running in 939acf769e2c 09:33:19 Removing intermediate container 939acf769e2c 09:33:19 ---> e3ca3e74783f 09:33:19 Step 21/23 : LABEL arch=arm64 09:33:19 ---> Running in 07419dee5223 09:33:20 Removing intermediate container 07419dee5223 09:33:20 ---> bbf0334824d8 09:33:20 Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:20 ---> Running in 2a76349a5c34 09:33:20 Removing intermediate container 2a76349a5c34 09:33:20 ---> 3fb324f10137 09:33:20 Step 23/23 : LABEL version=3.0.0-dev.113 09:33:20 ---> Running in 226046a7c170 09:33:20 Removing intermediate container 226046a7c170 09:33:20 ---> 42fba03d4af3 09:33:20 09:33:20 Successfully built 42fba03d4af3 09:33:20 Successfully tagged support-notifications-arm64:latest 09:33:21  Building support-notifications ... done  [Pipeline] } 09:33:21 $ docker stop --time=1 7e31c3b65178f28ae4dcc6c35210eadad94e2d172a3555c89052a13b6d9c366d 09:33:22 $ docker rm -f --volumes 7e31c3b65178f28ae4dcc6c35210eadad94e2d172a3555c89052a13b6d9c366d [Pipeline] // withDockerContainer [Pipeline] sh 09:33:23 + docker images 09:33:23 REPOSITORY TAG IMAGE ID CREATED SIZE 09:33:23 support-notifications-arm64 latest 42fba03d4af3 3 seconds ago 32.1MB 09:33:23 b73285e34212 15 seconds ago 1.39GB 09:33:23 security-spiffe-token-provider-arm64 latest 076f21b30eef About a minute ago 32.7MB 09:33:23 c75266b32642 About a minute ago 1.36GB 09:33:23 core-data-arm64 latest fecbb4e592a9 2 minutes ago 19.9MB 09:33:23 0d4c4d3d0b4d 2 minutes ago 1.32GB 09:33:23 security-secretstore-setup-arm64 latest d16ed32c915b 3 minutes ago 32.2MB 09:33:23 6bf3b112f84c 3 minutes ago 1.31GB 09:33:23 security-bootstrapper-arm64 latest 85cc51874f42 4 minutes ago 21.9MB 09:33:23 core-metadata-arm64 latest c8153dd390ed 5 minutes ago 20.2MB 09:33:23 59c3ddb531f7 5 minutes ago 1.31GB 09:33:23 d56356c3439a 5 minutes ago 1.33GB 09:33:23 support-scheduler-arm64 latest 71919ca9a5fb 10 minutes ago 31.5MB 09:33:23 79f9e7fd42c4 10 minutes ago 1.39GB 09:33:23 security-proxy-setup-arm64 latest 98606532707e 10 minutes ago 18.7MB 09:33:23 8472b0097ae1 10 minutes ago 1.3GB 09:33:23 core-command-arm64 latest 0c5297ecb085 11 minutes ago 19.7MB 09:33:23 346f5b846126 11 minutes ago 1.32GB 09:33:23 security-proxy-auth-arm64 latest 5454117f8cc7 12 minutes ago 18.2MB 09:33:23 b2d62787a9a7 12 minutes ago 1.3GB 09:33:23 core-common-config-bootstrapper-arm64 latest 1a8a7d7126fb 13 minutes ago 17.2MB 09:33:23 5d4782e8dc2c 13 minutes ago 1.31GB 09:33:23 security-spire-agent-arm64 latest 629f900844e2 18 minutes ago 125MB 09:33:23 security-spire-server-arm64 latest 1e65fec1e990 18 minutes ago 87.1MB 09:33:23 security-spire-config-arm64 latest 266d4d884701 18 minutes ago 86.2MB 09:33:23 42158942c058 19 minutes ago 1.18GB 09:33:23 aea0b54dbf62 19 minutes ago 1.18GB 09:33:23 97737245183e 19 minutes ago 1.18GB 09:33:23 ci-base-image-arm64 latest b5a8ddec4707 23 minutes ago 866MB 09:33:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 13 days ago 648MB 09:33:23 alpine 3.17 d74e625d9115 5 weeks ago 7.46MB 09:33:23 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 09:33:23 provisioning config files... 09:33:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/475@tmp/config10392781450321146887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:33:24 ---> docker-login.sh 09:33:24 nexus3.edgexfoundry.org:10001 09:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:24 Configure a credential helper to remove this warning. See 09:33:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:24 09:33:24 Login Succeeded 09:33:24 nexus3.edgexfoundry.org:10002 09:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:24 Configure a credential helper to remove this warning. See 09:33:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:24 09:33:24 Login Succeeded 09:33:24 nexus3.edgexfoundry.org:10003 09:33:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:25 Configure a credential helper to remove this warning. See 09:33:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:25 09:33:25 Login Succeeded 09:33:25 nexus3.edgexfoundry.org:10004 09:33:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:25 Configure a credential helper to remove this warning. See 09:33:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:25 09:33:25 Login Succeeded 09:33:25 docker.io 09:33:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:26 Configure a credential helper to remove this warning. See 09:33:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:26 09:33:26 Login Succeeded 09:33:26 ---> docker-login.sh ends [Pipeline] } 09:33:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:33:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:33:26 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 09:33:26 32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:26 latest 09:33:26 3.0.0-dev.113 09:33:26 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:26 main 09:33:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:33:26 db83da015de2: Preparing 09:33:26 82967abaa5fb: Preparing 09:33:26 46cc77108cc5: Preparing 09:33:26 03ed5391138f: Preparing 09:33:26 18cffc7754d4: Preparing 09:33:26 edf70074bd40: Preparing 09:33:26 edf70074bd40: Waiting 09:33:27 03ed5391138f: Pushed 09:33:27 edf70074bd40: Layer already exists 09:33:27 46cc77108cc5: Pushed 09:33:27 db83da015de2: Pushed 09:33:27 18cffc7754d4: Pushed 09:33:30 82967abaa5fb: Pushed 09:33:30 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:b5a0b35874aef0dfb80356971a4705590e5d1c01ec0bd7538543c966fc970471 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:30 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 09:33:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:33:31 db83da015de2: Preparing 09:33:31 82967abaa5fb: Preparing 09:33:31 46cc77108cc5: Preparing 09:33:31 03ed5391138f: Preparing 09:33:31 18cffc7754d4: Preparing 09:33:31 edf70074bd40: Preparing 09:33:31 edf70074bd40: Waiting 09:33:31 82967abaa5fb: Layer already exists 09:33:31 46cc77108cc5: Layer already exists 09:33:31 db83da015de2: Layer already exists 09:33:31 18cffc7754d4: Layer already exists 09:33:31 03ed5391138f: Layer already exists 09:33:31 edf70074bd40: Layer already exists 09:33:31 latest: digest: sha256:b5a0b35874aef0dfb80356971a4705590e5d1c01ec0bd7538543c966fc970471 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.113 09:33:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:33:32 db83da015de2: Preparing 09:33:32 82967abaa5fb: Preparing 09:33:32 46cc77108cc5: Preparing 09:33:32 03ed5391138f: Preparing 09:33:32 18cffc7754d4: Preparing 09:33:32 edf70074bd40: Preparing 09:33:32 edf70074bd40: Waiting 09:33:32 82967abaa5fb: Layer already exists 09:33:32 18cffc7754d4: Layer already exists 09:33:32 03ed5391138f: Layer already exists 09:33:32 46cc77108cc5: Layer already exists 09:33:32 db83da015de2: Layer already exists 09:33:32 edf70074bd40: Layer already exists 09:33:32 3.0.0-dev.113: digest: sha256:b5a0b35874aef0dfb80356971a4705590e5d1c01ec0bd7538543c966fc970471 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:33:33 db83da015de2: Preparing 09:33:33 82967abaa5fb: Preparing 09:33:33 46cc77108cc5: Preparing 09:33:33 03ed5391138f: Preparing 09:33:33 18cffc7754d4: Preparing 09:33:33 edf70074bd40: Preparing 09:33:33 edf70074bd40: Waiting 09:33:33 46cc77108cc5: Layer already exists 09:33:33 82967abaa5fb: Layer already exists 09:33:33 03ed5391138f: Layer already exists 09:33:33 db83da015de2: Layer already exists 09:33:33 18cffc7754d4: Layer already exists 09:33:33 edf70074bd40: Layer already exists 09:33:33 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:b5a0b35874aef0dfb80356971a4705590e5d1c01ec0bd7538543c966fc970471 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 09:33:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:33:34 db83da015de2: Preparing 09:33:34 82967abaa5fb: Preparing 09:33:34 46cc77108cc5: Preparing 09:33:34 03ed5391138f: Preparing 09:33:34 18cffc7754d4: Preparing 09:33:34 edf70074bd40: Preparing 09:33:34 edf70074bd40: Waiting 09:33:34 db83da015de2: Layer already exists 09:33:34 03ed5391138f: Layer already exists 09:33:34 46cc77108cc5: Layer already exists 09:33:34 18cffc7754d4: Layer already exists 09:33:34 82967abaa5fb: Layer already exists 09:33:34 edf70074bd40: Layer already exists 09:33:34 main: digest: sha256:b5a0b35874aef0dfb80356971a4705590e5d1c01ec0bd7538543c966fc970471 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:33:34 ===================================================== [Pipeline] echo 09:33:34 taggedImages: 09:33:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 09:33:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.113 09:33:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 09:33:34 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 09:33:34 32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:34 latest 09:33:34 3.0.0-dev.113 09:33:34 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:34 main 09:33:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:34 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:33:35 419688b9e26d: Preparing 09:33:35 44456955078c: Preparing 09:33:35 3709177bf85e: Preparing 09:33:35 1c46668cea56: Preparing 09:33:35 46cc77108cc5: Preparing 09:33:35 03ed5391138f: Preparing 09:33:35 34272d1c7132: Preparing 09:33:35 edf70074bd40: Preparing 09:33:35 03ed5391138f: Waiting 09:33:35 edf70074bd40: Waiting 09:33:35 46cc77108cc5: Layer already exists 09:33:35 03ed5391138f: Layer already exists 09:33:35 419688b9e26d: Pushed 09:33:35 3709177bf85e: Pushed 09:33:35 44456955078c: Pushed 09:33:35 edf70074bd40: Layer already exists 09:33:35 34272d1c7132: Pushed 09:33:37 1c46668cea56: Pushed 09:33:37 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:d3ac42c1bb4b594af03ce68325c2bd9bb85836dc8b809f9ba7e053b49641259d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:38 + 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 09:33:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 09:33:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:33:38 419688b9e26d: Preparing 09:33:38 44456955078c: Preparing 09:33:38 3709177bf85e: Preparing 09:33:38 1c46668cea56: Preparing 09:33:38 46cc77108cc5: Preparing 09:33:38 03ed5391138f: Preparing 09:33:38 34272d1c7132: Preparing 09:33:38 edf70074bd40: Preparing 09:33:38 34272d1c7132: Waiting 09:33:38 edf70074bd40: Waiting 09:33:38 03ed5391138f: Waiting 09:33:38 3709177bf85e: Layer already exists 09:33:38 419688b9e26d: Layer already exists 09:33:38 44456955078c: Layer already exists 09:33:38 1c46668cea56: Layer already exists 09:33:38 46cc77108cc5: Layer already exists 09:33:38 edf70074bd40: Layer already exists 09:33:38 34272d1c7132: Layer already exists 09:33:38 03ed5391138f: Layer already exists 09:33:38 latest: digest: sha256:d3ac42c1bb4b594af03ce68325c2bd9bb85836dc8b809f9ba7e053b49641259d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:39 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.113 09:33:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:33:39 419688b9e26d: Preparing 09:33:39 44456955078c: Preparing 09:33:39 3709177bf85e: Preparing 09:33:39 1c46668cea56: Preparing 09:33:39 46cc77108cc5: Preparing 09:33:39 03ed5391138f: Preparing 09:33:39 34272d1c7132: Preparing 09:33:39 edf70074bd40: Preparing 09:33:39 03ed5391138f: Waiting 09:33:39 34272d1c7132: Waiting 09:33:39 edf70074bd40: Waiting 09:33:39 1c46668cea56: Layer already exists 09:33:39 46cc77108cc5: Layer already exists 09:33:39 44456955078c: Layer already exists 09:33:39 3709177bf85e: Layer already exists 09:33:39 419688b9e26d: Layer already exists 09:33:39 03ed5391138f: Layer already exists 09:33:39 edf70074bd40: Layer already exists 09:33:39 34272d1c7132: Layer already exists 09:33:39 3.0.0-dev.113: digest: sha256:d3ac42c1bb4b594af03ce68325c2bd9bb85836dc8b809f9ba7e053b49641259d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:40 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:33:40 419688b9e26d: Preparing 09:33:40 44456955078c: Preparing 09:33:40 3709177bf85e: Preparing 09:33:40 1c46668cea56: Preparing 09:33:40 46cc77108cc5: Preparing 09:33:40 03ed5391138f: Preparing 09:33:40 34272d1c7132: Preparing 09:33:40 edf70074bd40: Preparing 09:33:40 03ed5391138f: Waiting 09:33:40 34272d1c7132: Waiting 09:33:40 edf70074bd40: Waiting 09:33:40 3709177bf85e: Layer already exists 09:33:40 419688b9e26d: Layer already exists 09:33:40 46cc77108cc5: Layer already exists 09:33:40 44456955078c: Layer already exists 09:33:40 1c46668cea56: Layer already exists 09:33:40 03ed5391138f: Layer already exists 09:33:40 34272d1c7132: Layer already exists 09:33:40 edf70074bd40: Layer already exists 09:33:40 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:d3ac42c1bb4b594af03ce68325c2bd9bb85836dc8b809f9ba7e053b49641259d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:41 + 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 09:33:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 09:33:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:33:41 419688b9e26d: Preparing 09:33:41 44456955078c: Preparing 09:33:41 3709177bf85e: Preparing 09:33:41 1c46668cea56: Preparing 09:33:41 46cc77108cc5: Preparing 09:33:41 03ed5391138f: Preparing 09:33:41 34272d1c7132: Preparing 09:33:41 edf70074bd40: Preparing 09:33:41 34272d1c7132: Waiting 09:33:41 edf70074bd40: Waiting 09:33:41 03ed5391138f: Waiting 09:33:41 44456955078c: Layer already exists 09:33:41 46cc77108cc5: Layer already exists 09:33:41 1c46668cea56: Layer already exists 09:33:41 419688b9e26d: Layer already exists 09:33:41 3709177bf85e: Layer already exists 09:33:41 03ed5391138f: Layer already exists 09:33:41 edf70074bd40: Layer already exists 09:33:41 34272d1c7132: Layer already exists 09:33:41 main: digest: sha256:d3ac42c1bb4b594af03ce68325c2bd9bb85836dc8b809f9ba7e053b49641259d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:33:41 ===================================================== [Pipeline] echo 09:33:41 taggedImages: 09:33:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 09:33:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.113 09:33:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 09:33:41 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 09:33:41 32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:41 latest 09:33:41 3.0.0-dev.113 09:33:41 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:41 main 09:33:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:33:42 ac2e8f0c433c: Preparing 09:33:42 3569c618be04: Preparing 09:33:42 46cc77108cc5: Preparing 09:33:42 03ed5391138f: Preparing 09:33:42 2ca0777e9646: Preparing 09:33:42 edf70074bd40: Preparing 09:33:42 edf70074bd40: Waiting 09:33:42 46cc77108cc5: Layer already exists 09:33:42 03ed5391138f: Layer already exists 09:33:42 edf70074bd40: Layer already exists 09:33:42 ac2e8f0c433c: Pushed 09:33:42 2ca0777e9646: Pushed 09:33:46 3569c618be04: Pushed 09:33:46 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:9c4b85cdbcc8d2c89d9b4d86b8250fb5b135a8cc4f6e8db599b84fcaf5fc3656 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 09:33:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:33:46 ac2e8f0c433c: Preparing 09:33:46 3569c618be04: Preparing 09:33:46 46cc77108cc5: Preparing 09:33:46 03ed5391138f: Preparing 09:33:46 2ca0777e9646: Preparing 09:33:46 edf70074bd40: Preparing 09:33:46 edf70074bd40: Waiting 09:33:46 46cc77108cc5: Layer already exists 09:33:46 03ed5391138f: Layer already exists 09:33:46 ac2e8f0c433c: Layer already exists 09:33:46 2ca0777e9646: Layer already exists 09:33:46 3569c618be04: Layer already exists 09:33:46 edf70074bd40: Layer already exists 09:33:47 latest: digest: sha256:9c4b85cdbcc8d2c89d9b4d86b8250fb5b135a8cc4f6e8db599b84fcaf5fc3656 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.113 09:33:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:33:47 ac2e8f0c433c: Preparing 09:33:47 3569c618be04: Preparing 09:33:47 46cc77108cc5: Preparing 09:33:47 03ed5391138f: Preparing 09:33:47 2ca0777e9646: Preparing 09:33:47 edf70074bd40: Preparing 09:33:47 edf70074bd40: Waiting 09:33:47 03ed5391138f: Layer already exists 09:33:47 46cc77108cc5: Layer already exists 09:33:47 2ca0777e9646: Layer already exists 09:33:47 ac2e8f0c433c: Layer already exists 09:33:47 3569c618be04: Layer already exists 09:33:47 edf70074bd40: Layer already exists 09:33:48 3.0.0-dev.113: digest: sha256:9c4b85cdbcc8d2c89d9b4d86b8250fb5b135a8cc4f6e8db599b84fcaf5fc3656 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:33:48 ac2e8f0c433c: Preparing 09:33:48 3569c618be04: Preparing 09:33:48 46cc77108cc5: Preparing 09:33:48 03ed5391138f: Preparing 09:33:48 2ca0777e9646: Preparing 09:33:48 edf70074bd40: Preparing 09:33:48 edf70074bd40: Waiting 09:33:48 ac2e8f0c433c: Layer already exists 09:33:48 46cc77108cc5: Layer already exists 09:33:48 3569c618be04: Layer already exists 09:33:48 2ca0777e9646: Layer already exists 09:33:48 03ed5391138f: Layer already exists 09:33:48 edf70074bd40: Layer already exists 09:33:48 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:9c4b85cdbcc8d2c89d9b4d86b8250fb5b135a8cc4f6e8db599b84fcaf5fc3656 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 09:33:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:33:49 ac2e8f0c433c: Preparing 09:33:49 3569c618be04: Preparing 09:33:49 46cc77108cc5: Preparing 09:33:49 03ed5391138f: Preparing 09:33:49 2ca0777e9646: Preparing 09:33:49 edf70074bd40: Preparing 09:33:49 edf70074bd40: Waiting 09:33:49 46cc77108cc5: Layer already exists 09:33:49 3569c618be04: Layer already exists 09:33:49 ac2e8f0c433c: Layer already exists 09:33:49 2ca0777e9646: Layer already exists 09:33:49 03ed5391138f: Layer already exists 09:33:49 edf70074bd40: Layer already exists 09:33:49 main: digest: sha256:9c4b85cdbcc8d2c89d9b4d86b8250fb5b135a8cc4f6e8db599b84fcaf5fc3656 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:33:49 ===================================================== [Pipeline] echo 09:33:49 taggedImages: 09:33:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 09:33:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.113 09:33:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 09:33:50 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 09:33:50 32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:50 latest 09:33:50 3.0.0-dev.113 09:33:50 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:50 main 09:33:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:33:50 94e68cdfed68: Preparing 09:33:50 33081d9c7843: Preparing 09:33:50 96474f4f6f97: Preparing 09:33:50 46cc77108cc5: Preparing 09:33:50 03ed5391138f: Preparing 09:33:50 18cffc7754d4: Preparing 09:33:50 edf70074bd40: Preparing 09:33:50 18cffc7754d4: Waiting 09:33:50 edf70074bd40: Waiting 09:33:50 03ed5391138f: Layer already exists 09:33:50 46cc77108cc5: Layer already exists 09:33:50 18cffc7754d4: Layer already exists 09:33:50 edf70074bd40: Layer already exists 09:33:50 33081d9c7843: Pushed 09:33:50 94e68cdfed68: Pushed 09:33:54 96474f4f6f97: Pushed 09:33:54 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:b190813a946cf16426bfea9495c34e57b6c8a248bdad278670e72ed4dd98a95d size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 09:33:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:33:54 94e68cdfed68: Preparing 09:33:54 33081d9c7843: Preparing 09:33:54 96474f4f6f97: Preparing 09:33:54 46cc77108cc5: Preparing 09:33:54 03ed5391138f: Preparing 09:33:54 18cffc7754d4: Preparing 09:33:54 edf70074bd40: Preparing 09:33:54 18cffc7754d4: Waiting 09:33:54 edf70074bd40: Waiting 09:33:54 46cc77108cc5: Layer already exists 09:33:54 94e68cdfed68: Layer already exists 09:33:54 96474f4f6f97: Layer already exists 09:33:54 03ed5391138f: Layer already exists 09:33:54 33081d9c7843: Layer already exists 09:33:54 18cffc7754d4: Layer already exists 09:33:54 edf70074bd40: Layer already exists 09:33:55 latest: digest: sha256:b190813a946cf16426bfea9495c34e57b6c8a248bdad278670e72ed4dd98a95d size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.113 09:33:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:33:55 94e68cdfed68: Preparing 09:33:55 33081d9c7843: Preparing 09:33:55 96474f4f6f97: Preparing 09:33:55 46cc77108cc5: Preparing 09:33:55 03ed5391138f: Preparing 09:33:55 18cffc7754d4: Preparing 09:33:55 edf70074bd40: Preparing 09:33:55 18cffc7754d4: Waiting 09:33:55 edf70074bd40: Waiting 09:33:55 94e68cdfed68: Layer already exists 09:33:55 96474f4f6f97: Layer already exists 09:33:55 46cc77108cc5: Layer already exists 09:33:55 33081d9c7843: Layer already exists 09:33:55 03ed5391138f: Layer already exists 09:33:55 edf70074bd40: Layer already exists 09:33:55 18cffc7754d4: Layer already exists 09:33:56 3.0.0-dev.113: digest: sha256:b190813a946cf16426bfea9495c34e57b6c8a248bdad278670e72ed4dd98a95d size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:33:56 94e68cdfed68: Preparing 09:33:56 33081d9c7843: Preparing 09:33:56 96474f4f6f97: Preparing 09:33:56 46cc77108cc5: Preparing 09:33:56 03ed5391138f: Preparing 09:33:56 18cffc7754d4: Preparing 09:33:56 edf70074bd40: Preparing 09:33:56 18cffc7754d4: Waiting 09:33:56 edf70074bd40: Waiting 09:33:56 33081d9c7843: Layer already exists 09:33:56 46cc77108cc5: Layer already exists 09:33:56 03ed5391138f: Layer already exists 09:33:56 96474f4f6f97: Layer already exists 09:33:56 94e68cdfed68: Layer already exists 09:33:56 18cffc7754d4: Layer already exists 09:33:56 edf70074bd40: Layer already exists 09:33:57 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:b190813a946cf16426bfea9495c34e57b6c8a248bdad278670e72ed4dd98a95d size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 09:33:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:33:57 94e68cdfed68: Preparing 09:33:57 33081d9c7843: Preparing 09:33:57 96474f4f6f97: Preparing 09:33:57 46cc77108cc5: Preparing 09:33:57 03ed5391138f: Preparing 09:33:57 18cffc7754d4: Preparing 09:33:57 edf70074bd40: Preparing 09:33:57 18cffc7754d4: Waiting 09:33:57 edf70074bd40: Waiting 09:33:57 96474f4f6f97: Layer already exists 09:33:57 33081d9c7843: Layer already exists 09:33:57 94e68cdfed68: Layer already exists 09:33:57 03ed5391138f: Layer already exists 09:33:57 46cc77108cc5: Layer already exists 09:33:57 18cffc7754d4: Layer already exists 09:33:57 edf70074bd40: Layer already exists 09:33:58 main: digest: sha256:b190813a946cf16426bfea9495c34e57b6c8a248bdad278670e72ed4dd98a95d size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:33:58 ===================================================== [Pipeline] echo 09:33:58 taggedImages: 09:33:58 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:58 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 09:33:58 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.113 09:33:58 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:58 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 09:33:58 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 09:33:58 32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:58 latest 09:33:58 3.0.0-dev.113 09:33:58 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:33:58 main 09:33:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:33:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:33:58 03b69de5c54a: Preparing 09:33:58 03b69de5c54a: Preparing 09:33:58 ba746c53c413: Preparing 09:33:58 98f251b95fed: Preparing 09:33:58 3fcc634876ca: Preparing 09:33:58 12d1fc2c1f31: Preparing 09:33:58 c5ea98bbc9d4: Preparing 09:33:58 46cc77108cc5: Preparing 09:33:58 03ed5391138f: Preparing 09:33:58 bc6f9b8c8f30: Preparing 09:33:58 76c1155d7b9b: Preparing 09:33:58 98b59de68a4b: Preparing 09:33:58 b71c127b05bb: Preparing 09:33:58 edf70074bd40: Preparing 09:33:58 76c1155d7b9b: Waiting 09:33:58 c5ea98bbc9d4: Waiting 09:33:58 46cc77108cc5: Waiting 09:33:58 98b59de68a4b: Waiting 09:33:58 edf70074bd40: Waiting 09:33:58 b71c127b05bb: Waiting 09:33:58 03ed5391138f: Waiting 09:33:58 bc6f9b8c8f30: Waiting 09:33:59 ba746c53c413: Pushed 09:33:59 12d1fc2c1f31: Pushed 09:33:59 03b69de5c54a: Pushed 09:33:59 98f251b95fed: Pushed 09:33:59 3fcc634876ca: Pushed 09:33:59 46cc77108cc5: Layer already exists 09:33:59 03ed5391138f: Layer already exists 09:33:59 bc6f9b8c8f30: Pushed 09:33:59 b71c127b05bb: Pushed 09:33:59 76c1155d7b9b: Pushed 09:33:59 98b59de68a4b: Pushed 09:33:59 edf70074bd40: Layer already exists 09:34:02 c5ea98bbc9d4: Pushed 09:34:03 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:0682241a2e0e4c4da88b2e6a41e938b931c99bd430c51132e7ac6201eda88124 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 09:34:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:34:03 03b69de5c54a: Preparing 09:34:03 03b69de5c54a: Preparing 09:34:03 ba746c53c413: Preparing 09:34:03 98f251b95fed: Preparing 09:34:03 3fcc634876ca: Preparing 09:34:03 12d1fc2c1f31: Preparing 09:34:03 c5ea98bbc9d4: Preparing 09:34:03 46cc77108cc5: Preparing 09:34:03 03ed5391138f: Preparing 09:34:03 bc6f9b8c8f30: Preparing 09:34:03 76c1155d7b9b: Preparing 09:34:03 98b59de68a4b: Preparing 09:34:03 b71c127b05bb: Preparing 09:34:03 edf70074bd40: Preparing 09:34:03 bc6f9b8c8f30: Waiting 09:34:03 76c1155d7b9b: Waiting 09:34:03 98b59de68a4b: Waiting 09:34:03 b71c127b05bb: Waiting 09:34:03 edf70074bd40: Waiting 09:34:03 c5ea98bbc9d4: Waiting 09:34:03 46cc77108cc5: Waiting 09:34:03 03ed5391138f: Waiting 09:34:03 03b69de5c54a: Layer already exists 09:34:03 98f251b95fed: Layer already exists 09:34:03 ba746c53c413: Layer already exists 09:34:03 12d1fc2c1f31: Layer already exists 09:34:03 3fcc634876ca: Layer already exists 09:34:03 03ed5391138f: Layer already exists 09:34:03 46cc77108cc5: Layer already exists 09:34:03 c5ea98bbc9d4: Layer already exists 09:34:03 bc6f9b8c8f30: Layer already exists 09:34:03 76c1155d7b9b: Layer already exists 09:34:03 b71c127b05bb: Layer already exists 09:34:03 edf70074bd40: Layer already exists 09:34:03 98b59de68a4b: Layer already exists 09:34:04 latest: digest: sha256:0682241a2e0e4c4da88b2e6a41e938b931c99bd430c51132e7ac6201eda88124 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:04 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.113 09:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:34:04 03b69de5c54a: Preparing 09:34:04 03b69de5c54a: Preparing 09:34:04 ba746c53c413: Preparing 09:34:04 98f251b95fed: Preparing 09:34:04 3fcc634876ca: Preparing 09:34:04 12d1fc2c1f31: Preparing 09:34:04 c5ea98bbc9d4: Preparing 09:34:04 46cc77108cc5: Preparing 09:34:04 03ed5391138f: Preparing 09:34:04 bc6f9b8c8f30: Preparing 09:34:04 76c1155d7b9b: Preparing 09:34:04 98b59de68a4b: Preparing 09:34:04 b71c127b05bb: Preparing 09:34:04 edf70074bd40: Preparing 09:34:04 c5ea98bbc9d4: Waiting 09:34:04 46cc77108cc5: Waiting 09:34:04 03ed5391138f: Waiting 09:34:04 bc6f9b8c8f30: Waiting 09:34:04 76c1155d7b9b: Waiting 09:34:04 98b59de68a4b: Waiting 09:34:04 b71c127b05bb: Waiting 09:34:04 edf70074bd40: Waiting 09:34:04 03b69de5c54a: Layer already exists 09:34:04 98f251b95fed: Layer already exists 09:34:04 ba746c53c413: Layer already exists 09:34:04 3fcc634876ca: Layer already exists 09:34:04 12d1fc2c1f31: Layer already exists 09:34:04 46cc77108cc5: Layer already exists 09:34:04 bc6f9b8c8f30: Layer already exists 09:34:04 03ed5391138f: Layer already exists 09:34:04 c5ea98bbc9d4: Layer already exists 09:34:04 76c1155d7b9b: Layer already exists 09:34:04 edf70074bd40: Layer already exists 09:34:04 b71c127b05bb: Layer already exists 09:34:04 98b59de68a4b: Layer already exists 09:34:04 3.0.0-dev.113: digest: sha256:0682241a2e0e4c4da88b2e6a41e938b931c99bd430c51132e7ac6201eda88124 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:34:05 03b69de5c54a: Preparing 09:34:05 03b69de5c54a: Preparing 09:34:05 ba746c53c413: Preparing 09:34:05 98f251b95fed: Preparing 09:34:05 3fcc634876ca: Preparing 09:34:05 12d1fc2c1f31: Preparing 09:34:05 c5ea98bbc9d4: Preparing 09:34:05 46cc77108cc5: Preparing 09:34:05 03ed5391138f: Preparing 09:34:05 bc6f9b8c8f30: Preparing 09:34:05 76c1155d7b9b: Preparing 09:34:05 98b59de68a4b: Preparing 09:34:05 b71c127b05bb: Preparing 09:34:05 edf70074bd40: Preparing 09:34:05 c5ea98bbc9d4: Waiting 09:34:05 46cc77108cc5: Waiting 09:34:05 03ed5391138f: Waiting 09:34:05 98b59de68a4b: Waiting 09:34:05 b71c127b05bb: Waiting 09:34:05 edf70074bd40: Waiting 09:34:05 bc6f9b8c8f30: Waiting 09:34:05 76c1155d7b9b: Waiting 09:34:05 12d1fc2c1f31: Layer already exists 09:34:05 3fcc634876ca: Layer already exists 09:34:05 98f251b95fed: Layer already exists 09:34:05 ba746c53c413: Layer already exists 09:34:05 03b69de5c54a: Layer already exists 09:34:05 46cc77108cc5: Layer already exists 09:34:05 76c1155d7b9b: Layer already exists 09:34:05 c5ea98bbc9d4: Layer already exists 09:34:05 03ed5391138f: Layer already exists 09:34:05 bc6f9b8c8f30: Layer already exists 09:34:05 edf70074bd40: Layer already exists 09:34:05 b71c127b05bb: Layer already exists 09:34:05 98b59de68a4b: Layer already exists 09:34:05 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:0682241a2e0e4c4da88b2e6a41e938b931c99bd430c51132e7ac6201eda88124 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 09:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:34:06 03b69de5c54a: Preparing 09:34:06 03b69de5c54a: Preparing 09:34:06 ba746c53c413: Preparing 09:34:06 98f251b95fed: Preparing 09:34:06 3fcc634876ca: Preparing 09:34:06 12d1fc2c1f31: Preparing 09:34:06 c5ea98bbc9d4: Preparing 09:34:06 46cc77108cc5: Preparing 09:34:06 03ed5391138f: Preparing 09:34:06 bc6f9b8c8f30: Preparing 09:34:06 76c1155d7b9b: Preparing 09:34:06 98b59de68a4b: Preparing 09:34:06 b71c127b05bb: Preparing 09:34:06 edf70074bd40: Preparing 09:34:06 c5ea98bbc9d4: Waiting 09:34:06 76c1155d7b9b: Waiting 09:34:06 98b59de68a4b: Waiting 09:34:06 b71c127b05bb: Waiting 09:34:06 edf70074bd40: Waiting 09:34:06 46cc77108cc5: Waiting 09:34:06 bc6f9b8c8f30: Waiting 09:34:06 03ed5391138f: Waiting 09:34:06 ba746c53c413: Layer already exists 09:34:06 98f251b95fed: Layer already exists 09:34:06 03b69de5c54a: Layer already exists 09:34:06 12d1fc2c1f31: Layer already exists 09:34:06 3fcc634876ca: Layer already exists 09:34:06 c5ea98bbc9d4: Layer already exists 09:34:06 bc6f9b8c8f30: Layer already exists 09:34:06 46cc77108cc5: Layer already exists 09:34:06 76c1155d7b9b: Layer already exists 09:34:06 03ed5391138f: Layer already exists 09:34:06 b71c127b05bb: Layer already exists 09:34:06 98b59de68a4b: Layer already exists 09:34:06 edf70074bd40: Layer already exists 09:34:06 main: digest: sha256:0682241a2e0e4c4da88b2e6a41e938b931c99bd430c51132e7ac6201eda88124 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:06 ===================================================== [Pipeline] echo 09:34:06 taggedImages: 09:34:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 09:34:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.113 09:34:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 09:34:06 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 09:34:06 32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:06 latest 09:34:06 3.0.0-dev.113 09:34:06 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:06 main 09:34:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:07 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:34:07 1ebf7029e55d: Preparing 09:34:07 1939d7c2ccae: Preparing 09:34:07 8ff286045d00: Preparing 09:34:07 14bb7a537c49: Preparing 09:34:07 46cc77108cc5: Preparing 09:34:07 03ed5391138f: Preparing 09:34:07 34272d1c7132: Preparing 09:34:07 edf70074bd40: Preparing 09:34:07 03ed5391138f: Waiting 09:34:07 34272d1c7132: Waiting 09:34:07 edf70074bd40: Waiting 09:34:07 46cc77108cc5: Layer already exists 09:34:07 03ed5391138f: Layer already exists 09:34:07 34272d1c7132: Layer already exists 09:34:07 edf70074bd40: Layer already exists 09:34:07 1939d7c2ccae: Pushed 09:34:07 1ebf7029e55d: Pushed 09:34:07 8ff286045d00: Pushed 09:34:10 14bb7a537c49: Pushed 09:34:10 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:1b3bde6899699e8081831f97faad706acc7b3c7b27c75d8b249d190dcc556074 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:11 + 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 09:34:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 09:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:34:11 1ebf7029e55d: Preparing 09:34:11 1939d7c2ccae: Preparing 09:34:11 8ff286045d00: Preparing 09:34:11 14bb7a537c49: Preparing 09:34:11 46cc77108cc5: Preparing 09:34:11 03ed5391138f: Preparing 09:34:11 34272d1c7132: Preparing 09:34:11 edf70074bd40: Preparing 09:34:11 03ed5391138f: Waiting 09:34:11 edf70074bd40: Waiting 09:34:11 34272d1c7132: Waiting 09:34:11 1939d7c2ccae: Layer already exists 09:34:11 14bb7a537c49: Layer already exists 09:34:11 46cc77108cc5: Layer already exists 09:34:11 8ff286045d00: Layer already exists 09:34:11 1ebf7029e55d: Layer already exists 09:34:11 edf70074bd40: Layer already exists 09:34:11 03ed5391138f: Layer already exists 09:34:11 34272d1c7132: Layer already exists 09:34:11 latest: digest: sha256:1b3bde6899699e8081831f97faad706acc7b3c7b27c75d8b249d190dcc556074 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:12 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.113 09:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:34:12 1ebf7029e55d: Preparing 09:34:12 1939d7c2ccae: Preparing 09:34:12 8ff286045d00: Preparing 09:34:12 14bb7a537c49: Preparing 09:34:12 46cc77108cc5: Preparing 09:34:12 03ed5391138f: Preparing 09:34:12 34272d1c7132: Preparing 09:34:12 edf70074bd40: Preparing 09:34:12 03ed5391138f: Waiting 09:34:12 34272d1c7132: Waiting 09:34:12 edf70074bd40: Waiting 09:34:12 46cc77108cc5: Layer already exists 09:34:12 1ebf7029e55d: Layer already exists 09:34:12 8ff286045d00: Layer already exists 09:34:12 1939d7c2ccae: Layer already exists 09:34:12 14bb7a537c49: Layer already exists 09:34:12 03ed5391138f: Layer already exists 09:34:12 edf70074bd40: Layer already exists 09:34:12 34272d1c7132: Layer already exists 09:34:12 3.0.0-dev.113: digest: sha256:1b3bde6899699e8081831f97faad706acc7b3c7b27c75d8b249d190dcc556074 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:12 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:34:13 1ebf7029e55d: Preparing 09:34:13 1939d7c2ccae: Preparing 09:34:13 8ff286045d00: Preparing 09:34:13 14bb7a537c49: Preparing 09:34:13 46cc77108cc5: Preparing 09:34:13 03ed5391138f: Preparing 09:34:13 34272d1c7132: Preparing 09:34:13 edf70074bd40: Preparing 09:34:13 34272d1c7132: Waiting 09:34:13 edf70074bd40: Waiting 09:34:13 03ed5391138f: Waiting 09:34:13 14bb7a537c49: Layer already exists 09:34:13 46cc77108cc5: Layer already exists 09:34:13 1939d7c2ccae: Layer already exists 09:34:13 1ebf7029e55d: Layer already exists 09:34:13 8ff286045d00: Layer already exists 09:34:13 edf70074bd40: Layer already exists 09:34:13 34272d1c7132: Layer already exists 09:34:13 03ed5391138f: Layer already exists 09:34:13 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:1b3bde6899699e8081831f97faad706acc7b3c7b27c75d8b249d190dcc556074 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:13 + 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 09:34:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 09:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:34:14 1ebf7029e55d: Preparing 09:34:14 1939d7c2ccae: Preparing 09:34:14 8ff286045d00: Preparing 09:34:14 14bb7a537c49: Preparing 09:34:14 46cc77108cc5: Preparing 09:34:14 03ed5391138f: Preparing 09:34:14 34272d1c7132: Preparing 09:34:14 edf70074bd40: Preparing 09:34:14 03ed5391138f: Waiting 09:34:14 34272d1c7132: Waiting 09:34:14 edf70074bd40: Waiting 09:34:14 46cc77108cc5: Layer already exists 09:34:14 1ebf7029e55d: Layer already exists 09:34:14 14bb7a537c49: Layer already exists 09:34:14 1939d7c2ccae: Layer already exists 09:34:14 8ff286045d00: Layer already exists 09:34:14 edf70074bd40: Layer already exists 09:34:14 03ed5391138f: Layer already exists 09:34:14 34272d1c7132: Layer already exists 09:34:14 main: digest: sha256:1b3bde6899699e8081831f97faad706acc7b3c7b27c75d8b249d190dcc556074 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:14 ===================================================== [Pipeline] echo 09:34:14 taggedImages: 09:34:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 09:34:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.113 09:34:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 09:34:14 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 09:34:14 32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:14 latest 09:34:14 3.0.0-dev.113 09:34:14 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:14 main 09:34:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:34:15 90f5e2616586: Preparing 09:34:15 7bc3ad782626: Preparing 09:34:15 0e20120ff931: Preparing 09:34:15 06fe0ae4c940: Preparing 09:34:15 46cc77108cc5: Preparing 09:34:15 03ed5391138f: Preparing 09:34:15 846a2e820177: Preparing 09:34:15 e24a7756eb71: Preparing 09:34:15 edf70074bd40: Preparing 09:34:15 03ed5391138f: Waiting 09:34:15 846a2e820177: Waiting 09:34:15 e24a7756eb71: Waiting 09:34:15 edf70074bd40: Waiting 09:34:15 46cc77108cc5: Layer already exists 09:34:15 03ed5391138f: Layer already exists 09:34:15 7bc3ad782626: Pushed 09:34:15 90f5e2616586: Pushed 09:34:15 06fe0ae4c940: Pushed 09:34:15 846a2e820177: Pushed 09:34:15 edf70074bd40: Layer already exists 09:34:15 e24a7756eb71: Pushed 09:34:18 0e20120ff931: Pushed 09:34:18 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:29d3913cf1e49c1de598f59119c402349b7ce4030305f60b59c2fec497604d6a size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:18 + 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 09:34:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 09:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:34:18 90f5e2616586: Preparing 09:34:18 7bc3ad782626: Preparing 09:34:18 0e20120ff931: Preparing 09:34:18 06fe0ae4c940: Preparing 09:34:18 46cc77108cc5: Preparing 09:34:18 03ed5391138f: Preparing 09:34:18 846a2e820177: Preparing 09:34:18 e24a7756eb71: Preparing 09:34:18 edf70074bd40: Preparing 09:34:18 846a2e820177: Waiting 09:34:18 e24a7756eb71: Waiting 09:34:18 edf70074bd40: Waiting 09:34:18 03ed5391138f: Waiting 09:34:18 06fe0ae4c940: Layer already exists 09:34:18 0e20120ff931: Layer already exists 09:34:18 7bc3ad782626: Layer already exists 09:34:18 90f5e2616586: Layer already exists 09:34:18 46cc77108cc5: Layer already exists 09:34:18 e24a7756eb71: Layer already exists 09:34:18 846a2e820177: Layer already exists 09:34:18 03ed5391138f: Layer already exists 09:34:18 edf70074bd40: Layer already exists 09:34:19 latest: digest: sha256:29d3913cf1e49c1de598f59119c402349b7ce4030305f60b59c2fec497604d6a size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.113 09:34:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:34:19 90f5e2616586: Preparing 09:34:19 7bc3ad782626: Preparing 09:34:19 0e20120ff931: Preparing 09:34:19 06fe0ae4c940: Preparing 09:34:19 46cc77108cc5: Preparing 09:34:19 03ed5391138f: Preparing 09:34:19 846a2e820177: Preparing 09:34:19 e24a7756eb71: Preparing 09:34:19 edf70074bd40: Preparing 09:34:19 03ed5391138f: Waiting 09:34:19 846a2e820177: Waiting 09:34:19 edf70074bd40: Waiting 09:34:19 e24a7756eb71: Waiting 09:34:19 7bc3ad782626: Layer already exists 09:34:19 90f5e2616586: Layer already exists 09:34:19 46cc77108cc5: Layer already exists 09:34:19 06fe0ae4c940: Layer already exists 09:34:19 0e20120ff931: Layer already exists 09:34:19 edf70074bd40: Layer already exists 09:34:19 e24a7756eb71: Layer already exists 09:34:19 846a2e820177: Layer already exists 09:34:19 03ed5391138f: Layer already exists 09:34:20 3.0.0-dev.113: digest: sha256:29d3913cf1e49c1de598f59119c402349b7ce4030305f60b59c2fec497604d6a size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:20 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:34:20 90f5e2616586: Preparing 09:34:20 7bc3ad782626: Preparing 09:34:20 0e20120ff931: Preparing 09:34:20 06fe0ae4c940: Preparing 09:34:20 46cc77108cc5: Preparing 09:34:20 03ed5391138f: Preparing 09:34:20 846a2e820177: Preparing 09:34:20 e24a7756eb71: Preparing 09:34:20 edf70074bd40: Preparing 09:34:20 846a2e820177: Waiting 09:34:20 edf70074bd40: Waiting 09:34:20 e24a7756eb71: Waiting 09:34:20 03ed5391138f: Waiting 09:34:20 7bc3ad782626: Layer already exists 09:34:20 06fe0ae4c940: Layer already exists 09:34:20 0e20120ff931: Layer already exists 09:34:20 46cc77108cc5: Layer already exists 09:34:20 90f5e2616586: Layer already exists 09:34:20 e24a7756eb71: Layer already exists 09:34:20 edf70074bd40: Layer already exists 09:34:20 846a2e820177: Layer already exists 09:34:20 03ed5391138f: Layer already exists 09:34:20 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:29d3913cf1e49c1de598f59119c402349b7ce4030305f60b59c2fec497604d6a size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:21 + 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 09:34:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 09:34:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:34:21 90f5e2616586: Preparing 09:34:21 7bc3ad782626: Preparing 09:34:21 0e20120ff931: Preparing 09:34:21 06fe0ae4c940: Preparing 09:34:21 46cc77108cc5: Preparing 09:34:21 03ed5391138f: Preparing 09:34:21 846a2e820177: Preparing 09:34:21 e24a7756eb71: Preparing 09:34:21 edf70074bd40: Preparing 09:34:21 03ed5391138f: Waiting 09:34:21 846a2e820177: Waiting 09:34:21 e24a7756eb71: Waiting 09:34:21 edf70074bd40: Waiting 09:34:21 46cc77108cc5: Layer already exists 09:34:21 06fe0ae4c940: Layer already exists 09:34:21 7bc3ad782626: Layer already exists 09:34:21 90f5e2616586: Layer already exists 09:34:21 0e20120ff931: Layer already exists 09:34:21 03ed5391138f: Layer already exists 09:34:21 846a2e820177: Layer already exists 09:34:21 e24a7756eb71: Layer already exists 09:34:21 edf70074bd40: Layer already exists 09:34:22 main: digest: sha256:29d3913cf1e49c1de598f59119c402349b7ce4030305f60b59c2fec497604d6a size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:22 ===================================================== [Pipeline] echo 09:34:22 taggedImages: 09:34:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 09:34:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.113 09:34:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 09:34:22 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 09:34:22 32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:22 latest 09:34:22 3.0.0-dev.113 09:34:22 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:22 main 09:34:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:22 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:34:22 27488ae54840: Preparing 09:34:22 df54ffcd24f2: Preparing 09:34:22 a7c019e97ca9: Preparing 09:34:22 d0e08b22a316: Preparing 09:34:22 1ab3a8770d1e: Preparing 09:34:22 8dd7035ac665: Preparing 09:34:22 0953c556a204: Preparing 09:34:22 46cc77108cc5: Preparing 09:34:22 03ed5391138f: Preparing 09:34:22 cff169b0cc9c: Preparing 09:34:22 edf70074bd40: Preparing 09:34:22 8dd7035ac665: Waiting 09:34:22 03ed5391138f: Waiting 09:34:22 cff169b0cc9c: Waiting 09:34:22 edf70074bd40: Waiting 09:34:22 0953c556a204: Waiting 09:34:22 46cc77108cc5: Waiting 09:34:23 1ab3a8770d1e: Pushed 09:34:23 27488ae54840: Pushed 09:34:23 df54ffcd24f2: Pushed 09:34:23 46cc77108cc5: Layer already exists 09:34:23 03ed5391138f: Layer already exists 09:34:23 0953c556a204: Pushed 09:34:23 8dd7035ac665: Pushed 09:34:23 edf70074bd40: Layer already exists 09:34:23 cff169b0cc9c: Pushed 09:34:25 d0e08b22a316: Pushed 09:34:26 a7c019e97ca9: Pushed 09:34:26 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:f7bc870b9d43bb4e548800a0ad141795aa06fb6b4ebb5745ad99885427e5587e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:26 + 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 09:34:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 09:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:34:27 27488ae54840: Preparing 09:34:27 df54ffcd24f2: Preparing 09:34:27 a7c019e97ca9: Preparing 09:34:27 d0e08b22a316: Preparing 09:34:27 1ab3a8770d1e: Preparing 09:34:27 8dd7035ac665: Preparing 09:34:27 0953c556a204: Preparing 09:34:27 46cc77108cc5: Preparing 09:34:27 03ed5391138f: Preparing 09:34:27 cff169b0cc9c: Preparing 09:34:27 edf70074bd40: Preparing 09:34:27 8dd7035ac665: Waiting 09:34:27 0953c556a204: Waiting 09:34:27 46cc77108cc5: Waiting 09:34:27 03ed5391138f: Waiting 09:34:27 cff169b0cc9c: Waiting 09:34:27 edf70074bd40: Waiting 09:34:27 a7c019e97ca9: Layer already exists 09:34:27 27488ae54840: Layer already exists 09:34:27 d0e08b22a316: Layer already exists 09:34:27 df54ffcd24f2: Layer already exists 09:34:27 1ab3a8770d1e: Layer already exists 09:34:27 46cc77108cc5: Layer already exists 09:34:27 0953c556a204: Layer already exists 09:34:27 8dd7035ac665: Layer already exists 09:34:27 cff169b0cc9c: Layer already exists 09:34:27 03ed5391138f: Layer already exists 09:34:27 edf70074bd40: Layer already exists 09:34:27 latest: digest: sha256:f7bc870b9d43bb4e548800a0ad141795aa06fb6b4ebb5745ad99885427e5587e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.113 09:34:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:34:28 27488ae54840: Preparing 09:34:28 df54ffcd24f2: Preparing 09:34:28 a7c019e97ca9: Preparing 09:34:28 d0e08b22a316: Preparing 09:34:28 1ab3a8770d1e: Preparing 09:34:28 8dd7035ac665: Preparing 09:34:28 0953c556a204: Preparing 09:34:28 46cc77108cc5: Preparing 09:34:28 03ed5391138f: Preparing 09:34:28 cff169b0cc9c: Preparing 09:34:28 edf70074bd40: Preparing 09:34:28 46cc77108cc5: Waiting 09:34:28 8dd7035ac665: Waiting 09:34:28 0953c556a204: Waiting 09:34:28 03ed5391138f: Waiting 09:34:28 cff169b0cc9c: Waiting 09:34:28 edf70074bd40: Waiting 09:34:28 d0e08b22a316: Layer already exists 09:34:28 1ab3a8770d1e: Layer already exists 09:34:28 27488ae54840: Layer already exists 09:34:28 a7c019e97ca9: Layer already exists 09:34:28 df54ffcd24f2: Layer already exists 09:34:28 0953c556a204: Layer already exists 09:34:28 8dd7035ac665: Layer already exists 09:34:28 46cc77108cc5: Layer already exists 09:34:28 03ed5391138f: Layer already exists 09:34:28 cff169b0cc9c: Layer already exists 09:34:28 edf70074bd40: Layer already exists 09:34:28 3.0.0-dev.113: digest: sha256:f7bc870b9d43bb4e548800a0ad141795aa06fb6b4ebb5745ad99885427e5587e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:28 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:34:29 27488ae54840: Preparing 09:34:29 df54ffcd24f2: Preparing 09:34:29 a7c019e97ca9: Preparing 09:34:29 d0e08b22a316: Preparing 09:34:29 1ab3a8770d1e: Preparing 09:34:29 8dd7035ac665: Preparing 09:34:29 0953c556a204: Preparing 09:34:29 46cc77108cc5: Preparing 09:34:29 03ed5391138f: Preparing 09:34:29 cff169b0cc9c: Preparing 09:34:29 edf70074bd40: Preparing 09:34:29 0953c556a204: Waiting 09:34:29 46cc77108cc5: Waiting 09:34:29 edf70074bd40: Waiting 09:34:29 8dd7035ac665: Waiting 09:34:29 03ed5391138f: Waiting 09:34:29 cff169b0cc9c: Waiting 09:34:29 df54ffcd24f2: Layer already exists 09:34:29 27488ae54840: Layer already exists 09:34:29 d0e08b22a316: Layer already exists 09:34:29 a7c019e97ca9: Layer already exists 09:34:29 1ab3a8770d1e: Layer already exists 09:34:29 8dd7035ac665: Layer already exists 09:34:29 0953c556a204: Layer already exists 09:34:29 46cc77108cc5: Layer already exists 09:34:29 cff169b0cc9c: Layer already exists 09:34:29 03ed5391138f: Layer already exists 09:34:29 edf70074bd40: Layer already exists 09:34:29 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:f7bc870b9d43bb4e548800a0ad141795aa06fb6b4ebb5745ad99885427e5587e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:29 + 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 09:34:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 09:34:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:34:29 27488ae54840: Preparing 09:34:29 df54ffcd24f2: Preparing 09:34:29 a7c019e97ca9: Preparing 09:34:29 d0e08b22a316: Preparing 09:34:29 1ab3a8770d1e: Preparing 09:34:29 8dd7035ac665: Preparing 09:34:29 0953c556a204: Preparing 09:34:29 46cc77108cc5: Preparing 09:34:29 03ed5391138f: Preparing 09:34:29 cff169b0cc9c: Preparing 09:34:29 edf70074bd40: Preparing 09:34:29 8dd7035ac665: Waiting 09:34:29 0953c556a204: Waiting 09:34:29 46cc77108cc5: Waiting 09:34:29 edf70074bd40: Waiting 09:34:29 03ed5391138f: Waiting 09:34:29 cff169b0cc9c: Waiting 09:34:29 1ab3a8770d1e: Layer already exists 09:34:29 d0e08b22a316: Layer already exists 09:34:29 df54ffcd24f2: Layer already exists 09:34:29 27488ae54840: Layer already exists 09:34:29 a7c019e97ca9: Layer already exists 09:34:29 0953c556a204: Layer already exists 09:34:29 03ed5391138f: Layer already exists 09:34:29 8dd7035ac665: Layer already exists 09:34:29 46cc77108cc5: Layer already exists 09:34:29 cff169b0cc9c: Layer already exists 09:34:29 edf70074bd40: Layer already exists 09:34:30 main: digest: sha256:f7bc870b9d43bb4e548800a0ad141795aa06fb6b4ebb5745ad99885427e5587e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:30 ===================================================== [Pipeline] echo 09:34:30 taggedImages: 09:34:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 09:34:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.113 09:34:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 09:34:30 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 09:34:30 32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:30 latest 09:34:30 3.0.0-dev.113 09:34:30 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:30 main 09:34:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:30 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:34:30 b2e18beccd55: Preparing 09:34:30 7a15f42e1af2: Preparing 09:34:30 46cc77108cc5: Preparing 09:34:30 03ed5391138f: Preparing 09:34:30 3b308393a35e: Preparing 09:34:30 edf70074bd40: Preparing 09:34:30 edf70074bd40: Waiting 09:34:30 46cc77108cc5: Layer already exists 09:34:30 03ed5391138f: Layer already exists 09:34:31 edf70074bd40: Layer already exists 09:34:31 b2e18beccd55: Pushed 09:34:32 3b308393a35e: Pushed 09:34:35 7a15f42e1af2: Pushed 09:34:36 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:1c1eb4bd7edd37567dda5a3971a31120ba5082105566d0869e3ce6b0a1cbc94e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:36 + 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 09:34:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 09:34:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:34:36 b2e18beccd55: Preparing 09:34:36 7a15f42e1af2: Preparing 09:34:36 46cc77108cc5: Preparing 09:34:36 03ed5391138f: Preparing 09:34:36 3b308393a35e: Preparing 09:34:36 edf70074bd40: Preparing 09:34:36 edf70074bd40: Waiting 09:34:36 46cc77108cc5: Layer already exists 09:34:36 7a15f42e1af2: Layer already exists 09:34:36 3b308393a35e: Layer already exists 09:34:36 b2e18beccd55: Layer already exists 09:34:36 03ed5391138f: Layer already exists 09:34:36 edf70074bd40: Layer already exists 09:34:37 latest: digest: sha256:1c1eb4bd7edd37567dda5a3971a31120ba5082105566d0869e3ce6b0a1cbc94e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:37 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.113 09:34:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:34:37 b2e18beccd55: Preparing 09:34:37 7a15f42e1af2: Preparing 09:34:37 46cc77108cc5: Preparing 09:34:37 03ed5391138f: Preparing 09:34:37 3b308393a35e: Preparing 09:34:37 edf70074bd40: Preparing 09:34:37 edf70074bd40: Waiting 09:34:37 b2e18beccd55: Layer already exists 09:34:37 7a15f42e1af2: Layer already exists 09:34:37 03ed5391138f: Layer already exists 09:34:37 3b308393a35e: Layer already exists 09:34:37 46cc77108cc5: Layer already exists 09:34:37 edf70074bd40: Layer already exists 09:34:38 3.0.0-dev.113: digest: sha256:1c1eb4bd7edd37567dda5a3971a31120ba5082105566d0869e3ce6b0a1cbc94e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:38 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:34:38 b2e18beccd55: Preparing 09:34:38 7a15f42e1af2: Preparing 09:34:38 46cc77108cc5: Preparing 09:34:38 03ed5391138f: Preparing 09:34:38 3b308393a35e: Preparing 09:34:38 edf70074bd40: Preparing 09:34:38 edf70074bd40: Waiting 09:34:38 03ed5391138f: Layer already exists 09:34:38 46cc77108cc5: Layer already exists 09:34:38 b2e18beccd55: Layer already exists 09:34:38 7a15f42e1af2: Layer already exists 09:34:38 3b308393a35e: Layer already exists 09:34:38 edf70074bd40: Layer already exists 09:34:39 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:1c1eb4bd7edd37567dda5a3971a31120ba5082105566d0869e3ce6b0a1cbc94e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:39 + 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 09:34:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 09:34:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:34:39 b2e18beccd55: Preparing 09:34:39 7a15f42e1af2: Preparing 09:34:39 46cc77108cc5: Preparing 09:34:39 03ed5391138f: Preparing 09:34:39 3b308393a35e: Preparing 09:34:39 edf70074bd40: Preparing 09:34:39 edf70074bd40: Waiting 09:34:39 3b308393a35e: Layer already exists 09:34:39 46cc77108cc5: Layer already exists 09:34:39 b2e18beccd55: Layer already exists 09:34:39 03ed5391138f: Layer already exists 09:34:39 7a15f42e1af2: Layer already exists 09:34:39 edf70074bd40: Layer already exists 09:34:40 main: digest: sha256:1c1eb4bd7edd37567dda5a3971a31120ba5082105566d0869e3ce6b0a1cbc94e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:40 ===================================================== [Pipeline] echo 09:34:40 taggedImages: 09:34:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 09:34:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.113 09:34:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 09:34:40 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 09:34:40 32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:40 latest 09:34:40 3.0.0-dev.113 09:34:40 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:34:40 main 09:34:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:40 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:34:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:34:40 4d815ebc16ff: Preparing 09:34:40 bff9c2e42a87: Preparing 09:34:40 dda1d1f84173: Preparing 09:34:40 ec9649461b25: Preparing 09:34:40 9e6bc0704b43: Preparing 09:34:40 46cc77108cc5: Preparing 09:34:40 03ed5391138f: Preparing 09:34:40 151830296bc7: Preparing 09:34:40 edf70074bd40: Preparing 09:34:40 03ed5391138f: Waiting 09:34:40 151830296bc7: Waiting 09:34:40 edf70074bd40: Waiting 09:34:40 46cc77108cc5: Waiting 09:34:41 bff9c2e42a87: Pushed 09:34:41 4d815ebc16ff: Pushed 09:34:41 46cc77108cc5: Layer already exists 09:34:41 03ed5391138f: Layer already exists 09:34:41 edf70074bd40: Layer already exists 09:34:41 dda1d1f84173: Pushed 09:34:42 151830296bc7: Pushed 09:34:50 9e6bc0704b43: Pushed 09:34:58 ec9649461b25: Pushed 09:34:58 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:cf90b4e67d463a92a4f542073e1be488cc96ba4e3b9b68d185156dddc1dd84ca size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:59 + 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 09:34:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 09:34:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:34:59 4d815ebc16ff: Preparing 09:34:59 bff9c2e42a87: Preparing 09:34:59 dda1d1f84173: Preparing 09:34:59 ec9649461b25: Preparing 09:34:59 9e6bc0704b43: Preparing 09:34:59 46cc77108cc5: Preparing 09:34:59 03ed5391138f: Preparing 09:34:59 151830296bc7: Preparing 09:34:59 edf70074bd40: Preparing 09:34:59 46cc77108cc5: Waiting 09:34:59 03ed5391138f: Waiting 09:34:59 151830296bc7: Waiting 09:34:59 edf70074bd40: Waiting 09:34:59 ec9649461b25: Layer already exists 09:34:59 4d815ebc16ff: Layer already exists 09:34:59 dda1d1f84173: Layer already exists 09:34:59 bff9c2e42a87: Layer already exists 09:34:59 9e6bc0704b43: Layer already exists 09:34:59 151830296bc7: Layer already exists 09:34:59 03ed5391138f: Layer already exists 09:34:59 46cc77108cc5: Layer already exists 09:34:59 edf70074bd40: Layer already exists 09:34:59 latest: digest: sha256:cf90b4e67d463a92a4f542073e1be488cc96ba4e3b9b68d185156dddc1dd84ca size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:00 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.113 09:35:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:35:00 4d815ebc16ff: Preparing 09:35:00 bff9c2e42a87: Preparing 09:35:00 dda1d1f84173: Preparing 09:35:00 ec9649461b25: Preparing 09:35:00 9e6bc0704b43: Preparing 09:35:00 46cc77108cc5: Preparing 09:35:00 03ed5391138f: Preparing 09:35:00 151830296bc7: Preparing 09:35:00 edf70074bd40: Preparing 09:35:00 edf70074bd40: Waiting 09:35:00 03ed5391138f: Waiting 09:35:00 151830296bc7: Waiting 09:35:00 46cc77108cc5: Waiting 09:35:00 dda1d1f84173: Layer already exists 09:35:00 4d815ebc16ff: Layer already exists 09:35:00 9e6bc0704b43: Layer already exists 09:35:00 ec9649461b25: Layer already exists 09:35:00 bff9c2e42a87: Layer already exists 09:35:00 46cc77108cc5: Layer already exists 09:35:00 03ed5391138f: Layer already exists 09:35:00 edf70074bd40: Layer already exists 09:35:00 151830296bc7: Layer already exists 09:35:00 3.0.0-dev.113: digest: sha256:cf90b4e67d463a92a4f542073e1be488cc96ba4e3b9b68d185156dddc1dd84ca size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:00 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:35:01 4d815ebc16ff: Preparing 09:35:01 bff9c2e42a87: Preparing 09:35:01 dda1d1f84173: Preparing 09:35:01 ec9649461b25: Preparing 09:35:01 9e6bc0704b43: Preparing 09:35:01 46cc77108cc5: Preparing 09:35:01 03ed5391138f: Preparing 09:35:01 151830296bc7: Preparing 09:35:01 edf70074bd40: Preparing 09:35:01 46cc77108cc5: Waiting 09:35:01 03ed5391138f: Waiting 09:35:01 151830296bc7: Waiting 09:35:01 edf70074bd40: Waiting 09:35:01 dda1d1f84173: Layer already exists 09:35:01 ec9649461b25: Layer already exists 09:35:01 4d815ebc16ff: Layer already exists 09:35:01 bff9c2e42a87: Layer already exists 09:35:01 9e6bc0704b43: Layer already exists 09:35:01 46cc77108cc5: Layer already exists 09:35:01 151830296bc7: Layer already exists 09:35:01 edf70074bd40: Layer already exists 09:35:01 03ed5391138f: Layer already exists 09:35:01 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:cf90b4e67d463a92a4f542073e1be488cc96ba4e3b9b68d185156dddc1dd84ca size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:01 + 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 09:35:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 09:35:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:35:02 4d815ebc16ff: Preparing 09:35:02 bff9c2e42a87: Preparing 09:35:02 dda1d1f84173: Preparing 09:35:02 ec9649461b25: Preparing 09:35:02 9e6bc0704b43: Preparing 09:35:02 46cc77108cc5: Preparing 09:35:02 03ed5391138f: Preparing 09:35:02 151830296bc7: Preparing 09:35:02 edf70074bd40: Preparing 09:35:02 46cc77108cc5: Waiting 09:35:02 03ed5391138f: Waiting 09:35:02 151830296bc7: Waiting 09:35:02 edf70074bd40: Waiting 09:35:02 9e6bc0704b43: Layer already exists 09:35:02 bff9c2e42a87: Layer already exists 09:35:02 4d815ebc16ff: Layer already exists 09:35:02 dda1d1f84173: Layer already exists 09:35:02 ec9649461b25: Layer already exists 09:35:02 151830296bc7: Layer already exists 09:35:02 46cc77108cc5: Layer already exists 09:35:02 edf70074bd40: Layer already exists 09:35:02 03ed5391138f: Layer already exists 09:35:02 main: digest: sha256:cf90b4e67d463a92a4f542073e1be488cc96ba4e3b9b68d185156dddc1dd84ca size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:35:02 ===================================================== [Pipeline] echo 09:35:02 taggedImages: 09:35:02 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:02 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 09:35:02 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.113 09:35:02 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:02 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 09:35:02 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 09:35:02 32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:02 latest 09:35:02 3.0.0-dev.113 09:35:02 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:02 main 09:35:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:35:03 f39ec085799d: Preparing 09:35:03 e7578801de2d: Preparing 09:35:03 ffb9d37874af: Preparing 09:35:03 bc470634bea7: Preparing 09:35:03 46cc77108cc5: Preparing 09:35:03 03ed5391138f: Preparing 09:35:03 59abd8916d09: Preparing 09:35:03 edf70074bd40: Preparing 09:35:03 03ed5391138f: Waiting 09:35:03 59abd8916d09: Waiting 09:35:03 edf70074bd40: Waiting 09:35:03 46cc77108cc5: Layer already exists 09:35:03 03ed5391138f: Layer already exists 09:35:03 ffb9d37874af: Pushed 09:35:03 f39ec085799d: Pushed 09:35:03 e7578801de2d: Pushed 09:35:03 edf70074bd40: Layer already exists 09:35:04 59abd8916d09: Pushed 09:35:19 bc470634bea7: Pushed 09:35:19 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:2f23495199d8f7fa2271270da87f6461a7abfb68aceac173650d4175a5f59471 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:19 + 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 09:35:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 09:35:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:35:20 f39ec085799d: Preparing 09:35:20 e7578801de2d: Preparing 09:35:20 ffb9d37874af: Preparing 09:35:20 bc470634bea7: Preparing 09:35:20 46cc77108cc5: Preparing 09:35:20 03ed5391138f: Preparing 09:35:20 59abd8916d09: Preparing 09:35:20 edf70074bd40: Preparing 09:35:20 03ed5391138f: Waiting 09:35:20 59abd8916d09: Waiting 09:35:20 edf70074bd40: Waiting 09:35:20 bc470634bea7: Layer already exists 09:35:20 46cc77108cc5: Layer already exists 09:35:20 ffb9d37874af: Layer already exists 09:35:20 e7578801de2d: Layer already exists 09:35:20 f39ec085799d: Layer already exists 09:35:20 03ed5391138f: Layer already exists 09:35:20 edf70074bd40: Layer already exists 09:35:20 59abd8916d09: Layer already exists 09:35:20 latest: digest: sha256:2f23495199d8f7fa2271270da87f6461a7abfb68aceac173650d4175a5f59471 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:20 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.113 09:35:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:35:21 f39ec085799d: Preparing 09:35:21 e7578801de2d: Preparing 09:35:21 ffb9d37874af: Preparing 09:35:21 bc470634bea7: Preparing 09:35:21 46cc77108cc5: Preparing 09:35:21 03ed5391138f: Preparing 09:35:21 59abd8916d09: Preparing 09:35:21 edf70074bd40: Preparing 09:35:21 03ed5391138f: Waiting 09:35:21 59abd8916d09: Waiting 09:35:21 edf70074bd40: Waiting 09:35:21 46cc77108cc5: Layer already exists 09:35:21 e7578801de2d: Layer already exists 09:35:21 ffb9d37874af: Layer already exists 09:35:21 f39ec085799d: Layer already exists 09:35:21 bc470634bea7: Layer already exists 09:35:21 03ed5391138f: Layer already exists 09:35:21 59abd8916d09: Layer already exists 09:35:21 edf70074bd40: Layer already exists 09:35:21 3.0.0-dev.113: digest: sha256:2f23495199d8f7fa2271270da87f6461a7abfb68aceac173650d4175a5f59471 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:21 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:35:21 f39ec085799d: Preparing 09:35:21 e7578801de2d: Preparing 09:35:21 ffb9d37874af: Preparing 09:35:21 bc470634bea7: Preparing 09:35:21 46cc77108cc5: Preparing 09:35:21 03ed5391138f: Preparing 09:35:21 59abd8916d09: Preparing 09:35:21 edf70074bd40: Preparing 09:35:21 59abd8916d09: Waiting 09:35:21 03ed5391138f: Waiting 09:35:21 edf70074bd40: Waiting 09:35:21 46cc77108cc5: Layer already exists 09:35:21 f39ec085799d: Layer already exists 09:35:21 e7578801de2d: Layer already exists 09:35:21 bc470634bea7: Layer already exists 09:35:21 ffb9d37874af: Layer already exists 09:35:21 59abd8916d09: Layer already exists 09:35:21 edf70074bd40: Layer already exists 09:35:21 03ed5391138f: Layer already exists 09:35:22 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:2f23495199d8f7fa2271270da87f6461a7abfb68aceac173650d4175a5f59471 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:22 + 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 09:35:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 09:35:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:35:22 f39ec085799d: Preparing 09:35:22 e7578801de2d: Preparing 09:35:22 ffb9d37874af: Preparing 09:35:22 bc470634bea7: Preparing 09:35:22 46cc77108cc5: Preparing 09:35:22 03ed5391138f: Preparing 09:35:22 59abd8916d09: Preparing 09:35:22 edf70074bd40: Preparing 09:35:22 03ed5391138f: Waiting 09:35:22 59abd8916d09: Waiting 09:35:22 edf70074bd40: Waiting 09:35:22 bc470634bea7: Layer already exists 09:35:22 ffb9d37874af: Layer already exists 09:35:22 e7578801de2d: Layer already exists 09:35:22 46cc77108cc5: Layer already exists 09:35:22 f39ec085799d: Layer already exists 09:35:22 59abd8916d09: Layer already exists 09:35:22 03ed5391138f: Layer already exists 09:35:22 edf70074bd40: Layer already exists 09:35:23 main: digest: sha256:2f23495199d8f7fa2271270da87f6461a7abfb68aceac173650d4175a5f59471 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:35:23 ===================================================== [Pipeline] echo 09:35:23 taggedImages: 09:35:23 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:23 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 09:35:23 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.113 09:35:23 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:23 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 09:35:23 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 09:35:23 32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:23 latest 09:35:23 3.0.0-dev.113 09:35:23 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:23 main 09:35:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:23 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:35:23 e3b5410227b6: Preparing 09:35:23 424ae22f2878: Preparing 09:35:23 9d9100da064c: Preparing 09:35:23 bc470634bea7: Preparing 09:35:23 46cc77108cc5: Preparing 09:35:23 03ed5391138f: Preparing 09:35:23 a9db0a282c96: Preparing 09:35:23 edf70074bd40: Preparing 09:35:23 03ed5391138f: Waiting 09:35:23 a9db0a282c96: Waiting 09:35:23 edf70074bd40: Waiting 09:35:23 46cc77108cc5: Layer already exists 09:35:23 bc470634bea7: Layer already exists 09:35:24 03ed5391138f: Layer already exists 09:35:24 edf70074bd40: Layer already exists 09:35:24 424ae22f2878: Pushed 09:35:24 9d9100da064c: Pushed 09:35:24 e3b5410227b6: Pushed 09:35:25 a9db0a282c96: Pushed 09:35:25 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:60c22872ac8dcfbfd45bb9679a5f6a121c6dc3ec75e0671f5dbd9c4582e77489 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:25 + 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 09:35:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 09:35:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:35:25 e3b5410227b6: Preparing 09:35:25 424ae22f2878: Preparing 09:35:25 9d9100da064c: Preparing 09:35:25 bc470634bea7: Preparing 09:35:25 46cc77108cc5: Preparing 09:35:25 03ed5391138f: Preparing 09:35:25 a9db0a282c96: Preparing 09:35:25 edf70074bd40: Preparing 09:35:25 a9db0a282c96: Waiting 09:35:25 edf70074bd40: Waiting 09:35:25 03ed5391138f: Waiting 09:35:25 46cc77108cc5: Layer already exists 09:35:25 9d9100da064c: Layer already exists 09:35:25 e3b5410227b6: Layer already exists 09:35:25 bc470634bea7: Layer already exists 09:35:25 424ae22f2878: Layer already exists 09:35:25 edf70074bd40: Layer already exists 09:35:25 03ed5391138f: Layer already exists 09:35:25 a9db0a282c96: Layer already exists 09:35:25 latest: digest: sha256:60c22872ac8dcfbfd45bb9679a5f6a121c6dc3ec75e0671f5dbd9c4582e77489 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:26 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.113 09:35:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:35:26 e3b5410227b6: Preparing 09:35:26 424ae22f2878: Preparing 09:35:26 9d9100da064c: Preparing 09:35:26 bc470634bea7: Preparing 09:35:26 46cc77108cc5: Preparing 09:35:26 03ed5391138f: Preparing 09:35:26 a9db0a282c96: Preparing 09:35:26 edf70074bd40: Preparing 09:35:26 03ed5391138f: Waiting 09:35:26 a9db0a282c96: Waiting 09:35:26 edf70074bd40: Waiting 09:35:26 46cc77108cc5: Layer already exists 09:35:26 424ae22f2878: Layer already exists 09:35:26 bc470634bea7: Layer already exists 09:35:26 9d9100da064c: Layer already exists 09:35:26 e3b5410227b6: Layer already exists 09:35:26 a9db0a282c96: Layer already exists 09:35:26 03ed5391138f: Layer already exists 09:35:26 edf70074bd40: Layer already exists 09:35:26 3.0.0-dev.113: digest: sha256:60c22872ac8dcfbfd45bb9679a5f6a121c6dc3ec75e0671f5dbd9c4582e77489 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:27 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:35:27 e3b5410227b6: Preparing 09:35:27 424ae22f2878: Preparing 09:35:27 9d9100da064c: Preparing 09:35:27 bc470634bea7: Preparing 09:35:27 46cc77108cc5: Preparing 09:35:27 03ed5391138f: Preparing 09:35:27 a9db0a282c96: Preparing 09:35:27 edf70074bd40: Preparing 09:35:27 a9db0a282c96: Waiting 09:35:27 03ed5391138f: Waiting 09:35:27 edf70074bd40: Waiting 09:35:27 46cc77108cc5: Layer already exists 09:35:27 bc470634bea7: Layer already exists 09:35:27 424ae22f2878: Layer already exists 09:35:27 e3b5410227b6: Layer already exists 09:35:27 9d9100da064c: Layer already exists 09:35:27 03ed5391138f: Layer already exists 09:35:27 edf70074bd40: Layer already exists 09:35:27 a9db0a282c96: Layer already exists 09:35:27 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:60c22872ac8dcfbfd45bb9679a5f6a121c6dc3ec75e0671f5dbd9c4582e77489 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:28 + 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 09:35:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 09:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:35:28 e3b5410227b6: Preparing 09:35:28 424ae22f2878: Preparing 09:35:28 9d9100da064c: Preparing 09:35:28 bc470634bea7: Preparing 09:35:28 46cc77108cc5: Preparing 09:35:28 03ed5391138f: Preparing 09:35:28 a9db0a282c96: Preparing 09:35:28 edf70074bd40: Preparing 09:35:28 03ed5391138f: Waiting 09:35:28 edf70074bd40: Waiting 09:35:28 a9db0a282c96: Waiting 09:35:28 424ae22f2878: Layer already exists 09:35:28 e3b5410227b6: Layer already exists 09:35:28 46cc77108cc5: Layer already exists 09:35:28 9d9100da064c: Layer already exists 09:35:28 bc470634bea7: Layer already exists 09:35:28 a9db0a282c96: Layer already exists 09:35:28 03ed5391138f: Layer already exists 09:35:28 edf70074bd40: Layer already exists 09:35:28 main: digest: sha256:60c22872ac8dcfbfd45bb9679a5f6a121c6dc3ec75e0671f5dbd9c4582e77489 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:35:28 ===================================================== [Pipeline] echo 09:35:28 taggedImages: 09:35:28 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:28 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 09:35:28 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.113 09:35:28 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:28 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 09:35:28 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 09:35:28 32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:28 latest 09:35:28 3.0.0-dev.113 09:35:28 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:28 main 09:35:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:35:29 08f08e37347e: Preparing 09:35:29 4c1e12c12d3d: Preparing 09:35:29 46cc77108cc5: Preparing 09:35:29 03ed5391138f: Preparing 09:35:29 738551666dd9: Preparing 09:35:29 edf70074bd40: Preparing 09:35:29 edf70074bd40: Waiting 09:35:29 03ed5391138f: Layer already exists 09:35:29 46cc77108cc5: Layer already exists 09:35:29 edf70074bd40: Layer already exists 09:35:29 08f08e37347e: Pushed 09:35:29 738551666dd9: Pushed 09:35:35 4c1e12c12d3d: Pushed 09:35:35 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:132f2cc5185549cc73b7fcdaeaf0ca8aaf7f13be96b27b7787ab74422f7101de size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 09:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:35:36 08f08e37347e: Preparing 09:35:36 4c1e12c12d3d: Preparing 09:35:36 46cc77108cc5: Preparing 09:35:36 03ed5391138f: Preparing 09:35:36 738551666dd9: Preparing 09:35:36 edf70074bd40: Preparing 09:35:36 edf70074bd40: Waiting 09:35:36 738551666dd9: Layer already exists 09:35:36 4c1e12c12d3d: Layer already exists 09:35:36 03ed5391138f: Layer already exists 09:35:36 08f08e37347e: Layer already exists 09:35:36 46cc77108cc5: Layer already exists 09:35:36 edf70074bd40: Layer already exists 09:35:36 latest: digest: sha256:132f2cc5185549cc73b7fcdaeaf0ca8aaf7f13be96b27b7787ab74422f7101de size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.113 09:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:35:37 08f08e37347e: Preparing 09:35:37 4c1e12c12d3d: Preparing 09:35:37 46cc77108cc5: Preparing 09:35:37 03ed5391138f: Preparing 09:35:37 738551666dd9: Preparing 09:35:37 edf70074bd40: Preparing 09:35:37 edf70074bd40: Waiting 09:35:37 46cc77108cc5: Layer already exists 09:35:37 738551666dd9: Layer already exists 09:35:37 08f08e37347e: Layer already exists 09:35:37 4c1e12c12d3d: Layer already exists 09:35:37 03ed5391138f: Layer already exists 09:35:37 edf70074bd40: Layer already exists 09:35:37 3.0.0-dev.113: digest: sha256:132f2cc5185549cc73b7fcdaeaf0ca8aaf7f13be96b27b7787ab74422f7101de size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:35:37 08f08e37347e: Preparing 09:35:37 4c1e12c12d3d: Preparing 09:35:37 46cc77108cc5: Preparing 09:35:37 03ed5391138f: Preparing 09:35:37 738551666dd9: Preparing 09:35:37 edf70074bd40: Preparing 09:35:37 edf70074bd40: Waiting 09:35:37 4c1e12c12d3d: Layer already exists 09:35:37 738551666dd9: Layer already exists 09:35:37 46cc77108cc5: Layer already exists 09:35:37 08f08e37347e: Layer already exists 09:35:37 03ed5391138f: Layer already exists 09:35:37 edf70074bd40: Layer already exists 09:35:38 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:132f2cc5185549cc73b7fcdaeaf0ca8aaf7f13be96b27b7787ab74422f7101de size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:38 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 09:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:35:38 08f08e37347e: Preparing 09:35:38 4c1e12c12d3d: Preparing 09:35:38 46cc77108cc5: Preparing 09:35:38 03ed5391138f: Preparing 09:35:38 738551666dd9: Preparing 09:35:38 edf70074bd40: Preparing 09:35:38 edf70074bd40: Waiting 09:35:38 4c1e12c12d3d: Layer already exists 09:35:38 46cc77108cc5: Layer already exists 09:35:38 738551666dd9: Layer already exists 09:35:38 08f08e37347e: Layer already exists 09:35:38 03ed5391138f: Layer already exists 09:35:38 edf70074bd40: Layer already exists 09:35:39 main: digest: sha256:132f2cc5185549cc73b7fcdaeaf0ca8aaf7f13be96b27b7787ab74422f7101de size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:35:39 ===================================================== [Pipeline] echo 09:35:39 taggedImages: 09:35:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 09:35:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.113 09:35:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 09:35:39 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 09:35:39 32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:39 latest 09:35:39 3.0.0-dev.113 09:35:39 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:39 main 09:35:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:35:39 59fbe2a6da5c: Preparing 09:35:39 3a07ec091ca3: Preparing 09:35:39 46cc77108cc5: Preparing 09:35:39 03ed5391138f: Preparing 09:35:39 18cffc7754d4: Preparing 09:35:39 edf70074bd40: Preparing 09:35:39 edf70074bd40: Waiting 09:35:39 46cc77108cc5: Layer already exists 09:35:39 18cffc7754d4: Layer already exists 09:35:39 03ed5391138f: Layer already exists 09:35:39 edf70074bd40: Layer already exists 09:35:40 59fbe2a6da5c: Pushed 09:35:46 3a07ec091ca3: Pushed 09:35:46 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:937466c9c5ea74892cde2a04192b7db0b0b87486f5bd4f2bcead43b19f73296c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 09:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:35:47 59fbe2a6da5c: Preparing 09:35:47 3a07ec091ca3: Preparing 09:35:47 46cc77108cc5: Preparing 09:35:47 03ed5391138f: Preparing 09:35:47 18cffc7754d4: Preparing 09:35:47 edf70074bd40: Preparing 09:35:47 edf70074bd40: Waiting 09:35:47 59fbe2a6da5c: Layer already exists 09:35:47 46cc77108cc5: Layer already exists 09:35:47 03ed5391138f: Layer already exists 09:35:47 18cffc7754d4: Layer already exists 09:35:47 3a07ec091ca3: Layer already exists 09:35:47 edf70074bd40: Layer already exists 09:35:47 latest: digest: sha256:937466c9c5ea74892cde2a04192b7db0b0b87486f5bd4f2bcead43b19f73296c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.113 09:35:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:35:48 59fbe2a6da5c: Preparing 09:35:48 3a07ec091ca3: Preparing 09:35:48 46cc77108cc5: Preparing 09:35:48 03ed5391138f: Preparing 09:35:48 18cffc7754d4: Preparing 09:35:48 edf70074bd40: Preparing 09:35:48 edf70074bd40: Waiting 09:35:48 46cc77108cc5: Layer already exists 09:35:48 59fbe2a6da5c: Layer already exists 09:35:48 18cffc7754d4: Layer already exists 09:35:48 3a07ec091ca3: Layer already exists 09:35:48 03ed5391138f: Layer already exists 09:35:48 edf70074bd40: Layer already exists 09:35:48 3.0.0-dev.113: digest: sha256:937466c9c5ea74892cde2a04192b7db0b0b87486f5bd4f2bcead43b19f73296c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:35:49 59fbe2a6da5c: Preparing 09:35:49 3a07ec091ca3: Preparing 09:35:49 46cc77108cc5: Preparing 09:35:49 03ed5391138f: Preparing 09:35:49 18cffc7754d4: Preparing 09:35:49 edf70074bd40: Preparing 09:35:49 edf70074bd40: Waiting 09:35:49 46cc77108cc5: Layer already exists 09:35:49 03ed5391138f: Layer already exists 09:35:49 3a07ec091ca3: Layer already exists 09:35:49 18cffc7754d4: Layer already exists 09:35:49 59fbe2a6da5c: Layer already exists 09:35:49 edf70074bd40: Layer already exists 09:35:49 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:937466c9c5ea74892cde2a04192b7db0b0b87486f5bd4f2bcead43b19f73296c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 09:35:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:35:50 59fbe2a6da5c: Preparing 09:35:50 3a07ec091ca3: Preparing 09:35:50 46cc77108cc5: Preparing 09:35:50 03ed5391138f: Preparing 09:35:50 18cffc7754d4: Preparing 09:35:50 edf70074bd40: Preparing 09:35:50 edf70074bd40: Waiting 09:35:50 18cffc7754d4: Layer already exists 09:35:50 59fbe2a6da5c: Layer already exists 09:35:50 3a07ec091ca3: Layer already exists 09:35:50 46cc77108cc5: Layer already exists 09:35:50 03ed5391138f: Layer already exists 09:35:50 edf70074bd40: Layer already exists 09:35:50 main: digest: sha256:937466c9c5ea74892cde2a04192b7db0b0b87486f5bd4f2bcead43b19f73296c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:35:50 ===================================================== [Pipeline] echo 09:35:50 taggedImages: 09:35:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 09:35:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 09:35:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.113 09:35:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 09:35:50 - 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 09:35:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:35:51 09:35:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:35:51 arm64: Pulling from edgex-lftools-log-publisher 09:35:51 8998bd30e6a1: Pulling fs layer 09:35:51 04944245beec: Pulling fs layer 09:35:51 699f458cf7ca: Pulling fs layer 09:35:51 765212b225bb: Pulling fs layer 09:35:51 f23df028b6ca: Pulling fs layer 09:35:51 d65c8cfc05b1: Pulling fs layer 09:35:51 2437ff75d9bd: Pulling fs layer 09:35:51 765212b225bb: Waiting 09:35:51 f23df028b6ca: Waiting 09:35:51 d65c8cfc05b1: Waiting 09:35:51 2437ff75d9bd: Waiting 09:35:51 04944245beec: Verifying Checksum 09:35:51 04944245beec: Download complete 09:35:51 765212b225bb: Verifying Checksum 09:35:51 765212b225bb: Download complete 09:35:51 f23df028b6ca: Download complete 09:35:51 d65c8cfc05b1: Verifying Checksum 09:35:51 d65c8cfc05b1: Download complete 09:35:51 699f458cf7ca: Verifying Checksum 09:35:51 699f458cf7ca: Download complete 09:35:52 8998bd30e6a1: Verifying Checksum 09:35:52 8998bd30e6a1: Download complete 09:35:54 2437ff75d9bd: Verifying Checksum 09:35:54 2437ff75d9bd: Download complete 09:35:56 8998bd30e6a1: Pull complete 09:35:57 04944245beec: Pull complete 09:35:58 699f458cf7ca: Pull complete 09:35:58 765212b225bb: Pull complete 09:35:59 f23df028b6ca: Pull complete 09:35:59 d65c8cfc05b1: Pull complete 09:36:14 2437ff75d9bd: Pull complete 09:36:14 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:36:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:36:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:36:14 prd-ubuntu20.04-docker-arm64-4c-16g-5694 does not seem to be running inside a container 09:36:14 $ 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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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:arm64 cat 09:36:17 $ docker top c1cd9a36f83465dee7af86341bb1f1c1829c89bb0839c4cae243625cd973954d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:36:18 ---> job-cost.sh 09:36:18 lf-activate-venv: SKIPPING 09:36:18 INFO: No Stack... 09:36:19 INFO: Retrieving Pricing Info for: v3-standard-4 09:36:19 INFO: Archiving Costs [Pipeline] sh 09:36:20 + + cat /w/workspace/edgex-go/475/archives/cost.csv 09:36:20 cut -d, -f6 [Pipeline] lock 09:36:20 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-475-stack-cost] 09:36:20 Resource [jenkins-edgexfoundry-edgex-go-main-475-stack-cost] did not exist. Created. 09:36:20 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-475-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:36:21 + echo total: 0.10999999940395355 [Pipeline] stash 09:36:21 Stashed 1 file(s) [Pipeline] } 09:36:21 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-475-stack-cost] [Pipeline] // lock [Pipeline] } 09:36:21 $ docker stop --time=1 c1cd9a36f83465dee7af86341bb1f1c1829c89bb0839c4cae243625cd973954d 09:36:23 $ docker rm -f --volumes c1cd9a36f83465dee7af86341bb1f1c1829c89bb0839c4cae243625cd973954d [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 09:36:24 provisioning config files... 09:36:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/475@tmp/config15574878378687654276tmp [Pipeline] { [Pipeline] sh 09:36:24 + set +x 09:36:24 + curl -s https://codecov.io/bash 09:36:24 + bash -s -- 09:36:24 09:36:24 _____ _ 09:36:24 / ____| | | 09:36:24 | | ___ __| | ___ ___ _____ __ 09:36:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:36:24 | |___| (_) | (_| | __/ (_| (_) \ V / 09:36:24 \_____\___/ \__,_|\___|\___\___/ \_/ 09:36:24 Bash-1.0.6 09:36:24 09:36:24 09:36:24 ==> git version 2.25.1 found 09:36:24 ==> 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 09:36:24 Release-Date: 2020-01-08 09:36:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:36:24 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:36:24 ==> Jenkins CI detected. 09:36:24 current dir:  /w/workspace/edgex-go/475 09:36:24 project root: . 09:36:24 --> token set from env 09:36:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:36:24 ==> Running gcov in . (disable via -X gcov) 09:36:24 ==> Python coveragepy not found 09:36:24 ==> Searching for coverage reports in: 09:36:24 + . 09:36:24 -> Found 1 reports 09:36:24 ==> Detecting git/mercurial file structure 09:36:24 ==> Reading reports 09:36:24 + ./coverage.out bytes=447380 09:36:24 ==> Appending adjustments 09:36:24 https://docs.codecov.io/docs/fixing-reports 09:36:25 + Found adjustments 09:36:25 ==> Gzipping contents 09:36:25 60K /tmp/codecov.L3F0N1.gz 09:36:25 ==> Uploading reports 09:36:25 url: https://codecov.io 09:36:25 query: branch=main&commit=32e4cad4570321b8701fad636f81d26e3bb342d0&build=475&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F475%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:36:25 -> Pinging Codecov 09:36:25 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=32e4cad4570321b8701fad636f81d26e3bb342d0&build=475&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F475%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:36:25 -> Uploading to 09:36:25 https://storage.googleapis.com/codecov/v4/raw/2023-03-24/00271124DB129430A58F1EEE437C3FCB/32e4cad4570321b8701fad636f81d26e3bb342d0/0bf41eab-a4a4-4c47-ba44-91ce162ab283.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230324T093625Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=859caab2ce2bf3ca1f8a0575914006608cead2d2e289650c3475cd22393d29fe 09:36:25 % Total % Received % Xferd Average Speed Time Time Time Current 09:36:25 Dload Upload Total Spent Left Speed 09:36:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57543 0 0 100 57543 0 170k --:--:-- --:--:-- --:--:-- 170k 09:36:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } 09:36:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 09:36:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:36:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:36:26 09:36:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:36:26 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:36:26 df9b9388f04a: Pulling fs layer 09:36:26 52dc419b0ee2: Pulling fs layer 09:36:26 25bc292e5bac: Pulling fs layer 09:36:26 114826534d7a: Pulling fs layer 09:36:26 4657fd5d0bcf: Pulling fs layer 09:36:26 6ad1cebc031e: Pulling fs layer 09:36:26 8a3aa393b2d8: Pulling fs layer 09:36:26 114826534d7a: Waiting 09:36:26 6ad1cebc031e: Waiting 09:36:26 8a3aa393b2d8: Waiting 09:36:26 4657fd5d0bcf: Waiting 09:36:26 25bc292e5bac: Download complete 09:36:26 52dc419b0ee2: Download complete 09:36:26 4657fd5d0bcf: Download complete 09:36:26 df9b9388f04a: Verifying Checksum 09:36:26 df9b9388f04a: Download complete 09:36:27 df9b9388f04a: Pull complete 09:36:27 6ad1cebc031e: Verifying Checksum 09:36:27 6ad1cebc031e: Download complete 09:36:27 52dc419b0ee2: Pull complete 09:36:27 25bc292e5bac: Pull complete 09:36:27 114826534d7a: Verifying Checksum 09:36:27 114826534d7a: Download complete 09:36:27 8a3aa393b2d8: Verifying Checksum 09:36:27 8a3aa393b2d8: Download complete 09:36:30 114826534d7a: Pull complete 09:36:30 4657fd5d0bcf: Pull complete 09:36:31 6ad1cebc031e: Pull complete 09:36:33 8a3aa393b2d8: Pull complete 09:36:33 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 09:36:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:36:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:36:34 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:36:34 $ 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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:36:38 $ docker top d2f3e17d6d6b6d0184ecaca455c7de6581708e3b4ff46239ffd3299d1c5e9711 -eo pid,comm [Pipeline] { [Pipeline] echo 09:36:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 09:36:38 + set -o pipefail 09:36:38 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 09:36:44 09:36:44 Monitoring /w/workspace/edgex-go/475 (github.com/edgexfoundry/edgex-go)... 09:36:44 09:36:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/46b6b1a0-9b76-4ca0-8587-13e994105f9b 09:36:44 09:36:44 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 09:36:44 09:36:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:36:44 09:36:44 09:36:44 A medium severity vulnerability was found in the Snyk CLI versions you are using. 09:36:44 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 09:36:44 More details here: https://snyk.co/ue1NS [Pipeline] } 09:36:44 $ docker stop --time=1 d2f3e17d6d6b6d0184ecaca455c7de6581708e3b4ff46239ffd3299d1c5e9711 09:36:46 $ docker rm -f --volumes d2f3e17d6d6b6d0184ecaca455c7de6581708e3b4ff46239ffd3299d1c5e9711 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 09:36:47 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:36:47 provisioning config files... 09:36:47 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/475@tmp/config6732812609351293606tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:36:47 --> edgex-publish-swagger.sh 09:36:47 === Publish openapi/v3 API === 09:36:47 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 09:36:47 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/475/openapi/v3/core-command.yaml] 09:36:47 % Total % Received % Xferd Average Speed Time Time Time Current 09:36:47 Dload Upload Total Spent Left Speed 09:36:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 42072 --:--:-- --:--:-- --:--:-- 42011 100 29030 0 0 100 29030 0 42072 --:--:-- --:--:-- --:--:-- 42011 09:36:48 09:36:48 09:36:48 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/475/openapi/v3/core-data.yaml] 09:36:48 % Total % Received % Xferd Average Speed Time Time Time Current 09:36:48 Dload Upload Total Spent Left Speed 09:36:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 117k --:--:-- --:--:-- --:--:-- 117k 09:36:48 09:36:48 09:36:48 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/475/openapi/v3/core-metadata.yaml] 09:36:48 % Total % Received % Xferd Average Speed Time Time Time Current 09:36:48 Dload Upload Total Spent Left Speed 09:36:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 274k --:--:-- --:--:-- --:--:-- 273k 09:36:49 09:36:49 09:36:49 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/475/openapi/v3/support-notifications.yaml] 09:36:49 % Total % Received % Xferd Average Speed Time Time Time Current 09:36:49 Dload Upload Total Spent Left Speed 09:36:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 160k --:--:-- --:--:-- --:--:-- 160k 100 86965 0 0 100 86965 0 160k --:--:-- --:--:-- --:--:-- 160k 09:36:49 09:36:49 09:36:49 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/475/openapi/v3/support-scheduler.yaml] 09:36:49 % Total % Received % Xferd Average Speed Time Time Time Current 09:36:49 Dload Upload Total Spent Left Speed 09:36:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 63198 --:--:-- --:--:-- --:--:-- 63198 09:36:50 09:36:50 [Pipeline] } 09:36:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 09:36:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:36:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:36:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:36:51 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:36:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:36:51 $ docker top caf0ff42ce4124add148caa51dc43716bb9189eeb9efd9023d0c2a7c3562aa7f -eo pid,comm 09:36:51 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:36:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:36:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:36:51 [ssh-agent] Looking for ssh-agent implementation... 09:36:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:36:51 $ docker exec caf0ff42ce4124add148caa51dc43716bb9189eeb9efd9023d0c2a7c3562aa7f ssh-agent 09:36:51 SSH_AUTH_SOCK=/tmp/ssh-ZjQoRklCdTYe/agent.32 09:36:51 SSH_AGENT_PID=38 09:36:51 Running ssh-add (command line suppressed) 09:36:51 Identity added: /w/workspace/edgex-go/475@tmp/private_key_11684124963029041070.key (/w/workspace/edgex-go/475@tmp/private_key_11684124963029041070.key) 09:36:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:36:52 + git semver tag 09:36:52 2023-03-24 09:36:52,438 [run_tag] DEBUG tag force:False 09:36:52 2023-03-24 09:36:52,438 [check_head_tag] DEBUG check head tag 09:36:52 2023-03-24 09:36:52,441 [execute] INFO git cat-file --batch-check 09:36:52 2023-03-24 09:36:52,441 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/475, universal_newlines=False, shell=None, istream=) 09:36:52 2023-03-24 09:36:52,444 [execute] INFO git cat-file --batch 09:36:52 2023-03-24 09:36:52,444 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/475, universal_newlines=False, shell=None, istream=) 09:36:52 2023-03-24 09:36:52,491 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main 09:36:52 2023-03-24 09:36:52,491 [execute] INFO git tag -a v3.0.0-dev.113 -m v3.0.0-dev.113 09:36:52 2023-03-24 09:36:52,491 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.113', '-m', 'v3.0.0-dev.113'], cwd=/w/workspace/edgex-go/475, universal_newlines=False, shell=None, istream=None) 09:36:52 2023-03-24 09:36:52,496 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main 09:36:52 3.0.0-dev.113 [Pipeline] } 09:36:52 $ docker exec --env ******** --env ******** caf0ff42ce4124add148caa51dc43716bb9189eeb9efd9023d0c2a7c3562aa7f ssh-agent -k 09:36:52 unset SSH_AUTH_SOCK; 09:36:52 unset SSH_AGENT_PID; 09:36:52 echo Agent pid 38 killed; 09:36:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:36:53 + git semver [Pipeline] } 09:36:53 $ docker stop --time=1 caf0ff42ce4124add148caa51dc43716bb9189eeb9efd9023d0c2a7c3562aa7f 09:36:54 $ docker rm -f --volumes caf0ff42ce4124add148caa51dc43716bb9189eeb9efd9023d0c2a7c3562aa7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:36:55 09:36:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:36:55 0.23.1-centos7: Pulling from edgex-lftools 09:36:55 ab5ef0e58194: Pulling fs layer 09:36:55 9712f1f96733: Pulling fs layer 09:36:55 63f879dbbcfc: Pulling fs layer 09:36:55 0d9ebad4ef96: Pulling fs layer 09:36:55 e9a5061849ea: Pulling fs layer 09:36:55 d747dcd14b5f: Pulling fs layer 09:36:55 2de7ff778b66: Pulling fs layer 09:36:55 e9a5061849ea: Waiting 09:36:55 d747dcd14b5f: Waiting 09:36:55 2de7ff778b66: Waiting 09:36:55 0d9ebad4ef96: Waiting 09:36:55 9712f1f96733: Verifying Checksum 09:36:55 9712f1f96733: Download complete 09:36:55 63f879dbbcfc: Verifying Checksum 09:36:55 63f879dbbcfc: Download complete 09:36:55 e9a5061849ea: Verifying Checksum 09:36:55 e9a5061849ea: Download complete 09:36:55 0d9ebad4ef96: Download complete 09:36:55 d747dcd14b5f: Download complete 09:36:55 ab5ef0e58194: Verifying Checksum 09:36:55 ab5ef0e58194: Download complete 09:36:56 2de7ff778b66: Verifying Checksum 09:36:56 2de7ff778b66: Download complete 09:36:58 ab5ef0e58194: Pull complete 09:36:58 9712f1f96733: Pull complete 09:36:58 63f879dbbcfc: Pull complete 09:37:02 0d9ebad4ef96: Pull complete 09:37:02 e9a5061849ea: Pull complete 09:37:02 d747dcd14b5f: Pull complete 09:37:03 2de7ff778b66: Pull complete 09:37:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:37:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:37:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:37:03 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:37:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:37:08 $ docker top 1c9013dcc43c70cc209084cf56af373ffbb0cb5717472fda70163bed014ec4df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:37:08 provisioning config files... 09:37:08 copy managed file [sigul-config] to file:/w/workspace/edgex-go/475@tmp/config11110035129140955313tmp 09:37:08 copy managed file [sigul-password] to file:/w/workspace/edgex-go/475@tmp/config3642122385910197317tmp 09:37:08 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/475@tmp/config14680611723296467392tmp [Pipeline] { [Pipeline] echo 09:37:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:37:08 ---> sigul-configuration.sh 09:37:08 gpg: directory `/root/.gnupg' created 09:37:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:37:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:37:08 gpg: keyring `/root/.gnupg/secring.gpg' created 09:37:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:37:08 gpg: CAST5 encrypted data 09:37:08 gpg: encrypted with 1 passphrase 09:37:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:37:09 + mkdir /home/jenkins 09:37:09 + mkdir /home/jenkins/sigul [Pipeline] sh 09:37:09 + 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 09:37:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:37:09 ---> sigul-install.sh 09:37:09 Sigul already installed; skipping installation. [Pipeline] sh 09:37:09 + git tag --list 09:37:09 0.6.0 09:37:09 0.6.1 09:37:09 0.7.0 09:37:09 0.7.1 09:37:09 v1.0.0 09:37:09 v1.0.1 09:37:09 v1.1.0 09:37:09 v1.2.0 09:37:09 v1.2.1 09:37:09 v1.3.0 09:37:09 v1.3.1 09:37:09 v2.0.0 09:37:09 v2.1.0 09:37:09 v2.1.1 09:37:09 v2.1.1-dev.1 09:37:09 v2.1.1-dev.2 09:37:09 v2.1.1-dev.3 09:37:09 v2.1.1-dev.4 09:37:09 v2.1.1-dev.5 09:37:09 v2.1.1-dev.6 09:37:09 v2.1.1-dev.7 09:37:09 v2.1.1-dev.8 09:37:09 v2.1.2-dev.1 09:37:09 v2.2.0 09:37:09 v2.2.1-dev.1 09:37:09 v2.2.1-dev.10 09:37:09 v2.2.1-dev.11 09:37:09 v2.2.1-dev.12 09:37:09 v2.2.1-dev.13 09:37:09 v2.2.1-dev.14 09:37:09 v2.2.1-dev.15 09:37:09 v2.2.1-dev.16 09:37:09 v2.2.1-dev.17 09:37:09 v2.2.1-dev.18 09:37:09 v2.2.1-dev.19 09:37:09 v2.2.1-dev.2 09:37:09 v2.2.1-dev.20 09:37:09 v2.2.1-dev.21 09:37:09 v2.2.1-dev.22 09:37:09 v2.2.1-dev.23 09:37:09 v2.2.1-dev.24 09:37:09 v2.2.1-dev.25 09:37:09 v2.2.1-dev.26 09:37:09 v2.2.1-dev.27 09:37:09 v2.2.1-dev.28 09:37:09 v2.2.1-dev.29 09:37:09 v2.2.1-dev.3 09:37:09 v2.2.1-dev.4 09:37:09 v2.2.1-dev.5 09:37:09 v2.2.1-dev.6 09:37:09 v2.2.1-dev.7 09:37:09 v2.2.1-dev.8 09:37:09 v2.2.1-dev.9 09:37:09 v2.3.0 09:37:09 v2.3.0-dev.100 09:37:09 v2.3.0-dev.101 09:37:09 v2.3.0-dev.102 09:37:09 v2.3.0-dev.103 09:37:09 v2.3.0-dev.104 09:37:09 v2.3.0-dev.105 09:37:09 v2.3.0-dev.106 09:37:09 v2.3.0-dev.29 09:37:09 v2.3.0-dev.30 09:37:09 v2.3.0-dev.31 09:37:09 v2.3.0-dev.32 09:37:09 v2.3.0-dev.33 09:37:09 v2.3.0-dev.34 09:37:09 v2.3.0-dev.35 09:37:09 v2.3.0-dev.36 09:37:09 v2.3.0-dev.37 09:37:09 v2.3.0-dev.38 09:37:09 v2.3.0-dev.39 09:37:09 v2.3.0-dev.40 09:37:09 v2.3.0-dev.41 09:37:09 v2.3.0-dev.42 09:37:09 v2.3.0-dev.43 09:37:09 v2.3.0-dev.44 09:37:09 v2.3.0-dev.45 09:37:09 v2.3.0-dev.46 09:37:09 v2.3.0-dev.47 09:37:09 v2.3.0-dev.48 09:37:09 v2.3.0-dev.49 09:37:09 v2.3.0-dev.50 09:37:09 v2.3.0-dev.51 09:37:09 v2.3.0-dev.52 09:37:09 v2.3.0-dev.53 09:37:09 v2.3.0-dev.54 09:37:09 v2.3.0-dev.55 09:37:09 v2.3.0-dev.56 09:37:09 v2.3.0-dev.57 09:37:09 v2.3.0-dev.58 09:37:09 v2.3.0-dev.59 09:37:09 v2.3.0-dev.60 09:37:09 v2.3.0-dev.61 09:37:09 v2.3.0-dev.62 09:37:09 v2.3.0-dev.63 09:37:09 v2.3.0-dev.64 09:37:09 v2.3.0-dev.65 09:37:09 v2.3.0-dev.66 09:37:09 v2.3.0-dev.67 09:37:09 v2.3.0-dev.68 09:37:09 v2.3.0-dev.69 09:37:09 v2.3.0-dev.70 09:37:09 v2.3.0-dev.71 09:37:09 v2.3.0-dev.72 09:37:09 v2.3.0-dev.73 09:37:09 v2.3.0-dev.74 09:37:09 v2.3.0-dev.75 09:37:09 v2.3.0-dev.76 09:37:09 v2.3.0-dev.77 09:37:09 v2.3.0-dev.78 09:37:09 v2.3.0-dev.79 09:37:09 v2.3.0-dev.80 09:37:09 v2.3.0-dev.81 09:37:09 v2.3.0-dev.82 09:37:09 v2.3.0-dev.83 09:37:09 v2.3.0-dev.84 09:37:09 v2.3.0-dev.85 09:37:09 v2.3.0-dev.86 09:37:09 v2.3.0-dev.87 09:37:09 v2.3.0-dev.88 09:37:09 v2.3.0-dev.89 09:37:09 v2.3.0-dev.90 09:37:09 v2.3.0-dev.91 09:37:09 v2.3.0-dev.92 09:37:09 v2.3.0-dev.93 09:37:09 v2.3.0-dev.94 09:37:09 v2.3.0-dev.95 09:37:09 v2.3.0-dev.96 09:37:09 v2.3.0-dev.97 09:37:09 v2.3.0-dev.98 09:37:09 v2.3.0-dev.99 09:37:09 v2.3.1-dev.1 09:37:09 v2.3.1-dev.2 09:37:09 v2.3.1-dev.3 09:37:09 v2.3.1-dev.4 09:37:09 v2.3.1-dev.5 09:37:09 v3.0.0-dev.1 09:37:09 v3.0.0-dev.10 09:37:09 v3.0.0-dev.100 09:37:09 v3.0.0-dev.101 09:37:09 v3.0.0-dev.102 09:37:09 v3.0.0-dev.103 09:37:09 v3.0.0-dev.104 09:37:09 v3.0.0-dev.105 09:37:09 v3.0.0-dev.106 09:37:09 v3.0.0-dev.107 09:37:09 v3.0.0-dev.108 09:37:09 v3.0.0-dev.109 09:37:09 v3.0.0-dev.11 09:37:09 v3.0.0-dev.110 09:37:09 v3.0.0-dev.111 09:37:09 v3.0.0-dev.112 09:37:09 v3.0.0-dev.113 09:37:09 v3.0.0-dev.12 09:37:09 v3.0.0-dev.13 09:37:09 v3.0.0-dev.14 09:37:09 v3.0.0-dev.15 09:37:09 v3.0.0-dev.16 09:37:09 v3.0.0-dev.17 09:37:09 v3.0.0-dev.18 09:37:09 v3.0.0-dev.19 09:37:09 v3.0.0-dev.2 09:37:09 v3.0.0-dev.20 09:37:09 v3.0.0-dev.21 09:37:09 v3.0.0-dev.22 09:37:09 v3.0.0-dev.23 09:37:09 v3.0.0-dev.24 09:37:09 v3.0.0-dev.25 09:37:09 v3.0.0-dev.26 09:37:09 v3.0.0-dev.27 09:37:09 v3.0.0-dev.28 09:37:09 v3.0.0-dev.29 09:37:09 v3.0.0-dev.3 09:37:09 v3.0.0-dev.30 09:37:09 v3.0.0-dev.31 09:37:09 v3.0.0-dev.32 09:37:09 v3.0.0-dev.33 09:37:09 v3.0.0-dev.34 09:37:09 v3.0.0-dev.35 09:37:09 v3.0.0-dev.36 09:37:09 v3.0.0-dev.37 09:37:09 v3.0.0-dev.38 09:37:09 v3.0.0-dev.39 09:37:09 v3.0.0-dev.4 09:37:09 v3.0.0-dev.40 09:37:09 v3.0.0-dev.41 09:37:09 v3.0.0-dev.42 09:37:09 v3.0.0-dev.43 09:37:09 v3.0.0-dev.44 09:37:09 v3.0.0-dev.45 09:37:09 v3.0.0-dev.46 09:37:09 v3.0.0-dev.47 09:37:09 v3.0.0-dev.48 09:37:09 v3.0.0-dev.49 09:37:09 v3.0.0-dev.5 09:37:09 v3.0.0-dev.50 09:37:09 v3.0.0-dev.51 09:37:09 v3.0.0-dev.52 09:37:09 v3.0.0-dev.53 09:37:09 v3.0.0-dev.54 09:37:09 v3.0.0-dev.55 09:37:09 v3.0.0-dev.56 09:37:09 v3.0.0-dev.57 09:37:09 v3.0.0-dev.58 09:37:09 v3.0.0-dev.59 09:37:09 v3.0.0-dev.6 09:37:09 v3.0.0-dev.60 09:37:09 v3.0.0-dev.61 09:37:09 v3.0.0-dev.62 09:37:09 v3.0.0-dev.63 09:37:09 v3.0.0-dev.64 09:37:09 v3.0.0-dev.65 09:37:09 v3.0.0-dev.66 09:37:09 v3.0.0-dev.67 09:37:09 v3.0.0-dev.68 09:37:09 v3.0.0-dev.69 09:37:09 v3.0.0-dev.7 09:37:09 v3.0.0-dev.70 09:37:09 v3.0.0-dev.71 09:37:09 v3.0.0-dev.72 09:37:09 v3.0.0-dev.73 09:37:09 v3.0.0-dev.74 09:37:09 v3.0.0-dev.75 09:37:09 v3.0.0-dev.76 09:37:09 v3.0.0-dev.77 09:37:09 v3.0.0-dev.78 09:37:09 v3.0.0-dev.79 09:37:09 v3.0.0-dev.8 09:37:09 v3.0.0-dev.80 09:37:09 v3.0.0-dev.81 09:37:09 v3.0.0-dev.82 09:37:09 v3.0.0-dev.83 09:37:09 v3.0.0-dev.84 09:37:09 v3.0.0-dev.85 09:37:09 v3.0.0-dev.86 09:37:09 v3.0.0-dev.87 09:37:09 v3.0.0-dev.88 09:37:09 v3.0.0-dev.89 09:37:09 v3.0.0-dev.9 09:37:09 v3.0.0-dev.90 09:37:09 v3.0.0-dev.91 09:37:09 v3.0.0-dev.92 09:37:09 v3.0.0-dev.93 09:37:09 v3.0.0-dev.94 09:37:09 v3.0.0-dev.95 09:37:09 v3.0.0-dev.96 09:37:09 v3.0.0-dev.97 09:37:09 v3.0.0-dev.98 09:37:09 v3.0.0-dev.99 [Pipeline] sh 09:37:10 + lftools sign git-tag v3.0.0-dev.113 09:37:10 Signing Git tag with Sigul... 09:37:10 Signing v3.0.0-dev.113 [Pipeline] echo 09:37:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:37:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:37:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:37:11 $ docker stop --time=1 1c9013dcc43c70cc209084cf56af373ffbb0cb5717472fda70163bed014ec4df 09:37:12 $ docker rm -f --volumes 1c9013dcc43c70cc209084cf56af373ffbb0cb5717472fda70163bed014ec4df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:37:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:37:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:37:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:37:13 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:37:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:37:14 $ docker top 905d098cbdaffe90921bb5f5d7b7a854149899da7d3e83f5d9eab639630f8514 -eo pid,comm 09:37:14 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). 09:37:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:37:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:37:14 [ssh-agent] Looking for ssh-agent implementation... 09:37:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:37:14 $ docker exec 905d098cbdaffe90921bb5f5d7b7a854149899da7d3e83f5d9eab639630f8514 ssh-agent 09:37:14 SSH_AUTH_SOCK=/tmp/ssh-0nkEWCdFkA3d/agent.32 09:37:14 SSH_AGENT_PID=38 09:37:14 Running ssh-add (command line suppressed) 09:37:14 Identity added: /w/workspace/edgex-go/475@tmp/private_key_10356774510813682077.key (/w/workspace/edgex-go/475@tmp/private_key_10356774510813682077.key) 09:37:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:37:14 + git semver bump pre 09:37:15 2023-03-24 09:37:15,017 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main 09:37:15 2023-03-24 09:37:15,017 [bump_version] DEBUG bumping version:3.0.0-dev.113 on axis:pre with prefix:dev 09:37:15 2023-03-24 09:37:15,017 [bump_version] DEBUG bumped version:3.0.0-dev.114 09:37:15 2023-03-24 09:37:15,017 [write_version] DEBUG write version:3.0.0-dev.114 to path:/w/workspace/edgex-go/475/.semver/main with force:True 09:37:15 2023-03-24 09:37:15,017 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main 09:37:15 2023-03-24 09:37:15,017 [write_file] DEBUG write to file:/w/workspace/edgex-go/475/.semver/main 09:37:15 2023-03-24 09:37:15,019 [execute] INFO git cat-file --batch-check 09:37:15 2023-03-24 09:37:15,019 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=False, shell=None, istream=) 09:37:15 2023-03-24 09:37:15,023 [execute] INFO git cat-file --batch 09:37:15 2023-03-24 09:37:15,023 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=False, shell=None, istream=) 09:37:15 2023-03-24 09:37:15,027 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main 09:37:15 3.0.0-dev.114 [Pipeline] } 09:37:15 $ docker exec --env ******** --env ******** 905d098cbdaffe90921bb5f5d7b7a854149899da7d3e83f5d9eab639630f8514 ssh-agent -k 09:37:15 unset SSH_AUTH_SOCK; 09:37:15 unset SSH_AGENT_PID; 09:37:15 echo Agent pid 38 killed; 09:37:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:37:15 + git semver [Pipeline] } 09:37:15 $ docker stop --time=1 905d098cbdaffe90921bb5f5d7b7a854149899da7d3e83f5d9eab639630f8514 09:37:17 $ docker rm -f --volumes 905d098cbdaffe90921bb5f5d7b7a854149899da7d3e83f5d9eab639630f8514 [Pipeline] // withDockerContainer [Pipeline] sh 09:37:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:37:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:37:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:37:17 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:37:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:37:18 $ docker top a1e2ee8576d699cb2090127770d73f62568f4eae7debd4a51bb4e3cc90e638e2 -eo pid,comm 09:37:18 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). 09:37:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:37:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:37:18 [ssh-agent] Looking for ssh-agent implementation... 09:37:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:37:18 $ docker exec a1e2ee8576d699cb2090127770d73f62568f4eae7debd4a51bb4e3cc90e638e2 ssh-agent 09:37:18 SSH_AUTH_SOCK=/tmp/ssh-ZiHgkMaYdoiC/agent.32 09:37:18 SSH_AGENT_PID=38 09:37:18 Running ssh-add (command line suppressed) 09:37:18 Identity added: /w/workspace/edgex-go/475@tmp/private_key_8931445250916763808.key (/w/workspace/edgex-go/475@tmp/private_key_8931445250916763808.key) 09:37:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:37:18 + git semver push 09:37:19 2023-03-24 09:37:19,077 [run_push] DEBUG push 09:37:19 2023-03-24 09:37:19,078 [execute] INFO git cat-file --batch-check 09:37:19 2023-03-24 09:37:19,078 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=False, shell=None, istream=) 09:37:19 2023-03-24 09:37:19,081 [execute] INFO git rev-list 07a78c24808281b9a6183b68ea18129c539e36bd -- 09:37:19 2023-03-24 09:37:19,082 [execute] DEBUG Popen(['git', 'rev-list', '07a78c24808281b9a6183b68ea18129c539e36bd', '--'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=False, shell=None, istream=None) 09:37:19 2023-03-24 09:37:19,097 [execute] INFO git fetch -v origin 09:37:19 2023-03-24 09:37:19,097 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=True, shell=None, istream=None) 09:37:19 2023-03-24 09:37:19,565 [run_push] DEBUG no remote changes detected 09:37:19 2023-03-24 09:37:19,565 [execute] INFO git push origin semver 09:37:19 2023-03-24 09:37:19,565 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=False, shell=None, istream=None) 09:37:20 2023-03-24 09:37:20,455 [run_push] DEBUG push all version tags 09:37:20 2023-03-24 09:37:20,456 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:37:20 2023-03-24 09:37:20,456 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/475, universal_newlines=False, shell=None, istream=None) 09:37:21 2023-03-24 09:37:21,287 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main 09:37:21 3.0.0-dev.114 [Pipeline] } 09:37:21 $ docker exec --env ******** --env ******** a1e2ee8576d699cb2090127770d73f62568f4eae7debd4a51bb4e3cc90e638e2 ssh-agent -k 09:37:21 unset SSH_AUTH_SOCK; 09:37:21 unset SSH_AGENT_PID; 09:37:21 echo Agent pid 38 killed; 09:37:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:37:22 + git semver [Pipeline] } 09:37:22 $ docker stop --time=1 a1e2ee8576d699cb2090127770d73f62568f4eae7debd4a51bb4e3cc90e638e2 09:37:23 $ docker rm -f --volumes a1e2ee8576d699cb2090127770d73f62568f4eae7debd4a51bb4e3cc90e638e2 [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 09:37:24 + [ -d /w/workspace/edgex-go/475/archives ] [Pipeline] libraryResource [Pipeline] sh 09:37:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:37:25 ---> package-listing.sh 09:37:25 ++ facter osfamily 09:37:25 ++ tr '[:upper:]' '[:lower:]' 09:37:25 + OS_FAMILY=debian 09:37:25 + workspace=/w/workspace/edgex-go/475 09:37:25 + START_PACKAGES=/tmp/packages_start.txt 09:37:25 + END_PACKAGES=/tmp/packages_end.txt 09:37:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:37:25 + PACKAGES=/tmp/packages_start.txt 09:37:25 + '[' /w/workspace/edgex-go/475 ']' 09:37:25 + PACKAGES=/tmp/packages_end.txt 09:37:25 + case "${OS_FAMILY}" in 09:37:25 + dpkg -l 09:37:25 + grep '^ii' 09:37:25 + '[' -f /tmp/packages_start.txt ']' 09:37:25 + '[' -f /tmp/packages_end.txt ']' 09:37:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:37:25 + '[' /w/workspace/edgex-go/475 ']' 09:37:25 + mkdir -p /w/workspace/edgex-go/475/archives/ 09:37:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/475/archives/ [Pipeline] echo 09:37:25 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/475/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:37:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:37:26 09:37:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:37:26 latest: Pulling from edgex-lftools-log-publisher 09:37:26 5eb5b503b376: Pulling fs layer 09:37:26 5c69ac0246d0: Pulling fs layer 09:37:26 ec43610c2a17: Pulling fs layer 09:37:26 3a2ae6a8a46f: Pulling fs layer 09:37:26 33b1e0a273af: Pulling fs layer 09:37:26 5d3b04190fa2: Pulling fs layer 09:37:26 2f39f015ded8: Pulling fs layer 09:37:26 3a2ae6a8a46f: Waiting 09:37:26 33b1e0a273af: Waiting 09:37:26 2f39f015ded8: Waiting 09:37:26 5d3b04190fa2: Waiting 09:37:26 5c69ac0246d0: Download complete 09:37:26 3a2ae6a8a46f: Verifying Checksum 09:37:26 3a2ae6a8a46f: Download complete 09:37:26 33b1e0a273af: Verifying Checksum 09:37:26 33b1e0a273af: Download complete 09:37:26 5d3b04190fa2: Verifying Checksum 09:37:26 5d3b04190fa2: Download complete 09:37:26 ec43610c2a17: Verifying Checksum 09:37:27 5eb5b503b376: Verifying Checksum 09:37:27 5eb5b503b376: Download complete 09:37:27 2f39f015ded8: Download complete 09:37:28 5eb5b503b376: Pull complete 09:37:28 5c69ac0246d0: Pull complete 09:37:29 ec43610c2a17: Pull complete 09:37:29 3a2ae6a8a46f: Pull complete 09:37:29 33b1e0a273af: Pull complete 09:37:30 5d3b04190fa2: Pull complete 09:37:34 2f39f015ded8: Pull complete 09:37:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:37:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:37:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:37:34 prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container 09:37:34 $ 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/475/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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:37:39 $ docker top 15e8bf87db890ce088c32937dedeea0e116ff162b75ee9135db2766583812cb5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:39 + touch /tmp/pre-build-complete [Pipeline] sh 09:37:39 + mkdir -p /var/log/sysstat [Pipeline] sh 09:37:39 + ls /var/log/sa-host 09:37:39 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:37:40 provisioning config files... 09:37:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/475@tmp/config7085749982596159083tmp [Pipeline] { [Pipeline] echo 09:37:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:37:40 ---> create-netrc.sh [Pipeline] } 09:37:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:37:40 ---> python-tools-install.sh [Pipeline] echo 09:37:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:37:41 ---> sudo-logs.sh 09:37:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:37:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:37:41 ---> job-cost.sh 09:37:41 lf-activate-venv: SKIPPING 09:37:41 DEBUG: total: 0.10999999940395355 09:37:41 INFO: Retrieving Stack Cost... 09:37:41 INFO: Retrieving Pricing Info for: v3-standard-8 09:37:42 INFO: Archiving Costs [Pipeline] echo 09:37:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:37:42 ---> logs-deploy.sh 09:37:42 lf-activate-venv: SKIPPING 09:37:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/475 09:37:42 INFO: archiving workspace using pattern(s): 09:37:43 Archives upload complete. 09:37:43 INFO: archiving logs to Nexus 09:37:44 ---> uname -a: 09:37:44 Linux prd-ubuntu20-04-docker-8c-8g-5691 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 09:37:44 09:37:44 09:37:44 ---> lscpu: 09:37:44 Architecture: x86_64 09:37:44 CPU op-mode(s): 32-bit, 64-bit 09:37:44 Byte Order: Little Endian 09:37:44 Address sizes: 40 bits physical, 48 bits virtual 09:37:44 CPU(s): 8 09:37:44 On-line CPU(s) list: 0-7 09:37:44 Thread(s) per core: 1 09:37:44 Core(s) per socket: 1 09:37:44 Socket(s): 8 09:37:44 NUMA node(s): 1 09:37:44 Vendor ID: AuthenticAMD 09:37:44 CPU family: 23 09:37:44 Model: 49 09:37:44 Model name: AMD EPYC-Rome Processor 09:37:44 Stepping: 0 09:37:44 CPU MHz: 2799.998 09:37:44 BogoMIPS: 5599.99 09:37:44 Virtualization: AMD-V 09:37:44 Hypervisor vendor: KVM 09:37:44 Virtualization type: full 09:37:44 L1d cache: 256 KiB 09:37:44 L1i cache: 256 KiB 09:37:44 L2 cache: 4 MiB 09:37:44 L3 cache: 128 MiB 09:37:44 NUMA node0 CPU(s): 0-7 09:37:44 Vulnerability Itlb multihit: Not affected 09:37:44 Vulnerability L1tf: Not affected 09:37:44 Vulnerability Mds: Not affected 09:37:44 Vulnerability Meltdown: Not affected 09:37:44 Vulnerability Mmio stale data: Not affected 09:37:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:37:44 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:37:44 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 09:37:44 Vulnerability Srbds: Not affected 09:37:44 Vulnerability Tsx async abort: Not affected 09:37:44 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 09:37:44 09:37:44 09:37:44 ---> nproc: 09:37:44 8 09:37:44 09:37:44 09:37:44 ---> df -h: 09:37:44 Filesystem Size Used Avail Use% Mounted on 09:37:44 overlay 155G 21G 134G 14% / 09:37:44 tmpfs 64M 0 64M 0% /dev 09:37:44 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:37:44 shm 64M 0 64M 0% /dev/shm 09:37:44 /dev/vda1 155G 21G 134G 14% /facter-os 09:37:44 09:37:44 09:37:44 ---> sar -b -r -n DEV: 09:37:44 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5691) 03/24/23 _x86_64_ (8 CPU) 09:37:44 09:37:44 09:02:36 LINUX RESTART (8 CPU) 09:37:44 09:37:44 09:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:37:44 09:04:01 155.11 39.09 116.01 0.00 4302.62 66612.10 0.00 09:37:44 09:05:01 47.85 0.02 47.83 0.00 0.27 24133.02 0.00 09:37:44 09:06:01 38.78 0.22 38.56 0.00 2.93 13814.51 0.00 09:37:44 09:07:01 373.64 5.57 368.07 0.00 61.19 127012.56 0.00 09:37:44 09:08:02 246.56 4.02 242.54 0.00 32.13 94056.99 0.00 09:37:44 09:09:01 438.37 0.98 437.38 0.00 68.46 191061.58 0.00 09:37:44 09:10:01 817.85 0.38 817.46 0.00 14.53 206250.69 0.00 09:37:44 09:11:01 667.00 1.64 665.36 0.00 13.54 248022.57 0.00 09:37:44 09:12:01 554.71 0.12 554.59 0.00 16.53 89550.27 0.00 09:37:44 09:13:01 86.10 12.10 74.00 0.00 5120.08 9452.82 0.00 09:37:44 09:14:01 6.82 0.02 6.80 0.00 0.13 148.91 0.00 09:37:44 09:15:01 2.80 0.00 2.80 0.00 0.00 31.33 0.00 09:37:44 09:16:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 09:37:44 09:17:01 1.73 0.02 1.72 0.00 0.13 18.26 0.00 09:37:44 09:18:01 2.18 0.02 2.17 0.00 0.13 24.26 0.00 09:37:44 09:19:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 09:37:44 09:20:01 1.30 0.00 1.30 0.00 0.00 13.73 0.00 09:37:44 09:21:01 0.90 0.00 0.90 0.00 0.00 11.20 0.00 09:37:44 09:22:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 09:37:44 09:23:01 1.67 0.00 1.67 0.00 0.00 17.73 0.00 09:37:44 09:24:01 1.03 0.00 1.03 0.00 0.00 13.06 0.00 09:37:44 09:25:01 1.22 0.00 1.22 0.00 0.00 13.20 0.00 09:37:44 09:26:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 09:37:44 09:27:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 09:37:44 09:28:01 1.32 0.00 1.32 0.00 0.00 14.26 0.00 09:37:44 09:29:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 09:37:44 09:30:01 1.03 0.00 1.03 0.00 0.00 10.26 0.00 09:37:44 09:31:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 09:37:44 09:32:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 09:37:44 09:33:01 1.58 0.00 1.58 0.00 0.00 16.40 0.00 09:37:44 09:34:01 1.12 0.00 1.12 0.00 0.00 13.46 0.00 09:37:44 09:35:01 1.62 0.00 1.62 0.00 0.00 17.60 0.00 09:37:44 09:36:01 0.92 0.00 0.92 0.00 0.00 9.46 0.00 09:37:44 09:37:01 73.97 0.30 73.67 0.00 17.47 37543.33 0.00 09:37:44 Average: 103.92 1.90 102.02 0.00 283.90 32535.20 0.00 09:37:44 09:37:44 09:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:37:44 09:04:01 28337896 31550384 752020 2.29 94552 3357380 2044108 6.02 1143580 2991648 42776 09:37:44 09:05:01 27769816 31431780 862416 2.62 113564 3740028 2108144 6.21 1633988 3011984 195588 09:37:44 09:06:01 27515640 31448000 843456 2.57 117296 3980940 1973508 5.82 1553696 3322860 306960 09:37:44 09:07:01 24186172 31478228 801200 2.44 202556 7044692 1921972 5.66 2062820 5910216 965588 09:37:44 09:08:02 22279672 31493848 783596 2.38 287156 8714668 1934520 5.70 2136416 7575980 213456 09:37:44 09:09:01 20859204 31346588 924700 2.81 295748 9996696 2693028 7.94 2288320 8851440 284224 09:37:44 09:10:01 19308984 31437708 832800 2.53 336096 11487520 2081212 6.13 2282892 10303368 1180368 09:37:44 09:11:01 16509908 31214356 1049756 3.19 401460 13870180 2641656 7.79 2530112 12721408 487300 09:37:44 09:12:01 18819372 31532464 742852 2.26 409776 11941232 1820812 5.37 2197480 10825992 2060 09:37:44 09:13:01 18274564 31490268 773696 2.35 441348 12392864 2010036 5.92 2537876 10993188 1436 09:37:44 09:14:01 18295844 31506568 757960 2.31 439864 12389608 1870140 5.51 2522908 10989880 448 09:37:44 09:15:01 18296700 31507456 757484 2.30 439892 12389612 1870140 5.51 2522568 10989884 8 09:37:44 09:16:01 18303488 31514272 750656 2.28 439916 12389616 1870140 5.51 2516604 10989888 4 09:37:44 09:17:01 18303148 31514144 750876 2.28 439948 12389612 1870140 5.51 2516516 10990096 16 09:37:44 09:18:01 18304460 31515672 749244 2.28 439996 12389616 1890488 5.57 2514984 10990092 200 09:37:44 09:19:01 18304476 31515708 749180 2.28 440004 12389624 1890488 5.57 2515044 10990096 172 09:37:44 09:20:01 18304584 31515968 748796 2.28 440020 12389752 1890488 5.57 2514984 10990232 16 09:37:44 09:21:01 18304284 31515672 749032 2.28 440020 12389756 1890488 5.57 2515112 10990236 200 09:37:44 09:22:01 18304484 31515932 748976 2.28 440028 12389760 1890488 5.57 2515220 10990288 8 09:37:44 09:23:01 18304760 31516216 748644 2.28 440052 12389760 1890488 5.57 2514976 10990292 156 09:37:44 09:24:01 18304856 31516368 748668 2.28 440072 12389772 1890488 5.57 2515084 10990300 32 09:37:44 09:25:01 18304872 31516408 748600 2.28 440092 12389772 1890488 5.57 2515044 10990300 140 09:37:44 09:26:01 18304564 31516116 748816 2.28 440108 12389776 1890488 5.57 2514952 10990304 24 09:37:44 09:27:01 18304516 31516096 748780 2.28 440128 12389780 1890488 5.57 2514976 10990308 144 09:37:44 09:28:01 18304720 31516316 748500 2.28 440148 12389776 1890488 5.57 2514992 10990308 8 09:37:44 09:29:01 18304672 31516288 748468 2.28 440160 12389784 1890488 5.57 2515068 10990312 44 09:37:44 09:30:01 18304624 31516252 748436 2.28 440176 12389784 1890488 5.57 2515000 10990312 8 09:37:44 09:31:01 18304072 31515712 748908 2.28 440192 12389788 1890488 5.57 2515024 10990316 176 09:37:44 09:32:01 18304240 31515904 748876 2.28 440200 12389796 1890488 5.57 2515024 10990320 8 09:37:44 09:33:01 18304136 31515856 748816 2.28 440216 12389796 1890488 5.57 2515096 10990324 40 09:37:44 09:34:01 18304276 31516016 748600 2.28 440228 12389800 1890488 5.57 2515176 10990328 8 09:37:44 09:35:01 18303976 31515720 748776 2.28 440252 12389804 1890488 5.57 2515100 10990332 8 09:37:44 09:36:01 18303928 31515700 748752 2.28 440260 12389804 1890488 5.57 2515124 10990332 8 09:37:44 09:37:01 16836972 31454968 806444 2.45 468056 13664704 2179996 6.42 2643088 12219680 592948 09:37:44 Average: 19461232 31491910 776964 2.36 390870 11328084 1964965 5.79 2378672 10044201 125723 09:37:44 09:37:44 09:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:37:44 09:04:01 lo 4.87 4.87 0.47 0.47 0.00 0.00 0.00 0.00 09:37:44 09:04:01 ens3 1483.57 1360.61 12569.00 172.38 0.00 0.00 0.00 0.00 09:37:44 09:04:01 docker0 493.00 453.91 36.37 3417.70 0.00 0.00 0.00 0.00 09:37:44 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:05:01 ens3 62.08 61.85 44.51 106.29 0.00 0.00 0.00 0.00 09:37:44 09:05:01 veth74e1f29 0.70 0.88 0.06 0.08 0.00 0.00 0.00 0.00 09:37:44 09:05:01 docker0 0.70 0.77 0.05 0.07 0.00 0.00 0.00 0.00 09:37:44 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:06:01 ens3 24.73 16.63 20.95 11.52 0.00 0.00 0.00 0.00 09:37:44 09:06:01 veth74e1f29 0.80 0.82 0.07 0.07 0.00 0.00 0.00 0.00 09:37:44 09:06:01 docker0 0.80 0.80 0.06 0.07 0.00 0.00 0.00 0.00 09:37:44 09:07:01 veth1e2689e 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 09:37:44 09:07:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 09:37:44 09:07:01 ens3 985.47 645.43 7926.55 72.85 0.00 0.00 0.00 0.00 09:37:44 09:07:01 docker0 584.69 892.23 45.86 6230.29 0.00 0.00 0.00 0.00 09:37:44 09:08:02 veth1e2689e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:08:02 ens3 3.20 1.75 2.20 1.20 0.00 0.00 0.00 0.00 09:37:44 09:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:09:01 veth1e2689e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:09:01 lo 0.75 0.75 0.07 0.07 0.00 0.00 0.00 0.00 09:37:44 09:09:01 ens3 39.87 26.35 160.38 12.58 0.00 0.00 0.00 0.00 09:37:44 09:09:01 vethcf1a854 2.49 3.07 0.24 2.15 0.00 0.00 0.00 0.00 09:37:44 09:09:01 veth0989396 0.00 0.24 0.00 0.02 0.00 0.00 0.00 0.00 09:37:44 09:09:01 docker0 7.35 11.98 0.52 138.78 0.00 0.00 0.00 0.00 09:37:44 09:10:01 vetha77bec5 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:10:01 veth1e2689e 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:10:01 ens3 464.79 246.43 2654.95 36.34 0.00 0.00 0.00 0.00 09:37:44 09:10:01 docker0 225.18 429.15 17.24 2626.06 0.00 0.00 0.00 0.00 09:37:44 09:11:01 vethf43ed76 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:11:01 veth1e2689e 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:11:01 veth823f8c0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:11:01 ens3 429.54 227.62 2647.25 32.58 0.00 0.00 0.00 0.00 09:37:44 09:11:01 docker0 207.98 399.75 16.74 2619.47 0.00 0.00 0.00 0.00 09:37:44 09:12:01 lo 23.26 23.26 2.29 2.29 0.00 0.00 0.00 0.00 09:37:44 09:12:01 ens3 236.64 253.69 319.56 821.21 0.00 0.00 0.00 0.00 09:37:44 09:12:01 docker0 7.15 13.75 0.48 193.75 0.00 0.00 0.00 0.00 09:37:44 09:13:01 lo 45.06 45.06 4.43 4.43 0.00 0.00 0.00 0.00 09:37:44 09:13:01 ens3 612.41 536.99 3026.56 2571.24 0.00 0.00 0.00 0.00 09:37:44 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:14:01 lo 3.20 3.20 0.32 0.32 0.00 0.00 0.00 0.00 09:37:44 09:14:01 ens3 36.84 31.36 32.09 140.27 0.00 0.00 0.00 0.00 09:37:44 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:17:01 ens3 1.08 0.50 0.40 0.28 0.00 0.00 0.00 0.00 09:37:44 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:19:01 ens3 0.32 0.23 0.09 0.07 0.00 0.00 0.00 0.00 09:37:44 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:20:01 ens3 0.28 0.07 0.01 0.00 0.00 0.00 0.00 0.00 09:37:44 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:21:01 ens3 0.68 0.27 0.14 0.08 0.00 0.00 0.00 0.00 09:37:44 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:22:01 ens3 0.50 0.52 0.31 0.22 0.00 0.00 0.00 0.00 09:37:44 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:24:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 09:37:44 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:25:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:29:01 ens3 0.30 0.22 0.09 0.07 0.00 0.00 0.00 0.00 09:37:44 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:34:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 09:37:44 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:35:01 ens3 0.25 0.13 0.17 0.01 0.00 0.00 0.00 0.00 09:37:44 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:37:01 lo 2.47 2.47 0.24 0.24 0.00 0.00 0.00 0.00 09:37:44 09:37:01 ens3 320.62 196.18 7751.68 38.09 0.00 0.00 0.00 0.00 09:37:44 09:37:01 docker0 35.07 53.15 2.99 579.84 0.00 0.00 0.00 0.00 09:37:44 Average: lo 2.44 2.44 0.24 0.24 0.00 0.00 0.00 0.00 09:37:44 Average: ens3 138.44 106.16 1093.45 118.20 0.00 0.00 0.00 0.00 09:37:44 Average: docker0 45.98 66.40 3.54 465.29 0.00 0.00 0.00 0.00 09:37:44 09:37:44 09:37:44 ---> sar -P ALL: 09:37:44 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5691) 03/24/23 _x86_64_ (8 CPU) 09:37:44 09:37:44 09:02:36 LINUX RESTART (8 CPU) 09:37:44 09:37:44 09:03:01 CPU %user %nice %system %iowait %steal %idle 09:37:44 09:04:01 all 11.69 0.00 4.22 3.45 0.07 80.56 09:37:44 09:04:01 0 12.01 0.00 3.87 0.77 0.07 83.27 09:37:44 09:04:01 1 10.34 0.00 3.59 1.87 0.07 84.13 09:37:44 09:04:01 2 12.74 0.00 5.16 13.11 0.08 68.89 09:37:44 09:04:01 3 13.01 0.00 4.42 2.19 0.08 80.30 09:37:44 09:04:01 4 11.58 0.00 3.70 4.72 0.05 79.96 09:37:44 09:04:01 5 13.76 0.00 5.10 3.40 0.07 77.66 09:37:44 09:04:01 6 10.35 0.00 3.78 0.22 0.05 85.60 09:37:44 09:04:01 7 9.71 0.00 4.18 1.31 0.10 84.68 09:37:44 09:05:01 all 29.44 0.00 5.48 0.50 0.07 64.51 09:37:44 09:05:01 0 29.80 0.00 5.12 0.57 0.08 64.42 09:37:44 09:05:01 1 31.70 0.00 5.39 0.02 0.07 62.83 09:37:44 09:05:01 2 28.27 0.00 5.68 3.12 0.07 62.86 09:37:44 09:05:01 3 31.02 0.00 5.88 0.03 0.08 62.98 09:37:44 09:05:01 4 29.08 0.00 4.79 0.03 0.07 66.03 09:37:44 09:05:01 5 28.12 0.00 5.23 0.00 0.07 66.58 09:37:44 09:05:01 6 29.46 0.00 5.44 0.00 0.07 65.03 09:37:44 09:05:01 7 28.10 0.00 6.31 0.20 0.08 65.31 09:37:44 09:06:01 all 45.87 0.00 6.43 0.17 0.10 47.43 09:37:44 09:06:01 0 44.21 0.00 6.41 0.76 0.08 48.54 09:37:44 09:06:01 1 45.41 0.00 6.40 0.00 0.12 48.08 09:37:44 09:06:01 2 46.34 0.00 5.96 0.54 0.10 47.06 09:37:44 09:06:01 3 46.11 0.00 6.67 0.02 0.10 47.10 09:37:44 09:06:01 4 47.58 0.00 6.68 0.00 0.10 45.64 09:37:44 09:06:01 5 46.81 0.00 6.30 0.05 0.08 46.75 09:37:44 09:06:01 6 44.83 0.00 6.42 0.00 0.10 48.65 09:37:44 09:06:01 7 45.70 0.00 6.55 0.00 0.10 47.65 09:37:44 09:07:01 all 14.33 0.00 8.11 5.34 0.07 72.14 09:37:44 09:07:01 0 15.29 0.00 7.69 5.19 0.07 71.76 09:37:44 09:07:01 1 13.11 0.00 8.82 3.60 0.05 74.42 09:37:44 09:07:01 2 14.06 0.00 7.84 4.25 0.07 73.78 09:37:44 09:07:01 3 13.55 0.00 7.16 1.66 0.05 77.57 09:37:44 09:07:01 4 13.72 0.00 8.29 16.97 0.07 60.95 09:37:44 09:07:01 5 16.41 0.00 7.95 8.12 0.07 67.46 09:37:44 09:07:01 6 14.19 0.00 8.57 2.05 0.05 75.15 09:37:44 09:07:01 7 14.35 0.00 8.59 0.96 0.10 76.00 09:37:44 09:08:02 all 4.20 0.00 2.47 19.68 0.15 73.50 09:37:44 09:08:02 0 4.32 0.00 2.36 21.14 0.13 72.04 09:37:44 09:08:02 1 4.05 0.00 4.30 86.30 0.22 5.13 09:37:44 09:08:02 2 3.84 0.00 2.72 2.38 0.15 90.90 09:37:44 09:08:02 3 4.10 0.00 2.12 29.88 0.13 63.76 09:37:44 09:08:02 4 4.66 0.00 1.96 3.40 0.12 89.86 09:37:44 09:08:02 5 4.28 0.00 1.87 2.31 0.13 91.41 09:37:44 09:08:02 6 4.05 0.00 2.39 3.55 0.12 89.90 09:37:44 09:08:02 7 4.26 0.00 2.05 8.73 0.17 84.79 09:37:44 09:09:01 all 43.01 0.00 9.17 8.55 0.08 39.19 09:37:44 09:09:01 0 43.25 0.00 8.71 1.38 0.07 46.59 09:37:44 09:09:01 1 44.38 0.00 7.89 16.74 0.09 30.91 09:37:44 09:09:01 2 43.67 0.00 8.99 26.05 0.09 21.20 09:37:44 09:09:01 3 42.33 0.00 9.95 18.97 0.07 28.67 09:37:44 09:09:01 4 42.15 0.00 9.93 1.04 0.07 46.82 09:37:44 09:09:01 5 42.84 0.00 8.54 0.43 0.09 48.11 09:37:44 09:09:01 6 42.41 0.00 9.76 1.64 0.07 46.12 09:37:44 09:09:01 7 43.05 0.00 9.54 2.30 0.12 44.98 09:37:44 09:10:01 all 27.66 0.00 9.14 22.18 0.09 40.93 09:37:44 09:10:01 0 27.48 0.00 9.74 34.26 0.08 28.43 09:37:44 09:10:01 1 28.54 0.00 9.80 15.23 0.07 46.36 09:37:44 09:10:01 2 27.80 0.00 9.51 29.77 0.08 32.83 09:37:44 09:10:01 3 27.16 0.00 8.17 29.85 0.08 34.73 09:37:44 09:10:01 4 28.53 0.00 9.57 12.01 0.12 49.78 09:37:44 09:10:01 5 27.95 0.00 8.69 25.70 0.08 37.57 09:37:44 09:10:01 6 25.86 0.00 7.67 14.10 0.10 52.27 09:37:44 09:10:01 7 27.92 0.00 10.01 16.44 0.10 45.53 09:37:44 09:11:01 all 27.61 0.00 8.85 20.72 0.10 42.72 09:37:44 09:11:01 0 27.30 0.00 8.60 17.73 0.15 46.22 09:37:44 09:11:01 1 28.87 0.00 10.30 24.85 0.10 35.88 09:37:44 09:11:01 2 27.86 0.00 9.12 19.32 0.08 43.61 09:37:44 09:11:01 3 27.84 0.00 8.38 18.95 0.10 44.73 09:37:44 09:11:01 4 28.12 0.00 8.52 16.34 0.12 46.90 09:37:44 09:11:01 5 29.41 0.00 8.72 27.64 0.10 34.12 09:37:44 09:11:01 6 23.29 0.00 7.58 21.75 0.07 47.31 09:37:44 09:11:01 7 28.13 0.00 9.56 19.17 0.10 43.04 09:37:44 09:12:01 all 35.45 0.00 7.06 5.21 0.10 52.18 09:37:44 09:12:01 0 34.79 0.00 7.42 4.00 0.10 53.69 09:37:44 09:12:01 1 36.06 0.00 7.82 8.21 0.12 47.79 09:37:44 09:12:01 2 34.94 0.00 6.79 3.79 0.07 54.40 09:37:44 09:12:01 3 36.73 0.00 7.97 4.09 0.10 51.10 09:37:44 09:12:01 4 37.43 0.00 5.75 3.05 0.10 53.66 09:37:44 09:12:01 5 34.85 0.00 6.68 8.09 0.08 50.30 09:37:44 09:12:01 6 32.79 0.00 6.55 6.35 0.10 54.21 09:37:44 09:12:01 7 36.04 0.00 7.50 4.09 0.12 52.25 09:37:44 09:13:01 all 11.01 0.00 2.44 1.14 0.10 85.30 09:37:44 09:13:01 0 8.66 0.00 1.87 0.93 0.08 88.45 09:37:44 09:13:01 1 11.50 0.00 2.32 0.55 0.10 85.53 09:37:44 09:13:01 2 10.52 0.00 2.14 0.92 0.08 86.33 09:37:44 09:13:01 3 11.29 0.00 4.01 1.14 0.17 83.39 09:37:44 09:13:01 4 11.18 0.00 3.07 1.31 0.08 84.36 09:37:44 09:13:01 5 12.24 0.00 1.99 2.87 0.10 82.80 09:37:44 09:13:01 6 12.28 0.00 2.05 1.17 0.08 84.41 09:37:44 09:13:01 7 10.44 0.00 2.09 0.20 0.12 87.15 09:37:44 09:14:01 all 0.46 0.00 0.13 0.55 0.02 98.84 09:37:44 09:14:01 0 0.28 0.00 0.13 0.02 0.02 99.55 09:37:44 09:14:01 1 0.15 0.00 0.15 0.15 0.02 99.53 09:37:44 09:14:01 2 0.12 0.00 0.07 0.03 0.00 99.78 09:37:44 09:14:01 3 0.68 0.00 0.12 0.00 0.02 99.18 09:37:44 09:14:01 4 0.65 0.00 0.10 0.63 0.02 98.60 09:37:44 09:14:01 5 0.92 0.00 0.23 0.17 0.03 98.65 09:37:44 09:14:01 6 0.52 0.00 0.08 3.22 0.02 96.16 09:37:44 09:14:01 7 0.37 0.00 0.17 0.15 0.03 99.28 09:37:44 09:37:44 09:14:01 CPU %user %nice %system %iowait %steal %idle 09:37:44 09:15:01 all 0.02 0.00 0.01 0.01 0.01 99.94 09:37:44 09:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:37:44 09:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:15:01 6 0.03 0.00 0.02 0.12 0.02 99.82 09:37:44 09:15:01 7 0.08 0.00 0.02 0.00 0.03 99.87 09:37:44 09:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:37:44 09:16:01 0 0.02 0.00 0.00 0.00 0.02 99.97 09:37:44 09:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:37:44 09:16:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:16:01 6 0.02 0.00 0.00 0.03 0.00 99.95 09:37:44 09:16:01 7 0.02 0.00 0.05 0.00 0.03 99.90 09:37:44 09:17:01 all 0.04 0.00 0.01 0.02 0.00 99.92 09:37:44 09:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:17:01 4 0.02 0.00 0.00 0.17 0.00 99.82 09:37:44 09:17:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:37:44 09:17:01 6 0.03 0.00 0.02 0.02 0.00 99.93 09:37:44 09:17:01 7 0.20 0.00 0.03 0.00 0.02 99.75 09:37:44 09:18:01 all 0.03 0.00 0.02 0.01 0.01 99.93 09:37:44 09:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:37:44 09:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:18:01 4 0.02 0.00 0.02 0.02 0.02 99.93 09:37:44 09:18:01 5 0.07 0.00 0.03 0.00 0.00 99.90 09:37:44 09:18:01 6 0.02 0.00 0.02 0.03 0.02 99.92 09:37:44 09:18:01 7 0.03 0.00 0.03 0.00 0.02 99.92 09:37:44 09:19:01 all 0.17 0.00 0.01 0.03 0.01 99.79 09:37:44 09:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:19:01 2 0.05 0.00 0.00 0.00 0.02 99.93 09:37:44 09:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:19:01 4 0.00 0.00 0.00 0.02 0.00 99.98 09:37:44 09:19:01 5 0.05 0.00 0.03 0.00 0.02 99.90 09:37:44 09:19:01 6 0.00 0.00 0.02 0.20 0.00 99.78 09:37:44 09:19:01 7 1.21 0.00 0.00 0.00 0.02 98.78 09:37:44 09:20:01 all 0.15 0.00 0.02 0.03 0.01 99.80 09:37:44 09:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:20:01 2 0.00 0.00 0.05 0.00 0.02 99.93 09:37:44 09:20:01 3 0.03 0.00 0.02 0.00 0.02 99.93 09:37:44 09:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:20:01 6 0.02 0.00 0.02 0.23 0.02 99.72 09:37:44 09:20:01 7 1.04 0.00 0.03 0.00 0.02 98.91 09:37:44 09:21:01 all 0.02 0.00 0.01 0.01 0.01 99.95 09:37:44 09:21:01 0 0.00 0.00 0.00 0.00 0.02 99.98 09:37:44 09:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:21:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:37:44 09:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:21:01 5 0.07 0.00 0.03 0.00 0.02 99.88 09:37:44 09:21:01 6 0.03 0.00 0.00 0.08 0.00 99.88 09:37:44 09:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:22:01 all 0.04 0.00 0.01 0.02 0.01 99.92 09:37:44 09:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:22:01 2 0.08 0.00 0.00 0.00 0.00 99.92 09:37:44 09:22:01 3 0.05 0.00 0.02 0.00 0.03 99.90 09:37:44 09:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:22:01 5 0.07 0.00 0.03 0.00 0.02 99.88 09:37:44 09:22:01 6 0.03 0.00 0.02 0.13 0.02 99.80 09:37:44 09:22:01 7 0.05 0.00 0.00 0.00 0.02 99.93 09:37:44 09:23:01 all 0.03 0.00 0.01 0.01 0.01 99.95 09:37:44 09:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:37:44 09:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:23:01 2 0.07 0.00 0.00 0.00 0.00 99.93 09:37:44 09:23:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:37:44 09:23:01 4 0.02 0.00 0.02 0.02 0.02 99.93 09:37:44 09:23:01 5 0.07 0.00 0.02 0.00 0.00 99.92 09:37:44 09:23:01 6 0.02 0.00 0.00 0.03 0.00 99.95 09:37:44 09:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:24:01 all 0.19 0.00 0.01 0.00 0.01 99.79 09:37:44 09:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:24:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:37:44 09:24:01 2 0.08 0.00 0.00 0.00 0.00 99.92 09:37:44 09:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:37:44 09:24:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:37:44 09:24:01 6 0.03 0.00 0.00 0.02 0.02 99.93 09:37:44 09:24:01 7 1.26 0.00 0.03 0.00 0.02 98.69 09:37:44 09:25:01 all 0.02 0.00 0.00 0.00 0.01 99.97 09:37:44 09:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:37:44 09:25:01 4 0.02 0.00 0.00 0.00 0.03 99.95 09:37:44 09:25:01 5 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 09:25:01 6 0.02 0.00 0.00 0.02 0.00 99.97 09:37:44 09:25:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:37:44 09:37:44 09:25:01 CPU %user %nice %system %iowait %steal %idle 09:37:44 09:26:01 all 0.08 0.00 0.01 0.04 0.00 99.87 09:37:44 09:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 09:37:44 09:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:26:01 2 0.45 0.00 0.00 0.00 0.00 99.55 09:37:44 09:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:26:01 4 0.02 0.00 0.02 0.30 0.02 99.65 09:37:44 09:26:01 5 0.07 0.00 0.00 0.00 0.00 99.93 09:37:44 09:26:01 6 0.03 0.00 0.00 0.05 0.00 99.92 09:37:44 09:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:27:01 all 0.26 0.00 0.01 0.01 0.01 99.70 09:37:44 09:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:27:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:37:44 09:27:01 2 1.97 0.00 0.00 0.00 0.02 98.01 09:37:44 09:27:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:37:44 09:27:01 4 0.03 0.00 0.02 0.02 0.02 99.92 09:37:44 09:27:01 5 0.00 0.00 0.02 0.00 0.02 99.97 09:37:44 09:27:01 6 0.00 0.00 0.03 0.07 0.02 99.88 09:37:44 09:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:28:01 all 0.29 0.00 0.01 0.00 0.01 99.69 09:37:44 09:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:37:44 09:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:28:01 2 2.07 0.00 0.00 0.00 0.00 97.93 09:37:44 09:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:37:44 09:28:01 4 0.05 0.00 0.02 0.00 0.02 99.92 09:37:44 09:28:01 5 0.07 0.00 0.02 0.00 0.02 99.90 09:37:44 09:28:01 6 0.05 0.00 0.00 0.02 0.00 99.93 09:37:44 09:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:29:01 all 0.17 0.00 0.01 0.01 0.01 99.80 09:37:44 09:29:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:37:44 09:29:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:29:01 2 1.26 0.00 0.02 0.00 0.00 98.73 09:37:44 09:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:29:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:29:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:29:01 6 0.02 0.00 0.00 0.05 0.02 99.92 09:37:44 09:29:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:37:44 09:30:01 all 0.19 0.00 0.01 0.00 0.01 99.78 09:37:44 09:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:30:01 2 1.35 0.00 0.02 0.00 0.02 98.61 09:37:44 09:30:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:37:44 09:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:30:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:37:44 09:30:01 6 0.03 0.00 0.02 0.02 0.02 99.92 09:37:44 09:30:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:31:01 all 0.21 0.00 0.02 0.00 0.01 99.75 09:37:44 09:31:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:37:44 09:31:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:37:44 09:31:01 2 1.60 0.00 0.00 0.00 0.00 98.40 09:37:44 09:31:01 3 0.02 0.00 0.03 0.00 0.02 99.93 09:37:44 09:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:31:01 6 0.03 0.00 0.00 0.02 0.00 99.95 09:37:44 09:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:37:44 09:32:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:37:44 09:32:01 1 0.05 0.00 0.03 0.00 0.02 99.90 09:37:44 09:32:01 2 0.02 0.00 0.00 0.00 0.02 99.97 09:37:44 09:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:32:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:37:44 09:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:32:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:33:01 all 0.02 0.00 0.01 0.20 0.01 99.76 09:37:44 09:33:01 0 0.02 0.00 0.00 0.35 0.00 99.63 09:37:44 09:33:01 1 0.07 0.00 0.03 0.00 0.03 99.87 09:37:44 09:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:37:44 09:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:33:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:37:44 09:33:01 6 0.02 0.00 0.00 1.23 0.02 98.73 09:37:44 09:33:01 7 0.00 0.00 0.00 0.05 0.02 99.93 09:37:44 09:34:01 all 0.03 0.00 0.01 0.01 0.00 99.96 09:37:44 09:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 09:37:44 09:34:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:37:44 09:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:34:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:37:44 09:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:34:01 6 0.03 0.00 0.03 0.03 0.00 99.90 09:37:44 09:34:01 7 0.03 0.00 0.00 0.02 0.00 99.95 09:37:44 09:35:01 all 0.12 0.00 0.02 0.10 0.01 99.76 09:37:44 09:35:01 0 0.00 0.00 0.02 0.05 0.00 99.93 09:37:44 09:35:01 1 0.07 0.00 0.07 0.00 0.02 99.85 09:37:44 09:35:01 2 0.81 0.00 0.00 0.35 0.02 98.82 09:37:44 09:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:35:01 6 0.03 0.00 0.00 0.40 0.02 99.55 09:37:44 09:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:36:01 all 0.26 0.00 0.01 0.00 0.01 99.72 09:37:44 09:36:01 0 0.02 0.00 0.00 0.03 0.02 99.93 09:37:44 09:36:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:37:44 09:36:01 2 1.89 0.00 0.00 0.00 0.00 98.11 09:37:44 09:36:01 3 0.03 0.00 0.03 0.00 0.02 99.92 09:37:44 09:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:36:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:36:01 6 0.05 0.00 0.02 0.00 0.00 99.93 09:37:44 09:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:37:44 09:36:01 CPU %user %nice %system %iowait %steal %idle 09:37:44 09:37:01 all 7.18 0.00 2.91 1.46 0.04 88.41 09:37:44 09:37:01 0 7.33 0.00 3.48 9.28 0.03 79.87 09:37:44 09:37:01 1 5.73 0.00 3.19 0.10 0.03 90.94 09:37:44 09:37:01 2 6.49 0.00 2.85 0.02 0.03 90.61 09:37:44 09:37:01 3 7.50 0.00 2.40 0.03 0.03 90.04 09:37:44 09:37:01 4 8.57 0.00 2.74 0.18 0.03 88.47 09:37:44 09:37:01 5 8.09 0.00 2.82 0.08 0.05 88.96 09:37:44 09:37:01 6 7.40 0.00 2.82 1.83 0.05 87.89 09:37:44 09:37:01 7 6.33 0.00 2.95 0.15 0.05 90.52 09:37:44 Average: all 7.59 0.00 1.94 2.61 0.03 87.82 09:37:44 Average: 0 7.44 0.00 1.91 2.82 0.03 87.79 09:37:44 Average: 1 7.60 0.00 2.05 4.60 0.04 85.70 09:37:44 Average: 2 7.82 0.00 1.95 3.01 0.03 87.19 09:37:44 Average: 3 7.64 0.00 1.97 3.12 0.04 87.24 09:37:44 Average: 4 7.69 0.00 1.90 1.75 0.03 88.61 09:37:44 Average: 5 7.78 0.00 1.88 2.30 0.03 88.01 09:37:44 Average: 6 7.23 0.00 1.85 1.71 0.03 89.18 09:37:44 Average: 7 7.54 0.00 2.03 1.57 0.04 88.82 09:37:44 09:37:44 09:37:44