Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d6c81549b4558d5b86ba0b804c244a1077168aa0 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-ssh13923869302440881062.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-ssh5446885407816954492.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-ssh2223400928566580864.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-ssh1737605720792655529.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-ssh2823120334544583686.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7233 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/485 [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/485 # 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 d6c81549b4558d5b86ba0b804c244a1077168aa0 (main) Commit message: "Merge pull request #4502 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.8.0" > 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 d6c81549b4558d5b86ba0b804c244a1077168aa0 # timeout=10 > git rev-list --no-walk 3bfccfcc3698e27bed6b4608d910978deed9f6f8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:52:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:52:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:52:13 ========================================================= 14:52:13 EdgeX Global Pipelines Version Info 14:52:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:52:14 ------------------- 14:52:14 stable info: 14:52:14 ------------------- 14:52:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:52:14 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 14:52:14 Message: update stable to v1.0.245 14:52:14 ------------------- 14:52:14 experimental info: 14:52:14 ------------------- 14:52:14 Commited By: **** collab-it+edgex@linuxfoundation.org 14:52:14 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 14:52:14 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d6c8154 [Pipeline] echo 14:52:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:52:15 provisioning config files... 14:52:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/485@tmp/config16888183639082200959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:52:15 ---> docker-login.sh 14:52:15 nexus3.edgexfoundry.org:10001 14:52:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:52:16 Configure a credential helper to remove this warning. See 14:52:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:52:16 14:52:16 Login Succeeded 14:52:16 nexus3.edgexfoundry.org:10002 14:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:52:16 Configure a credential helper to remove this warning. See 14:52:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:52:16 14:52:16 Login Succeeded 14:52:16 nexus3.edgexfoundry.org:10003 14:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:52:16 Configure a credential helper to remove this warning. See 14:52:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:52:16 14:52:16 Login Succeeded 14:52:16 nexus3.edgexfoundry.org:10004 14:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:52:16 Configure a credential helper to remove this warning. See 14:52:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:52:16 14:52:16 Login Succeeded 14:52:16 docker.io 14:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:52:16 Configure a credential helper to remove this warning. See 14:52:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:52:16 14:52:16 Login Succeeded 14:52:16 ---> docker-login.sh ends [Pipeline] } 14:52:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:52:16 + 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 14:52:16 + dirname cmd/core-command/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo core-command,cmd/core-command/Dockerfile 14:52:16 + + cut -d/ -f2 14:52:16 dirname cmd/core-common-config-bootstrapper/Dockerfile 14:52:16 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 14:52:16 + dirname cmd/core-data/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo core-data,cmd/core-data/Dockerfile 14:52:16 + dirname cmd/core-metadata/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo core-metadata,cmd/core-metadata/Dockerfile 14:52:16 + dirname cmd/security-bootstrapper/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:52:16 + dirname cmd/security-proxy-auth/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 14:52:16 + dirname cmd/security-proxy-setup/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:52:16 + dirname cmd/security-secretstore-setup/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:52:16 + dirname cmd/security-spiffe-token-provider/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 14:52:16 + dirname cmd/security-spire-agent/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 14:52:16 + dirname cmd/security-spire-config/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo security-spire-config,cmd/security-spire-config/Dockerfile 14:52:16 + dirname cmd/security-spire-server/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo security-spire-server,cmd/security-spire-server/Dockerfile 14:52:16 + dirname cmd/support-notifications/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + echo support-notifications,cmd/support-notifications/Dockerfile 14:52:16 + cut -d/ -f2 14:52:16 + dirname cmd/support-scheduler/Dockerfile 14:52:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 14:52:16 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 14:52:17 + git rev-list -1 --merges d6c81549b4558d5b86ba0b804c244a1077168aa0~1..d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] echo 14:52:17 -----------> git rev-list -1 --merges d6c81549b4558d5b86ba0b804c244a1077168aa0~1..d6c81549b4558d5b86ba0b804c244a1077168aa0 d6c81549b4558d5b86ba0b804c244a1077168aa0 14:52:17 d6c81549b4558d5b86ba0b804c244a1077168aa0 [false] [Pipeline] sh 14:52:17 + git log --format=format:%s -1 d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] echo 14:52:17 ========================================================= 14:52:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:52:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 14:52:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:52:17 + grep -v github /etc/ssh/ssh_known_hosts 14:52:17 + [ -e /tmp/ssh_known_hosts ] 14:52:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:52:17 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:52:17 + sudo tee -a /etc/ssh/ssh_known_hosts 14:52:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:52:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:52:18 14:52:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:52:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:52:18 0.1.4: Pulling from edgex-devops/py-git-semver 14:52:18 b85a868b505f: Pulling fs layer 14:52:18 e2be974225ed: Pulling fs layer 14:52:18 339a4e72a1f5: Pulling fs layer 14:52:18 988bab9f4d93: Pulling fs layer 14:52:18 1469e6f7b9e6: Pulling fs layer 14:52:18 eaf3925da568: Pulling fs layer 14:52:18 bab4dde63d76: Pulling fs layer 14:52:18 bde34c3a00c8: Pulling fs layer 14:52:18 b352a97aabf1: Pulling fs layer 14:52:18 4872d77fe225: Pulling fs layer 14:52:18 5851b861e8e6: Pulling fs layer 14:52:18 bab4dde63d76: Waiting 14:52:18 1469e6f7b9e6: Waiting 14:52:18 eaf3925da568: Waiting 14:52:18 4872d77fe225: Waiting 14:52:18 988bab9f4d93: Waiting 14:52:18 5851b861e8e6: Waiting 14:52:18 b352a97aabf1: Waiting 14:52:18 e2be974225ed: Download complete 14:52:18 988bab9f4d93: Download complete 14:52:18 339a4e72a1f5: Verifying Checksum 14:52:18 339a4e72a1f5: Download complete 14:52:18 1469e6f7b9e6: Verifying Checksum 14:52:18 1469e6f7b9e6: Download complete 14:52:18 eaf3925da568: Verifying Checksum 14:52:18 eaf3925da568: Download complete 14:52:18 bde34c3a00c8: Verifying Checksum 14:52:18 bde34c3a00c8: Download complete 14:52:18 b352a97aabf1: Verifying Checksum 14:52:18 b352a97aabf1: Download complete 14:52:18 4872d77fe225: Verifying Checksum 14:52:18 4872d77fe225: Download complete 14:52:18 5851b861e8e6: Verifying Checksum 14:52:18 5851b861e8e6: Download complete 14:52:18 b85a868b505f: Verifying Checksum 14:52:18 b85a868b505f: Download complete 14:52:19 bab4dde63d76: Verifying Checksum 14:52:19 bab4dde63d76: Download complete 14:52:20 b85a868b505f: Pull complete 14:52:20 e2be974225ed: Pull complete 14:52:20 339a4e72a1f5: Pull complete 14:52:20 988bab9f4d93: Pull complete 14:52:21 1469e6f7b9e6: Pull complete 14:52:21 eaf3925da568: Pull complete 14:52:23 bab4dde63d76: Pull complete 14:52:23 bde34c3a00c8: Pull complete 14:52:23 b352a97aabf1: Pull complete 14:52:23 4872d77fe225: Pull complete 14:52:23 5851b861e8e6: Pull complete 14:52:23 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:52:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:52:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:52:23 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 14:52:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 14:52:25 $ docker top 0975bfe22d30976427ca0c267ef45e191f37e92be727c004b244bac7d9e0c352 -eo pid,comm 14:52:25 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). 14:52:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:52:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:52:25 [ssh-agent] Looking for ssh-agent implementation... 14:52:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:52:25 $ docker exec 0975bfe22d30976427ca0c267ef45e191f37e92be727c004b244bac7d9e0c352 ssh-agent 14:52:26 SSH_AUTH_SOCK=/tmp/ssh-RwXm7gPPjKTb/agent.32 14:52:26 SSH_AGENT_PID=38 14:52:26 Running ssh-add (command line suppressed) 14:52:26 Identity added: /w/workspace/edgex-go/485@tmp/private_key_8812161677200473441.key (/w/workspace/edgex-go/485@tmp/private_key_8812161677200473441.key) 14:52:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:52:26 + git tag --points-at HEAD [Pipeline] } 14:52:26 $ docker exec --env ******** --env ******** 0975bfe22d30976427ca0c267ef45e191f37e92be727c004b244bac7d9e0c352 ssh-agent -k 14:52:26 unset SSH_AUTH_SOCK; 14:52:26 unset SSH_AGENT_PID; 14:52:26 echo Agent pid 38 killed; 14:52:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:52:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:52:26 [ssh-agent] Looking for ssh-agent implementation... 14:52:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:52:26 $ docker exec 0975bfe22d30976427ca0c267ef45e191f37e92be727c004b244bac7d9e0c352 ssh-agent 14:52:26 SSH_AUTH_SOCK=/tmp/ssh-4txFgNqFQsw3/agent.70 14:52:26 SSH_AGENT_PID=76 14:52:26 Running ssh-add (command line suppressed) 14:52:27 Identity added: /w/workspace/edgex-go/485@tmp/private_key_11648201911581662493.key (/w/workspace/edgex-go/485@tmp/private_key_11648201911581662493.key) 14:52:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:52:27 + git semver init 14:52:27 2023-04-09 14:52:27,481 [run_init] DEBUG init version:0.0.0 force:False 14:52:27 2023-04-09 14:52:27,482 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/485/.semver 14:52:27 2023-04-09 14:52:27,482 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/485/.semver 14:52:27 2023-04-09 14:52:27,483 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/485/.semver'], cwd=/w/workspace/edgex-go/485, universal_newlines=False, shell=None, istream=None) 14:52:32 2023-04-09 14:52:32,252 [append_file] DEBUG append to file:/w/workspace/edgex-go/485/.git/info/exclude 14:52:32 2023-04-09 14:52:32,252 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/485/.semver/main with force:False 14:52:32 2023-04-09 14:52:32,252 [read_version] DEBUG read version from /w/workspace/edgex-go/485/.semver/main 14:52:32 2023-04-09 14:52:32,253 [read_version] DEBUG read version from /w/workspace/edgex-go/485/.semver/main 14:52:32 3.0.0-dev.123 [Pipeline] } 14:52:32 $ docker exec --env ******** --env ******** 0975bfe22d30976427ca0c267ef45e191f37e92be727c004b244bac7d9e0c352 ssh-agent -k 14:52:33 unset SSH_AUTH_SOCK; 14:52:33 unset SSH_AGENT_PID; 14:52:33 echo Agent pid 76 killed; 14:52:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:52:33 + git semver [Pipeline] } 14:52:33 $ docker stop --time=1 0975bfe22d30976427ca0c267ef45e191f37e92be727c004b244bac7d9e0c352 14:52:34 $ docker rm -f --volumes 0975bfe22d30976427ca0c267ef45e191f37e92be727c004b244bac7d9e0c352 [Pipeline] // withDockerContainer [Pipeline] sh 14:52:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:52:35 Stashed 1 file(s) [Pipeline] echo 14:52:35 [edgeXSemver]: initialized semver on version 3.0.0-dev.123 [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 14:52:35 + git config --global --add safe.directory /w/workspace/edgex-go/485 [Pipeline] echo 14:52:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:52:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:52:35 ========================================================= 14:52:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 14:52:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:52:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:52:36 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 14:52:36 63b65145d645: Pulling fs layer 14:52:36 a2d21d5440eb: Pulling fs layer 14:52:36 935e6c44a52c: Pulling fs layer 14:52:36 94cc34f8dd06: Pulling fs layer 14:52:36 30dea6a524f1: Pulling fs layer 14:52:36 94cc34f8dd06: Waiting 14:52:36 a2aff8979fd8: Pulling fs layer 14:52:36 6808be2612f2: Pulling fs layer 14:52:36 30dea6a524f1: Waiting 14:52:36 a2aff8979fd8: Waiting 14:52:36 6808be2612f2: Waiting 14:52:36 f25807f1079a: Pulling fs layer 14:52:36 a2d21d5440eb: Download complete 14:52:36 94cc34f8dd06: Verifying Checksum 14:52:36 94cc34f8dd06: Download complete 14:52:36 30dea6a524f1: Download complete 14:52:36 63b65145d645: Verifying Checksum 14:52:36 63b65145d645: Download complete 14:52:36 a2aff8979fd8: Verifying Checksum 14:52:36 a2aff8979fd8: Download complete 14:52:36 63b65145d645: Pull complete 14:52:36 a2d21d5440eb: Pull complete 14:52:36 f25807f1079a: Verifying Checksum 14:52:36 f25807f1079a: Download complete 14:52:36 935e6c44a52c: Verifying Checksum 14:52:36 935e6c44a52c: Download complete 14:52:36 6808be2612f2: Verifying Checksum 14:52:36 6808be2612f2: Download complete 14:52:40 935e6c44a52c: Pull complete 14:52:40 94cc34f8dd06: Pull complete 14:52:40 30dea6a524f1: Pull complete 14:52:40 a2aff8979fd8: Pull complete 14:52:42 6808be2612f2: Pull complete 14:52:43 f25807f1079a: Pull complete 14:52:43 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 14:52:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:52:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 14:52:43 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:52:43 WORKDIR /edgex 14:52:43 COPY go.mod . 14:52:43 RUN go mod download 14:52:43 + docker build -t ci-base-image-x86_64 -f - . 14:52:44 Sending build context to Docker daemon 170.5MB 14:52:44 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:52:44 ---> 3b553350e43f 14:52:44 Step 2/4 : WORKDIR /edgex 14:52:48 ---> Running in f41c365e323c 14:52:48 Removing intermediate container f41c365e323c 14:52:48 ---> 4746c592c373 14:52:48 Step 3/4 : COPY go.mod . 14:52:48 ---> 5e372a36f842 14:52:48 Step 4/4 : RUN go mod download 14:52:48 ---> Running in 86851b703e41 14:52:50 Still waiting to schedule task 14:52:50 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:53:06 Removing intermediate container 86851b703e41 14:53:06 ---> fc107e18e554 14:53:06 Successfully built fc107e18e554 14:53:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:53:07 + docker inspect -f . ci-base-image-x86_64 14:53:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:53:07 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 14:53:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 14:53:07 $ docker top 766a9992874bb5c7688775a24a2874d311f61738df39da81efc838344193b931 -eo pid,comm [Pipeline] { [Pipeline] sh 14:53:07 + go version 14:53:07 go version go1.20.2 linux/amd64 [Pipeline] } 14:53:07 $ docker stop --time=1 766a9992874bb5c7688775a24a2874d311f61738df39da81efc838344193b931 14:53:09 $ docker rm -f --volumes 766a9992874bb5c7688775a24a2874d311f61738df39da81efc838344193b931 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:53:09 + docker inspect -f . ci-base-image-x86_64 14:53:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:53:09 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 14:53:09 $ 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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 14:53:10 $ docker top 9768dd140c29493cefba167337e831344825e50b1361c816293f6ac73ac543c0 -eo pid,comm [Pipeline] { [Pipeline] echo 14:53:10 ========================================================= 14:53:10 [edgeXBuildGoParallel] Running Tests and Build... 14:53:10 ========================================================= [Pipeline] sh 14:53:10 + git config --global --add safe.directory /w/workspace/edgex-go/485 [Pipeline] fileExists [Pipeline] sh 14:53:10 + make test 14:53:10 go test -race -coverprofile=coverage.out ./... 14:53:18 ? github.com/edgexfoundry/edgex-go [no test files] 14:53:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:53:30 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 14:53:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:53:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:53:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:53:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:53:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:53:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 14:53:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:53:32 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 14:53:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:53:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:53:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:53:32 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 14:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements 14:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.077s coverage: 98.5% of statements 14:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 14:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 14:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 14:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:53:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 14:53:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 14:53:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 14:53:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:53:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 14:53:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:53:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:53:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.099s coverage: 71.3% of statements 14:53:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.067s coverage: 54.0% of statements 14:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 14:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 14:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 14:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 14:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 14:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:53:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.055s coverage: 88.5% of statements 14:53:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.069s coverage: 3.9% of statements 14:53:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.319s coverage: 95.6% of statements 14:53:38 ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements 14:53:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:53:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:53:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:53:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.047s coverage: 65.9% of statements 14:53:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 14:53:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:53:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.071s coverage: 0.9% of statements 14:53:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 29.0% of statements 14:53:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 44.1% of statements 14:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.045s coverage: 82.9% of statements 14:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements 14:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 14:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 14:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 14:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 14:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 14:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 14:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:53:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:53:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:53:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:53:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 14:53:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:53:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:53:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:53:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 14:53:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 14:53:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 14:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 14:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 14:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 14:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 14:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 14:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 14:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:53:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:53:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements 14:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 14:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 14:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 14:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 14:53:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:53:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:53:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 14:53:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.292s coverage: 79.9% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.070s coverage: 92.9% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.055s coverage: 62.3% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.104s coverage: 87.2% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.046s coverage: 20.0% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.2% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 82.1% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.061s coverage: 86.0% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.202s coverage: 63.1% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.184s coverage: 38.4% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.107s coverage: 17.7% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.124s coverage: 92.3% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.072s coverage: 61.5% of statements 14:54:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.093s coverage: 97.7% of statements 14:54:05 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 14:54:05 running golangci-lint 14:54:05 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 14:54:05 go version go1.20.2 linux/amd64 14:54:05 level=info msg="[config_reader] Used config file .golangci.yml" 14:54:05 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 14:54:20 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|files|imports|exports_file|name) took 14.963479122s" 14:54:20 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 28.866547ms" 14:54:26 level=info msg="[linters_context/goanalysis] analyzers took 58.313044662s with top 10 stages: buildir: 31.679313656s, fact_deprecated: 2.427159261s, inspect: 2.302872557s, gosec: 1.717883663s, ctrlflow: 1.260071499s, printf: 1.207938462s, S1038: 926.406272ms, nilness: 736.653468ms, directives: 719.872786ms, fact_purity: 688.820129ms" 14:54:26 level=info msg="[runner] Issues before processing: 201, after processing: 0" 14:54:26 level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 201/201, skip_files: 201/201, autogenerated_exclude: 201/201, filename_unadjuster: 201/201, path_prettifier: 201/201, exclude-rules: 21/201, cgo: 201/201, skip_dirs: 201/201, exclude: 201/201, nolint: 0/21" 14:54:26 level=info msg="[runner] processing took 19.7471ms with stages: nolint: 9.761754ms, identifier_marker: 4.701771ms, path_prettifier: 1.57896ms, autogenerated_exclude: 1.51218ms, exclude-rules: 1.237649ms, skip_dirs: 892.976µs, cgo: 36.03µs, filename_unadjuster: 16.86µs, max_same_issues: 2.1µs, uniq_by_line: 1.27µs, source_code: 790ns, skip_files: 740ns, exclude: 700ns, diff: 570ns, max_from_linter: 570ns, path_shortener: 550ns, sort_results: 490ns, severity-rules: 460ns, max_per_file_from_linter: 370ns, path_prefixer: 310ns" 14:54:26 level=info msg="[runner] linters took 7.400847306s with stages: goanalysis_metalinter: 7.380823604s" 14:54:26 level=info msg="File cache stats: 0 entries of total size 0B" 14:54:26 level=info msg="Memory: 226 samples, avg is 177.6MB, max is 738.7MB" 14:54:26 level=info msg="Execution took 22.403494901s" 14:54:26 go vet ./... 14:54:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:54:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:54:32 ./bin/test-attribution-txt.sh [Pipeline] echo 14:54:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 14:54:32 + ls -al . 14:54:32 total 704 14:54:32 drwxrwxr-x 11 1001 1001 4096 Apr 9 14:53 . 14:54:32 drwxr-xr-x 4 root root 4096 Apr 9 14:53 .. 14:54:32 drwxrwxr-x 2 1001 1001 4096 Apr 9 14:52 .blubracket 14:54:32 -rw-rw-r-- 1 1001 1001 16 Apr 9 14:52 .dockerignore 14:54:32 drwxrwxr-x 8 1001 1001 4096 Apr 9 14:52 .git 14:54:32 drwxrwxr-x 3 1001 1001 4096 Apr 9 14:52 .github 14:54:32 -rw-rw-r-- 1 1001 1001 1133 Apr 9 14:52 .gitignore 14:54:32 -rw-rw-r-- 1 1001 1001 42 Apr 9 14:52 .golangci.yml 14:54:32 -rw-rw-r-- 1 1001 1001 87 Apr 9 14:52 .hadolint.yml 14:54:32 drwxr-xr-x 3 1001 1001 4096 Apr 9 14:52 .semver 14:54:32 -rw-rw-r-- 1 1001 1001 166 Apr 9 14:52 .sonarcloud.properties 14:54:32 -rw-rw-r-- 1 1001 1001 1171 Apr 9 14:52 ADOPTERS.md 14:54:32 -rw-rw-r-- 1 1001 1001 10835 Apr 9 14:52 Attribution.txt 14:54:32 -rw-rw-r-- 1 1001 1001 73765 Apr 9 14:52 CHANGELOG.md 14:54:32 -rw-rw-r-- 1 1001 1001 3804 Apr 9 14:52 CONTRIBUTING.md 14:54:32 -rw-rw-r-- 1 1001 1001 677 Apr 9 14:52 GOVERNANCE.md 14:54:32 -rw-rw-r-- 1 1001 1001 883 Apr 9 14:52 Jenkinsfile 14:54:32 -rw-rw-r-- 1 1001 1001 10775 Apr 9 14:52 LICENSE 14:54:32 -rw-rw-r-- 1 1001 1001 14368 Apr 9 14:52 Makefile 14:54:32 -rw-rw-r-- 1 1001 1001 582 Apr 9 14:52 OWNERS.md 14:54:32 -rw-rw-r-- 1 1001 1001 9403 Apr 9 14:52 README.md 14:54:32 -rw-rw-r-- 1 1001 1001 789 Apr 9 14:52 SECURITY.md 14:54:32 -rw-rw-r-- 1 1001 1001 13 Apr 9 14:52 VERSION 14:54:32 drwxrwxr-x 2 1001 1001 4096 Apr 9 14:52 bin 14:54:32 drwxrwxr-x 18 1001 1001 4096 Apr 9 14:52 cmd 14:54:32 -rw-r--r-- 1 root root 447380 Apr 9 14:54 coverage.out 14:54:32 -rw-rw-r-- 1 1001 1001 3200 Apr 9 14:52 go.mod 14:54:32 -rw-rw-r-- 1 1001 1001 31265 Apr 9 14:52 go.sum 14:54:32 drwxrwxr-x 7 1001 1001 4096 Apr 9 14:52 internal 14:54:32 drwxrwxr-x 3 1001 1001 4096 Apr 9 14:52 openapi 14:54:32 -rw-rw-r-- 1 1001 1001 594 Apr 9 14:52 security.txt 14:54:32 drwxrwxr-x 4 1001 1001 4096 Apr 9 14:52 snap 14:54:32 -rw-rw-r-- 1 1001 1001 204 Apr 9 14:52 version.go [Pipeline] sh 14:54:32 + '[' -e coverage.out ] 14:54:32 + chown 1001:1001 coverage.out [Pipeline] stash 14:54:32 Stashed 1 file(s) [Pipeline] sh 14:54:33 + make build 14:54:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 14:54:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7234 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 14:54:37 Running in /w/workspace/edgex-go/485 [Pipeline] { [Pipeline] checkout 14:54:37 The recommended git tool is: git 14:54:42 using credential edgex-jenkins-ssh 14:54:42 Cloning the remote Git repository 14:54:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:54:42 > git init /w/workspace/edgex-go/485 # timeout=10 14:54:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:54:42 > git --version # timeout=10 14:54:42 > git --version # 'git version 2.25.1' 14:54:42 using GIT_SSH to set credentials SSH Credentials for GitHub 14:54:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:54:45 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:54:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 14:54:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 14:54:48 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:54:54 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:54:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 14:54:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:54:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:54:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:54:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:55:00 Avoid second fetch 14:55:00 Checking out Revision d6c81549b4558d5b86ba0b804c244a1077168aa0 (main) 14:55:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 14:55:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:55:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:55:00 > git config core.sparsecheckout # timeout=10 14:55:00 > git checkout -f d6c81549b4558d5b86ba0b804c244a1077168aa0 # timeout=10 14:55:01 Commit message: "Merge pull request #4502 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } 14:55:02 $ docker stop --time=1 9768dd140c29493cefba167337e831344825e50b1361c816293f6ac73ac543c0 14:55:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:55:02 % Total % Received % Xferd Average Speed Time Time Time Current 14:55:02 Dload Upload Total Spent Left Speed 14:55:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95156 0 --:--:-- --:--:-- --:--:-- 94451 100 12751 100 12751 0 0 93757 0 --:--:-- --:--:-- --:--:-- 93757 14:55:05 $ docker rm -f --volumes 9768dd140c29493cefba167337e831344825e50b1361c816293f6ac73ac543c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 14:55:06 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [Pipeline] sh 14:55:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:55:06 14:55:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:06 + sudo tee /etc/docker/daemon.new 14:55:06 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:55:06 { 14:55:06 "registry-mirrors": [ 14:55:06 "https://nexus3.edgexfoundry.org:10001" 14:55:06 ], 14:55:06 "bip": "10.250.0.254/24", 14:55:06 "hosts": [ 14:55:06 "tcp://0.0.0.0:5555", 14:55:06 "unix:///var/run/docker.sock" 14:55:06 ], 14:55:06 "mtu": 1458, 14:55:06 "selinux-enabled": true, 14:55:06 "seccomp-profile": "/etc/docker/seccomp.json" 14:55:06 } [Pipeline] sh 14:55:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:55:06 latest: Pulling from edgex-devops/edgex-compose 14:55:06 cbdbe7a5bc2a: Pulling fs layer 14:55:06 ca9280d653b3: Pulling fs layer 14:55:06 7e9c9ca2126c: Pulling fs layer 14:55:06 cbdbe7a5bc2a: Download complete 14:55:07 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:55:07 ca9280d653b3: Verifying Checksum 14:55:07 ca9280d653b3: Download complete 14:55:07 cbdbe7a5bc2a: Pull complete 14:55:07 + sudo service docker restart 14:55:07 7e9c9ca2126c: Verifying Checksum 14:55:07 7e9c9ca2126c: Download complete 14:55:07 ca9280d653b3: Pull complete 14:55:10 7e9c9ca2126c: Pull complete 14:55:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:55:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:55:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:55:11 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 14:55:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 14:55:13 $ docker top 24aec9c579a2a13c8518cd4c9c5d83e575d9f22769847f5c209bb3232b740632 -eo pid,comm [Pipeline] { [Pipeline] sh 14:55:13 + docker-compose build --help 14:55:13 + grep parallel 14:55:14 --parallel Build images in parallel. [Pipeline] } 14:55:14 $ docker stop --time=1 24aec9c579a2a13c8518cd4c9c5d83e575d9f22769847f5c209bb3232b740632 14:55:15 $ docker rm -f --volumes 24aec9c579a2a13c8518cd4c9c5d83e575d9f22769847f5c209bb3232b740632 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:55:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:55:15 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 14:55:15 $ 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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 14:55:16 $ docker top 1f596d89c71034baa9a508cd3f33787c0f396b198fed89859c4a5ca112d4e13f -eo pid,comm [Pipeline] { [Pipeline] sh 14:55:16 + docker-compose -f ./docker-compose-build.yml build --parallel 14:55:17 Building core-command ... 14:55:17 Building core-common-config-bootstrapper ... 14:55:17 Building core-data ... 14:55:17 Building core-metadata ... 14:55:17 Building security-bootstrapper ... 14:55:17 Building security-proxy-auth ... 14:55:17 Building security-proxy-setup ... 14:55:17 Building security-secretstore-setup ... 14:55:17 Building security-spiffe-token-provider ... 14:55:17 Building security-spire-agent ... 14:55:17 Building security-spire-config ... 14:55:17 Building security-spire-server ... 14:55:17 Building support-notifications ... 14:55:17 Building support-scheduler ... 14:55:17 Building security-bootstrapper 14:55:17 Building security-spire-config 14:55:17 Building security-proxy-setup 14:55:17 Building security-spire-agent 14:55:17 Building core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:55:25 provisioning config files... 14:55:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/485@tmp/config17300536404728313860tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:55:25 ---> docker-login.sh 14:55:25 nexus3.edgexfoundry.org:10001 14:55:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:26 Configure a credential helper to remove this warning. See 14:55:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:26 14:55:26 Login Succeeded 14:55:26 nexus3.edgexfoundry.org:10002 14:55:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:27 Configure a credential helper to remove this warning. See 14:55:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:27 14:55:27 Login Succeeded 14:55:27 nexus3.edgexfoundry.org:10003 14:55:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:27 Configure a credential helper to remove this warning. See 14:55:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:27 14:55:27 Login Succeeded 14:55:27 nexus3.edgexfoundry.org:10004 14:55:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:27 Configure a credential helper to remove this warning. See 14:55:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:27 14:55:27 Login Succeeded 14:55:27 docker.io 14:55:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:28 Configure a credential helper to remove this warning. See 14:55:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:28 14:55:28 Login Succeeded 14:55:28 ---> docker-login.sh ends [Pipeline] } 14:55:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 14:55:28 + git config --global --add safe.directory /w/workspace/edgex-go/485 [Pipeline] echo 14:55:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:55:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:55:28 ========================================================= 14:55:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 14:55:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:55:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 14:55:29 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:55:29 af6eaf76a39c: Pulling fs layer 14:55:29 55522c791124: Pulling fs layer 14:55:29 ce5c4a1c91eb: Pulling fs layer 14:55:29 169dfbe0d373: Pulling fs layer 14:55:29 e1ff8fa3b103: Pulling fs layer 14:55:29 169dfbe0d373: Waiting 14:55:29 e1ff8fa3b103: Waiting 14:55:29 52ebb69f0ebf: Pulling fs layer 14:55:29 5abe8eddf0d5: Pulling fs layer 14:55:29 52ebb69f0ebf: Waiting 14:55:29 5abe8eddf0d5: Waiting 14:55:29 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:55:29 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:55:29 ---> fc107e18e554 14:55:29 Step 3/25 : ARG ADD_BUILD_TAGS="" 14:55:29 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:55:29 Step 2/33 : FROM ${BUILDER_BASE} AS builder 14:55:29 ---> fc107e18e554 14:55:29 Step 3/33 : WORKDIR /edgex-go 14:55:29 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:55:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:55:29 ---> fc107e18e554 14:55:29 Step 3/22 : WORKDIR /edgex-go 14:55:29 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:55:29 Step 2/27 : FROM ${BUILDER_BASE} AS builder 14:55:29 ---> fc107e18e554 14:55:29 Step 3/27 : WORKDIR /edgex-go 14:55:29 55522c791124: Verifying Checksum 14:55:29 55522c791124: Download complete 14:55:29 169dfbe0d373: Verifying Checksum 14:55:29 169dfbe0d373: Download complete 14:55:29 e1ff8fa3b103: Verifying Checksum 14:55:29 e1ff8fa3b103: Download complete 14:55:29 af6eaf76a39c: Verifying Checksum 14:55:29 af6eaf76a39c: Download complete 14:55:29 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:55:29 Step 2/27 : FROM ${BUILDER_BASE} AS builder 14:55:29 ---> fc107e18e554 14:55:29 Step 3/27 : WORKDIR /edgex-go 14:55:30 af6eaf76a39c: Pull complete 14:55:30 5abe8eddf0d5: Verifying Checksum 14:55:30 5abe8eddf0d5: Download complete 14:55:30 55522c791124: Pull complete 14:55:31 ce5c4a1c91eb: Verifying Checksum 14:55:31 ce5c4a1c91eb: Download complete 14:55:31 52ebb69f0ebf: Verifying Checksum 14:55:31 52ebb69f0ebf: Download complete 14:55:37 ---> Running in 904a2b3c035b 14:55:37 ---> Running in 58a0e34c310b 14:55:37 ---> Running in 7ef0a2d14cf4 14:55:37 ---> Running in 4c0e36c3866e 14:55:37 ---> Running in 16b5eecea9c1 14:55:37 Removing intermediate container 16b5eecea9c1 14:55:37 ---> 481aae056860 14:55:37 Step 4/25 : WORKDIR /edgex-go 14:55:37 Removing intermediate container 904a2b3c035b 14:55:37 ---> 661ba8b4791c 14:55:37 Step 4/33 : RUN apk add --update --no-cache make git 14:55:37 Removing intermediate container 7ef0a2d14cf4 14:55:37 ---> b2d330459a34 14:55:37 Step 4/22 : RUN apk add --update --no-cache make git 14:55:37 Removing intermediate container 4c0e36c3866e 14:55:37 ---> 76842a22c28a 14:55:37 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 14:55:37 Removing intermediate container 58a0e34c310b 14:55:37 ---> 514f8c113a14 14:55:37 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 14:55:37 ---> Running in d5b5392a281b 14:55:37 ---> Running in e6dbe5828252 14:55:37 ---> Running in b8c54e6a3eaf 14:55:37 ---> Running in 0d33c28142c2 14:55:37 ---> Running in 067cd1018038 14:55:37 Removing intermediate container d5b5392a281b 14:55:37 ---> f559b52abe81 14:55:37 Step 5/25 : RUN apk add --update --no-cache make git 14:55:37 ---> Running in c0e344454b94 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:55:37 OK: 265 MiB in 53 packages 14:55:37 OK: 265 MiB in 53 packages 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:55:37 OK: 265 MiB in 53 packages 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:55:37 OK: 265 MiB in 53 packages 14:55:37 OK: 265 MiB in 53 packages 14:55:37 Removing intermediate container e6dbe5828252 14:55:37 ---> b121a7a12fc6 14:55:37 Step 5/33 : COPY go.mod vendor* ./ 14:55:37 Removing intermediate container b8c54e6a3eaf 14:55:37 ---> c42990cabc78 14:55:37 Step 5/27 : COPY go.mod vendor* ./ 14:55:37 Removing intermediate container 067cd1018038 14:55:37 ---> a5f0ee195344 14:55:37 Step 5/22 : COPY go.mod vendor* ./ 14:55:38 ---> 1bcd52ed2742 14:55:38 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:55:38 ---> ceb545573380 14:55:38 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:55:38 ---> Running in fc5371c1dad5 14:55:38 ---> Running in 6f65f6ef7dc6 14:55:38 ---> e18b1dc79166 14:55:38 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:55:38 ---> Running in 4cada3719ac9 14:55:38 Removing intermediate container 0d33c28142c2 14:55:38 ---> a3dd6c57ff9d 14:55:38 Step 5/27 : COPY go.mod vendor* ./ 14:55:38 Removing intermediate container c0e344454b94 14:55:38 ---> b8341ec69ef7 14:55:38 Step 6/25 : COPY go.mod vendor* ./ 14:55:38 ---> 1d69eb313630 14:55:38 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:55:38 ---> Running in dbd8085cca12 14:55:38 ---> 3c7b56285a57 14:55:38 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:55:38 ---> Running in 97b416aac177 14:55:44 ce5c4a1c91eb: Pull complete 14:55:44 169dfbe0d373: Pull complete 14:55:44 e1ff8fa3b103: Pull complete 14:55:52 52ebb69f0ebf: Pull complete 14:55:55 5abe8eddf0d5: Pull complete 14:55:55 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 14:55:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 14:55:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 14:55:55 + + docker build -techo ci-base-image-arm64 FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 14:55:55 WORKDIR /edgex 14:55:55 COPY go.mod . 14:55:55 RUN go mod download -f 14:55:55 - . 14:55:56 Sending build context to Docker daemon 2.934MB 14:55:56 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 14:55:56 ---> 6cb57ee374ae 14:55:56 Step 2/4 : WORKDIR /edgex 14:55:58 ---> Running in ff4e08c54e82 14:55:58 Removing intermediate container ff4e08c54e82 14:55:58 ---> 518474c498d0 14:55:58 Step 3/4 : COPY go.mod . 14:55:58 ---> e2f3cecdbcd4 14:55:58 Step 4/4 : RUN go mod download 14:55:58 ---> Running in 32fa08723227 14:56:30 Removing intermediate container 32fa08723227 14:56:30 ---> 94b15460a660 14:56:30 Successfully built 94b15460a660 14:56:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:31 + docker inspect -f . ci-base-image-arm64 14:56:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:56:31 prd-ubuntu20.04-docker-arm64-4c-16g-7234 does not seem to be running inside a container 14:56:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:56:32 $ docker top 6cad3abab7d7dbf4a75b9d17fcf988042d6880deb41f2e87fdb3cec76472129a -eo pid,comm [Pipeline] { [Pipeline] sh 14:56:33 + go version 14:56:33 go version go1.20.2 linux/arm64 [Pipeline] } 14:56:33 $ docker stop --time=1 6cad3abab7d7dbf4a75b9d17fcf988042d6880deb41f2e87fdb3cec76472129a 14:56:35 $ docker rm -f --volumes 6cad3abab7d7dbf4a75b9d17fcf988042d6880deb41f2e87fdb3cec76472129a [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 14:56:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:56:35 14:56:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:56:36 latest: Pulling from edgex-devops/edgex-compose-arm64 14:56:36 29e5d40040c1: Pulling fs layer 14:56:36 1ce36da41761: Pulling fs layer 14:56:36 25b303627fd3: Pulling fs layer 14:56:36 29e5d40040c1: Verifying Checksum 14:56:36 29e5d40040c1: Download complete 14:56:36 1ce36da41761: Verifying Checksum 14:56:36 1ce36da41761: Download complete 14:56:37 29e5d40040c1: Pull complete 14:56:38 1ce36da41761: Pull complete 14:56:38 25b303627fd3: Verifying Checksum 14:56:38 25b303627fd3: Download complete 14:56:48 25b303627fd3: Pull complete 14:56:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:56:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:56:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:56:48 prd-ubuntu20.04-docker-arm64-4c-16g-7234 does not seem to be running inside a container 14:56:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 14:56:50 $ docker top a943c495e678dda352a6519b90564e2ab8de4171e1b3eed8c7285c06f1937752 -eo pid,comm [Pipeline] { [Pipeline] sh 14:56:51 + docker-compose build --help 14:56:51 + grep parallel 14:56:55 --parallel Build images in parallel. [Pipeline] } 14:56:55 $ docker stop --time=1 a943c495e678dda352a6519b90564e2ab8de4171e1b3eed8c7285c06f1937752 14:56:58 $ docker rm -f --volumes a943c495e678dda352a6519b90564e2ab8de4171e1b3eed8c7285c06f1937752 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:56:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:56:59 prd-ubuntu20.04-docker-arm64-4c-16g-7234 does not seem to be running inside a container 14:56:59 $ 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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:57:00 Removing intermediate container fc5371c1dad5 14:57:00 ---> e85ec484005e 14:57:00 Step 7/33 : COPY . . 14:57:00 Removing intermediate container 97b416aac177 14:57:00 ---> 2cef83fe612b 14:57:00 Step 8/25 : COPY . . 14:57:00 Removing intermediate container 4cada3719ac9 14:57:00 ---> 86239f13bd07 14:57:00 Step 7/22 : COPY . . 14:57:00 Removing intermediate container dbd8085cca12 14:57:00 ---> ca2766770555 14:57:00 Step 7/27 : COPY . . 14:57:00 Removing intermediate container 6f65f6ef7dc6 14:57:00 ---> d595885d00d1 14:57:00 Step 7/27 : COPY . . 14:57:00 $ docker top be9906c48f94773b8c01b91b5402d0ed0b790ce0f1f607a8c18c277332c8572a -eo pid,comm [Pipeline] { [Pipeline] sh 14:57:00 + docker-compose -f ./docker-compose-build.yml build --parallel 14:57:05 Building core-command ... 14:57:05 Building core-common-config-bootstrapper ... 14:57:05 Building core-data ... 14:57:05 Building core-metadata ... 14:57:05 Building security-bootstrapper ... 14:57:05 Building security-proxy-auth ... 14:57:05 Building security-proxy-setup ... 14:57:05 Building security-secretstore-setup ... 14:57:05 Building security-spiffe-token-provider ... 14:57:05 Building security-spire-agent ... 14:57:05 Building security-spire-config ... 14:57:05 Building security-spire-server ... 14:57:05 Building support-notifications ... 14:57:05 Building support-scheduler ... 14:57:05 Building security-secretstore-setup 14:57:05 Building core-common-config-bootstrapper 14:57:05 Building security-proxy-setup 14:57:05 Building support-scheduler 14:57:05 Building security-proxy-auth 14:57:15 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:57:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:57:15 ---> 94b15460a660 14:57:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:57:15 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:57:15 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:57:15 ---> 94b15460a660 14:57:15 Step 3/25 : WORKDIR /edgex-go 14:57:15 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:57:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:57:15 ---> 94b15460a660 14:57:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:57:15 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:57:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:57:15 ---> 94b15460a660 14:57:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:57:15 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:57:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:57:15 ---> 94b15460a660 14:57:15 Step 3/22 : WORKDIR /edgex-go 14:57:15 ---> Running in 87f3b6d3b85e 14:57:15 ---> Running in 68fab068ab5f 14:57:15 ---> Running in a1840de48fe0 14:57:15 ---> Running in 5daedff3480c 14:57:15 ---> Running in 69ac80ed08dc 14:57:15 Removing intermediate container 87f3b6d3b85e 14:57:15 ---> 5cbf5c2ef198 14:57:15 Step 4/25 : RUN apk add --update --no-cache make git 14:57:15 Removing intermediate container a1840de48fe0 14:57:15 ---> e1c1b74556d3 14:57:15 Step 4/23 : WORKDIR /edgex-go 14:57:15 ---> Running in 957c7e3ba2ec 14:57:15 Removing intermediate container 69ac80ed08dc 14:57:15 ---> 50df7aed0be9 14:57:15 Step 4/23 : WORKDIR /edgex-go 14:57:15 ---> Running in 97e1adec21c5 14:57:16 Removing intermediate container 5daedff3480c 14:57:16 ---> 603654a59184 14:57:16 Step 4/22 : RUN apk add --update --no-cache make git 14:57:16 Removing intermediate container 68fab068ab5f 14:57:16 ---> afa532898cd6 14:57:16 Step 4/23 : WORKDIR /edgex-go 14:57:16 ---> Running in c3266ef5ad4d 14:57:16 ---> Running in c4424261c8f5 14:57:16 ---> Running in 190d02968bbd 14:57:17 Removing intermediate container 97e1adec21c5 14:57:17 ---> e59e88b779b4 14:57:17 Step 5/23 : RUN apk add --update --no-cache make git 14:57:17 Removing intermediate container 190d02968bbd 14:57:17 ---> 0da4622f6337 14:57:17 Step 5/23 : RUN apk add --update --no-cache make git 14:57:17 Removing intermediate container c3266ef5ad4d 14:57:17 ---> 6fe6ce2e193e 14:57:17 Step 5/23 : RUN apk add --update --no-cache make git 14:57:17 ---> Running in dd4cb2f7b2d6 14:57:17 ---> Running in e3719749ce43 14:57:17 ---> Running in b12a7776d7d7 14:57:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:57:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:57:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:57:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:57:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:57:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:57:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:57:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:57:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:57:20 OK: 263 MiB in 53 packages 14:57:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:57:20 OK: 263 MiB in 53 packages 14:57:20 OK: 263 MiB in 53 packages 14:57:21 OK: 263 MiB in 53 packages 14:57:21 OK: 263 MiB in 53 packages 14:57:22 ---> 91a640ef70a7 14:57:22 Step 8/22 : RUN make cmd/secrets-config/secrets-config 14:57:22 ---> 365ce618ebb0 14:57:22 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 14:57:22 ---> a0beb9687eb7 14:57:22 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 14:57:22 ---> e33d829683ad 14:57:22 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 14:57:22 ---> 67160187771a 14:57:22 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:57:22 ---> Running in 3f8eb4a3e2b1 14:57:22 ---> Running in ed78d02c7f8d 14:57:22 ---> Running in fb2f55a98251 14:57:22 ---> Running in 4435ef6d61e0 14:57:22 ---> Running in 20969a924c26 14:57:22 Removing intermediate container fb2f55a98251 14:57:22 ---> e38580a2dc39 14:57:22 Step 9/27 : WORKDIR /edgex-go/spire-build 14:57:22 ---> Running in 74291936511a 14:57:22 Removing intermediate container 4435ef6d61e0 14:57:22 ---> de645078d77d 14:57:22 Step 9/27 : WORKDIR /edgex-go/spire-build 14:57:22 ---> Running in eaedfa47b178 14:57:22 Removing intermediate container 74291936511a 14:57:22 ---> 448dda2c025b 14:57:22 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 14:57:22 ---> Running in 12316cd67fcf 14:57:22 Removing intermediate container eaedfa47b178 14:57:22 ---> c5bd94aa90eb 14:57:22 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 14:57:22 ---> Running in 70a0f3acd954 14:57:22 Removing intermediate container 12316cd67fcf 14:57:22 ---> 8b17e5773004 14:57:22 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 14:57:22 ---> Running in 2c27640a0c9b 14:57:22 Removing intermediate container 70a0f3acd954 14:57:22 ---> b629d5e2bbf5 14:57:22 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 14:57:22 ---> Running in 4e594035b3d2 14:57:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:57:22 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:57:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:57:22 Removing intermediate container 2c27640a0c9b 14:57:22 ---> a07bcc723b2e 14:57:22 Step 12/27 : WORKDIR /edgex-go 14:57:22 ---> Running in d52337a08d57 14:57:22 Removing intermediate container 4e594035b3d2 14:57:22 ---> fc5196012e4b 14:57:22 Step 12/27 : WORKDIR /edgex-go 14:57:22 ---> Running in 5cb7dc296761 14:57:22 Removing intermediate container d52337a08d57 14:57:22 ---> 6086289b0846 14:57:22 14:57:22 Step 13/27 : FROM alpine:3.17 14:57:22 Removing intermediate container 5cb7dc296761 14:57:22 ---> abbdb9182594 14:57:22 14:57:22 Step 13/27 : FROM alpine:3.17 14:57:22 Removing intermediate container 957c7e3ba2ec 14:57:22 ---> bf1442dcab1e 14:57:22 Step 5/25 : COPY go.mod vendor* ./ 14:57:22 3.17: Pulling from library/alpine 14:57:22 3.17: Pulling from library/alpine 14:57:22 Removing intermediate container c4424261c8f5 14:57:22 ---> 5f90034f4280 14:57:22 Step 5/22 : COPY go.mod vendor* ./ 14:57:23 Removing intermediate container dd4cb2f7b2d6 14:57:23 ---> c65702c2565b 14:57:23 Step 6/23 : COPY go.mod vendor* ./ 14:57:23 Removing intermediate container e3719749ce43 14:57:23 ---> 7ce46dae17c3 14:57:23 Step 6/23 : COPY go.mod vendor* ./ 14:57:23 Removing intermediate container b12a7776d7d7 14:57:23 ---> 772c8fe49693 14:57:23 Step 6/23 : COPY go.mod vendor* ./ 14:57:23 ---> d79838eccf8f 14:57:23 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:23 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 14:57:23 Status: Downloaded newer image for alpine:3.17 14:57:23 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 14:57:23 Status: Image is up to date for alpine:3.17 14:57:23 ---> 9ed4aefc74f6 14:57:23 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:57:23 ---> 6ddd7f9b5b1e 14:57:23 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:23 ---> Running in 19546f5c1d93 14:57:23 ---> Running in 03ccf4a4d2ff 14:57:24 ---> 9ed4aefc74f6 14:57:24 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:57:24 ---> a2b70807d260 14:57:24 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:24 ---> Running in 374aee402603 14:57:24 ---> d12c7807a57d 14:57:24 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:24 ---> 5a8eed9e67a2 14:57:24 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:24 ---> Running in 60602d931f42 14:57:24 ---> Running in 5103c97dc912 14:57:24 ---> Running in 470fcf067707 14:57:24 ---> Running in 2e3e0fa2f703 14:57:25 Removing intermediate container 5103c97dc912 14:57:25 ---> a2e756afc66f 14:57:25 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:57:25 Removing intermediate container 60602d931f42 14:57:25 ---> 0da2d8c29128 14:57:25 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 14:57:25 ---> Running in 35c62872ddb3 14:57:25 ---> Running in 0ecdea8d909d 14:57:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:57:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:57:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:57:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:57:26 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:57:26 v3.17.3-50-ga35f8409359 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:57:26 OK: 17818 distinct packages available 14:57:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:57:26 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:57:26 v3.17.3-50-ga35f8409359 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:57:26 OK: 17818 distinct packages available 14:57:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:57:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:57:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:57:26 (1/5) Installing dumb-init (1.2.5-r2) 14:57:27 (2/5) Installing musl-obstack (1.2.3-r0) 14:57:27 (3/5) Installing libucontext (1.2-r0) 14:57:27 (4/5) Installing gcompat (1.1.0-r0) 14:57:27 (5/5) Installing openssl (3.0.8-r3) 14:57:27 Executing busybox-1.35.0-r29.trigger 14:57:27 (1/4) Installing dumb-init (1.2.5-r2) 14:57:27 OK: 8 MiB in 20 packages 14:57:27 (2/4) Installing musl-obstack (1.2.3-r0) 14:57:27 (3/4) Installing libucontext (1.2-r0) 14:57:27 (4/4) Installing gcompat (1.1.0-r0) 14:57:27 Executing busybox-1.35.0-r29.trigger 14:57:27 OK: 7 MiB in 19 packages 14:57:31 Removing intermediate container 35c62872ddb3 14:57:31 ---> bd8ed092cb49 14:57:31 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 14:57:31 Removing intermediate container 0ecdea8d909d 14:57:31 ---> 5d809f7e6c7b 14:57:31 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 14:57:32 ---> de3fdbe3d200 14:57:32 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 14:57:32 ---> 10495142342a 14:57:32 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 14:57:33 ---> 5df8047613a9 14:57:33 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:57:33 ---> 3647b9e24367 14:57:33 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 14:57:37 ---> 94b52bcd5e1a 14:57:37 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:57:37 ---> b5cab5726c57 14:57:37 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 14:57:38 ---> 66a184e15933 14:57:38 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 14:57:38 ---> Running in 5454ed71a51f 14:57:38 Removing intermediate container 5454ed71a51f 14:57:38 ---> 5e46004c6fd1 14:57:38 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 14:57:42 ---> 19689ccfbccf 14:57:42 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 14:57:42 ---> 9fdcf9d41be2 14:57:42 Step 22/27 : WORKDIR / 14:57:42 ---> Running in a99784ca0f29 14:57:42 ---> 1279b3f40f53 14:57:42 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 14:57:42 Removing intermediate container a99784ca0f29 14:57:42 ---> 2c14c5eac841 14:57:42 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:57:42 ---> 05f7eb9a6b7e 14:57:42 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 14:57:42 ---> Running in 72c6dd6afa0f 14:57:42 Removing intermediate container 72c6dd6afa0f 14:57:42 ---> 3778ab0a4a99 14:57:42 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:57:42 ---> 39643114bed1 14:57:42 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:57:42 ---> Running in c080b21cc4f6 14:57:42 ---> Running in 63686abd34e4 14:57:42 Removing intermediate container c080b21cc4f6 14:57:42 ---> 18e1cfb02962 14:57:42 Step 25/27 : LABEL arch=x86_64 14:57:43 Removing intermediate container 63686abd34e4 14:57:43 ---> 16cf05bed956 14:57:43 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:57:43 ---> Running in 220c8bca638e 14:57:43 ---> Running in 3eed9fa65b0c 14:57:43 Removing intermediate container 220c8bca638e 14:57:43 ---> 2a70ed43fe8c 14:57:43 Step 26/27 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:57:43 ---> Running in 2b7e375a5264 14:57:43 Removing intermediate container 3eed9fa65b0c 14:57:43 ---> 1e712de27302 14:57:43 Step 25/27 : LABEL arch=x86_64 14:57:44 ---> Running in 35f49066137a 14:57:44 Removing intermediate container 2b7e375a5264 14:57:44 ---> 29c874e7321c 14:57:44 Step 27/27 : LABEL version=3.0.0-dev.123 14:57:45 ---> Running in a4b59085eae3 14:57:45 Removing intermediate container 35f49066137a 14:57:45 ---> 329c35bcc102 14:57:45 Step 26/27 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:57:46 ---> Running in 68e5acf75a54 14:57:46 Removing intermediate container a4b59085eae3 14:57:46 ---> fb43a6d8cace 14:57:46 14:57:46 Successfully built fb43a6d8cace 14:57:46 Successfully tagged security-spire-config:latest 14:57:46  Building security-spire-config ... done Building core-data 14:57:46 Removing intermediate container 20969a924c26 14:57:46 ---> ed67909e5c8f 14:57:46 14:57:46 Step 9/33 : FROM alpine:3.17 14:57:46 Removing intermediate container ed78d02c7f8d 14:57:46 ---> e3e4de8f5ffb 14:57:46 14:57:46 Step 10/25 : FROM alpine:3.17 14:57:46 ---> 9ed4aefc74f6 14:57:46 ---> 9ed4aefc74f6 14:57:46 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation'Step 11/25 : RUN apk add --update --no-cache dumb-init 14:57:46 14:57:50 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:57:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:57:50 ---> fc107e18e554 14:57:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:57:50 ---> Using cache 14:57:50 ---> 481aae056860 14:57:50 Step 4/23 : WORKDIR /edgex-go 14:57:50 ---> Using cache 14:57:50 ---> f559b52abe81 14:57:50 Step 5/23 : RUN apk add --update --no-cache make git 14:57:50 ---> Using cache 14:57:50 ---> b8341ec69ef7 14:57:50 Step 6/23 : COPY go.mod vendor* ./ 14:57:50 ---> Using cache 14:57:50 ---> 3c7b56285a57 14:57:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:50 ---> Using cache 14:57:50 ---> 2cef83fe612b 14:57:50 Step 8/23 : COPY . . 14:57:50 ---> Using cache 14:57:50 ---> 365ce618ebb0 14:57:50 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 14:57:53 Removing intermediate container 68e5acf75a54 14:57:53 ---> 2d2a61f67e01 14:57:53 Step 27/27 : LABEL version=3.0.0-dev.123 14:57:53 ---> Running in cdfb5c131898 14:57:53 ---> Running in a393ca8fed7b 14:57:53 ---> Running in e8f8311f84e9 14:57:53 ---> Running in 6f64f5b02dbf 14:57:53 Removing intermediate container cdfb5c131898 14:57:53 ---> dd7da8b81193 14:57:53 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 14:57:53 Removing intermediate container 6f64f5b02dbf 14:57:53 ---> 14f822a13790 14:57:53 14:57:53 Removing intermediate container 3f8eb4a3e2b1 14:57:53 ---> 04bff059880b 14:57:53 14:57:53 Step 9/22 : FROM alpine:3.17 14:57:53 ---> 9ed4aefc74f6 14:57:53 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 14:57:53 ---> Running in 51ef901d7f05 14:57:53 ---> Running in 2b1647e4d4d9 14:57:53 Successfully built 14f822a13790 14:57:53 Successfully tagged security-spire-agent:latest 14:57:53  Building security-spire-agent ... done Building security-proxy-auth 14:57:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:57:53 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 14:57:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:57:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:57:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:57:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:57:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:57:54 (1/1) Installing dumb-init (1.2.5-r2) 14:57:54 Executing busybox-1.35.0-r29.trigger 14:57:54 OK: 7 MiB in 16 packages 14:57:54 (1/2) Installing dumb-init (1.2.5-r2) 14:57:54 (2/2) Installing su-exec (0.2-r2) 14:57:54 Executing busybox-1.35.0-r29.trigger 14:57:54 OK: 7 MiB in 17 packages 14:57:54 (1/2) Installing dumb-init (1.2.5-r2) 14:57:54 (2/2) Installing openssl (3.0.8-r3) 14:57:54 Executing busybox-1.35.0-r29.trigger 14:57:54 OK: 8 MiB in 17 packages 14:57:58 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:57:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:57:58 ---> fc107e18e554 14:57:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:57:58 ---> Using cache 14:57:58 ---> 481aae056860 14:57:58 Step 4/23 : WORKDIR /edgex-go 14:57:58 ---> Using cache 14:57:58 ---> f559b52abe81 14:57:58 Step 5/23 : RUN apk add --update --no-cache make git 14:57:58 ---> Using cache 14:57:58 ---> b8341ec69ef7 14:57:58 Step 6/23 : COPY go.mod vendor* ./ 14:57:58 ---> Using cache 14:57:58 ---> 3c7b56285a57 14:57:58 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:58 ---> Using cache 14:57:58 ---> 2cef83fe612b 14:57:58 Step 8/23 : COPY . . 14:57:58 ---> Using cache 14:57:58 ---> 365ce618ebb0 14:57:58 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 14:58:00 ---> Running in 8ac67c729c50 14:58:00 Removing intermediate container 2b1647e4d4d9 14:58:00 ---> d4e2d2786aba 14:58:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 14:58:00 Removing intermediate container 51ef901d7f05 14:58:00 ---> 9d863ab531fc 14:58:00 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 14:58:00 Removing intermediate container a393ca8fed7b 14:58:00 ---> 71d893e8eaed 14:58:00 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 14:58:00 ---> Running in 571bf41f6fbe 14:58:00 ---> Running in 136411fee567 14:58:00 ---> Running in 1633c9b39e1d 14:58:01 Removing intermediate container 136411fee567 14:58:01 ---> 3636ae5b7e2c 14:58:01 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 14:58:01 Removing intermediate container 571bf41f6fbe 14:58:01 ---> d5d77fdfc268 14:58:01 Step 12/22 : WORKDIR /edgex 14:58:01 Removing intermediate container 1633c9b39e1d 14:58:01 ---> f607eaf6607d 14:58:01 Step 13/25 : ENV APP_PORT=59881 14:58:01 ---> Running in 8fc8dcc7f027 14:58:01 ---> Running in e1b57f360d8e 14:58:01 ---> Running in 87bc18ebb521 14:58:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 14:58:01 Removing intermediate container 87bc18ebb521 14:58:01 ---> 39e7c66cef00 14:58:01 Step 14/25 : EXPOSE $APP_PORT 14:58:01 Removing intermediate container e1b57f360d8e 14:58:01 ---> 7a902f8aacd4 14:58:01 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:58:01 Removing intermediate container 8fc8dcc7f027 14:58:01 ---> e4c4fcccc366 14:58:01 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 14:58:02 ---> Running in 62e0f55cd75b 14:58:02 ---> Running in 9fe1491c7eb3 14:58:02 ---> c0e06a0b1b67 14:58:02 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 14:58:02 Removing intermediate container 9fe1491c7eb3 14:58:02 ---> e65f398ed80d 14:58:02 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 14:58:02 Removing intermediate container 62e0f55cd75b 14:58:02 ---> c5e599215952 14:58:02 Step 15/25 : WORKDIR / 14:58:02 ---> Running in cda57e237224 14:58:02 ---> Running in 5dad5957b740 14:58:02 ---> 92333a182596 14:58:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 14:58:03 Removing intermediate container cda57e237224 14:58:03 ---> c438440f609a 14:58:03 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 14:58:03 ---> Running in 4ac522e3113e 14:58:03 Removing intermediate container 5dad5957b740 14:58:03 ---> 9f258face2c1 14:58:03 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 14:58:03 ---> 714b778fd7f7 14:58:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:58:03 ---> fa5c3332d520 14:58:03 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 14:58:04 ---> b37ada3ca06a 14:58:04 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:58:04 ---> 869fd3cbda8c 14:58:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 14:58:04 ---> 50d56bad3004 14:58:04 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:58:04 ---> Running in 0514a2e95588 14:58:04 Removing intermediate container 4ac522e3113e 14:58:04 ---> fec392319ffc 14:58:04 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 14:58:04 ---> Running in 814f94917041 14:58:04 ---> 13faebf13c65 14:58:04 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 14:58:05 Removing intermediate container 814f94917041 14:58:05 ---> ad0581548950 14:58:05 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 14:58:05 ---> f83a82f9fb36 14:58:05 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 14:58:05 ---> f1c237dd2038 14:58:05 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 14:58:05 ---> Running in c01cad204b95 14:58:05 ---> 2f9b4c288dcd 14:58:05 Step 21/25 : ENTRYPOINT ["/core-metadata"] 14:58:05 ---> Running in 1ca9abbaf7ef 14:58:06 Removing intermediate container 0514a2e95588 14:58:06 ---> bf60a94169c2 14:58:06 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 14:58:06 Removing intermediate container 1ca9abbaf7ef 14:58:06 ---> af1b27adee7f 14:58:06 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:58:06 ---> Running in 0342c7955939 14:58:06 ---> Running in d80e73dd4b9f 14:58:06 Removing intermediate container 0342c7955939 14:58:06 ---> 31b3d4e705a2 14:58:06 Step 20/22 : LABEL arch=x86_64 14:58:06 Removing intermediate container d80e73dd4b9f 14:58:06 ---> 663ffa3a77f5 14:58:06 Step 23/25 : LABEL arch=x86_64 14:58:06 ---> Running in 387e59f02e5d 14:58:06 ---> Running in 41fc1e1ecd52 14:58:06 Removing intermediate container 387e59f02e5d 14:58:06 ---> 8f15dbc6efcf 14:58:06 Step 21/22 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:58:06 Removing intermediate container 41fc1e1ecd52 14:58:06 ---> ed977d6e9d28 14:58:06 Step 24/25 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:58:06 Removing intermediate container c01cad204b95 14:58:06 ---> f9763391fdb3 14:58:06 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 14:58:06 ---> Running in 14ad40dc5688 14:58:06 ---> Running in 4d3e30bd07b2 14:58:06 Removing intermediate container 4d3e30bd07b2 14:58:06 ---> 7e304ae62aa8 14:58:06 Step 22/22 : LABEL version=3.0.0-dev.123 14:58:07 ---> a459ae75a435 14:58:07 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 14:58:07 ---> Running in ce1ca45c1463 14:58:07 Removing intermediate container 14ad40dc5688 14:58:07 ---> 023b2f7206d3 14:58:07 Step 25/25 : LABEL version=3.0.0-dev.123 14:58:07 ---> Running in 523c26c095a4 14:58:07 Removing intermediate container ce1ca45c1463 14:58:07 ---> 162805624bc4 14:58:07 14:58:07 Successfully built 162805624bc4 14:58:07 Successfully tagged security-proxy-setup:latest 14:58:07 ---> bde7c7900976 14:58:07 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:58:07  Building security-proxy-setup ... done Building support-notifications 14:58:07 Removing intermediate container 523c26c095a4 14:58:07 ---> 893394488123 14:58:07 14:58:07 Successfully built 893394488123 14:58:07 Successfully tagged core-metadata:latest 14:58:07 Building security-spire-server 14:58:13  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:58:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:58:13 ---> fc107e18e554 14:58:13 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:58:13 ---> Using cache 14:58:13 ---> 481aae056860 14:58:13 Step 4/23 : WORKDIR /edgex-go 14:58:13 ---> Using cache 14:58:13 ---> f559b52abe81 14:58:13 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 14:58:13 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:58:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:58:13 ---> fc107e18e554 14:58:13 Step 3/26 : WORKDIR /edgex-go 14:58:13 ---> Using cache 14:58:13 ---> 514f8c113a14 14:58:13 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 14:58:13 ---> Using cache 14:58:13 ---> a3dd6c57ff9d 14:58:13 Step 5/26 : COPY go.mod vendor* ./ 14:58:13 ---> Using cache 14:58:13 ---> 1d69eb313630 14:58:13 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:58:13 ---> Using cache 14:58:13 ---> ca2766770555 14:58:13 Step 7/26 : COPY . . 14:58:13 ---> Using cache 14:58:13 ---> e33d829683ad 14:58:13 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 14:58:13 ---> Using cache 14:58:13 ---> de645078d77d 14:58:13 Step 9/26 : WORKDIR /edgex-go/spire-build 14:58:13 ---> Using cache 14:58:13 ---> c5bd94aa90eb 14:58:13 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 14:58:13 ---> Using cache 14:58:13 ---> b629d5e2bbf5 14:58:13 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 14:58:21 ---> 2e1421dd1f00 14:58:21 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 14:58:21 ---> Running in 669b2083ccd4 14:58:21 ---> Running in 09105e2d319c 14:58:21 ---> 918849dfa186 14:58:21 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 14:58:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:58:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:58:22 ---> d926a0f71cac 14:58:22 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 14:58:22 OK: 265 MiB in 53 packages 14:58:22 Removing intermediate container e8f8311f84e9 14:58:22 ---> f632adcb7b43 14:58:22 14:58:22 Step 10/23 : FROM alpine:3.17 14:58:22 ---> 9ed4aefc74f6 14:58:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 14:58:23 ---> Running in 5f3a719cc7d7 14:58:23 ---> e235ab4916a9 14:58:23 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 14:58:23 Removing intermediate container 5f3a719cc7d7 14:58:23 ---> cb60603259fb 14:58:23 Step 12/23 : ENV APP_PORT=59880 14:58:23 ---> Running in 1fd9277e7eeb 14:58:23 Removing intermediate container 669b2083ccd4 14:58:23 ---> c54b8bcfe57b 14:58:23 Step 12/26 : WORKDIR /edgex-go 14:58:23 Removing intermediate container 09105e2d319c 14:58:23 ---> 657085e9a3d4 14:58:23 Step 6/23 : COPY go.mod vendor* ./ 14:58:23 ---> Running in f50c28bf32f8 14:58:23 ---> 2ddf85027921 14:58:23 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:58:23 Removing intermediate container 1fd9277e7eeb 14:58:23 ---> 3115dd0d9370 14:58:23 Step 13/23 : EXPOSE $APP_PORT 14:58:23 ---> Running in 8f04d72dc471 14:58:23 Removing intermediate container f50c28bf32f8 14:58:23 ---> 60b130e238b6 14:58:23 14:58:23 Step 13/26 : FROM alpine:3.17 14:58:23 ---> 9ed4aefc74f6 14:58:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:58:23 ---> Using cache 14:58:23 ---> 0da2d8c29128 14:58:23 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:58:23 ---> Running in 4a5ee2f854ca 14:58:23 ---> 08c4a53bd142 14:58:23 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:58:23 ---> Running in c35bf4cf76cf 14:58:23 Removing intermediate container 8f04d72dc471 14:58:23 ---> c6e2ff059831 14:58:23 Step 14/23 : RUN apk add --update --no-cache dumb-init 14:58:23 ---> 6f8d9e6157de 14:58:23 Step 28/33 : RUN chmod +x /entrypoint.sh 14:58:23 ---> Running in 733cc53b1fb6 14:58:24 ---> Running in a1c9a6f0dd2f 14:58:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:58:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:58:24 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:58:24 v3.17.3-50-ga35f8409359 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:58:24 OK: 17818 distinct packages available 14:58:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:58:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:58:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:58:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:58:24 (1/1) Installing dumb-init (1.2.5-r2) 14:58:24 (1/5) Installing dumb-init (1.2.5-r2) 14:58:24 Executing busybox-1.35.0-r29.trigger 14:58:24 (2/5) Installing musl-obstack (1.2.3-r0) 14:58:24 (3/5) Installing libucontext (1.2-r0) 14:58:24 (4/5) Installing gcompat (1.1.0-r0) 14:58:24 (5/5) Installing openssl (3.0.8-r3) 14:58:24 OK: 7 MiB in 16 packages 14:58:24 Executing busybox-1.35.0-r29.trigger 14:58:24 OK: 8 MiB in 20 packages 14:58:25 Removing intermediate container a1c9a6f0dd2f 14:58:25 ---> 7e3ba078f490 14:58:25 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 14:58:25 ---> Running in b9c0e9fc8e6d 14:58:25 Removing intermediate container b9c0e9fc8e6d 14:58:25 ---> 5dde82dc2b2a 14:58:25 Step 30/33 : CMD ["gate"] 14:58:25 ---> Running in 142f038c8344 14:58:25 Removing intermediate container 142f038c8344 14:58:25 ---> 6e4183549fca 14:58:25 Step 31/33 : LABEL arch=x86_64 14:58:25 ---> Running in 6dd094682495 14:58:25 Removing intermediate container 733cc53b1fb6 14:58:25 ---> 1c79035ad5dd 14:58:25 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:58:25 Removing intermediate container 4a5ee2f854ca 14:58:25 ---> b498547883e0 14:58:25 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 14:58:25 Removing intermediate container 6dd094682495 14:58:25 ---> c248d226c414 14:58:25 Step 32/33 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:58:25 ---> Running in d56a19ce3176 14:58:25 Removing intermediate container d56a19ce3176 14:58:25 ---> 556afd28d4fc 14:58:25 Step 33/33 : LABEL version=3.0.0-dev.123 14:58:26 ---> 801e9979d11a 14:58:26 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 14:58:26 ---> 78d144dc9ebb 14:58:26 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 14:58:26 ---> Running in d6bc5865d4bb 14:58:26 Removing intermediate container d6bc5865d4bb 14:58:26 ---> 597eac940faf 14:58:26 14:58:27 Successfully built 597eac940faf 14:58:27 Successfully tagged security-bootstrapper:latest 14:58:27  Building security-bootstrapper ... done Building security-secretstore-setup 14:58:27 ---> a7f2408b1a0a 14:58:27 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:58:27 ---> 536a85f8cdfc 14:58:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:58:30 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:58:30 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:58:30 ---> fc107e18e554 14:58:30 Step 3/25 : WORKDIR /edgex-go 14:58:30 ---> Using cache 14:58:30 ---> 514f8c113a14 14:58:30 Step 4/25 : RUN apk add --update --no-cache make git 14:58:34 ---> 6f5ea7556b87 14:58:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 14:58:34 ---> 2a6e91444c44 14:58:34 ---> Running in 520ecdaf9f51 14:58:34 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 14:58:35 Removing intermediate container 8ac67c729c50 14:58:35 ---> 31d4e2b836bc 14:58:35 14:58:35 Step 10/23 : FROM alpine:3.17 14:58:35 ---> 9ed4aefc74f6 14:58:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 14:58:35 ---> Running in 235ff78344f0 14:58:35 ---> b78b9f9d6027 14:58:35 Step 19/23 : ENTRYPOINT ["/core-data"] 14:58:35 ---> d6cdf25553fa 14:58:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 14:58:35 ---> Running in c208d25bc4cc 14:58:35 Removing intermediate container 235ff78344f0 14:58:35 ---> c7398ea9a1ec 14:58:35 Step 12/23 : RUN apk add --update --no-cache dumb-init 14:58:35 ---> Running in 3253c595432a 14:58:35 Removing intermediate container c208d25bc4cc 14:58:35 ---> d6205c36f564 14:58:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:58:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:58:35 ---> c5100f910eee 14:58:35 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 14:58:35 ---> Running in 911338f0d339 14:58:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:58:36 OK: 265 MiB in 53 packages 14:58:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:58:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:58:36 (1/1) Installing dumb-init (1.2.5-r2) 14:58:36 Executing busybox-1.35.0-r29.trigger 14:58:36 OK: 7 MiB in 16 packages 14:58:36 ---> d9c78db55f44 14:58:36 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:58:36 Removing intermediate container 911338f0d339 14:58:36 ---> a801cfb8dafe 14:58:36 Step 21/23 : LABEL arch=x86_64 14:58:37 ---> Running in 003f1446794e 14:58:37 ---> Running in 7a7cd32118e4 14:58:38 Removing intermediate container 003f1446794e 14:58:38 ---> 8962d1a263a0 14:58:38 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:58:39 Removing intermediate container 3253c595432a 14:58:39 ---> 19250498b212 14:58:39 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:58:39 Removing intermediate container 520ecdaf9f51 14:58:39 ---> 9f96df215c43 14:58:39 Step 5/25 : COPY go.mod vendor* ./ 14:58:39 Removing intermediate container 7a7cd32118e4 14:58:39 ---> 6550d2f6a9d3 14:58:39 Step 22/23 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:58:39 ---> Running in 208c41b5d182 14:58:39 ---> Running in 2e4e9764a9a9 14:58:39 Removing intermediate container 208c41b5d182 14:58:39 ---> fb6f35bc9e2c 14:58:39 Step 24/26 : LABEL arch=x86_64 14:58:40 Removing intermediate container 2e4e9764a9a9 14:58:40 ---> b76f10930890 14:58:40 Step 23/23 : LABEL version=3.0.0-dev.123 14:58:40 ---> eb77cbbd894d 14:58:40 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 14:58:40 ---> 4ee6a77825c0 14:58:40 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:58:40 ---> Running in 23a8ef26b553 14:58:40 ---> Running in 5bd44ab54d5b 14:58:40 ---> Running in 8710deca8a5e 14:58:40 Removing intermediate container 23a8ef26b553 14:58:40 ---> e10b5675226d 14:58:40 Step 25/26 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:58:40 Removing intermediate container 5bd44ab54d5b 14:58:40 ---> cf409c1f2951 14:58:40 14:58:40 Successfully built cf409c1f2951 14:58:40 Successfully tagged core-data:latest 14:58:40  Building core-data ... done Building core-common-config-bootstrapper 14:58:40 ---> Running in 3d3fe8d9ed81 14:58:40 ---> fde90c56b3b8 14:58:40 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 14:58:43 Removing intermediate container 3d3fe8d9ed81 14:58:43 ---> 0d1ef517f739 14:58:43 Step 26/26 : LABEL version=3.0.0-dev.123 14:58:45 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:58:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:58:45 ---> fc107e18e554 14:58:45 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:58:45 ---> Using cache 14:58:45 ---> 481aae056860 14:58:45 Step 4/23 : WORKDIR /edgex-go 14:58:45 ---> Using cache 14:58:45 ---> f559b52abe81 14:58:45 Step 5/23 : RUN apk add --update --no-cache make git 14:58:45 ---> Using cache 14:58:45 ---> b8341ec69ef7 14:58:45 Step 6/23 : COPY go.mod vendor* ./ 14:58:45 ---> Using cache 14:58:45 ---> 3c7b56285a57 14:58:45 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:58:45 ---> Using cache 14:58:45 ---> 2cef83fe612b 14:58:45 Step 8/23 : COPY . . 14:58:45 ---> Using cache 14:58:45 ---> 365ce618ebb0 14:58:45 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 14:58:49 ---> a79549356db3 14:58:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 14:58:49 ---> Running in 5b3d8c1a0e87 14:58:49 ---> Running in 02c8695ac3ed 14:58:49 Removing intermediate container 02c8695ac3ed 14:58:49 ---> 12bb50c5a2a4 14:58:49 14:58:49 ---> 108656527343 14:58:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 14:58:49 Successfully built 12bb50c5a2a4 14:58:49 Successfully tagged security-spire-server:latest 14:58:49 Building support-scheduler 14:58:49  Building security-spire-server ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 14:58:49 Removing intermediate container c35bf4cf76cf 14:58:49 ---> cc675202ae60 14:58:49 Step 8/23 : COPY . . 14:58:53 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:58:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:58:53 ---> fc107e18e554 14:58:53 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:58:53 ---> Using cache 14:58:53 ---> 481aae056860 14:58:53 Step 4/23 : WORKDIR /edgex-go 14:58:53 ---> Using cache 14:58:53 ---> f559b52abe81 14:58:53 Step 5/23 : RUN apk add --update --no-cache make git 14:58:53 ---> Using cache 14:58:53 ---> b8341ec69ef7 14:58:53 Step 6/23 : COPY go.mod vendor* ./ 14:58:53 ---> Using cache 14:58:53 ---> 3c7b56285a57 14:58:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:58:53 ---> Using cache 14:58:53 ---> 2cef83fe612b 14:58:53 Step 8/23 : COPY . . 14:58:53 ---> Using cache 14:58:53 ---> 365ce618ebb0 14:58:53 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 14:59:01 ---> 02d27576e71a 14:59:01 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:59:01 ---> Running in 68e12ea7819b 14:59:01 ---> Running in ba64d4a5da9f 14:59:01 ---> ba6dbd12a7b7 14:59:01 Step 9/23 : RUN make cmd/support-notifications/support-notifications 14:59:01 ---> Running in 525bd1c7392c 14:59:02 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:59:02 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:59:04 Removing intermediate container ba64d4a5da9f 14:59:04 ---> 75b26dfb6953 14:59:04 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 14:59:05 ---> Running in a9b6d0987fd2 14:59:05 Removing intermediate container a9b6d0987fd2 14:59:05 ---> 9b2c4ae67fdc 14:59:05 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 14:59:06 ---> Running in 8748261f14e6 14:59:06 Removing intermediate container 8748261f14e6 14:59:06 ---> c75d7f5c8054 14:59:06 Step 21/23 : LABEL arch=x86_64 14:59:06 ---> Running in 1fd687ded68b 14:59:08 Removing intermediate container 1fd687ded68b 14:59:08 ---> 2354878df688 14:59:08 Step 22/23 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:59:10 ---> Running in a46b4abed8f3 14:59:10 Removing intermediate container a46b4abed8f3 14:59:10 ---> 9e36fd2eef6a 14:59:10 Step 23/23 : LABEL version=3.0.0-dev.123 14:59:11 ---> Running in 1821ba264903 14:59:11 Removing intermediate container 1821ba264903 14:59:11 ---> a2b56faf78bf 14:59:11 14:59:11 Successfully built a2b56faf78bf 14:59:11 Successfully tagged security-proxy-auth:latest 14:59:11  Building security-proxy-auth ... done Building core-command 14:59:16 Removing intermediate container 19546f5c1d93 14:59:16 ---> c275770b4b57 14:59:16 Step 7/25 : COPY . . 14:59:16 Removing intermediate container 2e3e0fa2f703 14:59:16 ---> 6b74ceff00d4 14:59:16 Step 8/23 : COPY . . 14:59:16 Removing intermediate container 374aee402603 14:59:16 ---> 58a9e830c5a9 14:59:16 Step 8/23 : COPY . . 14:59:16 Removing intermediate container 470fcf067707 14:59:16 ---> 9ffe1a6517ff 14:59:16 Step 8/23 : COPY . . 14:59:16 Removing intermediate container 03ccf4a4d2ff 14:59:16 ---> dbae1e35dbd3 14:59:16 Step 7/22 : COPY . . 14:59:18 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:59:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:59:18 ---> fc107e18e554 14:59:18 Step 3/24 : ARG ADD_BUILD_TAGS="" 14:59:18 ---> Using cache 14:59:18 ---> 481aae056860 14:59:18 Step 4/24 : WORKDIR /edgex-go 14:59:18 ---> Using cache 14:59:18 ---> f559b52abe81 14:59:18 Step 5/24 : RUN apk add --update --no-cache make git 14:59:18 ---> Using cache 14:59:18 ---> b8341ec69ef7 14:59:18 Step 6/24 : COPY go.mod vendor* ./ 14:59:18 ---> Using cache 14:59:18 ---> 3c7b56285a57 14:59:18 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:18 ---> Using cache 14:59:18 ---> 2cef83fe612b 14:59:18 Step 8/24 : COPY . . 14:59:18 ---> Using cache 14:59:18 ---> 365ce618ebb0 14:59:18 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 14:59:22 ---> a3f94a10cd8f 14:59:22 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 14:59:22 ---> 281e901e80ed 14:59:22 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:59:22 ---> 6324902e08f5 14:59:22 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 14:59:22 ---> fc9481294a57 14:59:22 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 14:59:22 ---> Running in 15eb140dabb4 14:59:22 ---> Running in 6d8136b0c143 14:59:22 ---> Running in d90b080604e6 14:59:22 ---> Running in 355bcfadbd2b 14:59:22 ---> 52291d5cc9fd 14:59:22 Step 8/22 : RUN make cmd/secrets-config/secrets-config 14:59:22 ---> Running in 2debc06675fc 14:59:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 14:59:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:59:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:59:25 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:59:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 14:59:33 ---> Running in 8507fd63d49c 14:59:33 Removing intermediate container 8710deca8a5e 14:59:33 ---> 41c0e1974766 14:59:33 Step 7/25 : COPY . . 14:59:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 14:59:45 ---> 2e25d0df4c3a 14:59:45 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:59:45 Removing intermediate container 5b3d8c1a0e87 14:59:45 ---> a8f15cca5b29 14:59:45 14:59:45 Step 10/23 : FROM alpine:3.17 14:59:45 ---> 9ed4aefc74f6 14:59:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 14:59:45 ---> Using cache 14:59:45 ---> c7398ea9a1ec 14:59:45 Step 12/23 : RUN apk add --update --no-cache dumb-init 14:59:45 ---> Using cache 14:59:45 ---> 19250498b212 14:59:45 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:45 ---> Using cache 14:59:45 ---> Running in cc6cd97454a0 14:59:45 ---> eb77cbbd894d 14:59:45 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 14:59:45 ---> Using cache 14:59:45 Removing intermediate container 525bd1c7392c 14:59:45 ---> d58a2ae249e0 14:59:45 14:59:45 Step 10/23 : FROM alpine:3.17 14:59:45 ---> 9ed4aefc74f6 14:59:45 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 14:59:45 Removing intermediate container 68e12ea7819b 14:59:45 ---> a3e48e58f052 14:59:45 14:59:45 Step 10/23 : FROM alpine:3.17 14:59:45 ---> 9ed4aefc74f6 14:59:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:59:45 ---> Using cache 14:59:45 ---> 71d893e8eaed 14:59:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 14:59:45 ---> Using cache 14:59:45 ---> f607eaf6607d 14:59:45 Step 13/23 : ENV APP_PORT=59861 14:59:45 ---> fde90c56b3b8 14:59:45 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 14:59:45 ---> Running in 43b2f9b99479 14:59:45 ---> Running in 0302d6a49265 14:59:46 Removing intermediate container 0302d6a49265 14:59:46 ---> 6c3f08c5b300 14:59:46 Step 14/23 : EXPOSE $APP_PORT 14:59:46 ---> Running in 96cbca2566ef 14:59:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:59:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:59:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:59:46 Removing intermediate container 96cbca2566ef 14:59:46 ---> 4bdcd31d0947 14:59:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:46 ---> a9a5e1a20cd1 14:59:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 14:59:46 (1/2) Installing ca-certificates (20220614-r4) 14:59:46 (2/2) Installing dumb-init (1.2.5-r2) 14:59:46 Executing busybox-1.35.0-r29.trigger 14:59:46 Executing ca-certificates-20220614-r4.trigger 14:59:46 ---> e61dc2d53610 14:59:46 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 14:59:46 ---> 16fad1e2fbd8 14:59:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 14:59:46 OK: 8 MiB in 17 packages 14:59:47 ---> 5b60a1a133e5 14:59:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:59:47 ---> 990a44195e54 14:59:47 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:59:47 ---> Running in 185c1453d5fb 14:59:47 Removing intermediate container 43b2f9b99479 14:59:47 ---> 5782c3a435cf 14:59:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 14:59:48 ---> 7b9b58d29c3c 14:59:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 14:59:48 ---> Running in ccd1f813d2fd 14:59:48 Removing intermediate container ccd1f813d2fd 14:59:48 ---> 80ce2590b99d 14:59:48 Step 13/23 : ENV APP_PORT=59860 14:59:48 ---> 973eab6db43e 14:59:48 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 14:59:48 ---> Running in 9062ae75552e 14:59:48 ---> Running in f044bfbe7473 14:59:48 Removing intermediate container 9062ae75552e 14:59:48 ---> 881f795910d5 14:59:48 Step 14/23 : EXPOSE $APP_PORT 14:59:48 Removing intermediate container f044bfbe7473 14:59:48 ---> Running in a3fac948c138 14:59:48 ---> e67197445c7b 14:59:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:59:48 Removing intermediate container 185c1453d5fb 14:59:48 ---> cca73de4dec8 14:59:48 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 14:59:48 ---> Running in bd6b8dd7253f 14:59:48 ---> Running in b4c91e0a7375 14:59:48 Removing intermediate container a3fac948c138 14:59:48 ---> 73b9caf6ef23 14:59:48 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:48 Removing intermediate container bd6b8dd7253f 14:59:48 ---> 296975c3faf8 14:59:48 Step 21/23 : LABEL arch=x86_64 14:59:48 Removing intermediate container b4c91e0a7375 14:59:48 ---> 0a269cab7cb5 14:59:48 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 14:59:48 ---> Running in b8835c91e01d 14:59:48 ---> Running in c39aa07e4f70 14:59:49 ---> a83ab9bb94a5 14:59:49 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 14:59:49 Removing intermediate container c39aa07e4f70 14:59:49 ---> 5e347757cdfa 14:59:49 Step 21/23 : LABEL arch=x86_64 14:59:49 ---> Running in b468af4163a6 14:59:49 Removing intermediate container b8835c91e01d 14:59:49 ---> 62246b04d510 14:59:49 Step 22/23 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:59:49 ---> Running in 148023f2cb1c 14:59:49 ---> 48105844c629 14:59:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:59:49 Removing intermediate container b468af4163a6 14:59:49 ---> d2755c404578 14:59:49 Step 22/23 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:59:49 ---> Running in 21d891c612c6 14:59:49 Removing intermediate container 148023f2cb1c 14:59:49 ---> 624d832ca5fa 14:59:49 Step 23/23 : LABEL version=3.0.0-dev.123 14:59:49 ---> Running in 6cd4a89660ca 14:59:49 Removing intermediate container 21d891c612c6 14:59:49 ---> c71d96510f0e 14:59:49 Step 23/23 : LABEL version=3.0.0-dev.123 14:59:49 ---> Running in a6605c08fef4 14:59:49 Removing intermediate container 6cd4a89660ca 14:59:49 ---> a2fe4bdc6109 14:59:49 14:59:49 Successfully built a2fe4bdc6109 14:59:49 Successfully tagged support-scheduler:latest 14:59:49 Building security-spiffe-token-provider 14:59:50  Building support-scheduler ... done Removing intermediate container a6605c08fef4 14:59:50 ---> e115846c2966 14:59:50 14:59:50 Successfully built e115846c2966 14:59:52 Successfully tagged core-common-config-bootstrapper:latest 14:59:52  Building core-common-config-bootstrapper ... done Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:59:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:59:52 ---> fc107e18e554 14:59:52 Step 3/20 : WORKDIR /edgex-go 14:59:52 ---> Using cache 14:59:52 ---> 514f8c113a14 14:59:52 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 14:59:58 ---> 6dad8b702f11 14:59:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 14:59:58 ---> Running in f70c173271d5 14:59:58 ---> 4126f38662d1 14:59:58 Step 19/23 : ENTRYPOINT ["/support-notifications"] 14:59:58 ---> Running in 6dc9195e9373 14:59:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:59:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:59:58 Removing intermediate container 6dc9195e9373 14:59:58 ---> e93a1535cd55 14:59:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:59:58 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:59:58 v3.17.3-50-ga35f8409359 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:59:58 OK: 17823 distinct packages available 14:59:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:59:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:59:58 OK: 265 MiB in 53 packages 14:59:58 ---> Running in 0238d37f6e93 14:59:59 Removing intermediate container 0238d37f6e93 14:59:59 ---> 9f4e8304e1aa 14:59:59 Step 21/23 : LABEL arch=x86_64 14:59:59 ---> Running in a992556182a7 14:59:59 Removing intermediate container 8507fd63d49c 14:59:59 ---> f2254d2cb84a 14:59:59 14:59:59 Step 10/24 : FROM alpine:3.17 14:59:59 ---> 9ed4aefc74f6 14:59:59 Step 11/24 : RUN apk add --update --no-cache dumb-init 14:59:59 ---> Using cache 14:59:59 ---> 71d893e8eaed 14:59:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 14:59:59 ---> Using cache 14:59:59 ---> f607eaf6607d 14:59:59 Step 13/24 : ENV APP_PORT=59882 14:59:59 ---> Running in a15ec90d198f 14:59:59 Removing intermediate container f70c173271d5 14:59:59 ---> 63ca901af552 14:59:59 Step 5/20 : COPY go.mod vendor* ./ 14:59:59 Removing intermediate container a992556182a7 14:59:59 ---> 559783b1c8bd 14:59:59 Step 22/23 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 14:59:59 ---> Running in 31493712a261 14:59:59 Removing intermediate container a15ec90d198f 14:59:59 ---> 5b28ec8b09df 14:59:59 Step 14/24 : EXPOSE $APP_PORT 14:59:59 ---> Running in 3fb8614c7d90 14:59:59 Removing intermediate container 31493712a261 14:59:59 ---> f77e3e450721 14:59:59 Step 23/23 : LABEL version=3.0.0-dev.123 14:59:59 ---> 9828c099c804 14:59:59 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:59 ---> Running in 6d93e05e0e16 14:59:59 ---> Running in 551bb4e34786 14:59:59 Removing intermediate container 3fb8614c7d90 14:59:59 ---> 0be25463f8fa 14:59:59 Step 15/24 : WORKDIR / 14:59:59 ---> Running in ea73bff814cd 14:59:59 Removing intermediate container 6d93e05e0e16 14:59:59 ---> 6fdafb4c1993 14:59:59 15:00:00 Successfully built 6fdafb4c1993 15:00:00 Successfully tagged support-notifications:latest 15:00:00  Building support-notifications ... done Removing intermediate container ea73bff814cd 15:00:00 ---> d1652ca6497c 15:00:00 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:00:00 ---> ef25c82923bb 15:00:00 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 15:00:00 ---> a784845adcaf 15:00:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:00:01 ---> 4886ac8a7c0d 15:00:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 15:00:01 ---> 986749783db8 15:00:01 Step 20/24 : ENTRYPOINT ["/core-command"] 15:00:01 ---> Running in eee881ba8651 15:00:02 Removing intermediate container eee881ba8651 15:00:02 ---> f1e62b196529 15:00:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:00:02 ---> Running in b28c2125415f 15:00:02 Removing intermediate container b28c2125415f 15:00:02 ---> a8ea8629b450 15:00:02 Step 22/24 : LABEL arch=x86_64 15:00:02 ---> Running in 14203725a389 15:00:02 Removing intermediate container 14203725a389 15:00:02 ---> 620a7e204f9a 15:00:02 Step 23/24 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:00:02 ---> Running in f93839e31a04 15:00:02 Removing intermediate container f93839e31a04 15:00:02 ---> d39d7bb3a66c 15:00:02 Step 24/24 : LABEL version=3.0.0-dev.123 15:00:02 ---> Running in ab271d02c6f5 15:00:02 Removing intermediate container ab271d02c6f5 15:00:02 ---> ca622d1fc9c2 15:00:02 15:00:02 Successfully built ca622d1fc9c2 15:00:02 Successfully tagged core-command:latest 15:00:05  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:00:18 Removing intermediate container cc6cd97454a0 15:00:18 ---> 1cbaefd5a048 15:00:18 15:00:18 Step 9/25 : FROM alpine:3.17 15:00:18 ---> 9ed4aefc74f6 15:00:18 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:00:18 ---> Running in 0b61c749e69b 15:00:18 Removing intermediate container 551bb4e34786 15:00:18 ---> 203e27ef39d0 15:00:18 Step 7/20 : COPY . . 15:00:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:00:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:00:18 (1/3) Installing ca-certificates (20220614-r4) 15:00:18 (2/3) Installing dumb-init (1.2.5-r2) 15:00:18 (3/3) Installing su-exec (0.2-r2) 15:00:18 Executing busybox-1.35.0-r29.trigger 15:00:18 Executing ca-certificates-20220614-r4.trigger 15:00:18 OK: 8 MiB in 18 packages 15:00:24 ---> c887032df9c2 15:00:24 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:00:24 ---> Running in e32faaec85c6 15:00:24 Removing intermediate container 0b61c749e69b 15:00:24 ---> 2560e5189493 15:00:24 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 15:00:24 ---> Running in 2336098f4b24 15:00:24 Removing intermediate container 2336098f4b24 15:00:24 ---> fa08fa00b5b4 15:00:24 Step 12/25 : WORKDIR / 15:00:24 ---> Running in df8cd526086f 15:00:24 Removing intermediate container df8cd526086f 15:00:24 ---> a16603e33048 15:00:24 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 15:00:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:00:24 ---> a365f7da8a89 15:00:24 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 15:00:25 ---> 9e8258dca951 15:00:25 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:00:25 ---> caf99265a1dd 15:00:25 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 15:00:25 ---> 33d07e253398 15:00:25 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 15:00:25 ---> 231871a91e9d 15:00:25 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:00:26 ---> aa39de05b937 15:00:26 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:00:26 ---> 75ef8337bd06 15:00:26 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:00:27 ---> bca6482eaafb 15:00:27 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:00:27 ---> Running in b4695ba4a924 15:00:27 Removing intermediate container b4695ba4a924 15:00:27 ---> 9ccf174e2008 15:00:27 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 15:00:27 ---> Running in b0e9d138ebc5 15:00:28 Removing intermediate container b0e9d138ebc5 15:00:28 ---> a0cf1cafdf72 15:00:28 Step 23/25 : LABEL arch=x86_64 15:00:28 ---> Running in 19a5ee3d2d74 15:00:28 Removing intermediate container 19a5ee3d2d74 15:00:28 ---> 3305b18aeebd 15:00:28 Step 24/25 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:00:28 ---> Running in 365c0930a04c 15:00:28 Removing intermediate container 365c0930a04c 15:00:28 ---> 92410453174b 15:00:28 Step 25/25 : LABEL version=3.0.0-dev.123 15:00:28 ---> Running in a249c1f438a1 15:00:29 Removing intermediate container a249c1f438a1 15:00:29 ---> fdf5ea5f5ff4 15:00:29 15:00:29 Successfully built fdf5ea5f5ff4 15:00:29 Successfully tagged security-secretstore-setup:latest 15:00:44  Building security-secretstore-setup ... done Removing intermediate container e32faaec85c6 15:00:44 ---> 5cde9c78cc6c 15:00:44 15:00:44 Step 9/20 : FROM alpine:3.17 15:00:44 ---> 9ed4aefc74f6 15:00:44 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 15:00:44 ---> Using cache 15:00:44 ---> dd7da8b81193 15:00:44 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:00:44 ---> Running in 44b9986e7024 15:00:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:00:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:00:44 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 15:00:44 v3.17.3-50-ga35f8409359 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 15:00:44 OK: 17818 distinct packages available 15:00:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:00:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:00:45 (1/9) Installing ca-certificates (20220614-r4) 15:00:45 (2/9) Installing brotli-libs (1.0.9-r9) 15:00:45 (3/9) Installing nghttp2-libs (1.51.0-r0) 15:00:45 (4/9) Installing libcurl (7.88.1-r1) 15:00:45 (5/9) Installing curl (7.88.1-r1) 15:00:45 (6/9) Installing dumb-init (1.2.5-r2) 15:00:45 (7/9) Installing musl-obstack (1.2.3-r0) 15:00:45 (8/9) Installing libucontext (1.2-r0) 15:00:45 (9/9) Installing gcompat (1.1.0-r0) 15:00:45 Executing busybox-1.35.0-r29.trigger 15:00:45 Executing ca-certificates-20220614-r4.trigger 15:00:45 OK: 10 MiB in 24 packages 15:00:46 Removing intermediate container 44b9986e7024 15:00:46 ---> 98c38a9bbd0b 15:00:46 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 15:00:46 ---> 72269669eee4 15:00:46 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 15:00:46 ---> e7a2740cf588 15:00:46 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:00:47 ---> a44700d92ffa 15:00:47 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 15:00:47 ---> 7844c364e3ad 15:00:47 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:00:47 ---> Running in fcead35fd3d4 15:00:47 Removing intermediate container fcead35fd3d4 15:00:47 ---> 42a1aec4cd20 15:00:47 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:00:47 ---> Running in 4f45efcdd342 15:00:47 Removing intermediate container 4f45efcdd342 15:00:47 ---> 72e40f2a7c6b 15:00:47 Step 18/20 : LABEL arch=x86_64 15:00:47 ---> Running in e080bd28e7f7 15:00:47 Removing intermediate container e080bd28e7f7 15:00:47 ---> fadd611baef3 15:00:47 Step 19/20 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:00:47 ---> Running in 3d73258c4b53 15:00:47 Removing intermediate container 3d73258c4b53 15:00:47 ---> c61da5bd8cba 15:00:47 Step 20/20 : LABEL version=3.0.0-dev.123 15:00:47 ---> Running in 0fdc950ee11f 15:00:47 Removing intermediate container 0fdc950ee11f 15:00:47 ---> 761126868690 15:00:47 15:00:47 Successfully built 761126868690 15:00:47 Successfully tagged security-spiffe-token-provider:latest 15:00:47  Building security-spiffe-token-provider ... done  [Pipeline] } 15:00:47 $ docker stop --time=1 1f596d89c71034baa9a508cd3f33787c0f396b198fed89859c4a5ca112d4e13f 15:00:49 $ docker rm -f --volumes 1f596d89c71034baa9a508cd3f33787c0f396b198fed89859c4a5ca112d4e13f [Pipeline] // withDockerContainer [Pipeline] sh 15:00:49 + docker images 15:00:49 REPOSITORY TAG IMAGE ID CREATED SIZE 15:00:49 security-spiffe-token-provider latest 761126868690 2 seconds ago 32.8MB 15:00:49 5cde9c78cc6c 7 seconds ago 1.72GB 15:00:49 security-secretstore-setup latest fdf5ea5f5ff4 21 seconds ago 32.8MB 15:00:49 1cbaefd5a048 38 seconds ago 1.68GB 15:00:49 core-command latest ca622d1fc9c2 47 seconds ago 19.8MB 15:00:49 f2254d2cb84a 50 seconds ago 1.69GB 15:00:49 support-notifications latest 6fdafb4c1993 50 seconds ago 32.7MB 15:00:49 core-common-config-bootstrapper latest e115846c2966 About a minute ago 17.2MB 15:00:49 support-scheduler latest a2fe4bdc6109 About a minute ago 32.1MB 15:00:49 a3e48e58f052 About a minute ago 1.75GB 15:00:49 d58a2ae249e0 About a minute ago 1.75GB 15:00:49 a8f15cca5b29 About a minute ago 1.68GB 15:00:49 security-proxy-auth latest a2b56faf78bf About a minute ago 18.3MB 15:00:49 security-spire-server latest 12bb50c5a2a4 2 minutes ago 89.8MB 15:00:49 core-data latest cf409c1f2951 2 minutes ago 20MB 15:00:49 31d4e2b836bc 2 minutes ago 1.66GB 15:00:49 security-bootstrapper latest 597eac940faf 2 minutes ago 22.2MB 15:00:49 60b130e238b6 2 minutes ago 1.54GB 15:00:49 f632adcb7b43 2 minutes ago 1.69GB 15:00:49 security-proxy-setup latest 162805624bc4 2 minutes ago 18.7MB 15:00:49 core-metadata latest 893394488123 2 minutes ago 20.4MB 15:00:49 security-spire-agent latest 14f822a13790 2 minutes ago 129MB 15:00:49 04bff059880b 2 minutes ago 1.66GB 15:00:49 ed67909e5c8f 3 minutes ago 1.67GB 15:00:49 e3e4de8f5ffb 3 minutes ago 1.69GB 15:00:49 security-spire-config latest fb43a6d8cace 3 minutes ago 88.9MB 15:00:49 6086289b0846 3 minutes ago 1.54GB 15:00:49 abbdb9182594 3 minutes ago 1.54GB 15:00:49 ci-base-image-x86_64 latest fc107e18e554 7 minutes ago 881MB 15:00:49 alpine 3.17 9ed4aefc74f6 10 days ago 7.05MB 15:00:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 4 weeks ago 664MB 15:00:49 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 15:00:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:00:49 provisioning config files... 15:00:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/485@tmp/config9273674097862286126tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:00:49 ---> docker-login.sh 15:00:49 nexus3.edgexfoundry.org:10001 15:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:49 Configure a credential helper to remove this warning. See 15:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:49 15:00:49 Login Succeeded 15:00:49 nexus3.edgexfoundry.org:10002 15:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:49 Configure a credential helper to remove this warning. See 15:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:49 15:00:49 Login Succeeded 15:00:49 nexus3.edgexfoundry.org:10003 15:00:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:50 Configure a credential helper to remove this warning. See 15:00:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:50 15:00:50 Login Succeeded 15:00:50 nexus3.edgexfoundry.org:10004 15:00:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:50 Configure a credential helper to remove this warning. See 15:00:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:50 15:00:50 Login Succeeded 15:00:50 docker.io 15:00:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:50 Configure a credential helper to remove this warning. See 15:00:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:50 15:00:50 Login Succeeded 15:00:50 ---> docker-login.sh ends [Pipeline] } 15:00:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:00:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:00:50 [edgeXDocker.push] Tagging docker image core-command with the following tags: 15:00:50 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:00:50 latest 15:00:50 3.0.0-dev.123 15:00:50 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:00:50 main 15:00:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:50 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:51 + docker push nexus3.edgexfoundry.org:10004/core-command:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:00:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:00:51 982997996c2c: Preparing 15:00:51 464d7dafba72: Preparing 15:00:51 aa9037a5da50: Preparing 15:00:51 ed9a899a7f95: Preparing 15:00:51 b8d895900718: Preparing 15:00:51 f1417ff83b31: Preparing 15:00:51 f1417ff83b31: Waiting 15:00:51 aa9037a5da50: Pushed 15:00:51 b8d895900718: Pushed 15:00:51 f1417ff83b31: Layer already exists 15:00:51 ed9a899a7f95: Pushed 15:00:51 982997996c2c: Pushed 15:00:52 464d7dafba72: Pushed 15:00:52 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:7def4cffec096031189714120f92b380410ff3935150d7a5eea32e13a36edf6d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:52 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:53 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 15:00:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:00:53 982997996c2c: Preparing 15:00:53 464d7dafba72: Preparing 15:00:53 aa9037a5da50: Preparing 15:00:53 ed9a899a7f95: Preparing 15:00:53 b8d895900718: Preparing 15:00:53 f1417ff83b31: Preparing 15:00:53 f1417ff83b31: Waiting 15:00:53 b8d895900718: Layer already exists 15:00:53 982997996c2c: Layer already exists 15:00:53 aa9037a5da50: Layer already exists 15:00:53 464d7dafba72: Layer already exists 15:00:53 ed9a899a7f95: Layer already exists 15:00:53 f1417ff83b31: Layer already exists 15:00:53 latest: digest: sha256:7def4cffec096031189714120f92b380410ff3935150d7a5eea32e13a36edf6d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:53 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:53 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.123 15:00:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:00:53 982997996c2c: Preparing 15:00:53 464d7dafba72: Preparing 15:00:53 aa9037a5da50: Preparing 15:00:53 ed9a899a7f95: Preparing 15:00:53 b8d895900718: Preparing 15:00:53 f1417ff83b31: Preparing 15:00:53 f1417ff83b31: Waiting 15:00:53 b8d895900718: Layer already exists 15:00:53 ed9a899a7f95: Layer already exists 15:00:53 982997996c2c: Layer already exists 15:00:53 464d7dafba72: Layer already exists 15:00:53 aa9037a5da50: Layer already exists 15:00:53 f1417ff83b31: Layer already exists 15:00:53 3.0.0-dev.123: digest: sha256:7def4cffec096031189714120f92b380410ff3935150d7a5eea32e13a36edf6d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:54 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:54 + docker push nexus3.edgexfoundry.org:10004/core-command:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:00:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:00:54 982997996c2c: Preparing 15:00:54 464d7dafba72: Preparing 15:00:54 aa9037a5da50: Preparing 15:00:54 ed9a899a7f95: Preparing 15:00:54 b8d895900718: Preparing 15:00:54 f1417ff83b31: Preparing 15:00:54 f1417ff83b31: Waiting 15:00:54 b8d895900718: Layer already exists 15:00:54 aa9037a5da50: Layer already exists 15:00:54 ed9a899a7f95: Layer already exists 15:00:54 982997996c2c: Layer already exists 15:00:54 464d7dafba72: Layer already exists 15:00:54 f1417ff83b31: Layer already exists 15:00:54 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:7def4cffec096031189714120f92b380410ff3935150d7a5eea32e13a36edf6d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:54 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:55 + docker push nexus3.edgexfoundry.org:10004/core-command:main 15:00:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:00:55 982997996c2c: Preparing 15:00:55 464d7dafba72: Preparing 15:00:55 aa9037a5da50: Preparing 15:00:55 ed9a899a7f95: Preparing 15:00:55 b8d895900718: Preparing 15:00:55 f1417ff83b31: Preparing 15:00:55 f1417ff83b31: Waiting 15:00:55 b8d895900718: Layer already exists 15:00:55 982997996c2c: Layer already exists 15:00:55 aa9037a5da50: Layer already exists 15:00:55 464d7dafba72: Layer already exists 15:00:55 ed9a899a7f95: Layer already exists 15:00:55 f1417ff83b31: Layer already exists 15:00:55 main: digest: sha256:7def4cffec096031189714120f92b380410ff3935150d7a5eea32e13a36edf6d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:00:55 ===================================================== [Pipeline] echo 15:00:55 taggedImages: 15:00:55 - nexus3.edgexfoundry.org:10004/core-command:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:00:55 - nexus3.edgexfoundry.org:10004/core-command:latest 15:00:55 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.123 15:00:55 - nexus3.edgexfoundry.org:10004/core-command:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:00:55 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 15:00:55 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 15:00:55 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:00:55 latest 15:00:55 3.0.0-dev.123 15:00:55 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:00:55 main 15:00:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:55 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:00:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:00:55 95f1b3b9b16c: Preparing 15:00:55 140d9e76f282: Preparing 15:00:55 c4e311b2d706: Preparing 15:00:55 a2696734041c: Preparing 15:00:55 aa9037a5da50: Preparing 15:00:55 ed9a899a7f95: Preparing 15:00:55 e320c61da7c8: Preparing 15:00:55 f1417ff83b31: Preparing 15:00:55 ed9a899a7f95: Waiting 15:00:55 e320c61da7c8: Waiting 15:00:55 aa9037a5da50: Layer already exists 15:00:55 ed9a899a7f95: Layer already exists 15:00:55 c4e311b2d706: Pushed 15:00:55 140d9e76f282: Pushed 15:00:55 95f1b3b9b16c: Pushed 15:00:55 f1417ff83b31: Layer already exists 15:00:55 e320c61da7c8: Pushed 15:00:57 a2696734041c: Pushed 15:00:57 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:d9ea6cc20a48e0329261ff3c4a022975836fce052e06f0f964c6cb5a57603237 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:57 + 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 15:00:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:00:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:00:57 95f1b3b9b16c: Preparing 15:00:57 140d9e76f282: Preparing 15:00:57 c4e311b2d706: Preparing 15:00:57 a2696734041c: Preparing 15:00:57 aa9037a5da50: Preparing 15:00:57 ed9a899a7f95: Preparing 15:00:57 e320c61da7c8: Preparing 15:00:57 f1417ff83b31: Preparing 15:00:57 e320c61da7c8: Waiting 15:00:57 ed9a899a7f95: Waiting 15:00:57 f1417ff83b31: Waiting 15:00:57 a2696734041c: Layer already exists 15:00:57 95f1b3b9b16c: Layer already exists 15:00:57 aa9037a5da50: Layer already exists 15:00:57 c4e311b2d706: Layer already exists 15:00:57 140d9e76f282: Layer already exists 15:00:57 e320c61da7c8: Layer already exists 15:00:57 ed9a899a7f95: Layer already exists 15:00:57 f1417ff83b31: Layer already exists 15:00:57 latest: digest: sha256:d9ea6cc20a48e0329261ff3c4a022975836fce052e06f0f964c6cb5a57603237 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:58 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.123 15:00:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:00:58 95f1b3b9b16c: Preparing 15:00:58 140d9e76f282: Preparing 15:00:58 c4e311b2d706: Preparing 15:00:58 a2696734041c: Preparing 15:00:58 aa9037a5da50: Preparing 15:00:58 ed9a899a7f95: Preparing 15:00:58 e320c61da7c8: Preparing 15:00:58 f1417ff83b31: Preparing 15:00:58 ed9a899a7f95: Waiting 15:00:58 e320c61da7c8: Waiting 15:00:58 f1417ff83b31: Waiting 15:00:58 140d9e76f282: Layer already exists 15:00:58 a2696734041c: Layer already exists 15:00:58 aa9037a5da50: Layer already exists 15:00:58 95f1b3b9b16c: Layer already exists 15:00:58 c4e311b2d706: Layer already exists 15:00:58 e320c61da7c8: Layer already exists 15:00:58 ed9a899a7f95: Layer already exists 15:00:58 f1417ff83b31: Layer already exists 15:00:58 3.0.0-dev.123: digest: sha256:d9ea6cc20a48e0329261ff3c4a022975836fce052e06f0f964c6cb5a57603237 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:58 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:00:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:00:59 95f1b3b9b16c: Preparing 15:00:59 140d9e76f282: Preparing 15:00:59 c4e311b2d706: Preparing 15:00:59 a2696734041c: Preparing 15:00:59 aa9037a5da50: Preparing 15:00:59 ed9a899a7f95: Preparing 15:00:59 e320c61da7c8: Preparing 15:00:59 f1417ff83b31: Preparing 15:00:59 ed9a899a7f95: Waiting 15:00:59 e320c61da7c8: Waiting 15:00:59 f1417ff83b31: Waiting 15:00:59 95f1b3b9b16c: Layer already exists 15:00:59 a2696734041c: Layer already exists 15:00:59 c4e311b2d706: Layer already exists 15:00:59 aa9037a5da50: Layer already exists 15:00:59 140d9e76f282: Layer already exists 15:00:59 e320c61da7c8: Layer already exists 15:00:59 ed9a899a7f95: Layer already exists 15:00:59 f1417ff83b31: Layer already exists 15:00:59 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:d9ea6cc20a48e0329261ff3c4a022975836fce052e06f0f964c6cb5a57603237 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:59 + 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 15:00:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 15:00:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:00:59 95f1b3b9b16c: Preparing 15:00:59 140d9e76f282: Preparing 15:00:59 c4e311b2d706: Preparing 15:00:59 a2696734041c: Preparing 15:00:59 aa9037a5da50: Preparing 15:00:59 ed9a899a7f95: Preparing 15:00:59 e320c61da7c8: Preparing 15:00:59 f1417ff83b31: Preparing 15:00:59 e320c61da7c8: Waiting 15:00:59 f1417ff83b31: Waiting 15:00:59 ed9a899a7f95: Waiting 15:00:59 140d9e76f282: Layer already exists 15:00:59 c4e311b2d706: Layer already exists 15:00:59 a2696734041c: Layer already exists 15:00:59 aa9037a5da50: Layer already exists 15:00:59 95f1b3b9b16c: Layer already exists 15:00:59 ed9a899a7f95: Layer already exists 15:00:59 e320c61da7c8: Layer already exists 15:00:59 f1417ff83b31: Layer already exists 15:00:59 main: digest: sha256:d9ea6cc20a48e0329261ff3c4a022975836fce052e06f0f964c6cb5a57603237 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:00:59 ===================================================== [Pipeline] echo 15:00:59 taggedImages: 15:00:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:00:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:00:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.123 15:00:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:00:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 15:00:59 [edgeXDocker.push] Tagging docker image core-data with the following tags: 15:00:59 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:00:59 latest 15:00:59 3.0.0-dev.123 15:00:59 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:00:59 main 15:00:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:00 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:00 + docker push nexus3.edgexfoundry.org:10004/core-data:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:00 e05ee15acc95: Preparing 15:01:00 3545cfd36b7d: Preparing 15:01:00 aa9037a5da50: Preparing 15:01:00 ed9a899a7f95: Preparing 15:01:00 669c73002c0d: Preparing 15:01:00 f1417ff83b31: Preparing 15:01:00 f1417ff83b31: Waiting 15:01:00 ed9a899a7f95: Layer already exists 15:01:00 aa9037a5da50: Layer already exists 15:01:00 f1417ff83b31: Layer already exists 15:01:00 e05ee15acc95: Pushed 15:01:00 669c73002c0d: Pushed 15:01:01 3545cfd36b7d: Pushed 15:01:01 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:75e0f48364067077c7421af423b74492c5d11592ade244344a8d194b844b23f2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:02 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:02 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 15:01:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:02 e05ee15acc95: Preparing 15:01:02 3545cfd36b7d: Preparing 15:01:02 aa9037a5da50: Preparing 15:01:02 ed9a899a7f95: Preparing 15:01:02 669c73002c0d: Preparing 15:01:02 f1417ff83b31: Preparing 15:01:02 f1417ff83b31: Waiting 15:01:02 3545cfd36b7d: Layer already exists 15:01:02 669c73002c0d: Layer already exists 15:01:02 e05ee15acc95: Layer already exists 15:01:02 aa9037a5da50: Layer already exists 15:01:02 ed9a899a7f95: Layer already exists 15:01:02 f1417ff83b31: Layer already exists 15:01:02 latest: digest: sha256:75e0f48364067077c7421af423b74492c5d11592ade244344a8d194b844b23f2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:02 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:03 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.123 15:01:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:03 e05ee15acc95: Preparing 15:01:03 3545cfd36b7d: Preparing 15:01:03 aa9037a5da50: Preparing 15:01:03 ed9a899a7f95: Preparing 15:01:03 669c73002c0d: Preparing 15:01:03 f1417ff83b31: Preparing 15:01:03 aa9037a5da50: Layer already exists 15:01:03 3545cfd36b7d: Layer already exists 15:01:03 669c73002c0d: Layer already exists 15:01:03 ed9a899a7f95: Layer already exists 15:01:03 e05ee15acc95: Layer already exists 15:01:03 f1417ff83b31: Layer already exists 15:01:03 3.0.0-dev.123: digest: sha256:75e0f48364067077c7421af423b74492c5d11592ade244344a8d194b844b23f2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:03 + docker push nexus3.edgexfoundry.org:10004/core-data:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:03 e05ee15acc95: Preparing 15:01:03 3545cfd36b7d: Preparing 15:01:03 aa9037a5da50: Preparing 15:01:03 ed9a899a7f95: Preparing 15:01:03 669c73002c0d: Preparing 15:01:03 f1417ff83b31: Preparing 15:01:03 f1417ff83b31: Waiting 15:01:03 aa9037a5da50: Layer already exists 15:01:03 3545cfd36b7d: Layer already exists 15:01:03 ed9a899a7f95: Layer already exists 15:01:03 e05ee15acc95: Layer already exists 15:01:03 669c73002c0d: Layer already exists 15:01:03 f1417ff83b31: Layer already exists 15:01:03 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:75e0f48364067077c7421af423b74492c5d11592ade244344a8d194b844b23f2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:04 + docker push nexus3.edgexfoundry.org:10004/core-data:main 15:01:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:04 e05ee15acc95: Preparing 15:01:04 3545cfd36b7d: Preparing 15:01:04 aa9037a5da50: Preparing 15:01:04 ed9a899a7f95: Preparing 15:01:04 669c73002c0d: Preparing 15:01:04 f1417ff83b31: Preparing 15:01:04 f1417ff83b31: Waiting 15:01:04 e05ee15acc95: Layer already exists 15:01:04 3545cfd36b7d: Layer already exists 15:01:04 ed9a899a7f95: Layer already exists 15:01:04 669c73002c0d: Layer already exists 15:01:04 aa9037a5da50: Layer already exists 15:01:04 f1417ff83b31: Layer already exists 15:01:04 main: digest: sha256:75e0f48364067077c7421af423b74492c5d11592ade244344a8d194b844b23f2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:04 ===================================================== [Pipeline] echo 15:01:04 taggedImages: 15:01:04 - nexus3.edgexfoundry.org:10004/core-data:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:04 - nexus3.edgexfoundry.org:10004/core-data:latest 15:01:04 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.123 15:01:04 - nexus3.edgexfoundry.org:10004/core-data:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:04 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 15:01:04 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 15:01:04 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:04 latest 15:01:04 3.0.0-dev.123 15:01:04 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:04 main 15:01:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:04 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:05 a8d4b2b1d12b: Preparing 15:01:05 df78d68a992c: Preparing 15:01:05 211e66de1e61: Preparing 15:01:05 aa9037a5da50: Preparing 15:01:05 ed9a899a7f95: Preparing 15:01:05 b8d895900718: Preparing 15:01:05 f1417ff83b31: Preparing 15:01:05 f1417ff83b31: Waiting 15:01:05 b8d895900718: Waiting 15:01:05 ed9a899a7f95: Layer already exists 15:01:05 aa9037a5da50: Layer already exists 15:01:05 b8d895900718: Layer already exists 15:01:05 f1417ff83b31: Layer already exists 15:01:05 a8d4b2b1d12b: Pushed 15:01:05 df78d68a992c: Pushed 15:01:06 211e66de1e61: Pushed 15:01:06 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:378b3da6922f264a95b793a371c42784f80eb986652bd211cf38c0d7042a2c6f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:07 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 15:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:07 a8d4b2b1d12b: Preparing 15:01:07 df78d68a992c: Preparing 15:01:07 211e66de1e61: Preparing 15:01:07 aa9037a5da50: Preparing 15:01:07 ed9a899a7f95: Preparing 15:01:07 b8d895900718: Preparing 15:01:07 f1417ff83b31: Preparing 15:01:07 b8d895900718: Waiting 15:01:07 f1417ff83b31: Waiting 15:01:07 df78d68a992c: Layer already exists 15:01:07 ed9a899a7f95: Layer already exists 15:01:07 a8d4b2b1d12b: Layer already exists 15:01:07 aa9037a5da50: Layer already exists 15:01:07 211e66de1e61: Layer already exists 15:01:07 b8d895900718: Layer already exists 15:01:07 f1417ff83b31: Layer already exists 15:01:07 latest: digest: sha256:378b3da6922f264a95b793a371c42784f80eb986652bd211cf38c0d7042a2c6f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:07 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.123 15:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:07 a8d4b2b1d12b: Preparing 15:01:07 df78d68a992c: Preparing 15:01:07 211e66de1e61: Preparing 15:01:07 aa9037a5da50: Preparing 15:01:07 ed9a899a7f95: Preparing 15:01:07 b8d895900718: Preparing 15:01:07 f1417ff83b31: Preparing 15:01:07 b8d895900718: Waiting 15:01:07 f1417ff83b31: Waiting 15:01:07 a8d4b2b1d12b: Layer already exists 15:01:07 aa9037a5da50: Layer already exists 15:01:07 ed9a899a7f95: Layer already exists 15:01:07 211e66de1e61: Layer already exists 15:01:07 df78d68a992c: Layer already exists 15:01:07 f1417ff83b31: Layer already exists 15:01:07 b8d895900718: Layer already exists 15:01:07 3.0.0-dev.123: digest: sha256:378b3da6922f264a95b793a371c42784f80eb986652bd211cf38c0d7042a2c6f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:08 a8d4b2b1d12b: Preparing 15:01:08 df78d68a992c: Preparing 15:01:08 211e66de1e61: Preparing 15:01:08 aa9037a5da50: Preparing 15:01:08 ed9a899a7f95: Preparing 15:01:08 b8d895900718: Preparing 15:01:08 f1417ff83b31: Preparing 15:01:08 b8d895900718: Waiting 15:01:08 f1417ff83b31: Waiting 15:01:08 aa9037a5da50: Layer already exists 15:01:08 211e66de1e61: Layer already exists 15:01:08 a8d4b2b1d12b: Layer already exists 15:01:08 ed9a899a7f95: Layer already exists 15:01:08 df78d68a992c: Layer already exists 15:01:08 f1417ff83b31: Layer already exists 15:01:08 b8d895900718: Layer already exists 15:01:08 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:378b3da6922f264a95b793a371c42784f80eb986652bd211cf38c0d7042a2c6f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 15:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:09 a8d4b2b1d12b: Preparing 15:01:09 df78d68a992c: Preparing 15:01:09 211e66de1e61: Preparing 15:01:09 aa9037a5da50: Preparing 15:01:09 ed9a899a7f95: Preparing 15:01:09 b8d895900718: Preparing 15:01:09 f1417ff83b31: Preparing 15:01:09 b8d895900718: Waiting 15:01:09 f1417ff83b31: Waiting 15:01:09 df78d68a992c: Layer already exists 15:01:09 ed9a899a7f95: Layer already exists 15:01:09 211e66de1e61: Layer already exists 15:01:09 a8d4b2b1d12b: Layer already exists 15:01:09 aa9037a5da50: Layer already exists 15:01:09 b8d895900718: Layer already exists 15:01:09 f1417ff83b31: Layer already exists 15:01:09 main: digest: sha256:378b3da6922f264a95b793a371c42784f80eb986652bd211cf38c0d7042a2c6f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:09 ===================================================== [Pipeline] echo 15:01:09 taggedImages: 15:01:09 - nexus3.edgexfoundry.org:10004/core-metadata:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:09 - nexus3.edgexfoundry.org:10004/core-metadata:latest 15:01:09 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.123 15:01:09 - nexus3.edgexfoundry.org:10004/core-metadata:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:09 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 15:01:09 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 15:01:09 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:09 latest 15:01:09 3.0.0-dev.123 15:01:09 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:09 main 15:01:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:09 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:09 b02b560ccfc0: Preparing 15:01:09 b02b560ccfc0: Preparing 15:01:09 192377b9df8b: Preparing 15:01:09 73d9bd26410d: Preparing 15:01:09 37c1434ea6d8: Preparing 15:01:09 b481565ceb33: Preparing 15:01:09 9403ba404244: Preparing 15:01:09 aa9037a5da50: Preparing 15:01:09 ed9a899a7f95: Preparing 15:01:09 e8aaa2b89355: Preparing 15:01:09 627fe559c32e: Preparing 15:01:09 d6044876f4f2: Preparing 15:01:09 bbd1f7d3059c: Preparing 15:01:09 f1417ff83b31: Preparing 15:01:09 ed9a899a7f95: Waiting 15:01:09 aa9037a5da50: Waiting 15:01:09 e8aaa2b89355: Waiting 15:01:09 9403ba404244: Waiting 15:01:09 627fe559c32e: Waiting 15:01:09 d6044876f4f2: Waiting 15:01:09 f1417ff83b31: Waiting 15:01:09 bbd1f7d3059c: Waiting 15:01:09 b481565ceb33: Pushed 15:01:09 73d9bd26410d: Pushed 15:01:09 b02b560ccfc0: Pushed 15:01:09 192377b9df8b: Pushed 15:01:09 aa9037a5da50: Layer already exists 15:01:09 37c1434ea6d8: Pushed 15:01:09 ed9a899a7f95: Layer already exists 15:01:10 627fe559c32e: Pushed 15:01:10 f1417ff83b31: Layer already exists 15:01:10 bbd1f7d3059c: Pushed 15:01:10 d6044876f4f2: Pushed 15:01:10 e8aaa2b89355: Pushed 15:01:12 9403ba404244: Pushed 15:01:12 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:c7d6ed99f398864bdc8b8ff5832612a71c5b9c3dd5af5699cfcdf18e9157e996 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:12 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:01:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:12 b02b560ccfc0: Preparing 15:01:12 b02b560ccfc0: Preparing 15:01:12 192377b9df8b: Preparing 15:01:12 73d9bd26410d: Preparing 15:01:12 37c1434ea6d8: Preparing 15:01:12 b481565ceb33: Preparing 15:01:12 9403ba404244: Preparing 15:01:12 aa9037a5da50: Preparing 15:01:12 ed9a899a7f95: Preparing 15:01:12 e8aaa2b89355: Preparing 15:01:12 627fe559c32e: Preparing 15:01:12 d6044876f4f2: Preparing 15:01:12 bbd1f7d3059c: Preparing 15:01:12 f1417ff83b31: Preparing 15:01:12 627fe559c32e: Waiting 15:01:12 9403ba404244: Waiting 15:01:12 bbd1f7d3059c: Waiting 15:01:12 d6044876f4f2: Waiting 15:01:12 aa9037a5da50: Waiting 15:01:12 f1417ff83b31: Waiting 15:01:12 ed9a899a7f95: Waiting 15:01:12 e8aaa2b89355: Waiting 15:01:12 b02b560ccfc0: Layer already exists 15:01:12 37c1434ea6d8: Layer already exists 15:01:12 73d9bd26410d: Layer already exists 15:01:12 192377b9df8b: Layer already exists 15:01:12 b481565ceb33: Layer already exists 15:01:12 9403ba404244: Layer already exists 15:01:12 aa9037a5da50: Layer already exists 15:01:12 627fe559c32e: Layer already exists 15:01:12 ed9a899a7f95: Layer already exists 15:01:12 e8aaa2b89355: Layer already exists 15:01:12 bbd1f7d3059c: Layer already exists 15:01:12 f1417ff83b31: Layer already exists 15:01:12 d6044876f4f2: Layer already exists 15:01:12 latest: digest: sha256:c7d6ed99f398864bdc8b8ff5832612a71c5b9c3dd5af5699cfcdf18e9157e996 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:12 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.123 15:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:13 b02b560ccfc0: Preparing 15:01:13 b02b560ccfc0: Preparing 15:01:13 192377b9df8b: Preparing 15:01:13 73d9bd26410d: Preparing 15:01:13 37c1434ea6d8: Preparing 15:01:13 b481565ceb33: Preparing 15:01:13 9403ba404244: Preparing 15:01:13 aa9037a5da50: Preparing 15:01:13 ed9a899a7f95: Preparing 15:01:13 e8aaa2b89355: Preparing 15:01:13 627fe559c32e: Preparing 15:01:13 d6044876f4f2: Preparing 15:01:13 bbd1f7d3059c: Preparing 15:01:13 f1417ff83b31: Preparing 15:01:13 627fe559c32e: Waiting 15:01:13 9403ba404244: Waiting 15:01:13 aa9037a5da50: Waiting 15:01:13 ed9a899a7f95: Waiting 15:01:13 d6044876f4f2: Waiting 15:01:13 f1417ff83b31: Waiting 15:01:13 e8aaa2b89355: Waiting 15:01:13 bbd1f7d3059c: Waiting 15:01:13 37c1434ea6d8: Layer already exists 15:01:13 73d9bd26410d: Layer already exists 15:01:13 b02b560ccfc0: Layer already exists 15:01:13 192377b9df8b: Layer already exists 15:01:13 b481565ceb33: Layer already exists 15:01:13 e8aaa2b89355: Layer already exists 15:01:13 aa9037a5da50: Layer already exists 15:01:13 ed9a899a7f95: Layer already exists 15:01:13 627fe559c32e: Layer already exists 15:01:13 9403ba404244: Layer already exists 15:01:13 d6044876f4f2: Layer already exists 15:01:13 bbd1f7d3059c: Layer already exists 15:01:13 f1417ff83b31: Layer already exists 15:01:13 3.0.0-dev.123: digest: sha256:c7d6ed99f398864bdc8b8ff5832612a71c5b9c3dd5af5699cfcdf18e9157e996 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:13 b02b560ccfc0: Preparing 15:01:13 b02b560ccfc0: Preparing 15:01:13 192377b9df8b: Preparing 15:01:13 73d9bd26410d: Preparing 15:01:13 37c1434ea6d8: Preparing 15:01:13 b481565ceb33: Preparing 15:01:13 9403ba404244: Preparing 15:01:13 aa9037a5da50: Preparing 15:01:13 ed9a899a7f95: Preparing 15:01:13 e8aaa2b89355: Preparing 15:01:13 627fe559c32e: Preparing 15:01:13 d6044876f4f2: Preparing 15:01:13 bbd1f7d3059c: Preparing 15:01:13 f1417ff83b31: Preparing 15:01:13 e8aaa2b89355: Waiting 15:01:13 bbd1f7d3059c: Waiting 15:01:13 f1417ff83b31: Waiting 15:01:13 627fe559c32e: Waiting 15:01:13 9403ba404244: Waiting 15:01:13 aa9037a5da50: Waiting 15:01:13 d6044876f4f2: Waiting 15:01:13 ed9a899a7f95: Waiting 15:01:13 73d9bd26410d: Layer already exists 15:01:13 b481565ceb33: Layer already exists 15:01:13 192377b9df8b: Layer already exists 15:01:13 37c1434ea6d8: Layer already exists 15:01:13 b02b560ccfc0: Layer already exists 15:01:13 9403ba404244: Layer already exists 15:01:13 aa9037a5da50: Layer already exists 15:01:13 ed9a899a7f95: Layer already exists 15:01:13 e8aaa2b89355: Layer already exists 15:01:13 627fe559c32e: Layer already exists 15:01:13 d6044876f4f2: Layer already exists 15:01:13 f1417ff83b31: Layer already exists 15:01:13 bbd1f7d3059c: Layer already exists 15:01:13 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:c7d6ed99f398864bdc8b8ff5832612a71c5b9c3dd5af5699cfcdf18e9157e996 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 15:01:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:14 b02b560ccfc0: Preparing 15:01:14 b02b560ccfc0: Preparing 15:01:14 192377b9df8b: Preparing 15:01:14 73d9bd26410d: Preparing 15:01:14 37c1434ea6d8: Preparing 15:01:14 b481565ceb33: Preparing 15:01:14 9403ba404244: Preparing 15:01:14 aa9037a5da50: Preparing 15:01:14 ed9a899a7f95: Preparing 15:01:14 e8aaa2b89355: Preparing 15:01:14 627fe559c32e: Preparing 15:01:14 d6044876f4f2: Preparing 15:01:14 bbd1f7d3059c: Preparing 15:01:14 f1417ff83b31: Preparing 15:01:14 aa9037a5da50: Waiting 15:01:14 ed9a899a7f95: Waiting 15:01:14 e8aaa2b89355: Waiting 15:01:14 627fe559c32e: Waiting 15:01:14 d6044876f4f2: Waiting 15:01:14 bbd1f7d3059c: Waiting 15:01:14 f1417ff83b31: Waiting 15:01:14 9403ba404244: Waiting 15:01:14 192377b9df8b: Layer already exists 15:01:14 37c1434ea6d8: Layer already exists 15:01:14 b02b560ccfc0: Layer already exists 15:01:14 73d9bd26410d: Layer already exists 15:01:14 b481565ceb33: Layer already exists 15:01:14 9403ba404244: Layer already exists 15:01:14 e8aaa2b89355: Layer already exists 15:01:14 aa9037a5da50: Layer already exists 15:01:14 ed9a899a7f95: Layer already exists 15:01:14 627fe559c32e: Layer already exists 15:01:14 d6044876f4f2: Layer already exists 15:01:14 bbd1f7d3059c: Layer already exists 15:01:14 f1417ff83b31: Layer already exists 15:01:14 main: digest: sha256:c7d6ed99f398864bdc8b8ff5832612a71c5b9c3dd5af5699cfcdf18e9157e996 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:14 ===================================================== [Pipeline] echo 15:01:14 taggedImages: 15:01:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:01:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.123 15:01:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 15:01:14 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 15:01:14 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:14 latest 15:01:14 3.0.0-dev.123 15:01:14 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:14 main 15:01:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:14 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:01:15 5ddac9acde58: Preparing 15:01:15 ef4de42cefef: Preparing 15:01:15 038cb3f2a20e: Preparing 15:01:15 b53160966247: Preparing 15:01:15 aa9037a5da50: Preparing 15:01:15 ed9a899a7f95: Preparing 15:01:15 e320c61da7c8: Preparing 15:01:15 f1417ff83b31: Preparing 15:01:15 f1417ff83b31: Waiting 15:01:15 e320c61da7c8: Waiting 15:01:15 ed9a899a7f95: Waiting 15:01:15 aa9037a5da50: Layer already exists 15:01:15 ed9a899a7f95: Layer already exists 15:01:15 e320c61da7c8: Layer already exists 15:01:15 f1417ff83b31: Layer already exists 15:01:15 038cb3f2a20e: Pushed 15:01:15 ef4de42cefef: Pushed 15:01:15 5ddac9acde58: Pushed 15:01:16 b53160966247: Pushed 15:01:16 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:22692a3ce6bc597117a46beccc3d7ede7c0e76ff2dabcbf2b068fb0fccb6d697 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 15:01:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:01:17 5ddac9acde58: Preparing 15:01:17 ef4de42cefef: Preparing 15:01:17 038cb3f2a20e: Preparing 15:01:17 b53160966247: Preparing 15:01:17 aa9037a5da50: Preparing 15:01:17 ed9a899a7f95: Preparing 15:01:17 e320c61da7c8: Preparing 15:01:17 f1417ff83b31: Preparing 15:01:17 ed9a899a7f95: Waiting 15:01:17 e320c61da7c8: Waiting 15:01:17 f1417ff83b31: Waiting 15:01:17 5ddac9acde58: Layer already exists 15:01:17 038cb3f2a20e: Layer already exists 15:01:17 ef4de42cefef: Layer already exists 15:01:17 b53160966247: Layer already exists 15:01:17 aa9037a5da50: Layer already exists 15:01:17 ed9a899a7f95: Layer already exists 15:01:17 e320c61da7c8: Layer already exists 15:01:17 f1417ff83b31: Layer already exists 15:01:17 latest: digest: sha256:22692a3ce6bc597117a46beccc3d7ede7c0e76ff2dabcbf2b068fb0fccb6d697 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:17 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.123 15:01:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:01:17 5ddac9acde58: Preparing 15:01:17 ef4de42cefef: Preparing 15:01:17 038cb3f2a20e: Preparing 15:01:17 b53160966247: Preparing 15:01:17 aa9037a5da50: Preparing 15:01:17 ed9a899a7f95: Preparing 15:01:17 e320c61da7c8: Preparing 15:01:17 f1417ff83b31: Preparing 15:01:17 e320c61da7c8: Waiting 15:01:17 f1417ff83b31: Waiting 15:01:17 ed9a899a7f95: Waiting 15:01:17 aa9037a5da50: Layer already exists 15:01:17 5ddac9acde58: Layer already exists 15:01:17 b53160966247: Layer already exists 15:01:17 ef4de42cefef: Layer already exists 15:01:17 038cb3f2a20e: Layer already exists 15:01:17 f1417ff83b31: Layer already exists 15:01:17 ed9a899a7f95: Layer already exists 15:01:17 e320c61da7c8: Layer already exists 15:01:17 3.0.0-dev.123: digest: sha256:22692a3ce6bc597117a46beccc3d7ede7c0e76ff2dabcbf2b068fb0fccb6d697 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:18 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:01:18 5ddac9acde58: Preparing 15:01:18 ef4de42cefef: Preparing 15:01:18 038cb3f2a20e: Preparing 15:01:18 b53160966247: Preparing 15:01:18 aa9037a5da50: Preparing 15:01:18 ed9a899a7f95: Preparing 15:01:18 e320c61da7c8: Preparing 15:01:18 f1417ff83b31: Preparing 15:01:18 ed9a899a7f95: Waiting 15:01:18 e320c61da7c8: Waiting 15:01:18 f1417ff83b31: Waiting 15:01:18 5ddac9acde58: Layer already exists 15:01:18 ef4de42cefef: Layer already exists 15:01:18 aa9037a5da50: Layer already exists 15:01:18 038cb3f2a20e: Layer already exists 15:01:18 b53160966247: Layer already exists 15:01:18 e320c61da7c8: Layer already exists 15:01:18 ed9a899a7f95: Layer already exists 15:01:18 f1417ff83b31: Layer already exists 15:01:18 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:22692a3ce6bc597117a46beccc3d7ede7c0e76ff2dabcbf2b068fb0fccb6d697 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:18 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 15:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:01:18 5ddac9acde58: Preparing 15:01:18 ef4de42cefef: Preparing 15:01:18 038cb3f2a20e: Preparing 15:01:18 b53160966247: Preparing 15:01:18 aa9037a5da50: Preparing 15:01:18 ed9a899a7f95: Preparing 15:01:18 e320c61da7c8: Preparing 15:01:18 f1417ff83b31: Preparing 15:01:18 e320c61da7c8: Waiting 15:01:18 ed9a899a7f95: Waiting 15:01:18 f1417ff83b31: Waiting 15:01:18 ef4de42cefef: Layer already exists 15:01:18 aa9037a5da50: Layer already exists 15:01:18 b53160966247: Layer already exists 15:01:18 5ddac9acde58: Layer already exists 15:01:18 038cb3f2a20e: Layer already exists 15:01:18 e320c61da7c8: Layer already exists 15:01:18 ed9a899a7f95: Layer already exists 15:01:18 f1417ff83b31: Layer already exists 15:01:18 main: digest: sha256:22692a3ce6bc597117a46beccc3d7ede7c0e76ff2dabcbf2b068fb0fccb6d697 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:19 ===================================================== [Pipeline] echo 15:01:19 taggedImages: 15:01:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 15:01:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.123 15:01:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 15:01:19 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 15:01:19 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:19 latest 15:01:19 3.0.0-dev.123 15:01:19 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:19 main 15:01:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:19 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:01:19 020f201147b8: Preparing 15:01:19 6a013446161d: Preparing 15:01:19 fdce72a59455: Preparing 15:01:19 2f15b5b30923: Preparing 15:01:19 aa9037a5da50: Preparing 15:01:19 ed9a899a7f95: Preparing 15:01:19 e1be0f27a5b0: Preparing 15:01:19 8208ca3fd2b9: Preparing 15:01:19 f1417ff83b31: Preparing 15:01:19 e1be0f27a5b0: Waiting 15:01:19 ed9a899a7f95: Waiting 15:01:19 8208ca3fd2b9: Waiting 15:01:19 f1417ff83b31: Waiting 15:01:19 aa9037a5da50: Layer already exists 15:01:19 ed9a899a7f95: Layer already exists 15:01:19 2f15b5b30923: Pushed 15:01:19 6a013446161d: Pushed 15:01:19 020f201147b8: Pushed 15:01:19 e1be0f27a5b0: Pushed 15:01:19 f1417ff83b31: Layer already exists 15:01:19 8208ca3fd2b9: Pushed 15:01:20 fdce72a59455: Pushed 15:01:20 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:0fe364c392f88901c392ebaa06df361a6fa44e618a5419a947bf84cbd50b48b3 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:01:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:01:21 020f201147b8: Preparing 15:01:21 6a013446161d: Preparing 15:01:21 fdce72a59455: Preparing 15:01:21 2f15b5b30923: Preparing 15:01:21 aa9037a5da50: Preparing 15:01:21 ed9a899a7f95: Preparing 15:01:21 e1be0f27a5b0: Preparing 15:01:21 8208ca3fd2b9: Preparing 15:01:21 f1417ff83b31: Preparing 15:01:21 e1be0f27a5b0: Waiting 15:01:21 8208ca3fd2b9: Waiting 15:01:21 f1417ff83b31: Waiting 15:01:21 ed9a899a7f95: Waiting 15:01:21 020f201147b8: Layer already exists 15:01:21 fdce72a59455: Layer already exists 15:01:21 aa9037a5da50: Layer already exists 15:01:21 6a013446161d: Layer already exists 15:01:21 2f15b5b30923: Layer already exists 15:01:21 ed9a899a7f95: Layer already exists 15:01:21 8208ca3fd2b9: Layer already exists 15:01:21 e1be0f27a5b0: Layer already exists 15:01:21 f1417ff83b31: Layer already exists 15:01:21 latest: digest: sha256:0fe364c392f88901c392ebaa06df361a6fa44e618a5419a947bf84cbd50b48b3 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.123 15:01:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:01:22 020f201147b8: Preparing 15:01:22 6a013446161d: Preparing 15:01:22 fdce72a59455: Preparing 15:01:22 2f15b5b30923: Preparing 15:01:22 aa9037a5da50: Preparing 15:01:22 ed9a899a7f95: Preparing 15:01:22 e1be0f27a5b0: Preparing 15:01:22 8208ca3fd2b9: Preparing 15:01:22 f1417ff83b31: Preparing 15:01:22 8208ca3fd2b9: Waiting 15:01:22 e1be0f27a5b0: Waiting 15:01:22 f1417ff83b31: Waiting 15:01:22 2f15b5b30923: Layer already exists 15:01:22 6a013446161d: Layer already exists 15:01:22 fdce72a59455: Layer already exists 15:01:22 020f201147b8: Layer already exists 15:01:22 aa9037a5da50: Layer already exists 15:01:22 ed9a899a7f95: Layer already exists 15:01:22 e1be0f27a5b0: Layer already exists 15:01:22 8208ca3fd2b9: Layer already exists 15:01:22 f1417ff83b31: Layer already exists 15:01:22 3.0.0-dev.123: digest: sha256:0fe364c392f88901c392ebaa06df361a6fa44e618a5419a947bf84cbd50b48b3 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:01:22 020f201147b8: Preparing 15:01:22 6a013446161d: Preparing 15:01:22 fdce72a59455: Preparing 15:01:22 2f15b5b30923: Preparing 15:01:22 aa9037a5da50: Preparing 15:01:22 ed9a899a7f95: Preparing 15:01:22 e1be0f27a5b0: Preparing 15:01:22 8208ca3fd2b9: Preparing 15:01:22 f1417ff83b31: Preparing 15:01:22 ed9a899a7f95: Waiting 15:01:22 e1be0f27a5b0: Waiting 15:01:22 8208ca3fd2b9: Waiting 15:01:22 f1417ff83b31: Waiting 15:01:22 aa9037a5da50: Layer already exists 15:01:22 020f201147b8: Layer already exists 15:01:22 6a013446161d: Layer already exists 15:01:22 2f15b5b30923: Layer already exists 15:01:22 fdce72a59455: Layer already exists 15:01:22 ed9a899a7f95: Layer already exists 15:01:22 f1417ff83b31: Layer already exists 15:01:22 e1be0f27a5b0: Layer already exists 15:01:22 8208ca3fd2b9: Layer already exists 15:01:22 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:0fe364c392f88901c392ebaa06df361a6fa44e618a5419a947bf84cbd50b48b3 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 15:01:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:01:23 020f201147b8: Preparing 15:01:23 6a013446161d: Preparing 15:01:23 fdce72a59455: Preparing 15:01:23 2f15b5b30923: Preparing 15:01:23 aa9037a5da50: Preparing 15:01:23 ed9a899a7f95: Preparing 15:01:23 e1be0f27a5b0: Preparing 15:01:23 8208ca3fd2b9: Preparing 15:01:23 f1417ff83b31: Preparing 15:01:23 ed9a899a7f95: Waiting 15:01:23 e1be0f27a5b0: Waiting 15:01:23 8208ca3fd2b9: Waiting 15:01:23 6a013446161d: Layer already exists 15:01:23 2f15b5b30923: Layer already exists 15:01:23 fdce72a59455: Layer already exists 15:01:23 020f201147b8: Layer already exists 15:01:23 aa9037a5da50: Layer already exists 15:01:23 ed9a899a7f95: Layer already exists 15:01:23 e1be0f27a5b0: Layer already exists 15:01:23 8208ca3fd2b9: Layer already exists 15:01:23 f1417ff83b31: Layer already exists 15:01:23 main: digest: sha256:0fe364c392f88901c392ebaa06df361a6fa44e618a5419a947bf84cbd50b48b3 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:23 ===================================================== [Pipeline] echo 15:01:23 taggedImages: 15:01:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:01:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.123 15:01:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 15:01:23 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 15:01:23 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:23 latest 15:01:23 3.0.0-dev.123 15:01:23 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:23 main 15:01:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:01:23 e2dc10ac310d: Preparing 15:01:23 3aaba92a8e92: Preparing 15:01:23 27ede9e4cc55: Preparing 15:01:23 13d5401ab3be: Preparing 15:01:23 81985dd572d3: Preparing 15:01:23 6ab4517ddcc2: Preparing 15:01:23 6cbf0b3bef80: Preparing 15:01:23 aa9037a5da50: Preparing 15:01:23 ed9a899a7f95: Preparing 15:01:23 5a3d9f4405ac: Preparing 15:01:23 f1417ff83b31: Preparing 15:01:23 aa9037a5da50: Waiting 15:01:23 ed9a899a7f95: Waiting 15:01:23 6ab4517ddcc2: Waiting 15:01:23 5a3d9f4405ac: Waiting 15:01:23 6cbf0b3bef80: Waiting 15:01:23 f1417ff83b31: Waiting 15:01:23 3aaba92a8e92: Pushed 15:01:23 81985dd572d3: Pushed 15:01:23 e2dc10ac310d: Pushed 15:01:23 aa9037a5da50: Layer already exists 15:01:23 ed9a899a7f95: Layer already exists 15:01:24 6cbf0b3bef80: Pushed 15:01:24 6ab4517ddcc2: Pushed 15:01:24 f1417ff83b31: Layer already exists 15:01:24 5a3d9f4405ac: Pushed 15:01:25 13d5401ab3be: Pushed 15:01:25 27ede9e4cc55: Pushed 15:01:25 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:56649195eec33054d7becbb2d0229001f95335ee491e7454430c2312ee536f90 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:01:26 e2dc10ac310d: Preparing 15:01:26 3aaba92a8e92: Preparing 15:01:26 27ede9e4cc55: Preparing 15:01:26 13d5401ab3be: Preparing 15:01:26 81985dd572d3: Preparing 15:01:26 6ab4517ddcc2: Preparing 15:01:26 6cbf0b3bef80: Preparing 15:01:26 aa9037a5da50: Preparing 15:01:26 ed9a899a7f95: Preparing 15:01:26 5a3d9f4405ac: Preparing 15:01:26 f1417ff83b31: Preparing 15:01:26 6ab4517ddcc2: Waiting 15:01:26 ed9a899a7f95: Waiting 15:01:26 6cbf0b3bef80: Waiting 15:01:26 aa9037a5da50: Waiting 15:01:26 5a3d9f4405ac: Waiting 15:01:26 f1417ff83b31: Waiting 15:01:26 e2dc10ac310d: Layer already exists 15:01:26 3aaba92a8e92: Layer already exists 15:01:26 13d5401ab3be: Layer already exists 15:01:26 81985dd572d3: Layer already exists 15:01:26 27ede9e4cc55: Layer already exists 15:01:26 6cbf0b3bef80: Layer already exists 15:01:26 aa9037a5da50: Layer already exists 15:01:26 6ab4517ddcc2: Layer already exists 15:01:26 ed9a899a7f95: Layer already exists 15:01:26 5a3d9f4405ac: Layer already exists 15:01:26 f1417ff83b31: Layer already exists 15:01:26 latest: digest: sha256:56649195eec33054d7becbb2d0229001f95335ee491e7454430c2312ee536f90 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.123 15:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:01:26 e2dc10ac310d: Preparing 15:01:26 3aaba92a8e92: Preparing 15:01:26 27ede9e4cc55: Preparing 15:01:26 13d5401ab3be: Preparing 15:01:26 81985dd572d3: Preparing 15:01:26 6ab4517ddcc2: Preparing 15:01:26 6cbf0b3bef80: Preparing 15:01:26 aa9037a5da50: Preparing 15:01:26 ed9a899a7f95: Preparing 15:01:26 5a3d9f4405ac: Preparing 15:01:26 f1417ff83b31: Preparing 15:01:26 6ab4517ddcc2: Waiting 15:01:26 6cbf0b3bef80: Waiting 15:01:26 aa9037a5da50: Waiting 15:01:26 ed9a899a7f95: Waiting 15:01:26 5a3d9f4405ac: Waiting 15:01:26 f1417ff83b31: Waiting 15:01:26 13d5401ab3be: Layer already exists 15:01:26 e2dc10ac310d: Layer already exists 15:01:26 27ede9e4cc55: Layer already exists 15:01:26 81985dd572d3: Layer already exists 15:01:26 3aaba92a8e92: Layer already exists 15:01:26 6ab4517ddcc2: Layer already exists 15:01:26 5a3d9f4405ac: Layer already exists 15:01:26 6cbf0b3bef80: Layer already exists 15:01:26 aa9037a5da50: Layer already exists 15:01:26 ed9a899a7f95: Layer already exists 15:01:26 f1417ff83b31: Layer already exists 15:01:26 3.0.0-dev.123: digest: sha256:56649195eec33054d7becbb2d0229001f95335ee491e7454430c2312ee536f90 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:01:27 e2dc10ac310d: Preparing 15:01:27 3aaba92a8e92: Preparing 15:01:27 27ede9e4cc55: Preparing 15:01:27 13d5401ab3be: Preparing 15:01:27 81985dd572d3: Preparing 15:01:27 6ab4517ddcc2: Preparing 15:01:27 6cbf0b3bef80: Preparing 15:01:27 aa9037a5da50: Preparing 15:01:27 ed9a899a7f95: Preparing 15:01:27 5a3d9f4405ac: Preparing 15:01:27 f1417ff83b31: Preparing 15:01:27 5a3d9f4405ac: Waiting 15:01:27 aa9037a5da50: Waiting 15:01:27 ed9a899a7f95: Waiting 15:01:27 6ab4517ddcc2: Waiting 15:01:27 6cbf0b3bef80: Waiting 15:01:27 3aaba92a8e92: Layer already exists 15:01:27 81985dd572d3: Layer already exists 15:01:27 13d5401ab3be: Layer already exists 15:01:27 27ede9e4cc55: Layer already exists 15:01:27 e2dc10ac310d: Layer already exists 15:01:27 6ab4517ddcc2: Layer already exists 15:01:27 6cbf0b3bef80: Layer already exists 15:01:27 aa9037a5da50: Layer already exists 15:01:27 ed9a899a7f95: Layer already exists 15:01:27 5a3d9f4405ac: Layer already exists 15:01:27 f1417ff83b31: Layer already exists 15:01:27 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:56649195eec33054d7becbb2d0229001f95335ee491e7454430c2312ee536f90 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 15:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:01:28 e2dc10ac310d: Preparing 15:01:28 3aaba92a8e92: Preparing 15:01:28 27ede9e4cc55: Preparing 15:01:28 13d5401ab3be: Preparing 15:01:28 81985dd572d3: Preparing 15:01:28 6ab4517ddcc2: Preparing 15:01:28 6cbf0b3bef80: Preparing 15:01:28 aa9037a5da50: Preparing 15:01:28 ed9a899a7f95: Preparing 15:01:28 5a3d9f4405ac: Preparing 15:01:28 f1417ff83b31: Preparing 15:01:28 aa9037a5da50: Waiting 15:01:28 ed9a899a7f95: Waiting 15:01:28 5a3d9f4405ac: Waiting 15:01:28 f1417ff83b31: Waiting 15:01:28 6ab4517ddcc2: Waiting 15:01:28 6cbf0b3bef80: Waiting 15:01:28 13d5401ab3be: Layer already exists 15:01:28 e2dc10ac310d: Layer already exists 15:01:28 27ede9e4cc55: Layer already exists 15:01:28 3aaba92a8e92: Layer already exists 15:01:28 81985dd572d3: Layer already exists 15:01:28 ed9a899a7f95: Layer already exists 15:01:28 6ab4517ddcc2: Layer already exists 15:01:28 6cbf0b3bef80: Layer already exists 15:01:28 5a3d9f4405ac: Layer already exists 15:01:28 aa9037a5da50: Layer already exists 15:01:28 f1417ff83b31: Layer already exists 15:01:28 main: digest: sha256:56649195eec33054d7becbb2d0229001f95335ee491e7454430c2312ee536f90 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:28 ===================================================== [Pipeline] echo 15:01:28 taggedImages: 15:01:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:01:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.123 15:01:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 15:01:28 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 15:01:28 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:28 latest 15:01:28 3.0.0-dev.123 15:01:28 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:28 main 15:01:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:28 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:01:28 35901c49e377: Preparing 15:01:28 2d3a900cff03: Preparing 15:01:28 aa9037a5da50: Preparing 15:01:28 ed9a899a7f95: Preparing 15:01:28 09837785ac3b: Preparing 15:01:28 f1417ff83b31: Preparing 15:01:28 aa9037a5da50: Layer already exists 15:01:28 ed9a899a7f95: Layer already exists 15:01:28 f1417ff83b31: Layer already exists 15:01:28 35901c49e377: Pushed 15:01:29 09837785ac3b: Pushed 15:01:31 2d3a900cff03: Pushed 15:01:31 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:9acaf05152f561a1fb22707e43c49745434c7f580f36e975ada574794f018dbf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:31 + 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 15:01:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:01:31 35901c49e377: Preparing 15:01:31 2d3a900cff03: Preparing 15:01:31 aa9037a5da50: Preparing 15:01:31 ed9a899a7f95: Preparing 15:01:31 09837785ac3b: Preparing 15:01:31 f1417ff83b31: Preparing 15:01:31 f1417ff83b31: Waiting 15:01:31 ed9a899a7f95: Layer already exists 15:01:31 2d3a900cff03: Layer already exists 15:01:31 aa9037a5da50: Layer already exists 15:01:31 09837785ac3b: Layer already exists 15:01:31 35901c49e377: Layer already exists 15:01:31 f1417ff83b31: Layer already exists 15:01:31 latest: digest: sha256:9acaf05152f561a1fb22707e43c49745434c7f580f36e975ada574794f018dbf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:32 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.123 15:01:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:01:32 35901c49e377: Preparing 15:01:32 2d3a900cff03: Preparing 15:01:32 aa9037a5da50: Preparing 15:01:32 ed9a899a7f95: Preparing 15:01:32 09837785ac3b: Preparing 15:01:32 f1417ff83b31: Preparing 15:01:32 f1417ff83b31: Waiting 15:01:32 09837785ac3b: Layer already exists 15:01:32 2d3a900cff03: Layer already exists 15:01:32 ed9a899a7f95: Layer already exists 15:01:32 aa9037a5da50: Layer already exists 15:01:32 35901c49e377: Layer already exists 15:01:32 f1417ff83b31: Layer already exists 15:01:32 3.0.0-dev.123: digest: sha256:9acaf05152f561a1fb22707e43c49745434c7f580f36e975ada574794f018dbf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:32 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:01:33 35901c49e377: Preparing 15:01:33 2d3a900cff03: Preparing 15:01:33 aa9037a5da50: Preparing 15:01:33 ed9a899a7f95: Preparing 15:01:33 09837785ac3b: Preparing 15:01:33 f1417ff83b31: Preparing 15:01:33 f1417ff83b31: Waiting 15:01:33 35901c49e377: Layer already exists 15:01:33 ed9a899a7f95: Layer already exists 15:01:33 2d3a900cff03: Layer already exists 15:01:33 09837785ac3b: Layer already exists 15:01:33 aa9037a5da50: Layer already exists 15:01:33 f1417ff83b31: Layer already exists 15:01:33 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:9acaf05152f561a1fb22707e43c49745434c7f580f36e975ada574794f018dbf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:33 + 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 15:01:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 15:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:01:33 35901c49e377: Preparing 15:01:33 2d3a900cff03: Preparing 15:01:33 aa9037a5da50: Preparing 15:01:33 ed9a899a7f95: Preparing 15:01:33 09837785ac3b: Preparing 15:01:33 f1417ff83b31: Preparing 15:01:33 f1417ff83b31: Waiting 15:01:33 aa9037a5da50: Layer already exists 15:01:33 35901c49e377: Layer already exists 15:01:33 09837785ac3b: Layer already exists 15:01:33 ed9a899a7f95: Layer already exists 15:01:33 2d3a900cff03: Layer already exists 15:01:33 f1417ff83b31: Layer already exists 15:01:33 main: digest: sha256:9acaf05152f561a1fb22707e43c49745434c7f580f36e975ada574794f018dbf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:33 ===================================================== [Pipeline] echo 15:01:33 taggedImages: 15:01:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:01:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.123 15:01:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 15:01:33 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 15:01:33 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:33 latest 15:01:33 3.0.0-dev.123 15:01:33 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:33 main 15:01:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:34 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:01:34 97bd272eaa3c: Preparing 15:01:34 ac96e948ceef: Preparing 15:01:34 cd22a6c46ac6: Preparing 15:01:34 96b09d1a002b: Preparing 15:01:34 11d613369be7: Preparing 15:01:34 aa9037a5da50: Preparing 15:01:34 ed9a899a7f95: Preparing 15:01:34 439ec1169b13: Preparing 15:01:34 f1417ff83b31: Preparing 15:01:34 aa9037a5da50: Waiting 15:01:34 ed9a899a7f95: Waiting 15:01:34 439ec1169b13: Waiting 15:01:34 f1417ff83b31: Waiting 15:01:34 97bd272eaa3c: Pushed 15:01:34 ac96e948ceef: Pushed 15:01:34 cd22a6c46ac6: Pushed 15:01:34 aa9037a5da50: Layer already exists 15:01:34 ed9a899a7f95: Layer already exists 15:01:34 f1417ff83b31: Layer already exists 15:01:35 439ec1169b13: Pushed 15:01:38 11d613369be7: Pushed 15:01:41 96b09d1a002b: Pushed 15:01:41 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:81138c0c22b45370f0d63ef7a29a5fbd565f3376acfcdc79e1838f066630e710 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:01:42 97bd272eaa3c: Preparing 15:01:42 ac96e948ceef: Preparing 15:01:42 cd22a6c46ac6: Preparing 15:01:42 96b09d1a002b: Preparing 15:01:42 11d613369be7: Preparing 15:01:42 aa9037a5da50: Preparing 15:01:42 ed9a899a7f95: Preparing 15:01:42 439ec1169b13: Preparing 15:01:42 f1417ff83b31: Preparing 15:01:42 aa9037a5da50: Waiting 15:01:42 439ec1169b13: Waiting 15:01:42 ed9a899a7f95: Waiting 15:01:42 f1417ff83b31: Waiting 15:01:42 11d613369be7: Layer already exists 15:01:42 97bd272eaa3c: Layer already exists 15:01:42 cd22a6c46ac6: Layer already exists 15:01:42 ac96e948ceef: Layer already exists 15:01:42 96b09d1a002b: Layer already exists 15:01:42 aa9037a5da50: Layer already exists 15:01:42 ed9a899a7f95: Layer already exists 15:01:42 f1417ff83b31: Layer already exists 15:01:42 439ec1169b13: Layer already exists 15:01:42 latest: digest: sha256:81138c0c22b45370f0d63ef7a29a5fbd565f3376acfcdc79e1838f066630e710 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.123 15:01:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:01:43 97bd272eaa3c: Preparing 15:01:43 ac96e948ceef: Preparing 15:01:43 cd22a6c46ac6: Preparing 15:01:43 96b09d1a002b: Preparing 15:01:43 11d613369be7: Preparing 15:01:43 aa9037a5da50: Preparing 15:01:43 ed9a899a7f95: Preparing 15:01:43 439ec1169b13: Preparing 15:01:43 f1417ff83b31: Preparing 15:01:43 439ec1169b13: Waiting 15:01:43 f1417ff83b31: Waiting 15:01:43 aa9037a5da50: Waiting 15:01:43 97bd272eaa3c: Layer already exists 15:01:43 11d613369be7: Layer already exists 15:01:43 96b09d1a002b: Layer already exists 15:01:43 ac96e948ceef: Layer already exists 15:01:43 cd22a6c46ac6: Layer already exists 15:01:43 ed9a899a7f95: Layer already exists 15:01:43 aa9037a5da50: Layer already exists 15:01:43 f1417ff83b31: Layer already exists 15:01:43 439ec1169b13: Layer already exists 15:01:43 3.0.0-dev.123: digest: sha256:81138c0c22b45370f0d63ef7a29a5fbd565f3376acfcdc79e1838f066630e710 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:01:43 97bd272eaa3c: Preparing 15:01:43 ac96e948ceef: Preparing 15:01:43 cd22a6c46ac6: Preparing 15:01:43 96b09d1a002b: Preparing 15:01:43 11d613369be7: Preparing 15:01:43 aa9037a5da50: Preparing 15:01:43 ed9a899a7f95: Preparing 15:01:43 439ec1169b13: Preparing 15:01:43 f1417ff83b31: Preparing 15:01:43 aa9037a5da50: Waiting 15:01:43 f1417ff83b31: Waiting 15:01:43 ed9a899a7f95: Waiting 15:01:43 439ec1169b13: Waiting 15:01:43 11d613369be7: Layer already exists 15:01:43 96b09d1a002b: Layer already exists 15:01:43 ac96e948ceef: Layer already exists 15:01:43 97bd272eaa3c: Layer already exists 15:01:43 cd22a6c46ac6: Layer already exists 15:01:43 439ec1169b13: Layer already exists 15:01:43 ed9a899a7f95: Layer already exists 15:01:43 aa9037a5da50: Layer already exists 15:01:43 f1417ff83b31: Layer already exists 15:01:43 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:81138c0c22b45370f0d63ef7a29a5fbd565f3376acfcdc79e1838f066630e710 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:44 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 15:01:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:01:44 97bd272eaa3c: Preparing 15:01:44 ac96e948ceef: Preparing 15:01:44 cd22a6c46ac6: Preparing 15:01:44 96b09d1a002b: Preparing 15:01:44 11d613369be7: Preparing 15:01:44 aa9037a5da50: Preparing 15:01:44 ed9a899a7f95: Preparing 15:01:44 439ec1169b13: Preparing 15:01:44 f1417ff83b31: Preparing 15:01:44 ed9a899a7f95: Waiting 15:01:44 439ec1169b13: Waiting 15:01:44 f1417ff83b31: Waiting 15:01:44 aa9037a5da50: Waiting 15:01:44 cd22a6c46ac6: Layer already exists 15:01:44 97bd272eaa3c: Layer already exists 15:01:44 11d613369be7: Layer already exists 15:01:44 ac96e948ceef: Layer already exists 15:01:44 96b09d1a002b: Layer already exists 15:01:44 aa9037a5da50: Layer already exists 15:01:44 439ec1169b13: Layer already exists 15:01:44 ed9a899a7f95: Layer already exists 15:01:44 f1417ff83b31: Layer already exists 15:01:44 main: digest: sha256:81138c0c22b45370f0d63ef7a29a5fbd565f3376acfcdc79e1838f066630e710 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:44 ===================================================== [Pipeline] echo 15:01:44 taggedImages: 15:01:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:01:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.123 15:01:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 15:01:44 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 15:01:44 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:44 latest 15:01:44 3.0.0-dev.123 15:01:44 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:44 main 15:01:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:01:45 2935e9ea2806: Preparing 15:01:45 b85763f7077e: Preparing 15:01:45 c3c80b9a284a: Preparing 15:01:45 57ab1186b966: Preparing 15:01:45 aa9037a5da50: Preparing 15:01:45 ed9a899a7f95: Preparing 15:01:45 e916f5c8c03e: Preparing 15:01:45 f1417ff83b31: Preparing 15:01:45 ed9a899a7f95: Waiting 15:01:45 f1417ff83b31: Waiting 15:01:45 aa9037a5da50: Layer already exists 15:01:45 ed9a899a7f95: Layer already exists 15:01:45 c3c80b9a284a: Pushed 15:01:45 b85763f7077e: Pushed 15:01:45 2935e9ea2806: Pushed 15:01:45 f1417ff83b31: Layer already exists 15:01:45 e916f5c8c03e: Pushed 15:01:53 57ab1186b966: Pushed 15:01:53 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:d9b7a48c2b2c487f66f50b4959c8665b3949a4620c11f5e1e4525b921bf6713d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:01:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:01:54 2935e9ea2806: Preparing 15:01:54 b85763f7077e: Preparing 15:01:54 c3c80b9a284a: Preparing 15:01:54 57ab1186b966: Preparing 15:01:54 aa9037a5da50: Preparing 15:01:54 ed9a899a7f95: Preparing 15:01:54 e916f5c8c03e: Preparing 15:01:54 f1417ff83b31: Preparing 15:01:54 f1417ff83b31: Waiting 15:01:54 ed9a899a7f95: Waiting 15:01:54 e916f5c8c03e: Waiting 15:01:54 aa9037a5da50: Layer already exists 15:01:54 2935e9ea2806: Layer already exists 15:01:54 b85763f7077e: Layer already exists 15:01:54 c3c80b9a284a: Layer already exists 15:01:54 57ab1186b966: Layer already exists 15:01:54 ed9a899a7f95: Layer already exists 15:01:54 f1417ff83b31: Layer already exists 15:01:54 e916f5c8c03e: Layer already exists 15:01:54 latest: digest: sha256:d9b7a48c2b2c487f66f50b4959c8665b3949a4620c11f5e1e4525b921bf6713d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.123 15:01:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:01:54 2935e9ea2806: Preparing 15:01:54 b85763f7077e: Preparing 15:01:54 c3c80b9a284a: Preparing 15:01:54 57ab1186b966: Preparing 15:01:54 aa9037a5da50: Preparing 15:01:54 ed9a899a7f95: Preparing 15:01:54 e916f5c8c03e: Preparing 15:01:54 f1417ff83b31: Preparing 15:01:54 ed9a899a7f95: Waiting 15:01:54 e916f5c8c03e: Waiting 15:01:54 f1417ff83b31: Waiting 15:01:54 aa9037a5da50: Layer already exists 15:01:54 57ab1186b966: Layer already exists 15:01:54 b85763f7077e: Layer already exists 15:01:54 c3c80b9a284a: Layer already exists 15:01:54 2935e9ea2806: Layer already exists 15:01:54 ed9a899a7f95: Layer already exists 15:01:54 e916f5c8c03e: Layer already exists 15:01:54 f1417ff83b31: Layer already exists 15:01:54 3.0.0-dev.123: digest: sha256:d9b7a48c2b2c487f66f50b4959c8665b3949a4620c11f5e1e4525b921bf6713d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:01:55 2935e9ea2806: Preparing 15:01:55 b85763f7077e: Preparing 15:01:55 c3c80b9a284a: Preparing 15:01:55 57ab1186b966: Preparing 15:01:55 aa9037a5da50: Preparing 15:01:55 ed9a899a7f95: Preparing 15:01:55 e916f5c8c03e: Preparing 15:01:55 f1417ff83b31: Preparing 15:01:55 ed9a899a7f95: Waiting 15:01:55 e916f5c8c03e: Waiting 15:01:55 f1417ff83b31: Waiting 15:01:55 aa9037a5da50: Layer already exists 15:01:55 b85763f7077e: Layer already exists 15:01:55 c3c80b9a284a: Layer already exists 15:01:55 2935e9ea2806: Layer already exists 15:01:55 57ab1186b966: Layer already exists 15:01:55 ed9a899a7f95: Layer already exists 15:01:55 e916f5c8c03e: Layer already exists 15:01:55 f1417ff83b31: Layer already exists 15:01:55 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:d9b7a48c2b2c487f66f50b4959c8665b3949a4620c11f5e1e4525b921bf6713d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 15:01:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:01:56 2935e9ea2806: Preparing 15:01:56 b85763f7077e: Preparing 15:01:56 c3c80b9a284a: Preparing 15:01:56 57ab1186b966: Preparing 15:01:56 aa9037a5da50: Preparing 15:01:56 ed9a899a7f95: Preparing 15:01:56 e916f5c8c03e: Preparing 15:01:56 f1417ff83b31: Preparing 15:01:56 ed9a899a7f95: Waiting 15:01:56 f1417ff83b31: Waiting 15:01:56 e916f5c8c03e: Waiting 15:01:56 aa9037a5da50: Layer already exists 15:01:56 c3c80b9a284a: Layer already exists 15:01:56 2935e9ea2806: Layer already exists 15:01:56 b85763f7077e: Layer already exists 15:01:56 57ab1186b966: Layer already exists 15:01:56 ed9a899a7f95: Layer already exists 15:01:56 e916f5c8c03e: Layer already exists 15:01:56 f1417ff83b31: Layer already exists 15:01:56 main: digest: sha256:d9b7a48c2b2c487f66f50b4959c8665b3949a4620c11f5e1e4525b921bf6713d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:56 ===================================================== [Pipeline] echo 15:01:56 taggedImages: 15:01:56 - nexus3.edgexfoundry.org:10004/security-spire-config:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:56 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:01:56 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.123 15:01:56 - nexus3.edgexfoundry.org:10004/security-spire-config:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:56 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 15:01:56 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 15:01:56 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:56 latest 15:01:56 3.0.0-dev.123 15:01:56 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:01:56 main 15:01:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:56 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:01:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:01:56 5535c815f54a: Preparing 15:01:56 a7b164249aec: Preparing 15:01:56 29c0123e89f9: Preparing 15:01:56 7c527cae3f6e: Preparing 15:01:56 aa9037a5da50: Preparing 15:01:56 ed9a899a7f95: Preparing 15:01:56 9b1b2c544b45: Preparing 15:01:56 f1417ff83b31: Preparing 15:01:56 f1417ff83b31: Waiting 15:01:56 aa9037a5da50: Layer already exists 15:01:56 ed9a899a7f95: Layer already exists 15:01:56 5535c815f54a: Pushed 15:01:56 a7b164249aec: Pushed 15:01:56 29c0123e89f9: Pushed 15:01:56 f1417ff83b31: Layer already exists 15:01:57 9b1b2c544b45: Pushed 15:02:05 7c527cae3f6e: Pushed 15:02:05 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:d262bfdebeffa971aac3dc46cced72437a6426e42348709f4901894b9728ff99 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:05 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:02:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:02:06 5535c815f54a: Preparing 15:02:06 a7b164249aec: Preparing 15:02:06 29c0123e89f9: Preparing 15:02:06 7c527cae3f6e: Preparing 15:02:06 aa9037a5da50: Preparing 15:02:06 ed9a899a7f95: Preparing 15:02:06 9b1b2c544b45: Preparing 15:02:06 f1417ff83b31: Preparing 15:02:06 ed9a899a7f95: Waiting 15:02:06 9b1b2c544b45: Waiting 15:02:06 f1417ff83b31: Waiting 15:02:06 a7b164249aec: Layer already exists 15:02:06 aa9037a5da50: Layer already exists 15:02:06 5535c815f54a: Layer already exists 15:02:06 29c0123e89f9: Layer already exists 15:02:06 7c527cae3f6e: Layer already exists 15:02:06 ed9a899a7f95: Layer already exists 15:02:06 9b1b2c544b45: Layer already exists 15:02:06 f1417ff83b31: Layer already exists 15:02:06 latest: digest: sha256:d262bfdebeffa971aac3dc46cced72437a6426e42348709f4901894b9728ff99 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.123 15:02:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:02:06 5535c815f54a: Preparing 15:02:06 a7b164249aec: Preparing 15:02:06 29c0123e89f9: Preparing 15:02:06 7c527cae3f6e: Preparing 15:02:06 aa9037a5da50: Preparing 15:02:06 ed9a899a7f95: Preparing 15:02:06 9b1b2c544b45: Preparing 15:02:06 f1417ff83b31: Preparing 15:02:06 ed9a899a7f95: Waiting 15:02:06 9b1b2c544b45: Waiting 15:02:06 f1417ff83b31: Waiting 15:02:06 7c527cae3f6e: Layer already exists 15:02:06 a7b164249aec: Layer already exists 15:02:06 aa9037a5da50: Layer already exists 15:02:06 5535c815f54a: Layer already exists 15:02:06 29c0123e89f9: Layer already exists 15:02:06 ed9a899a7f95: Layer already exists 15:02:06 f1417ff83b31: Layer already exists 15:02:06 9b1b2c544b45: Layer already exists 15:02:06 3.0.0-dev.123: digest: sha256:d262bfdebeffa971aac3dc46cced72437a6426e42348709f4901894b9728ff99 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:02:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:02:07 5535c815f54a: Preparing 15:02:07 a7b164249aec: Preparing 15:02:07 29c0123e89f9: Preparing 15:02:07 7c527cae3f6e: Preparing 15:02:07 aa9037a5da50: Preparing 15:02:07 ed9a899a7f95: Preparing 15:02:07 9b1b2c544b45: Preparing 15:02:07 f1417ff83b31: Preparing 15:02:07 ed9a899a7f95: Waiting 15:02:07 9b1b2c544b45: Waiting 15:02:07 f1417ff83b31: Waiting 15:02:07 a7b164249aec: Layer already exists 15:02:07 5535c815f54a: Layer already exists 15:02:07 29c0123e89f9: Layer already exists 15:02:07 aa9037a5da50: Layer already exists 15:02:07 7c527cae3f6e: Layer already exists 15:02:07 ed9a899a7f95: Layer already exists 15:02:07 9b1b2c544b45: Layer already exists 15:02:07 f1417ff83b31: Layer already exists 15:02:07 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:d262bfdebeffa971aac3dc46cced72437a6426e42348709f4901894b9728ff99 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:07 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 15:02:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:02:07 5535c815f54a: Preparing 15:02:07 a7b164249aec: Preparing 15:02:07 29c0123e89f9: Preparing 15:02:07 7c527cae3f6e: Preparing 15:02:07 aa9037a5da50: Preparing 15:02:07 ed9a899a7f95: Preparing 15:02:07 9b1b2c544b45: Preparing 15:02:07 f1417ff83b31: Preparing 15:02:07 9b1b2c544b45: Waiting 15:02:07 f1417ff83b31: Waiting 15:02:07 ed9a899a7f95: Waiting 15:02:07 7c527cae3f6e: Layer already exists 15:02:07 5535c815f54a: Layer already exists 15:02:07 a7b164249aec: Layer already exists 15:02:07 aa9037a5da50: Layer already exists 15:02:07 29c0123e89f9: Layer already exists 15:02:07 ed9a899a7f95: Layer already exists 15:02:07 9b1b2c544b45: Layer already exists 15:02:07 f1417ff83b31: Layer already exists 15:02:07 main: digest: sha256:d262bfdebeffa971aac3dc46cced72437a6426e42348709f4901894b9728ff99 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:07 ===================================================== [Pipeline] echo 15:02:07 taggedImages: 15:02:07 - nexus3.edgexfoundry.org:10004/security-spire-server:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:02:07 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:02:07 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.123 15:02:07 - nexus3.edgexfoundry.org:10004/security-spire-server:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:02:07 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 15:02:07 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 15:02:07 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:02:07 latest 15:02:07 3.0.0-dev.123 15:02:07 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:02:07 main 15:02:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:02:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:02:08 c50c33d829da: Preparing 15:02:08 ba21316d0f72: Preparing 15:02:08 aa9037a5da50: Preparing 15:02:08 ed9a899a7f95: Preparing 15:02:08 8d9943c50c31: Preparing 15:02:08 f1417ff83b31: Preparing 15:02:08 f1417ff83b31: Waiting 15:02:08 aa9037a5da50: Layer already exists 15:02:08 ed9a899a7f95: Layer already exists 15:02:08 f1417ff83b31: Layer already exists 15:02:08 c50c33d829da: Pushed 15:02:08 8d9943c50c31: Pushed 15:02:11 ba21316d0f72: Pushed 15:02:11 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:e691384144c379cc1408be98923435564fb72ea78ab21a695ea5a013e6f58720 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 15:02:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:02:12 c50c33d829da: Preparing 15:02:12 ba21316d0f72: Preparing 15:02:12 aa9037a5da50: Preparing 15:02:12 ed9a899a7f95: Preparing 15:02:12 8d9943c50c31: Preparing 15:02:12 f1417ff83b31: Preparing 15:02:12 f1417ff83b31: Waiting 15:02:12 aa9037a5da50: Layer already exists 15:02:12 ed9a899a7f95: Layer already exists 15:02:12 8d9943c50c31: Layer already exists 15:02:12 ba21316d0f72: Layer already exists 15:02:12 c50c33d829da: Layer already exists 15:02:12 f1417ff83b31: Layer already exists 15:02:12 latest: digest: sha256:e691384144c379cc1408be98923435564fb72ea78ab21a695ea5a013e6f58720 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.123 15:02:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:02:13 c50c33d829da: Preparing 15:02:13 ba21316d0f72: Preparing 15:02:13 aa9037a5da50: Preparing 15:02:13 ed9a899a7f95: Preparing 15:02:13 8d9943c50c31: Preparing 15:02:13 f1417ff83b31: Preparing 15:02:13 f1417ff83b31: Waiting 15:02:13 ba21316d0f72: Layer already exists 15:02:13 c50c33d829da: Layer already exists 15:02:13 ed9a899a7f95: Layer already exists 15:02:13 8d9943c50c31: Layer already exists 15:02:13 aa9037a5da50: Layer already exists 15:02:13 f1417ff83b31: Layer already exists 15:02:13 3.0.0-dev.123: digest: sha256:e691384144c379cc1408be98923435564fb72ea78ab21a695ea5a013e6f58720 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:02:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:02:13 c50c33d829da: Preparing 15:02:13 ba21316d0f72: Preparing 15:02:13 aa9037a5da50: Preparing 15:02:13 ed9a899a7f95: Preparing 15:02:13 8d9943c50c31: Preparing 15:02:13 f1417ff83b31: Preparing 15:02:13 ed9a899a7f95: Layer already exists 15:02:13 ba21316d0f72: Layer already exists 15:02:13 c50c33d829da: Layer already exists 15:02:13 8d9943c50c31: Layer already exists 15:02:13 aa9037a5da50: Layer already exists 15:02:13 f1417ff83b31: Layer already exists 15:02:13 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:e691384144c379cc1408be98923435564fb72ea78ab21a695ea5a013e6f58720 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:14 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 15:02:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:02:14 c50c33d829da: Preparing 15:02:14 ba21316d0f72: Preparing 15:02:14 aa9037a5da50: Preparing 15:02:14 ed9a899a7f95: Preparing 15:02:14 8d9943c50c31: Preparing 15:02:14 f1417ff83b31: Preparing 15:02:14 f1417ff83b31: Waiting 15:02:14 c50c33d829da: Layer already exists 15:02:14 aa9037a5da50: Layer already exists 15:02:14 ed9a899a7f95: Layer already exists 15:02:14 8d9943c50c31: Layer already exists 15:02:14 ba21316d0f72: Layer already exists 15:02:14 f1417ff83b31: Layer already exists 15:02:14 main: digest: sha256:e691384144c379cc1408be98923435564fb72ea78ab21a695ea5a013e6f58720 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:14 ===================================================== [Pipeline] echo 15:02:14 taggedImages: 15:02:14 - nexus3.edgexfoundry.org:10004/support-notifications:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:02:14 - nexus3.edgexfoundry.org:10004/support-notifications:latest 15:02:14 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.123 15:02:14 - nexus3.edgexfoundry.org:10004/support-notifications:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:02:14 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 15:02:14 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 15:02:14 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:02:14 latest 15:02:14 3.0.0-dev.123 15:02:14 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:02:14 main 15:02:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:02:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:02:15 c7a772e89a3c: Preparing 15:02:15 1ea3bdc89734: Preparing 15:02:15 aa9037a5da50: Preparing 15:02:15 ed9a899a7f95: Preparing 15:02:15 b8d895900718: Preparing 15:02:15 f1417ff83b31: Preparing 15:02:15 f1417ff83b31: Waiting 15:02:15 aa9037a5da50: Layer already exists 15:02:15 ed9a899a7f95: Layer already exists 15:02:15 b8d895900718: Layer already exists 15:02:15 f1417ff83b31: Layer already exists 15:02:15 c7a772e89a3c: Pushed 15:02:18 1ea3bdc89734: Pushed 15:02:18 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:8df1d246c7ab8610d1dc6b74aabb860a42c6441f2ec4ba9edaa4b367caa6eeb1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:18 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:02:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:02:18 c7a772e89a3c: Preparing 15:02:18 1ea3bdc89734: Preparing 15:02:18 aa9037a5da50: Preparing 15:02:18 ed9a899a7f95: Preparing 15:02:18 b8d895900718: Preparing 15:02:18 f1417ff83b31: Preparing 15:02:18 aa9037a5da50: Layer already exists 15:02:18 ed9a899a7f95: Layer already exists 15:02:18 c7a772e89a3c: Layer already exists 15:02:18 1ea3bdc89734: Layer already exists 15:02:18 b8d895900718: Layer already exists 15:02:18 f1417ff83b31: Layer already exists 15:02:18 latest: digest: sha256:8df1d246c7ab8610d1dc6b74aabb860a42c6441f2ec4ba9edaa4b367caa6eeb1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.123 15:02:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:02:19 c7a772e89a3c: Preparing 15:02:19 1ea3bdc89734: Preparing 15:02:19 aa9037a5da50: Preparing 15:02:19 ed9a899a7f95: Preparing 15:02:19 b8d895900718: Preparing 15:02:19 f1417ff83b31: Preparing 15:02:19 f1417ff83b31: Waiting 15:02:19 1ea3bdc89734: Layer already exists 15:02:19 aa9037a5da50: Layer already exists 15:02:19 ed9a899a7f95: Layer already exists 15:02:19 c7a772e89a3c: Layer already exists 15:02:19 b8d895900718: Layer already exists 15:02:19 f1417ff83b31: Layer already exists 15:02:19 3.0.0-dev.123: digest: sha256:8df1d246c7ab8610d1dc6b74aabb860a42c6441f2ec4ba9edaa4b367caa6eeb1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:02:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:02:20 c7a772e89a3c: Preparing 15:02:20 1ea3bdc89734: Preparing 15:02:20 aa9037a5da50: Preparing 15:02:20 ed9a899a7f95: Preparing 15:02:20 b8d895900718: Preparing 15:02:20 f1417ff83b31: Preparing 15:02:20 1ea3bdc89734: Layer already exists 15:02:20 ed9a899a7f95: Layer already exists 15:02:20 c7a772e89a3c: Layer already exists 15:02:20 aa9037a5da50: Layer already exists 15:02:20 b8d895900718: Layer already exists 15:02:20 f1417ff83b31: Layer already exists 15:02:20 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:8df1d246c7ab8610d1dc6b74aabb860a42c6441f2ec4ba9edaa4b367caa6eeb1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 15:02:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:02:20 c7a772e89a3c: Preparing 15:02:20 1ea3bdc89734: Preparing 15:02:20 aa9037a5da50: Preparing 15:02:20 ed9a899a7f95: Preparing 15:02:20 b8d895900718: Preparing 15:02:20 f1417ff83b31: Preparing 15:02:20 f1417ff83b31: Waiting 15:02:20 b8d895900718: Layer already exists 15:02:20 ed9a899a7f95: Layer already exists 15:02:20 c7a772e89a3c: Layer already exists 15:02:20 1ea3bdc89734: Layer already exists 15:02:20 aa9037a5da50: Layer already exists 15:02:20 f1417ff83b31: Layer already exists 15:02:20 main: digest: sha256:8df1d246c7ab8610d1dc6b74aabb860a42c6441f2ec4ba9edaa4b367caa6eeb1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:20 ===================================================== [Pipeline] echo 15:02:20 taggedImages: 15:02:20 - nexus3.edgexfoundry.org:10004/support-scheduler:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:02:20 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:02:20 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.123 15:02:20 - nexus3.edgexfoundry.org:10004/support-scheduler:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:02:20 - 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] } 15:05:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:05:47 Removing intermediate container d90b080604e6 15:05:47 ---> d64713e11608 15:05:47 15:05:47 Step 10/23 : FROM alpine:3.17 15:05:47 3.17: Pulling from library/alpine 15:05:47 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 15:05:47 Status: Downloaded newer image for alpine:3.17 15:05:47 ---> 51e60588ff2c 15:05:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:05:47 ---> Running in 4b224fae4af2 15:05:47 Removing intermediate container 4b224fae4af2 15:05:47 ---> 31a6e2a073b5 15:05:47 Step 12/23 : RUN apk add --update --no-cache dumb-init 15:05:47 ---> Running in 47db89335030 15:05:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:05:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:05:49 (1/1) Installing dumb-init (1.2.5-r2) 15:05:49 Executing busybox-1.35.0-r29.trigger 15:05:49 OK: 8 MiB in 16 packages 15:05:52 Removing intermediate container 47db89335030 15:05:52 ---> 73a1524d7bdc 15:05:52 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:05:52 Removing intermediate container 2debc06675fc 15:05:52 ---> 5a1f24d90f9f 15:05:52 15:05:52 Step 9/22 : FROM alpine:3.17 15:05:52 ---> 51e60588ff2c 15:05:52 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 15:05:52 ---> Running in 45379e2fab6e 15:05:54 ---> af16d6ce196f 15:05:54 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 15:05:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:05:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:05:56 ---> 4f86b1412aa3 15:05:56 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 15:05:57 (1/2) Installing dumb-init (1.2.5-r2) 15:05:57 (2/2) Installing openssl (3.0.8-r3) 15:05:57 Executing busybox-1.35.0-r29.trigger 15:05:57 OK: 8 MiB in 17 packages 15:05:59 ---> 0a1f8e0bbc19 15:05:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 15:06:00 Removing intermediate container 45379e2fab6e 15:06:00 ---> b17461debf13 15:06:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 15:06:00 ---> Running in 9d13b5e38252 15:06:01 Removing intermediate container 9d13b5e38252 15:06:01 ---> 028a0ba7e074 15:06:01 Step 12/22 : WORKDIR /edgex 15:06:01 ---> 42c852562c12 15:06:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 15:06:01 ---> Running in 971a5f354116 15:06:02 Removing intermediate container 971a5f354116 15:06:02 ---> 79eeb8069b8f 15:06:02 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:06:02 Removing intermediate container 6d8136b0c143 15:06:02 ---> 1b8e93ff35e6 15:06:02 15:06:02 Step 9/25 : FROM alpine:3.17 15:06:02 ---> 51e60588ff2c 15:06:02 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:06:03 ---> Running in 3aac0366547b 15:06:03 ---> 144828c708aa 15:06:03 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:06:04 ---> Running in 6b7284e8389b 15:06:05 ---> 35de0a0b2b1c 15:06:05 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 15:06:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:06:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:06:07 ---> 5e54d64cd3cb 15:06:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 15:06:08 (1/3) Installing ca-certificates (20220614-r4) 15:06:08 (2/3) Installing dumb-init (1.2.5-r2) 15:06:08 (3/3) Installing su-exec (0.2-r2) 15:06:08 Removing intermediate container 6b7284e8389b 15:06:08 ---> 2c8f98c4f687 15:06:08 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 15:06:08 Executing busybox-1.35.0-r29.trigger 15:06:08 Executing ca-certificates-20220614-r4.trigger 15:06:09 ---> 765ac54ca206 15:06:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:06:09 ---> Running in 9c7ae32726ac 15:06:09 OK: 8 MiB in 18 packages 15:06:11 Removing intermediate container 9c7ae32726ac 15:06:11 ---> c69cf7d522e1 15:06:11 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 15:06:11 ---> Running in 9a0cb29facac 15:06:12 Removing intermediate container 9a0cb29facac 15:06:12 ---> 5081641397f0 15:06:12 Step 21/23 : LABEL arch=arm64 15:06:12 ---> Running in 08852c946203 15:06:13 ---> e3f2fcf40696 15:06:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:06:13 Removing intermediate container 3aac0366547b 15:06:13 ---> ab13a5d081c9 15:06:13 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 15:06:13 ---> Running in 4d49e8850cff 15:06:13 Removing intermediate container 08852c946203 15:06:13 ---> 7fd5c0c1fb88 15:06:13 Step 22/23 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:06:14 ---> Running in 7de967c613dc 15:06:15 Removing intermediate container 4d49e8850cff 15:06:15 ---> 04f14de9c676 15:06:15 Step 12/25 : WORKDIR / 15:06:15 ---> 4d0166d87813 15:06:15 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Removing intermediate container 7de967c613dc 15:06:15 15:06:15 ---> a5b61ad781bc 15:06:15 Step 23/23 : LABEL version=3.0.0-dev.123 15:06:15 ---> Running in 797002047e98 15:06:15 ---> Running in 93d49261d28c 15:06:15 ---> Running in 2b1de016bb58 15:06:16 Removing intermediate container 797002047e98 15:06:16 ---> 9d4032fabe9a 15:06:16 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 15:06:17 Removing intermediate container 93d49261d28c 15:06:17 ---> 34614e765bb7 15:06:17 15:06:18 Successfully built 34614e765bb7 15:06:18 Successfully tagged security-proxy-auth-arm64:latest 15:06:18  Building security-proxy-auth ... done Building core-data 15:06:19 ---> 90cda6e17cb5 15:06:19 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 15:06:19 Removing intermediate container 355bcfadbd2b 15:06:19 ---> 3475fff29e8e 15:06:19 15:06:19 Step 10/23 : FROM alpine:3.17 15:06:19 ---> 51e60588ff2c 15:06:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:06:19 ---> Using cache 15:06:19 ---> 31a6e2a073b5 15:06:19 Step 12/23 : RUN apk add --update --no-cache dumb-init 15:06:19 ---> Using cache 15:06:22 ---> 73a1524d7bdc 15:06:22 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:06:22 ---> Using cache 15:06:22 ---> af16d6ce196f 15:06:22 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 15:06:22 ---> Using cache 15:06:22 ---> 49c6a211a7f7 15:06:22 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:06:22 ---> 4f86b1412aa3 15:06:22 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:06:22 Removing intermediate container 2b1de016bb58 15:06:22 ---> 8a94be180f4b 15:06:22 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 15:06:22 ---> Running in 2aae68337ec7 15:06:23 Removing intermediate container 2aae68337ec7 15:06:23 ---> fe62cc5ab336 15:06:23 Step 20/22 : LABEL arch=arm64 15:06:23 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:06:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:06:23 ---> 94b15460a660 15:06:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:06:24 ---> Using cache 15:06:24 ---> afa532898cd6 15:06:24 Step 4/23 : WORKDIR /edgex-go 15:06:24 ---> Using cache 15:06:24 ---> 0da4622f6337 15:06:24 Step 5/23 : RUN apk add --update --no-cache make git 15:06:24 ---> Using cache 15:06:24 ---> 7ce46dae17c3 15:06:24 Step 6/23 : COPY go.mod vendor* ./ 15:06:24 ---> Running in e37d84f28880 15:06:24 ---> 2ecc54e9a3ce 15:06:24 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 15:06:24 ---> Using cache 15:06:24 ---> d12c7807a57d 15:06:24 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:24 ---> Using cache 15:06:24 ---> 9ffe1a6517ff 15:06:24 Step 8/23 : COPY . . 15:06:24 ---> Using cache 15:06:24 ---> fc9481294a57 15:06:24 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:06:24 ---> Running in ba42a09f50c8 15:06:25 Removing intermediate container e37d84f28880 15:06:25 ---> e403a4ab69aa 15:06:25 Step 21/22 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:06:25 ---> Running in 0ec428eae75a 15:06:25 ---> 86e8343e1702 15:06:25 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:06:25 ---> e88ccd15bfb3 15:06:25 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 15:06:26 Removing intermediate container 0ec428eae75a 15:06:26 ---> 6d216047f033 15:06:26 Step 22/22 : LABEL version=3.0.0-dev.123 15:06:26 ---> Running in 7964a59e98af 15:06:27 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:06:27 Removing intermediate container 7964a59e98af 15:06:27 ---> 2b0edb5949d5 15:06:27 15:06:27 Successfully built 2b0edb5949d5 15:06:27 Successfully tagged security-proxy-setup-arm64:latest 15:06:27  Building security-proxy-setup ... done Building security-spire-agent 15:06:27 ---> ab423b33b5e6 15:06:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:06:27 ---> c537a28db1c6 15:06:27 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:06:29 ---> c2910c6d89d0 15:06:29 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:06:29 ---> Running in 5c5c7f65b607 15:06:30 ---> d5aa20acc8f2 15:06:30 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:06:32 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:06:32 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:06:32 ---> 94b15460a660 15:06:32 Step 3/27 : WORKDIR /edgex-go 15:06:32 ---> Using cache 15:06:32 ---> 603654a59184 15:06:32 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 15:06:32 ---> Running in 5c8cca8d85bd 15:06:33 ---> 304f25467e71 15:06:33 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:06:33 Removing intermediate container 5c5c7f65b607 15:06:33 ---> 2b880baa3bfa 15:06:33 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 15:06:33 ---> Running in 940119c3cfee 15:06:34 Removing intermediate container 940119c3cfee 15:06:34 ---> 505fb58591a2 15:06:34 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 15:06:34 ---> Running in d659a1f093d9 15:06:35 ---> 73cd3524d382 15:06:35 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:06:35 ---> Running in bece781a7438 15:06:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:06:35 Removing intermediate container d659a1f093d9 15:06:35 ---> 3dcc98984b8b 15:06:35 Step 21/23 : LABEL arch=arm64 15:06:35 ---> Running in 4957e0975268 15:06:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:06:36 Removing intermediate container 4957e0975268 15:06:36 ---> 07ad434824c3 15:06:36 Step 22/23 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:06:36 ---> Running in 45848ea3b07c 15:06:37 Removing intermediate container 45848ea3b07c 15:06:37 ---> f0847672120f 15:06:37 Step 23/23 : LABEL version=3.0.0-dev.123 15:06:37 ---> Running in c0ba4c807bfa 15:06:37 OK: 263 MiB in 53 packages 15:06:38 Removing intermediate container c0ba4c807bfa 15:06:38 ---> 7b7dff0e4e7b 15:06:38 15:06:38 Successfully built 7b7dff0e4e7b 15:06:38 Successfully tagged core-common-config-bootstrapper-arm64:latest 15:06:38  Building core-common-config-bootstrapper ... done Building security-spiffe-token-provider 15:06:39 Removing intermediate container bece781a7438 15:06:39 ---> 2cf8e311795e 15:06:39 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 15:06:39 ---> Running in cce82e039495 15:06:39 Removing intermediate container 5c8cca8d85bd 15:06:39 ---> 791ae359894d 15:06:39 Step 5/27 : COPY go.mod vendor* ./ 15:06:39 Removing intermediate container cce82e039495 15:06:39 ---> 18596851ce97 15:06:39 Step 23/25 : LABEL arch=arm64 15:06:40 ---> Running in e06685144231 15:06:40 Removing intermediate container e06685144231 15:06:40 ---> c4af48cacbb4 15:06:40 Step 24/25 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:06:40 ---> 684ed9817a71 15:06:40 ---> Running in 31ea4d212c09 15:06:40 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:40 ---> Running in 48570211ec91 15:06:41 Removing intermediate container 31ea4d212c09 15:06:41 ---> f0d29b0bcc99 15:06:41 Step 25/25 : LABEL version=3.0.0-dev.123 15:06:42 ---> Running in 707c818383c7 15:06:43 Removing intermediate container 707c818383c7 15:06:43 ---> 2cabd9e957ca 15:06:43 15:06:43 Successfully built 2cabd9e957ca 15:06:43 Successfully tagged security-secretstore-setup-arm64:latest 15:06:43  Building security-secretstore-setup ... done Building support-notifications 15:06:43 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:06:43 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:06:43 ---> 94b15460a660 15:06:43 Step 3/20 : WORKDIR /edgex-go 15:06:43 ---> Using cache 15:06:43 ---> 603654a59184 15:06:43 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 15:06:43 ---> Running in cabb994243d2 15:06:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:06:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:06:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:06:47 ---> 94b15460a660 15:06:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:06:47 ---> Using cache 15:06:47 ---> afa532898cd6 15:06:47 Step 4/23 : WORKDIR /edgex-go 15:06:47 ---> Using cache 15:06:47 ---> 0da4622f6337 15:06:47 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 15:06:47 ---> Running in 7110309391be 15:06:48 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 15:06:48 v3.17.3-50-ga35f8409359 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 15:06:48 OK: 17694 distinct packages available 15:06:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:06:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:06:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:06:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:06:50 OK: 263 MiB in 53 packages 15:06:51 OK: 263 MiB in 53 packages 15:06:52 Removing intermediate container cabb994243d2 15:06:52 ---> f9faf8996bb1 15:06:52 Step 5/20 : COPY go.mod vendor* ./ 15:06:53 Removing intermediate container 7110309391be 15:06:53 ---> f3394d996ffb 15:06:53 Step 6/23 : COPY go.mod vendor* ./ 15:06:54 ---> c471550a6b45 15:06:54 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:54 ---> Running in e75bd77978a8 15:06:54 ---> 2256c60a5229 15:06:54 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:54 ---> Running in 5be8a6d3bb58 15:08:46 Removing intermediate container 15eb140dabb4 15:08:46 ---> b263f22bec5b 15:08:46 15:08:46 Step 10/23 : FROM alpine:3.17 15:08:46 ---> 51e60588ff2c 15:08:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:08:46 ---> Running in 6e93fdc2a3ef 15:08:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:08:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:08:46 (1/1) Installing dumb-init (1.2.5-r2) 15:08:46 Executing busybox-1.35.0-r29.trigger 15:08:46 OK: 8 MiB in 16 packages 15:08:46 Removing intermediate container 6e93fdc2a3ef 15:08:46 ---> b3349148552d 15:08:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 15:08:46 ---> Running in 0039f82ec0aa 15:08:46 Removing intermediate container 0039f82ec0aa 15:08:46 ---> d100c333710a 15:08:46 Step 13/23 : ENV APP_PORT=59861 15:08:47 ---> Running in f6dd13da6329 15:08:47 Removing intermediate container 48570211ec91 15:08:47 ---> 2a798b9e0bcb 15:08:47 Step 7/27 : COPY . . 15:08:48 Removing intermediate container f6dd13da6329 15:08:48 ---> 4adc513fa8ad 15:08:48 Step 14/23 : EXPOSE $APP_PORT 15:08:48 ---> Running in 87919968e667 15:08:49 Removing intermediate container 87919968e667 15:08:49 ---> d89288d97b48 15:08:49 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:51 ---> f4be445ced51 15:08:51 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 15:08:54 ---> 831e85a40e2c 15:08:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:08:55 ---> 50d3988284e1 15:08:55 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 15:08:55 ---> Running in c4ffa94558e5 15:08:57 Removing intermediate container c4ffa94558e5 15:08:57 ---> 503c590304e5 15:08:57 Step 9/27 : WORKDIR /edgex-go/spire-build 15:08:57 ---> Running in 7c93e6dc4e13 15:08:58 Removing intermediate container 7c93e6dc4e13 15:08:58 ---> 2701498c98d8 15:08:58 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 15:08:58 ---> Running in 788d97267cd1 15:08:59 Removing intermediate container 788d97267cd1 15:08:59 ---> 726a253a1e23 15:08:59 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 15:09:00 ---> Running in 3fe6bb49e795 15:09:02 ---> 7983b2a0a0d8 15:09:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 15:09:04 ---> d480f30452a0 15:09:04 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 15:09:04 ---> Running in 66aa4f355ea3 15:09:04 Removing intermediate container 3fe6bb49e795 15:09:04 ---> 7f94204ab59b 15:09:04 Step 12/27 : WORKDIR /edgex-go 15:09:04 ---> Running in a04bb06538ae 15:09:05 Removing intermediate container 66aa4f355ea3 15:09:05 ---> 4b48284c1ff3 15:09:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:09:05 ---> Running in 41d0217b5a7d 15:09:05 Removing intermediate container a04bb06538ae 15:09:05 ---> dcddf4fdaa91 15:09:05 15:09:05 Step 13/27 : FROM alpine:3.17 15:09:05 ---> 51e60588ff2c 15:09:05 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:09:06 ---> Running in a713adf5a9b3 15:09:06 Removing intermediate container 41d0217b5a7d 15:09:06 ---> 3b9f99e5ed8f 15:09:06 Step 21/23 : LABEL arch=arm64 15:09:06 ---> Running in 869da267c9af 15:09:07 Removing intermediate container a713adf5a9b3 15:09:07 ---> 67c0acd52ac8 15:09:07 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:09:07 Removing intermediate container 869da267c9af 15:09:07 ---> 1adf64102a37 15:09:07 Step 22/23 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:09:07 ---> Running in c69a0d61928f 15:09:07 ---> Running in 337d35cde96b 15:09:09 Removing intermediate container 337d35cde96b 15:09:09 ---> 82317347d9bd 15:09:09 Step 23/23 : LABEL version=3.0.0-dev.123 15:09:09 ---> Running in 39caf7e64bb9 15:09:10 Removing intermediate container 39caf7e64bb9 15:09:10 ---> 17e558b9f4a4 15:09:10 15:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:09:10 Successfully built 17e558b9f4a4 15:09:10 Successfully tagged support-scheduler-arm64:latest 15:09:10  Building support-scheduler ... done Building core-metadata 15:09:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:09:12 Removing intermediate container e75bd77978a8 15:09:12 ---> d10822e53f1e 15:09:12 Step 7/20 : COPY . . 15:09:12 Removing intermediate container 5be8a6d3bb58 15:09:12 ---> a67b670e35ae 15:09:12 Step 8/23 : COPY . . 15:09:12 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 15:09:12 v3.17.3-50-ga35f8409359 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 15:09:12 OK: 17689 distinct packages available 15:09:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:09:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:09:14 (1/5) Installing dumb-init (1.2.5-r2) 15:09:14 (2/5) Installing musl-obstack (1.2.3-r0) 15:09:14 (3/5) Installing libucontext (1.2-r0) 15:09:14 (4/5) Installing gcompat (1.1.0-r0) 15:09:14 (5/5) Installing openssl (3.0.8-r3) 15:09:14 Executing busybox-1.35.0-r29.trigger 15:09:14 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:09:14 Step 2/25 : FROM ${BUILDER_BASE} AS builder 15:09:14 ---> 94b15460a660 15:09:14 Step 3/25 : ARG ADD_BUILD_TAGS="" 15:09:14 OK: 9 MiB in 20 packages 15:09:14 ---> Using cache 15:09:14 ---> afa532898cd6 15:09:14 Step 4/25 : WORKDIR /edgex-go 15:09:14 ---> Using cache 15:09:14 ---> 0da4622f6337 15:09:14 Step 5/25 : RUN apk add --update --no-cache make git 15:09:14 ---> Using cache 15:09:14 ---> 7ce46dae17c3 15:09:14 Step 6/25 : COPY go.mod vendor* ./ 15:09:15 ---> Using cache 15:09:15 ---> d12c7807a57d 15:09:15 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:15 ---> Using cache 15:09:15 ---> 9ffe1a6517ff 15:09:15 Step 8/25 : COPY . . 15:09:15 ---> Using cache 15:09:15 ---> fc9481294a57 15:09:15 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:09:16 ---> Running in 4c518acdf3e8 15:09:16 ---> f514bb569cc8 15:09:16 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:09:17 ---> Running in 1b62f7e64a2a 15:09:18 Removing intermediate container c69a0d61928f 15:09:18 ---> ea69d3b9cf8e 15:09:18 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 15:09:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:09:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:09:19 ---> f2695c33516e 15:09:19 Step 9/23 : RUN make cmd/support-notifications/support-notifications 15:09:20 ---> Running in dce0c440de8e 15:09:20 ---> e27eca73e11f 15:09:20 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 15:09:21 ---> b9d8da2602bb 15:09:21 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:09:22 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:09:25 ---> d8d299078472 15:09:25 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:09:31 ---> 6ba6d58cedb6 15:09:31 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:09:32 ---> c949e1551627 15:09:32 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:09:33 ---> 63b0d10e48d5 15:09:33 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:09:34 ---> 62e7cdb5e8b3 15:09:34 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:09:34 ---> Running in de098f4af95d 15:09:35 Removing intermediate container de098f4af95d 15:09:35 ---> 0af7cf1ea69f 15:09:35 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:09:35 ---> Running in 9361143f3ba7 15:09:35 Removing intermediate container 9361143f3ba7 15:09:35 ---> 99149281f235 15:09:35 Step 25/27 : LABEL arch=arm64 15:09:35 ---> Running in feccb1f3b3d6 15:09:36 Removing intermediate container feccb1f3b3d6 15:09:36 ---> 46b7d801af55 15:09:36 Step 26/27 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:09:36 ---> Running in 815e5523d1aa 15:09:37 Removing intermediate container 815e5523d1aa 15:09:37 ---> 2d85358ad1ce 15:09:37 Step 27/27 : LABEL version=3.0.0-dev.123 15:09:37 ---> Running in 7adba3be0f47 15:09:37 Removing intermediate container 7adba3be0f47 15:09:37 ---> 2e1faa05ee26 15:09:37 15:09:37 Successfully built 2e1faa05ee26 15:09:37 Successfully tagged security-spire-agent-arm64:latest 15:09:37  Building security-spire-agent ... done Building security-spire-server 15:09:40 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:09:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:09:40 ---> 94b15460a660 15:09:40 Step 3/26 : WORKDIR /edgex-go 15:09:40 ---> Using cache 15:09:40 ---> 603654a59184 15:09:40 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 15:09:40 ---> Using cache 15:09:40 ---> 791ae359894d 15:09:40 Step 5/26 : COPY go.mod vendor* ./ 15:09:40 ---> Using cache 15:09:40 ---> 684ed9817a71 15:09:40 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:40 ---> Using cache 15:09:40 ---> 2a798b9e0bcb 15:09:40 Step 7/26 : COPY . . 15:09:40 ---> Using cache 15:09:40 ---> 50d3988284e1 15:09:40 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 15:09:40 ---> Using cache 15:09:40 ---> 503c590304e5 15:09:40 Step 9/26 : WORKDIR /edgex-go/spire-build 15:09:40 ---> Using cache 15:09:40 ---> 2701498c98d8 15:09:40 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 15:09:40 ---> Using cache 15:09:40 ---> 726a253a1e23 15:09:40 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 15:09:41 ---> Running in eda69e3b6244 15:09:44 Removing intermediate container eda69e3b6244 15:09:44 ---> c1ee9c18eaa6 15:09:44 Step 12/26 : WORKDIR /edgex-go 15:09:44 ---> Running in ac72b9934339 15:09:44 Removing intermediate container ac72b9934339 15:09:44 ---> 36e7008b340d 15:09:44 15:09:44 Step 13/26 : FROM alpine:3.17 15:09:44 ---> 51e60588ff2c 15:09:44 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:09:44 ---> Using cache 15:09:44 ---> 67c0acd52ac8 15:09:44 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:09:44 ---> Using cache 15:09:44 ---> ea69d3b9cf8e 15:09:44 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 15:09:44 ---> Using cache 15:09:44 ---> e27eca73e11f 15:09:44 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 15:09:44 ---> Using cache 15:09:45 ---> b9d8da2602bb 15:09:45 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:09:50 ---> 383bda901324 15:09:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:09:51 ---> 0cc6a0f9cecd 15:09:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:09:52 ---> 04f7eb8bc1a3 15:09:52 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:09:52 ---> c4e387584df1 15:09:52 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:09:53 ---> Running in 5ab75ac131f6 15:09:53 Removing intermediate container 5ab75ac131f6 15:09:53 ---> fee1f09c800a 15:09:53 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:09:53 ---> Running in ed062792cb10 15:09:54 Removing intermediate container ed062792cb10 15:09:54 ---> c1bc13840dcb 15:09:54 Step 24/26 : LABEL arch=arm64 15:09:54 ---> Running in d83d3b16027f 15:09:54 Removing intermediate container d83d3b16027f 15:09:54 ---> 6b7e4f9a5ec7 15:09:54 Step 25/26 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:09:54 ---> Running in 18d9a27101ba 15:09:55 Removing intermediate container 18d9a27101ba 15:09:55 ---> 78aaa0b97a65 15:09:55 Step 26/26 : LABEL version=3.0.0-dev.123 15:09:55 ---> Running in 8bbb30a33dd6 15:09:56 Removing intermediate container 8bbb30a33dd6 15:09:56 ---> d8d568f15bf2 15:09:56 15:09:56 Successfully built d8d568f15bf2 15:09:56 Successfully tagged security-spire-server-arm64:latest 15:09:56 Building core-command 15:09:59  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:09:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:09:59 ---> 94b15460a660 15:09:59 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:09:59 ---> Using cache 15:09:59 ---> afa532898cd6 15:09:59 Step 4/24 : WORKDIR /edgex-go 15:09:59 ---> Using cache 15:09:59 ---> 0da4622f6337 15:09:59 Step 5/24 : RUN apk add --update --no-cache make git 15:09:59 ---> Using cache 15:09:59 ---> 7ce46dae17c3 15:09:59 Step 6/24 : COPY go.mod vendor* ./ 15:09:59 ---> Using cache 15:09:59 ---> d12c7807a57d 15:09:59 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:59 ---> Using cache 15:09:59 ---> 9ffe1a6517ff 15:09:59 Step 8/24 : COPY . . 15:09:59 ---> Using cache 15:09:59 ---> fc9481294a57 15:09:59 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:09:59 ---> Running in 2eb91f153c82 15:10:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:11:23 Removing intermediate container ba42a09f50c8 15:11:23 ---> 027859931859 15:11:23 15:11:23 Step 10/23 : FROM alpine:3.17 15:11:23 ---> 51e60588ff2c 15:11:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 15:11:23 ---> Running in 468ad062733a 15:11:23 Removing intermediate container 468ad062733a 15:11:23 ---> e05d4c12fd31 15:11:23 Step 12/23 : ENV APP_PORT=59880 15:11:23 ---> Running in 5d91c89d9dbe 15:11:23 Removing intermediate container 5d91c89d9dbe 15:11:23 ---> 75f9c9238870 15:11:23 Step 13/23 : EXPOSE $APP_PORT 15:11:23 ---> Running in f1d4da644c74 15:11:23 Removing intermediate container f1d4da644c74 15:11:23 ---> febef2cf4381 15:11:23 Step 14/23 : RUN apk add --update --no-cache dumb-init 15:11:23 ---> Running in 1cbb57e0221d 15:11:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:11:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:11:23 (1/1) Installing dumb-init (1.2.5-r2) 15:11:23 Executing busybox-1.35.0-r29.trigger 15:11:23 OK: 8 MiB in 16 packages 15:11:23 Removing intermediate container 1cbb57e0221d 15:11:23 ---> 70259db11121 15:11:23 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:11:23 ---> 3947ee97965a 15:11:23 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 15:11:23 ---> 863946e5abd0 15:11:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:11:25 ---> 37f49c7e7ac5 15:11:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 15:11:26 ---> 18325fef77c3 15:11:26 Step 19/23 : ENTRYPOINT ["/core-data"] 15:11:26 ---> Running in 4131ab43258a 15:11:26 Removing intermediate container 4131ab43258a 15:11:26 ---> e1b5280d79a0 15:11:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:11:26 ---> Running in b4d3cce2a658 15:11:27 Removing intermediate container b4d3cce2a658 15:11:27 ---> 034a792fb54e 15:11:27 Step 21/23 : LABEL arch=arm64 15:11:27 ---> Running in 73afb263af63 15:11:28 Removing intermediate container 73afb263af63 15:11:28 ---> 5d8e5a370e12 15:11:28 Step 22/23 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:11:28 ---> Running in 04cd80cc2c38 15:11:28 Removing intermediate container 04cd80cc2c38 15:11:28 ---> d476784b3ae0 15:11:28 Step 23/23 : LABEL version=3.0.0-dev.123 15:11:28 ---> Running in 2429ae20e911 15:11:28 Removing intermediate container 2429ae20e911 15:11:28 ---> d1e6726f9885 15:11:28 15:11:29 Successfully built d1e6726f9885 15:11:29 Successfully tagged core-data-arm64:latest 15:11:29  Building core-data ... done Building security-spire-config 15:11:32 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:11:32 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:11:32 ---> 94b15460a660 15:11:32 Step 3/27 : WORKDIR /edgex-go 15:11:32 ---> Using cache 15:11:32 ---> 603654a59184 15:11:32 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 15:11:32 ---> Using cache 15:11:32 ---> 791ae359894d 15:11:32 Step 5/27 : COPY go.mod vendor* ./ 15:11:32 ---> Using cache 15:11:32 ---> 684ed9817a71 15:11:32 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:11:32 ---> Using cache 15:11:32 ---> 2a798b9e0bcb 15:11:32 Step 7/27 : COPY . . 15:11:32 ---> Using cache 15:11:32 ---> 50d3988284e1 15:11:32 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 15:11:32 ---> Using cache 15:11:32 ---> 503c590304e5 15:11:32 Step 9/27 : WORKDIR /edgex-go/spire-build 15:11:32 ---> Using cache 15:11:32 ---> 2701498c98d8 15:11:32 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 15:11:32 ---> Using cache 15:11:32 ---> 726a253a1e23 15:11: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 15:11:32 ---> Using cache 15:11:32 ---> 7f94204ab59b 15:11:32 Step 12/27 : WORKDIR /edgex-go 15:11:32 ---> Using cache 15:11:32 ---> dcddf4fdaa91 15:11:32 15:11:32 Step 13/27 : FROM alpine:3.17 15:11:32 ---> 51e60588ff2c 15:11:32 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:11:32 ---> Using cache 15:11:32 ---> 67c0acd52ac8 15:11:32 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:11:32 ---> Running in 3024b393aa0d 15:11:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:11:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:11:37 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 15:11:37 v3.17.3-50-ga35f8409359 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 15:11:37 OK: 17689 distinct packages available 15:11:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:11:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:11:39 (1/4) Installing dumb-init (1.2.5-r2) 15:11:39 (2/4) Installing musl-obstack (1.2.3-r0) 15:11:39 (3/4) Installing libucontext (1.2-r0) 15:11:39 (4/4) Installing gcompat (1.1.0-r0) 15:11:39 Executing busybox-1.35.0-r29.trigger 15:11:39 OK: 8 MiB in 19 packages 15:11:41 Removing intermediate container 3024b393aa0d 15:11:41 ---> b210103ea00e 15:11:41 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 15:11:42 ---> 8b660e46213d 15:11:42 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 15:11:43 ---> d8896567c3de 15:11:43 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:11:48 ---> 39f22ffcb7c1 15:11:48 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:11:48 ---> 3f7261a449a2 15:11:48 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:11:48 ---> Running in fe2696aa306a 15:11:49 Removing intermediate container fe2696aa306a 15:11:49 ---> a9774911f3f6 15:11:49 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:11:50 ---> 76e2386e8de8 15:11:50 Step 22/27 : WORKDIR / 15:11:51 ---> Running in 92c9f691e319 15:11:51 Removing intermediate container 92c9f691e319 15:11:51 ---> da7513577ddb 15:11:51 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:11:51 ---> Running in d82b1bb134eb 15:11:51 Removing intermediate container d82b1bb134eb 15:11:51 ---> 051163349658 15:11:51 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:11:52 ---> Running in 086f5f59061c 15:11:52 Removing intermediate container 086f5f59061c 15:11:52 ---> 2485e6ee6127 15:11:52 Step 25/27 : LABEL arch=arm64 15:11:52 ---> Running in 8d6109a38031 15:11:53 Removing intermediate container 8d6109a38031 15:11:53 ---> 22801ea5e205 15:11:53 Step 26/27 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:11:53 ---> Running in 51c4223edb37 15:11:53 Removing intermediate container 51c4223edb37 15:11:53 ---> 0339035b20c7 15:11:53 Step 27/27 : LABEL version=3.0.0-dev.123 15:11:54 ---> Running in e460760aa382 15:11:54 Removing intermediate container e460760aa382 15:11:54 ---> c83dc4e5b020 15:11:54 15:11:54 Successfully built c83dc4e5b020 15:11:54 Successfully tagged security-spire-config-arm64:latest 15:11:54  Building security-spire-config ... done Building security-bootstrapper 15:11:58 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 15:11:58 Step 2/33 : FROM ${BUILDER_BASE} AS builder 15:11:58 ---> 94b15460a660 15:11:58 Step 3/33 : WORKDIR /edgex-go 15:11:58 ---> Using cache 15:11:58 ---> 603654a59184 15:11:58 Step 4/33 : RUN apk add --update --no-cache make git 15:11:58 ---> Using cache 15:11:58 ---> 5f90034f4280 15:11:58 Step 5/33 : COPY go.mod vendor* ./ 15:11:58 ---> Using cache 15:11:58 ---> 6ddd7f9b5b1e 15:11:58 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:11:58 ---> Using cache 15:11:58 ---> dbae1e35dbd3 15:11:58 Step 7/33 : COPY . . 15:11:58 ---> Using cache 15:11:58 ---> 52291d5cc9fd 15:11:58 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:11:58 ---> Running in 2fa584c10c15 15:11:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.123" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:16:36 Removing intermediate container 4c518acdf3e8 15:16:36 ---> cb55b4b4dccd 15:16:36 15:16:36 Step 10/25 : FROM alpine:3.17 15:16:36 ---> 51e60588ff2c 15:16:36 Step 11/25 : RUN apk add --update --no-cache dumb-init 15:16:36 ---> Using cache 15:16:36 ---> b3349148552d 15:16:36 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 15:16:36 ---> Using cache 15:16:36 ---> d100c333710a 15:16:36 Step 13/25 : ENV APP_PORT=59881 15:16:36 ---> Running in b279e89ceaf2 15:16:36 Removing intermediate container b279e89ceaf2 15:16:36 ---> 2583276b53f0 15:16:36 Step 14/25 : EXPOSE $APP_PORT 15:16:36 ---> Running in 215317dd2c98 15:16:36 Removing intermediate container 215317dd2c98 15:16:36 ---> 1582c6e995c7 15:16:36 Step 15/25 : WORKDIR / 15:16:36 ---> Running in 0e4213fd2547 15:16:36 Removing intermediate container 0e4213fd2547 15:16:36 ---> 23c234588a28 15:16:36 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 15:16:36 ---> 4eb545d1bc10 15:16:36 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 15:16:36 ---> a0c67ca352a8 15:16:36 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:16:36 ---> dd15084827a4 15:16:36 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 15:16:36 ---> f1880803b5a5 15:16:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 15:16:36 ---> 6e65e6944585 15:16:36 Step 21/25 : ENTRYPOINT ["/core-metadata"] 15:16:36 ---> Running in 193f4fcb8f03 15:16:36 Removing intermediate container 193f4fcb8f03 15:16:36 ---> c15e8d30a17e 15:16:36 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:16:36 ---> Running in 25fbd5baeaf9 15:16:36 Removing intermediate container 25fbd5baeaf9 15:16:36 ---> a16712a1e4fd 15:16:36 Step 23/25 : LABEL arch=arm64 15:16:36 ---> Running in 98f3d17e280b 15:16:36 Removing intermediate container 98f3d17e280b 15:16:36 ---> 49ecb2e18d11 15:16:36 Step 24/25 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:16:36 ---> Running in 001da23cd8a3 15:16:37 Removing intermediate container 001da23cd8a3 15:16:37 ---> 07e56ac61809 15:16:37 Step 25/25 : LABEL version=3.0.0-dev.123 15:16:37 ---> Running in 9311b0b69fc6 15:16:37 Removing intermediate container 9311b0b69fc6 15:16:37 ---> 307b9d12183a 15:16:37 15:16:37 Successfully built 307b9d12183a 15:16:37 Successfully tagged core-metadata-arm64:latest 15:16:49  Building core-metadata ... done Removing intermediate container 2eb91f153c82 15:16:49 ---> 6d71ff61e2d7 15:16:49 15:16:49 Step 10/24 : FROM alpine:3.17 15:16:49 ---> 51e60588ff2c 15:16:49 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:16:49 ---> Using cache 15:16:49 ---> b3349148552d 15:16:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 15:16:49 ---> Using cache 15:16:49 ---> d100c333710a 15:16:49 Step 13/24 : ENV APP_PORT=59882 15:16:49 ---> Running in 26ca766d99fc 15:16:49 Removing intermediate container 26ca766d99fc 15:16:49 ---> b271b96aaf47 15:16:49 Step 14/24 : EXPOSE $APP_PORT 15:16:49 ---> Running in e1899e9f2120 15:16:49 Removing intermediate container e1899e9f2120 15:16:49 ---> 66845085a50e 15:16:49 Step 15/24 : WORKDIR / 15:16:49 ---> Running in 261d43ae9fb7 15:16:50 Removing intermediate container 261d43ae9fb7 15:16:50 ---> 7a14ff07a2f6 15:16:50 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:16:51 ---> e28794464bc1 15:16:51 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 15:16:52 ---> 6aa61528c63c 15:16:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:16:53 ---> cabb546bedd2 15:16:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 15:16:54 ---> 618c4775a5f3 15:16:54 Step 20/24 : ENTRYPOINT ["/core-command"] 15:16:54 ---> Running in a0d4f793ec37 15:16:55 Removing intermediate container a0d4f793ec37 15:16:55 ---> 37541cd19c9f 15:16:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:16:55 ---> Running in 0a5f01fe0c52 15:16:55 Removing intermediate container 0a5f01fe0c52 15:16:55 ---> 5fa2b6d63c08 15:16:55 Step 22/24 : LABEL arch=arm64 15:16:55 ---> Running in 73174a6340eb 15:16:56 Removing intermediate container 73174a6340eb 15:16:56 ---> 4a174a9c9757 15:16:56 Step 23/24 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:16:56 ---> Running in 1eaf264d699d 15:16:56 Removing intermediate container 1eaf264d699d 15:16:56 ---> 75ac62d86a78 15:16:56 Step 24/24 : LABEL version=3.0.0-dev.123 15:16:56 ---> Running in 79a7f6d59d8f 15:16:57 Removing intermediate container 79a7f6d59d8f 15:16:57 ---> 02fe8f34594e 15:16:57 15:16:57 Successfully built 02fe8f34594e 15:16:57 Successfully tagged core-command-arm64:latest 15:17:29  Building core-command ... done Removing intermediate container 1b62f7e64a2a 15:17:29 ---> 9ae6fc79e227 15:17:29 15:17:29 Step 9/20 : FROM alpine:3.17 15:17:29 ---> 51e60588ff2c 15:17:29 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 15:17:29 ---> Running in a30d7ddde5f8 15:17:30 Removing intermediate container a30d7ddde5f8 15:17:30 ---> 8b8354b47dac 15:17:30 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:17:30 ---> Running in 73793f677c85 15:17:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:17:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:17:33 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 15:17:33 v3.17.3-50-ga35f8409359 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 15:17:33 OK: 17689 distinct packages available 15:17:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:17:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:17:35 (1/9) Installing ca-certificates (20220614-r4) 15:17:35 (2/9) Installing brotli-libs (1.0.9-r9) 15:17:35 Removing intermediate container 2fa584c10c15 15:17:35 ---> cc62a38db650 15:17:35 15:17:35 Step 9/33 : FROM alpine:3.17 15:17:35 ---> 51e60588ff2c 15:17:35 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 15:17:35 ---> Using cache 15:17:35 ---> 8b8354b47dac 15:17:35 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 15:17:35 (3/9) Installing nghttp2-libs (1.51.0-r0) 15:17:35 (4/9) Installing libcurl (7.88.1-r1) 15:17:35 (5/9) Installing curl (7.88.1-r1) 15:17:35 (6/9) Installing dumb-init (1.2.5-r2) 15:17:35 (7/9) Installing musl-obstack (1.2.3-r0) 15:17:35 (8/9) Installing libucontext (1.2-r0) 15:17:35 (9/9) Installing gcompat (1.1.0-r0) 15:17:35 ---> Running in 13b508752bb3 15:17:35 Executing busybox-1.35.0-r29.trigger 15:17:35 Executing ca-certificates-20220614-r4.trigger 15:17:36 OK: 11 MiB in 24 packages 15:17:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:17:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:17:38 Removing intermediate container 73793f677c85 15:17:38 ---> 17c6067c3adb 15:17:38 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 15:17:38 ---> e4c4b9629508 15:17:38 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 15:17:38 (1/2) Installing dumb-init (1.2.5-r2) 15:17:38 (2/2) Installing su-exec (0.2-r2) 15:17:38 Executing busybox-1.35.0-r29.trigger 15:17:38 OK: 8 MiB in 17 packages 15:17:39 ---> 6530505e9c0e 15:17:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:17:40 Removing intermediate container 13b508752bb3 15:17:40 ---> af4bdd5793fe 15:17:40 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 15:17:40 ---> Running in e055fe4f5261 15:17:41 Removing intermediate container e055fe4f5261 15:17:41 ---> a2ab7a6c711c 15:17:41 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:17:41 ---> Running in d1b8494256d0 15:17:41 Removing intermediate container d1b8494256d0 15:17:41 ---> 817860d52ad2 15:17:41 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:17:42 ---> d77cd4236b5c 15:17:42 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 15:17:42 ---> Running in 8a148efde311 15:17:42 Removing intermediate container 8a148efde311 15:17:42 ---> d3fa922dff7c 15:17:42 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:17:42 ---> Running in 5e00e9e17f52 15:17:42 ---> ef4cb3093b3a 15:17:42 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:17:42 ---> Running in 7db6bb8d008c 15:17:42 Removing intermediate container 5e00e9e17f52 15:17:42 ---> 9d73288a4008 15:17:42 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:17:43 ---> Running in 204048dcdaf3 15:17:43 Removing intermediate container 7db6bb8d008c 15:17:43 ---> dc54746c460c 15:17:43 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:17:43 ---> Running in c13b0e201936 15:17:43 Removing intermediate container c13b0e201936 15:17:43 ---> 7a5851dc9468 15:17:43 Step 18/20 : LABEL arch=arm64 15:17:44 ---> Running in 051ce7c86bd8 15:17:44 Removing intermediate container 051ce7c86bd8 15:17:44 ---> 0242e36165a9 15:17:44 Step 19/20 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:17:44 ---> Running in dda1454ad89c 15:17:44 Removing intermediate container dda1454ad89c 15:17:44 ---> 71f856ba0153 15:17:44 Step 20/20 : LABEL version=3.0.0-dev.123 15:17:44 ---> Running in 9ce009279d35 15:17:45 Removing intermediate container 9ce009279d35 15:17:45 ---> ed2dbe9007fa 15:17:45 15:17:45 Removing intermediate container 204048dcdaf3 15:17:45 ---> a5c4c9816ae6 15:17:45 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 15:17:45 Successfully built ed2dbe9007fa 15:17:45 Successfully tagged security-spiffe-token-provider-arm64:latest 15:17:45  Building security-spiffe-token-provider ... done  ---> Running in 6e986a81c5be 15:17:46 Removing intermediate container 6e986a81c5be 15:17:46 ---> b1bf60fd84be 15:17:46 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:17:46 ---> 24be8393c28b 15:17:46 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:17:46 ---> Running in 0d214ffab24a 15:17:49 Removing intermediate container 0d214ffab24a 15:17:49 ---> 3290a0231448 15:17:49 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 15:17:49 ---> 02c3932db261 15:17:49 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 15:17:50 ---> f6c0c694f552 15:17:50 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:17:51 ---> c7fbfc8714ae 15:17:51 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 15:17:52 ---> bad69dbeac4d 15:17:52 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 15:17:52 ---> 6fa8f2bbb4c3 15:17:52 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:17:53 ---> a2952f7e1cf9 15:17:53 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:17:54 ---> ee37605d6afd 15:17:54 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:17:55 ---> 7e5fcb734879 15:17:55 Step 28/33 : RUN chmod +x /entrypoint.sh 15:17:55 ---> Running in 6794dd3fa4aa 15:17:56 Removing intermediate container dce0c440de8e 15:17:56 ---> 1bb4ebe184a9 15:17:56 15:17:56 Step 10/23 : FROM alpine:3.17 15:17:56 ---> 51e60588ff2c 15:17:56 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 15:17:56 ---> Running in 569af28c197f 15:17:57 Removing intermediate container 6794dd3fa4aa 15:17:57 ---> b25be3273174 15:17:57 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 15:17:57 ---> Running in 88a9bbaebe4c 15:17:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:17:57 Removing intermediate container 88a9bbaebe4c 15:17:57 ---> 034a75ccbbab 15:17:57 Step 30/33 : CMD ["gate"] 15:17:57 ---> Running in 2b05954252dd 15:17:57 Removing intermediate container 2b05954252dd 15:17:57 ---> 8c9c33accfd8 15:17:57 Step 31/33 : LABEL arch=arm64 15:17:58 ---> Running in a30df327a28b 15:17:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:17:58 Removing intermediate container a30df327a28b 15:17:58 ---> fa4881f3d576 15:17:58 Step 32/33 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:17:58 ---> Running in 33bec1a58110 15:17:58 Removing intermediate container 33bec1a58110 15:17:58 ---> b6d348bf0a54 15:17:58 Step 33/33 : LABEL version=3.0.0-dev.123 15:17:58 ---> Running in 7444c4e789b0 15:17:59 Removing intermediate container 7444c4e789b0 15:17:59 ---> 9c3ec661e798 15:17:59 15:17:59 Successfully built 9c3ec661e798 15:17:59 Successfully tagged security-bootstrapper-arm64:latest 15:17:59  Building security-bootstrapper ... done (1/2) Installing ca-certificates (20220614-r4) 15:17:59 (2/2) Installing dumb-init (1.2.5-r2) 15:17:59 Executing busybox-1.35.0-r29.trigger 15:17:59 Executing ca-certificates-20220614-r4.trigger 15:18:00 OK: 8 MiB in 17 packages 15:18:00 Removing intermediate container 569af28c197f 15:18:00 ---> 5cbf8db78adc 15:18:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 15:18:00 ---> Running in c98df5b98b86 15:18:01 Removing intermediate container c98df5b98b86 15:18:01 ---> 93ce68885f6d 15:18:01 Step 13/23 : ENV APP_PORT=59860 15:18:01 ---> Running in fb8038f63c16 15:18:01 Removing intermediate container fb8038f63c16 15:18:01 ---> ca57e33e8d35 15:18:01 Step 14/23 : EXPOSE $APP_PORT 15:18:01 ---> Running in 1bc3d461f3a6 15:18:02 Removing intermediate container 1bc3d461f3a6 15:18:02 ---> 70ff90267ca1 15:18:02 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:02 ---> e940e251f919 15:18:02 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 15:18:02 ---> 79d0504beb16 15:18:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:18:04 ---> 02be924191c1 15:18:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 15:18:04 ---> 5c6722f541ce 15:18:04 Step 19/23 : ENTRYPOINT ["/support-notifications"] 15:18:04 ---> Running in 3636fb23b794 15:18:05 Removing intermediate container 3636fb23b794 15:18:05 ---> 26ff89675338 15:18:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:18:05 ---> Running in a5a3cc6651a4 15:18:05 Removing intermediate container a5a3cc6651a4 15:18:05 ---> 739422009417 15:18:05 Step 21/23 : LABEL arch=arm64 15:18:05 ---> Running in f30d1ddf5251 15:18:05 Removing intermediate container f30d1ddf5251 15:18:05 ---> c591c90bc86a 15:18:05 Step 22/23 : LABEL git_sha=d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:05 ---> Running in 3b0164767277 15:18:05 Removing intermediate container 3b0164767277 15:18:05 ---> f93dbefba61e 15:18:05 Step 23/23 : LABEL version=3.0.0-dev.123 15:18:06 ---> Running in 15f3d2e010d3 15:18:06 Removing intermediate container 15f3d2e010d3 15:18:06 ---> 2b5ba28a69b5 15:18:06 15:18:06 Successfully built 2b5ba28a69b5 15:18:06 Successfully tagged support-notifications-arm64:latest 15:18:06  Building support-notifications ... done  [Pipeline] } 15:18:06 $ docker stop --time=1 be9906c48f94773b8c01b91b5402d0ed0b790ce0f1f607a8c18c277332c8572a 15:18:08 $ docker rm -f --volumes be9906c48f94773b8c01b91b5402d0ed0b790ce0f1f607a8c18c277332c8572a [Pipeline] // withDockerContainer [Pipeline] sh 15:18:08 + docker images 15:18:09 REPOSITORY TAG IMAGE ID CREATED SIZE 15:18:09 support-notifications-arm64 latest 2b5ba28a69b5 2 seconds ago 32.2MB 15:18:09 security-bootstrapper-arm64 latest 9c3ec661e798 10 seconds ago 21.9MB 15:18:09 1bb4ebe184a9 13 seconds ago 1.39GB 15:18:09 security-spiffe-token-provider-arm64 latest ed2dbe9007fa 23 seconds ago 32.7MB 15:18:09 cc62a38db650 34 seconds ago 1.3GB 15:18:09 9ae6fc79e227 40 seconds ago 1.36GB 15:18:09 core-command-arm64 latest 02fe8f34594e About a minute ago 19.7MB 15:18:09 6d71ff61e2d7 About a minute ago 1.32GB 15:18:09 core-metadata-arm64 latest 307b9d12183a About a minute ago 20.2MB 15:18:09 cb55b4b4dccd About a minute ago 1.32GB 15:18:09 security-spire-config-arm64 latest c83dc4e5b020 6 minutes ago 86.2MB 15:18:09 core-data-arm64 latest d1e6726f9885 6 minutes ago 19.9MB 15:18:09 027859931859 6 minutes ago 1.32GB 15:18:09 security-spire-server-arm64 latest d8d568f15bf2 8 minutes ago 87.1MB 15:18:09 36e7008b340d 8 minutes ago 1.18GB 15:18:09 security-spire-agent-arm64 latest 2e1faa05ee26 8 minutes ago 125MB 15:18:09 support-scheduler-arm64 latest 17e558b9f4a4 8 minutes ago 31.5MB 15:18:09 dcddf4fdaa91 9 minutes ago 1.18GB 15:18:09 b263f22bec5b 9 minutes ago 1.39GB 15:18:09 security-secretstore-setup-arm64 latest 2cabd9e957ca 11 minutes ago 32.2MB 15:18:09 core-common-config-bootstrapper-arm64 latest 7b7dff0e4e7b 11 minutes ago 17.2MB 15:18:09 security-proxy-setup-arm64 latest 2b0edb5949d5 11 minutes ago 18.7MB 15:18:09 3475fff29e8e 11 minutes ago 1.31GB 15:18:09 security-proxy-auth-arm64 latest 34614e765bb7 11 minutes ago 18.3MB 15:18:09 1b8e93ff35e6 12 minutes ago 1.31GB 15:18:09 5a1f24d90f9f 12 minutes ago 1.3GB 15:18:09 d64713e11608 12 minutes ago 1.3GB 15:18:09 ci-base-image-arm64 latest 94b15460a660 21 minutes ago 866MB 15:18:09 alpine 3.17 51e60588ff2c 10 days ago 7.46MB 15:18:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 4 weeks ago 648MB 15:18:09 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 15:18:09 provisioning config files... 15:18:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/485@tmp/config6543739117954119756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:18:09 ---> docker-login.sh 15:18:09 nexus3.edgexfoundry.org:10001 15:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:09 Configure a credential helper to remove this warning. See 15:18:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:09 15:18:09 Login Succeeded 15:18:09 nexus3.edgexfoundry.org:10002 15:18:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:10 Configure a credential helper to remove this warning. See 15:18:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:10 15:18:10 Login Succeeded 15:18:10 nexus3.edgexfoundry.org:10003 15:18:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:10 Configure a credential helper to remove this warning. See 15:18:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:10 15:18:10 Login Succeeded 15:18:10 nexus3.edgexfoundry.org:10004 15:18:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:10 Configure a credential helper to remove this warning. See 15:18:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:10 15:18:10 Login Succeeded 15:18:10 docker.io 15:18:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:11 Configure a credential helper to remove this warning. See 15:18:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:11 15:18:11 Login Succeeded 15:18:11 ---> docker-login.sh ends [Pipeline] } 15:18:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:18:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:18:11 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 15:18:11 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:11 latest 15:18:11 3.0.0-dev.123 15:18:11 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:11 main 15:18:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:11 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:12 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:18:12 983e45e81d09: Preparing 15:18:12 4f2e80715977: Preparing 15:18:12 20e605f2f4bc: Preparing 15:18:12 253321108645: Preparing 15:18:12 c5581650728c: Preparing 15:18:12 26cbea5cba74: Preparing 15:18:12 26cbea5cba74: Waiting 15:18:12 983e45e81d09: Pushed 15:18:12 20e605f2f4bc: Pushed 15:18:12 253321108645: Pushed 15:18:12 c5581650728c: Pushed 15:18:12 26cbea5cba74: Layer already exists 15:18:14 4f2e80715977: Pushed 15:18:15 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:e694fa0ecbe87c1855055565a412a011e46a849192fec985ce50efc46f1c5ec5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:15 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:15 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:18:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:18:15 983e45e81d09: Preparing 15:18:15 4f2e80715977: Preparing 15:18:15 20e605f2f4bc: Preparing 15:18:15 253321108645: Preparing 15:18:15 c5581650728c: Preparing 15:18:15 26cbea5cba74: Preparing 15:18:15 26cbea5cba74: Waiting 15:18:15 c5581650728c: Layer already exists 15:18:15 983e45e81d09: Layer already exists 15:18:15 253321108645: Layer already exists 15:18:15 4f2e80715977: Layer already exists 15:18:15 20e605f2f4bc: Layer already exists 15:18:15 26cbea5cba74: Layer already exists 15:18:15 latest: digest: sha256:e694fa0ecbe87c1855055565a412a011e46a849192fec985ce50efc46f1c5ec5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:16 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:16 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.123 15:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:18:16 983e45e81d09: Preparing 15:18:16 4f2e80715977: Preparing 15:18:16 20e605f2f4bc: Preparing 15:18:16 253321108645: Preparing 15:18:16 c5581650728c: Preparing 15:18:16 26cbea5cba74: Preparing 15:18:16 26cbea5cba74: Waiting 15:18:16 253321108645: Layer already exists 15:18:16 c5581650728c: Layer already exists 15:18:16 983e45e81d09: Layer already exists 15:18:16 20e605f2f4bc: Layer already exists 15:18:16 4f2e80715977: Layer already exists 15:18:16 26cbea5cba74: Layer already exists 15:18:16 3.0.0-dev.123: digest: sha256:e694fa0ecbe87c1855055565a412a011e46a849192fec985ce50efc46f1c5ec5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:16 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:17 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:18:17 983e45e81d09: Preparing 15:18:17 4f2e80715977: Preparing 15:18:17 20e605f2f4bc: Preparing 15:18:17 253321108645: Preparing 15:18:17 c5581650728c: Preparing 15:18:17 26cbea5cba74: Preparing 15:18:17 26cbea5cba74: Waiting 15:18:17 983e45e81d09: Layer already exists 15:18:17 c5581650728c: Layer already exists 15:18:17 4f2e80715977: Layer already exists 15:18:17 20e605f2f4bc: Layer already exists 15:18:17 253321108645: Layer already exists 15:18:17 26cbea5cba74: Layer already exists 15:18:17 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:e694fa0ecbe87c1855055565a412a011e46a849192fec985ce50efc46f1c5ec5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:17 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:17 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 15:18:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:18:17 983e45e81d09: Preparing 15:18:17 4f2e80715977: Preparing 15:18:17 20e605f2f4bc: Preparing 15:18:17 253321108645: Preparing 15:18:17 c5581650728c: Preparing 15:18:17 26cbea5cba74: Preparing 15:18:17 26cbea5cba74: Waiting 15:18:17 20e605f2f4bc: Layer already exists 15:18:17 983e45e81d09: Layer already exists 15:18:17 253321108645: Layer already exists 15:18:17 c5581650728c: Layer already exists 15:18:17 4f2e80715977: Layer already exists 15:18:17 26cbea5cba74: Layer already exists 15:18:17 main: digest: sha256:e694fa0ecbe87c1855055565a412a011e46a849192fec985ce50efc46f1c5ec5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:18:18 ===================================================== [Pipeline] echo 15:18:18 taggedImages: 15:18:18 - nexus3.edgexfoundry.org:10004/core-command-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:18 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:18:18 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.123 15:18:18 - nexus3.edgexfoundry.org:10004/core-command-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:18 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 15:18:18 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 15:18:18 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:18 latest 15:18:18 3.0.0-dev.123 15:18:18 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:18 main 15:18:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:18 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:18:18 ca9c04f2df33: Preparing 15:18:18 6c4865ea9d5b: Preparing 15:18:18 16a1ab3b4bb3: Preparing 15:18:18 6f7bd7e589f4: Preparing 15:18:18 20e605f2f4bc: Preparing 15:18:18 253321108645: Preparing 15:18:18 568af6ac733d: Preparing 15:18:18 26cbea5cba74: Preparing 15:18:18 253321108645: Waiting 15:18:18 568af6ac733d: Waiting 15:18:18 20e605f2f4bc: Layer already exists 15:18:18 253321108645: Layer already exists 15:18:19 16a1ab3b4bb3: Pushed 15:18:19 ca9c04f2df33: Pushed 15:18:19 6c4865ea9d5b: Pushed 15:18:19 26cbea5cba74: Layer already exists 15:18:19 568af6ac733d: Pushed 15:18:21 6f7bd7e589f4: Pushed 15:18:21 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:bf34e4c267e87aabff6c508939e5b91b43b21e0b2ed9cf6a85da8ac934274584 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:22 + 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 15:18:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:18:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:18:22 ca9c04f2df33: Preparing 15:18:22 6c4865ea9d5b: Preparing 15:18:22 16a1ab3b4bb3: Preparing 15:18:22 6f7bd7e589f4: Preparing 15:18:22 20e605f2f4bc: Preparing 15:18:22 253321108645: Preparing 15:18:22 568af6ac733d: Preparing 15:18:22 26cbea5cba74: Preparing 15:18:22 253321108645: Waiting 15:18:22 568af6ac733d: Waiting 15:18:22 26cbea5cba74: Waiting 15:18:22 6f7bd7e589f4: Layer already exists 15:18:22 6c4865ea9d5b: Layer already exists 15:18:22 ca9c04f2df33: Layer already exists 15:18:22 20e605f2f4bc: Layer already exists 15:18:22 16a1ab3b4bb3: Layer already exists 15:18:22 568af6ac733d: Layer already exists 15:18:22 253321108645: Layer already exists 15:18:22 26cbea5cba74: Layer already exists 15:18:22 latest: digest: sha256:bf34e4c267e87aabff6c508939e5b91b43b21e0b2ed9cf6a85da8ac934274584 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:22 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.123 15:18:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:18:23 ca9c04f2df33: Preparing 15:18:23 6c4865ea9d5b: Preparing 15:18:23 16a1ab3b4bb3: Preparing 15:18:23 6f7bd7e589f4: Preparing 15:18:23 20e605f2f4bc: Preparing 15:18:23 253321108645: Preparing 15:18:23 568af6ac733d: Preparing 15:18:23 26cbea5cba74: Preparing 15:18:23 568af6ac733d: Waiting 15:18:23 253321108645: Waiting 15:18:23 26cbea5cba74: Waiting 15:18:23 6f7bd7e589f4: Layer already exists 15:18:23 16a1ab3b4bb3: Layer already exists 15:18:23 6c4865ea9d5b: Layer already exists 15:18:23 ca9c04f2df33: Layer already exists 15:18:23 20e605f2f4bc: Layer already exists 15:18:23 26cbea5cba74: Layer already exists 15:18:23 568af6ac733d: Layer already exists 15:18:23 253321108645: Layer already exists 15:18:23 3.0.0-dev.123: digest: sha256:bf34e4c267e87aabff6c508939e5b91b43b21e0b2ed9cf6a85da8ac934274584 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:23 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:18:24 ca9c04f2df33: Preparing 15:18:24 6c4865ea9d5b: Preparing 15:18:24 16a1ab3b4bb3: Preparing 15:18:24 6f7bd7e589f4: Preparing 15:18:24 20e605f2f4bc: Preparing 15:18:24 253321108645: Preparing 15:18:24 568af6ac733d: Preparing 15:18:24 26cbea5cba74: Preparing 15:18:24 253321108645: Waiting 15:18:24 568af6ac733d: Waiting 15:18:24 26cbea5cba74: Waiting 15:18:24 6c4865ea9d5b: Layer already exists 15:18:24 20e605f2f4bc: Layer already exists 15:18:24 ca9c04f2df33: Layer already exists 15:18:24 16a1ab3b4bb3: Layer already exists 15:18:24 6f7bd7e589f4: Layer already exists 15:18:24 568af6ac733d: Layer already exists 15:18:24 253321108645: Layer already exists 15:18:24 26cbea5cba74: Layer already exists 15:18:24 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:bf34e4c267e87aabff6c508939e5b91b43b21e0b2ed9cf6a85da8ac934274584 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:24 + 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 15:18:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 15:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:18:24 ca9c04f2df33: Preparing 15:18:24 6c4865ea9d5b: Preparing 15:18:24 16a1ab3b4bb3: Preparing 15:18:24 6f7bd7e589f4: Preparing 15:18:24 20e605f2f4bc: Preparing 15:18:24 253321108645: Preparing 15:18:24 568af6ac733d: Preparing 15:18:24 26cbea5cba74: Preparing 15:18:24 568af6ac733d: Waiting 15:18:24 26cbea5cba74: Waiting 15:18:24 253321108645: Waiting 15:18:24 ca9c04f2df33: Layer already exists 15:18:24 16a1ab3b4bb3: Layer already exists 15:18:24 6c4865ea9d5b: Layer already exists 15:18:24 6f7bd7e589f4: Layer already exists 15:18:24 20e605f2f4bc: Layer already exists 15:18:24 568af6ac733d: Layer already exists 15:18:24 26cbea5cba74: Layer already exists 15:18:24 253321108645: Layer already exists 15:18:25 main: digest: sha256:bf34e4c267e87aabff6c508939e5b91b43b21e0b2ed9cf6a85da8ac934274584 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:18:25 ===================================================== [Pipeline] echo 15:18:25 taggedImages: 15:18:25 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:25 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:18:25 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.123 15:18:25 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:25 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 15:18:25 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 15:18:25 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:25 latest 15:18:25 3.0.0-dev.123 15:18:25 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:25 main 15:18:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:25 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:25 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:18:25 d8de0df32226: Preparing 15:18:25 c29c57c1fffa: Preparing 15:18:25 20e605f2f4bc: Preparing 15:18:25 253321108645: Preparing 15:18:25 5a4563124276: Preparing 15:18:25 26cbea5cba74: Preparing 15:18:25 26cbea5cba74: Waiting 15:18:25 253321108645: Layer already exists 15:18:25 20e605f2f4bc: Layer already exists 15:18:26 26cbea5cba74: Layer already exists 15:18:26 d8de0df32226: Pushed 15:18:26 5a4563124276: Pushed 15:18:29 c29c57c1fffa: Pushed 15:18:29 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:14f64135ceee44a10836a8266b1d64acd805d0006cbb18958c4d9fc47bdff86d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:30 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:18:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:18:30 d8de0df32226: Preparing 15:18:30 c29c57c1fffa: Preparing 15:18:30 20e605f2f4bc: Preparing 15:18:30 253321108645: Preparing 15:18:30 5a4563124276: Preparing 15:18:30 26cbea5cba74: Preparing 15:18:30 26cbea5cba74: Waiting 15:18:30 20e605f2f4bc: Layer already exists 15:18:30 5a4563124276: Layer already exists 15:18:30 d8de0df32226: Layer already exists 15:18:30 c29c57c1fffa: Layer already exists 15:18:30 253321108645: Layer already exists 15:18:30 26cbea5cba74: Layer already exists 15:18:30 latest: digest: sha256:14f64135ceee44a10836a8266b1d64acd805d0006cbb18958c4d9fc47bdff86d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.123 15:18:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:18:31 d8de0df32226: Preparing 15:18:31 c29c57c1fffa: Preparing 15:18:31 20e605f2f4bc: Preparing 15:18:31 253321108645: Preparing 15:18:31 5a4563124276: Preparing 15:18:31 26cbea5cba74: Preparing 15:18:31 26cbea5cba74: Waiting 15:18:31 c29c57c1fffa: Layer already exists 15:18:31 253321108645: Layer already exists 15:18:31 5a4563124276: Layer already exists 15:18:31 20e605f2f4bc: Layer already exists 15:18:31 d8de0df32226: Layer already exists 15:18:31 26cbea5cba74: Layer already exists 15:18:31 3.0.0-dev.123: digest: sha256:14f64135ceee44a10836a8266b1d64acd805d0006cbb18958c4d9fc47bdff86d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:31 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:18:31 d8de0df32226: Preparing 15:18:31 c29c57c1fffa: Preparing 15:18:31 20e605f2f4bc: Preparing 15:18:31 253321108645: Preparing 15:18:31 5a4563124276: Preparing 15:18:31 26cbea5cba74: Preparing 15:18:31 26cbea5cba74: Waiting 15:18:31 5a4563124276: Layer already exists 15:18:31 c29c57c1fffa: Layer already exists 15:18:31 20e605f2f4bc: Layer already exists 15:18:31 d8de0df32226: Layer already exists 15:18:31 253321108645: Layer already exists 15:18:31 26cbea5cba74: Layer already exists 15:18:32 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:14f64135ceee44a10836a8266b1d64acd805d0006cbb18958c4d9fc47bdff86d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:32 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 15:18:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:18:32 d8de0df32226: Preparing 15:18:32 c29c57c1fffa: Preparing 15:18:32 20e605f2f4bc: Preparing 15:18:32 253321108645: Preparing 15:18:32 5a4563124276: Preparing 15:18:32 26cbea5cba74: Preparing 15:18:32 26cbea5cba74: Waiting 15:18:32 d8de0df32226: Layer already exists 15:18:32 20e605f2f4bc: Layer already exists 15:18:32 253321108645: Layer already exists 15:18:32 5a4563124276: Layer already exists 15:18:32 c29c57c1fffa: Layer already exists 15:18:32 26cbea5cba74: Layer already exists 15:18:32 main: digest: sha256:14f64135ceee44a10836a8266b1d64acd805d0006cbb18958c4d9fc47bdff86d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:18:33 ===================================================== [Pipeline] echo 15:18:33 taggedImages: 15:18:33 - nexus3.edgexfoundry.org:10004/core-data-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:33 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:18:33 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.123 15:18:33 - nexus3.edgexfoundry.org:10004/core-data-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:33 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 15:18:33 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 15:18:33 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:33 latest 15:18:33 3.0.0-dev.123 15:18:33 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:33 main 15:18:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:33 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:18:33 c3e6e95fe538: Preparing 15:18:33 953d607c7b51: Preparing 15:18:33 887861f0437a: Preparing 15:18:33 20e605f2f4bc: Preparing 15:18:33 253321108645: Preparing 15:18:33 c5581650728c: Preparing 15:18:33 26cbea5cba74: Preparing 15:18:33 c5581650728c: Waiting 15:18:33 26cbea5cba74: Waiting 15:18:33 253321108645: Layer already exists 15:18:33 20e605f2f4bc: Layer already exists 15:18:33 c5581650728c: Layer already exists 15:18:33 26cbea5cba74: Layer already exists 15:18:34 953d607c7b51: Pushed 15:18:34 c3e6e95fe538: Pushed 15:18:37 887861f0437a: Pushed 15:18:37 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:8d217dc6150db1bbc20301f6a4c22c4599a413b46b9a8e074a2ea595d943b7c3 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:18:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:18:38 c3e6e95fe538: Preparing 15:18:38 953d607c7b51: Preparing 15:18:38 887861f0437a: Preparing 15:18:38 20e605f2f4bc: Preparing 15:18:38 253321108645: Preparing 15:18:38 c5581650728c: Preparing 15:18:38 26cbea5cba74: Preparing 15:18:38 c5581650728c: Waiting 15:18:38 26cbea5cba74: Waiting 15:18:38 253321108645: Layer already exists 15:18:38 953d607c7b51: Layer already exists 15:18:38 887861f0437a: Layer already exists 15:18:38 20e605f2f4bc: Layer already exists 15:18:38 c3e6e95fe538: Layer already exists 15:18:38 26cbea5cba74: Layer already exists 15:18:38 c5581650728c: Layer already exists 15:18:38 latest: digest: sha256:8d217dc6150db1bbc20301f6a4c22c4599a413b46b9a8e074a2ea595d943b7c3 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:38 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.123 15:18:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:18:40 c3e6e95fe538: Preparing 15:18:40 953d607c7b51: Preparing 15:18:40 887861f0437a: Preparing 15:18:40 20e605f2f4bc: Preparing 15:18:40 253321108645: Preparing 15:18:40 c5581650728c: Preparing 15:18:40 26cbea5cba74: Preparing 15:18:40 c5581650728c: Waiting 15:18:40 26cbea5cba74: Waiting 15:18:40 953d607c7b51: Layer already exists 15:18:40 c3e6e95fe538: Layer already exists 15:18:40 20e605f2f4bc: Layer already exists 15:18:40 887861f0437a: Layer already exists 15:18:40 253321108645: Layer already exists 15:18:40 c5581650728c: Layer already exists 15:18:40 26cbea5cba74: Layer already exists 15:18:40 3.0.0-dev.123: digest: sha256:8d217dc6150db1bbc20301f6a4c22c4599a413b46b9a8e074a2ea595d943b7c3 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:40 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:18:41 c3e6e95fe538: Preparing 15:18:41 953d607c7b51: Preparing 15:18:41 887861f0437a: Preparing 15:18:41 20e605f2f4bc: Preparing 15:18:41 253321108645: Preparing 15:18:41 c5581650728c: Preparing 15:18:41 26cbea5cba74: Preparing 15:18:41 c5581650728c: Waiting 15:18:41 26cbea5cba74: Waiting 15:18:41 887861f0437a: Layer already exists 15:18:41 253321108645: Layer already exists 15:18:41 c3e6e95fe538: Layer already exists 15:18:41 20e605f2f4bc: Layer already exists 15:18:41 953d607c7b51: Layer already exists 15:18:41 c5581650728c: Layer already exists 15:18:41 26cbea5cba74: Layer already exists 15:18:41 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:8d217dc6150db1bbc20301f6a4c22c4599a413b46b9a8e074a2ea595d943b7c3 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 15:18:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:18:42 c3e6e95fe538: Preparing 15:18:42 953d607c7b51: Preparing 15:18:42 887861f0437a: Preparing 15:18:42 20e605f2f4bc: Preparing 15:18:42 253321108645: Preparing 15:18:42 c5581650728c: Preparing 15:18:42 26cbea5cba74: Preparing 15:18:42 c5581650728c: Waiting 15:18:42 26cbea5cba74: Waiting 15:18:42 20e605f2f4bc: Layer already exists 15:18:42 953d607c7b51: Layer already exists 15:18:42 253321108645: Layer already exists 15:18:42 c3e6e95fe538: Layer already exists 15:18:42 887861f0437a: Layer already exists 15:18:42 c5581650728c: Layer already exists 15:18:42 26cbea5cba74: Layer already exists 15:18:42 main: digest: sha256:8d217dc6150db1bbc20301f6a4c22c4599a413b46b9a8e074a2ea595d943b7c3 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:18:42 ===================================================== [Pipeline] echo 15:18:42 taggedImages: 15:18:42 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:42 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:18:42 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.123 15:18:42 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:42 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 15:18:42 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 15:18:42 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:42 latest 15:18:42 3.0.0-dev.123 15:18:42 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:42 main 15:18:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:42 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:18:43 8855dd9a7c78: Preparing 15:18:43 8855dd9a7c78: Preparing 15:18:43 39b892edf48c: Preparing 15:18:43 a2f32b62d73b: Preparing 15:18:43 5515fb3f4dfa: Preparing 15:18:43 b0fba801d64d: Preparing 15:18:43 e79d4b992f37: Preparing 15:18:43 20e605f2f4bc: Preparing 15:18:43 253321108645: Preparing 15:18:43 7235b25cec7e: Preparing 15:18:43 4fb1990f54d1: Preparing 15:18:43 7d21a22eb6f4: Preparing 15:18:43 5bcdc9fbed9c: Preparing 15:18:43 26cbea5cba74: Preparing 15:18:43 7235b25cec7e: Waiting 15:18:43 4fb1990f54d1: Waiting 15:18:43 7d21a22eb6f4: Waiting 15:18:43 e79d4b992f37: Waiting 15:18:43 5bcdc9fbed9c: Waiting 15:18:43 253321108645: Waiting 15:18:43 20e605f2f4bc: Waiting 15:18:43 39b892edf48c: Pushed 15:18:43 5515fb3f4dfa: Pushed 15:18:43 8855dd9a7c78: Pushed 15:18:43 a2f32b62d73b: Pushed 15:18:43 b0fba801d64d: Pushed 15:18:43 20e605f2f4bc: Layer already exists 15:18:43 253321108645: Layer already exists 15:18:43 7d21a22eb6f4: Pushed 15:18:43 7235b25cec7e: Pushed 15:18:43 4fb1990f54d1: Pushed 15:18:43 26cbea5cba74: Layer already exists 15:18:43 5bcdc9fbed9c: Pushed 15:18:47 e79d4b992f37: Pushed 15:18:47 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:7fb218de3903f6d9b0e66257af33c0ed4a0276dd673835a50b4800185fe7c43a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:48 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:18:48 8855dd9a7c78: Preparing 15:18:48 8855dd9a7c78: Preparing 15:18:48 39b892edf48c: Preparing 15:18:48 a2f32b62d73b: Preparing 15:18:48 5515fb3f4dfa: Preparing 15:18:48 b0fba801d64d: Preparing 15:18:48 e79d4b992f37: Preparing 15:18:48 20e605f2f4bc: Preparing 15:18:48 253321108645: Preparing 15:18:48 7235b25cec7e: Preparing 15:18:48 4fb1990f54d1: Preparing 15:18:48 7d21a22eb6f4: Preparing 15:18:48 5bcdc9fbed9c: Preparing 15:18:48 26cbea5cba74: Preparing 15:18:48 7d21a22eb6f4: Waiting 15:18:48 7235b25cec7e: Waiting 15:18:48 4fb1990f54d1: Waiting 15:18:48 26cbea5cba74: Waiting 15:18:48 e79d4b992f37: Waiting 15:18:48 20e605f2f4bc: Waiting 15:18:48 253321108645: Waiting 15:18:48 5bcdc9fbed9c: Waiting 15:18:48 b0fba801d64d: Layer already exists 15:18:48 39b892edf48c: Layer already exists 15:18:48 a2f32b62d73b: Layer already exists 15:18:48 8855dd9a7c78: Layer already exists 15:18:48 5515fb3f4dfa: Layer already exists 15:18:48 e79d4b992f37: Layer already exists 15:18:48 253321108645: Layer already exists 15:18:48 20e605f2f4bc: Layer already exists 15:18:48 4fb1990f54d1: Layer already exists 15:18:48 7235b25cec7e: Layer already exists 15:18:48 26cbea5cba74: Layer already exists 15:18:48 5bcdc9fbed9c: Layer already exists 15:18:48 7d21a22eb6f4: Layer already exists 15:18:48 latest: digest: sha256:7fb218de3903f6d9b0e66257af33c0ed4a0276dd673835a50b4800185fe7c43a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:49 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.123 15:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:18:49 8855dd9a7c78: Preparing 15:18:49 8855dd9a7c78: Preparing 15:18:49 39b892edf48c: Preparing 15:18:49 a2f32b62d73b: Preparing 15:18:49 5515fb3f4dfa: Preparing 15:18:49 b0fba801d64d: Preparing 15:18:49 e79d4b992f37: Preparing 15:18:49 20e605f2f4bc: Preparing 15:18:49 253321108645: Preparing 15:18:49 7235b25cec7e: Preparing 15:18:49 4fb1990f54d1: Preparing 15:18:49 7d21a22eb6f4: Preparing 15:18:49 5bcdc9fbed9c: Preparing 15:18:49 26cbea5cba74: Preparing 15:18:49 7235b25cec7e: Waiting 15:18:49 4fb1990f54d1: Waiting 15:18:49 7d21a22eb6f4: Waiting 15:18:49 20e605f2f4bc: Waiting 15:18:49 5bcdc9fbed9c: Waiting 15:18:49 26cbea5cba74: Waiting 15:18:49 253321108645: Waiting 15:18:49 e79d4b992f37: Waiting 15:18:49 5515fb3f4dfa: Layer already exists 15:18:49 b0fba801d64d: Layer already exists 15:18:49 a2f32b62d73b: Layer already exists 15:18:49 39b892edf48c: Layer already exists 15:18:49 8855dd9a7c78: Layer already exists 15:18:49 e79d4b992f37: Layer already exists 15:18:49 253321108645: Layer already exists 15:18:49 20e605f2f4bc: Layer already exists 15:18:49 7235b25cec7e: Layer already exists 15:18:49 4fb1990f54d1: Layer already exists 15:18:49 5bcdc9fbed9c: Layer already exists 15:18:49 26cbea5cba74: Layer already exists 15:18:49 7d21a22eb6f4: Layer already exists 15:18:49 3.0.0-dev.123: digest: sha256:7fb218de3903f6d9b0e66257af33c0ed4a0276dd673835a50b4800185fe7c43a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:18:50 8855dd9a7c78: Preparing 15:18:50 8855dd9a7c78: Preparing 15:18:50 39b892edf48c: Preparing 15:18:50 a2f32b62d73b: Preparing 15:18:50 5515fb3f4dfa: Preparing 15:18:50 b0fba801d64d: Preparing 15:18:50 e79d4b992f37: Preparing 15:18:50 20e605f2f4bc: Preparing 15:18:50 253321108645: Preparing 15:18:50 7235b25cec7e: Preparing 15:18:50 4fb1990f54d1: Preparing 15:18:50 7d21a22eb6f4: Preparing 15:18:50 5bcdc9fbed9c: Preparing 15:18:50 26cbea5cba74: Preparing 15:18:50 e79d4b992f37: Waiting 15:18:50 7235b25cec7e: Waiting 15:18:50 4fb1990f54d1: Waiting 15:18:50 20e605f2f4bc: Waiting 15:18:50 7d21a22eb6f4: Waiting 15:18:50 253321108645: Waiting 15:18:50 5bcdc9fbed9c: Waiting 15:18:50 b0fba801d64d: Layer already exists 15:18:50 8855dd9a7c78: Layer already exists 15:18:50 5515fb3f4dfa: Layer already exists 15:18:50 a2f32b62d73b: Layer already exists 15:18:50 39b892edf48c: Layer already exists 15:18:50 253321108645: Layer already exists 15:18:50 e79d4b992f37: Layer already exists 15:18:50 4fb1990f54d1: Layer already exists 15:18:50 7235b25cec7e: Layer already exists 15:18:50 20e605f2f4bc: Layer already exists 15:18:50 7d21a22eb6f4: Layer already exists 15:18:50 5bcdc9fbed9c: Layer already exists 15:18:50 26cbea5cba74: Layer already exists 15:18:50 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:7fb218de3903f6d9b0e66257af33c0ed4a0276dd673835a50b4800185fe7c43a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 15:18:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:18:51 8855dd9a7c78: Preparing 15:18:51 8855dd9a7c78: Preparing 15:18:51 39b892edf48c: Preparing 15:18:51 a2f32b62d73b: Preparing 15:18:51 5515fb3f4dfa: Preparing 15:18:51 b0fba801d64d: Preparing 15:18:51 e79d4b992f37: Preparing 15:18:51 20e605f2f4bc: Preparing 15:18:51 253321108645: Preparing 15:18:51 7235b25cec7e: Preparing 15:18:51 4fb1990f54d1: Preparing 15:18:51 7d21a22eb6f4: Preparing 15:18:51 5bcdc9fbed9c: Preparing 15:18:51 26cbea5cba74: Preparing 15:18:51 e79d4b992f37: Waiting 15:18:51 20e605f2f4bc: Waiting 15:18:51 253321108645: Waiting 15:18:51 7235b25cec7e: Waiting 15:18:51 5bcdc9fbed9c: Waiting 15:18:51 4fb1990f54d1: Waiting 15:18:51 7d21a22eb6f4: Waiting 15:18:51 26cbea5cba74: Waiting 15:18:51 b0fba801d64d: Layer already exists 15:18:51 8855dd9a7c78: Layer already exists 15:18:51 a2f32b62d73b: Layer already exists 15:18:51 39b892edf48c: Layer already exists 15:18:51 5515fb3f4dfa: Layer already exists 15:18:51 7235b25cec7e: Layer already exists 15:18:51 e79d4b992f37: Layer already exists 15:18:51 20e605f2f4bc: Layer already exists 15:18:51 253321108645: Layer already exists 15:18:51 4fb1990f54d1: Layer already exists 15:18:51 7d21a22eb6f4: Layer already exists 15:18:51 26cbea5cba74: Layer already exists 15:18:51 5bcdc9fbed9c: Layer already exists 15:18:51 main: digest: sha256:7fb218de3903f6d9b0e66257af33c0ed4a0276dd673835a50b4800185fe7c43a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:18:51 ===================================================== [Pipeline] echo 15:18:51 taggedImages: 15:18:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:18:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.123 15:18:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 15:18:51 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 15:18:51 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:51 latest 15:18:51 3.0.0-dev.123 15:18:51 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:51 main 15:18:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:51 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:18:52 0109727230f1: Preparing 15:18:52 ebdbcbca93d6: Preparing 15:18:52 5e983488482c: Preparing 15:18:52 32c7ea5ccaf9: Preparing 15:18:52 20e605f2f4bc: Preparing 15:18:52 253321108645: Preparing 15:18:52 568af6ac733d: Preparing 15:18:52 26cbea5cba74: Preparing 15:18:52 568af6ac733d: Waiting 15:18:52 26cbea5cba74: Waiting 15:18:52 253321108645: Waiting 15:18:52 20e605f2f4bc: Layer already exists 15:18:52 253321108645: Layer already exists 15:18:52 568af6ac733d: Layer already exists 15:18:52 26cbea5cba74: Layer already exists 15:18:52 0109727230f1: Pushed 15:18:52 ebdbcbca93d6: Pushed 15:18:52 5e983488482c: Pushed 15:18:55 32c7ea5ccaf9: Pushed 15:18:55 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:fc0457f1362b215c090e179c1ebeaaa684c1ee8ba65a64ac29d084558e268886 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:55 + 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 15:18:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 15:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:18:55 0109727230f1: Preparing 15:18:55 ebdbcbca93d6: Preparing 15:18:55 5e983488482c: Preparing 15:18:55 32c7ea5ccaf9: Preparing 15:18:55 20e605f2f4bc: Preparing 15:18:55 253321108645: Preparing 15:18:55 568af6ac733d: Preparing 15:18:55 26cbea5cba74: Preparing 15:18:55 253321108645: Waiting 15:18:55 568af6ac733d: Waiting 15:18:55 26cbea5cba74: Waiting 15:18:55 20e605f2f4bc: Layer already exists 15:18:55 0109727230f1: Layer already exists 15:18:55 ebdbcbca93d6: Layer already exists 15:18:55 32c7ea5ccaf9: Layer already exists 15:18:55 5e983488482c: Layer already exists 15:18:55 568af6ac733d: Layer already exists 15:18:55 253321108645: Layer already exists 15:18:55 26cbea5cba74: Layer already exists 15:18:56 latest: digest: sha256:fc0457f1362b215c090e179c1ebeaaa684c1ee8ba65a64ac29d084558e268886 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:56 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.123 15:18:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:18:56 0109727230f1: Preparing 15:18:56 ebdbcbca93d6: Preparing 15:18:56 5e983488482c: Preparing 15:18:56 32c7ea5ccaf9: Preparing 15:18:56 20e605f2f4bc: Preparing 15:18:56 253321108645: Preparing 15:18:56 568af6ac733d: Preparing 15:18:56 26cbea5cba74: Preparing 15:18:56 568af6ac733d: Waiting 15:18:56 26cbea5cba74: Waiting 15:18:56 253321108645: Waiting 15:18:56 20e605f2f4bc: Layer already exists 15:18:56 0109727230f1: Layer already exists 15:18:56 5e983488482c: Layer already exists 15:18:56 ebdbcbca93d6: Layer already exists 15:18:56 32c7ea5ccaf9: Layer already exists 15:18:56 253321108645: Layer already exists 15:18:56 26cbea5cba74: Layer already exists 15:18:56 568af6ac733d: Layer already exists 15:18:56 3.0.0-dev.123: digest: sha256:fc0457f1362b215c090e179c1ebeaaa684c1ee8ba65a64ac29d084558e268886 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:57 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:18:57 0109727230f1: Preparing 15:18:57 ebdbcbca93d6: Preparing 15:18:57 5e983488482c: Preparing 15:18:57 32c7ea5ccaf9: Preparing 15:18:57 20e605f2f4bc: Preparing 15:18:57 253321108645: Preparing 15:18:57 568af6ac733d: Preparing 15:18:57 26cbea5cba74: Preparing 15:18:57 253321108645: Waiting 15:18:57 568af6ac733d: Waiting 15:18:57 26cbea5cba74: Waiting 15:18:57 0109727230f1: Layer already exists 15:18:57 20e605f2f4bc: Layer already exists 15:18:57 5e983488482c: Layer already exists 15:18:57 32c7ea5ccaf9: Layer already exists 15:18:57 ebdbcbca93d6: Layer already exists 15:18:57 253321108645: Layer already exists 15:18:57 26cbea5cba74: Layer already exists 15:18:57 568af6ac733d: Layer already exists 15:18:57 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:fc0457f1362b215c090e179c1ebeaaa684c1ee8ba65a64ac29d084558e268886 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:58 + 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 15:18:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 15:18:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:18:58 0109727230f1: Preparing 15:18:58 ebdbcbca93d6: Preparing 15:18:58 5e983488482c: Preparing 15:18:58 32c7ea5ccaf9: Preparing 15:18:58 20e605f2f4bc: Preparing 15:18:58 253321108645: Preparing 15:18:58 568af6ac733d: Preparing 15:18:58 26cbea5cba74: Preparing 15:18:58 568af6ac733d: Waiting 15:18:58 26cbea5cba74: Waiting 15:18:58 253321108645: Waiting 15:18:58 0109727230f1: Layer already exists 15:18:58 32c7ea5ccaf9: Layer already exists 15:18:58 ebdbcbca93d6: Layer already exists 15:18:58 20e605f2f4bc: Layer already exists 15:18:58 5e983488482c: Layer already exists 15:18:58 253321108645: Layer already exists 15:18:58 26cbea5cba74: Layer already exists 15:18:58 568af6ac733d: Layer already exists 15:18:58 main: digest: sha256:fc0457f1362b215c090e179c1ebeaaa684c1ee8ba65a64ac29d084558e268886 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:18:58 ===================================================== [Pipeline] echo 15:18:58 taggedImages: 15:18:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 15:18:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.123 15:18:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 15:18:58 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 15:18:58 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:58 latest 15:18:58 3.0.0-dev.123 15:18:58 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:18:58 main 15:18:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:59 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:18:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:18:59 dd28041f85fc: Preparing 15:18:59 d6c4dc58a22a: Preparing 15:18:59 a6afd1f2fc5e: Preparing 15:18:59 9a47da8db3a1: Preparing 15:18:59 20e605f2f4bc: Preparing 15:18:59 253321108645: Preparing 15:18:59 8a43badbe4c1: Preparing 15:18:59 16b6c7eb99dc: Preparing 15:18:59 26cbea5cba74: Preparing 15:18:59 253321108645: Waiting 15:18:59 8a43badbe4c1: Waiting 15:18:59 16b6c7eb99dc: Waiting 15:18:59 26cbea5cba74: Waiting 15:18:59 20e605f2f4bc: Layer already exists 15:18:59 253321108645: Layer already exists 15:18:59 dd28041f85fc: Pushed 15:18:59 9a47da8db3a1: Pushed 15:18:59 d6c4dc58a22a: Pushed 15:18:59 26cbea5cba74: Layer already exists 15:18:59 8a43badbe4c1: Pushed 15:19:00 16b6c7eb99dc: Pushed 15:19:02 a6afd1f2fc5e: Pushed 15:19:02 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:5878b4ff4539a5cf4c647112a5dac8ae9477a5792f47bd0cb8f3649e5f1b7d64 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:03 + 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 15:19:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:19:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:19:03 dd28041f85fc: Preparing 15:19:03 d6c4dc58a22a: Preparing 15:19:03 a6afd1f2fc5e: Preparing 15:19:03 9a47da8db3a1: Preparing 15:19:03 20e605f2f4bc: Preparing 15:19:03 253321108645: Preparing 15:19:03 8a43badbe4c1: Preparing 15:19:03 16b6c7eb99dc: Preparing 15:19:03 26cbea5cba74: Preparing 15:19:03 253321108645: Waiting 15:19:03 8a43badbe4c1: Waiting 15:19:03 16b6c7eb99dc: Waiting 15:19:03 26cbea5cba74: Waiting 15:19:03 d6c4dc58a22a: Layer already exists 15:19:03 dd28041f85fc: Layer already exists 15:19:03 9a47da8db3a1: Layer already exists 15:19:03 a6afd1f2fc5e: Layer already exists 15:19:03 20e605f2f4bc: Layer already exists 15:19:03 253321108645: Layer already exists 15:19:03 16b6c7eb99dc: Layer already exists 15:19:03 8a43badbe4c1: Layer already exists 15:19:03 26cbea5cba74: Layer already exists 15:19:03 latest: digest: sha256:5878b4ff4539a5cf4c647112a5dac8ae9477a5792f47bd0cb8f3649e5f1b7d64 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.123 15:19:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:19:04 dd28041f85fc: Preparing 15:19:04 d6c4dc58a22a: Preparing 15:19:04 a6afd1f2fc5e: Preparing 15:19:04 9a47da8db3a1: Preparing 15:19:04 20e605f2f4bc: Preparing 15:19:04 253321108645: Preparing 15:19:04 8a43badbe4c1: Preparing 15:19:04 16b6c7eb99dc: Preparing 15:19:04 26cbea5cba74: Preparing 15:19:04 8a43badbe4c1: Waiting 15:19:04 253321108645: Waiting 15:19:04 16b6c7eb99dc: Waiting 15:19:04 26cbea5cba74: Waiting 15:19:04 20e605f2f4bc: Layer already exists 15:19:04 d6c4dc58a22a: Layer already exists 15:19:04 dd28041f85fc: Layer already exists 15:19:04 9a47da8db3a1: Layer already exists 15:19:04 a6afd1f2fc5e: Layer already exists 15:19:04 26cbea5cba74: Layer already exists 15:19:04 8a43badbe4c1: Layer already exists 15:19:04 253321108645: Layer already exists 15:19:04 16b6c7eb99dc: Layer already exists 15:19:04 3.0.0-dev.123: digest: sha256:5878b4ff4539a5cf4c647112a5dac8ae9477a5792f47bd0cb8f3649e5f1b7d64 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:04 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:19:05 dd28041f85fc: Preparing 15:19:05 d6c4dc58a22a: Preparing 15:19:05 a6afd1f2fc5e: Preparing 15:19:05 9a47da8db3a1: Preparing 15:19:05 20e605f2f4bc: Preparing 15:19:05 253321108645: Preparing 15:19:05 8a43badbe4c1: Preparing 15:19:05 16b6c7eb99dc: Preparing 15:19:05 26cbea5cba74: Preparing 15:19:05 253321108645: Waiting 15:19:05 8a43badbe4c1: Waiting 15:19:05 16b6c7eb99dc: Waiting 15:19:05 26cbea5cba74: Waiting 15:19:05 20e605f2f4bc: Layer already exists 15:19:05 d6c4dc58a22a: Layer already exists 15:19:05 a6afd1f2fc5e: Layer already exists 15:19:05 dd28041f85fc: Layer already exists 15:19:05 9a47da8db3a1: Layer already exists 15:19:05 253321108645: Layer already exists 15:19:05 16b6c7eb99dc: Layer already exists 15:19:05 26cbea5cba74: Layer already exists 15:19:05 8a43badbe4c1: Layer already exists 15:19:05 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:5878b4ff4539a5cf4c647112a5dac8ae9477a5792f47bd0cb8f3649e5f1b7d64 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:05 + 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 15:19:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 15:19:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:19:06 dd28041f85fc: Preparing 15:19:06 d6c4dc58a22a: Preparing 15:19:06 a6afd1f2fc5e: Preparing 15:19:06 9a47da8db3a1: Preparing 15:19:06 20e605f2f4bc: Preparing 15:19:06 253321108645: Preparing 15:19:06 8a43badbe4c1: Preparing 15:19:06 16b6c7eb99dc: Preparing 15:19:06 26cbea5cba74: Preparing 15:19:06 253321108645: Waiting 15:19:06 8a43badbe4c1: Waiting 15:19:06 16b6c7eb99dc: Waiting 15:19:06 9a47da8db3a1: Layer already exists 15:19:06 20e605f2f4bc: Layer already exists 15:19:06 dd28041f85fc: Layer already exists 15:19:06 d6c4dc58a22a: Layer already exists 15:19:06 a6afd1f2fc5e: Layer already exists 15:19:06 8a43badbe4c1: Layer already exists 15:19:06 253321108645: Layer already exists 15:19:06 26cbea5cba74: Layer already exists 15:19:06 16b6c7eb99dc: Layer already exists 15:19:06 main: digest: sha256:5878b4ff4539a5cf4c647112a5dac8ae9477a5792f47bd0cb8f3649e5f1b7d64 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:06 ===================================================== [Pipeline] echo 15:19:06 taggedImages: 15:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.123 15:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 15:19:06 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 15:19:06 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:06 latest 15:19:06 3.0.0-dev.123 15:19:06 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:06 main 15:19:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:06 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:19:07 8e43fc96e385: Preparing 15:19:07 c0a2c64fd9f9: Preparing 15:19:07 91a4cbbbae25: Preparing 15:19:07 668cc80f2e69: Preparing 15:19:07 81cefd085b4f: Preparing 15:19:07 7660e3b09011: Preparing 15:19:07 0f64b69dc9cf: Preparing 15:19:07 20e605f2f4bc: Preparing 15:19:07 253321108645: Preparing 15:19:07 b8162754ec46: Preparing 15:19:07 26cbea5cba74: Preparing 15:19:07 20e605f2f4bc: Waiting 15:19:07 253321108645: Waiting 15:19:07 7660e3b09011: Waiting 15:19:07 0f64b69dc9cf: Waiting 15:19:07 b8162754ec46: Waiting 15:19:07 c0a2c64fd9f9: Pushed 15:19:07 8e43fc96e385: Pushed 15:19:07 81cefd085b4f: Pushed 15:19:07 20e605f2f4bc: Layer already exists 15:19:07 253321108645: Layer already exists 15:19:07 7660e3b09011: Pushed 15:19:07 0f64b69dc9cf: Pushed 15:19:07 26cbea5cba74: Layer already exists 15:19:07 b8162754ec46: Pushed 15:19:09 668cc80f2e69: Pushed 15:19:10 91a4cbbbae25: Pushed 15:19:11 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:103c8a15963e7962b66985ee1d4c45bc13427a3d2e49df389a7d98e1796cfd38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:11 + 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 15:19:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:19:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:19:11 8e43fc96e385: Preparing 15:19:11 c0a2c64fd9f9: Preparing 15:19:11 91a4cbbbae25: Preparing 15:19:11 668cc80f2e69: Preparing 15:19:11 81cefd085b4f: Preparing 15:19:11 7660e3b09011: Preparing 15:19:11 0f64b69dc9cf: Preparing 15:19:11 20e605f2f4bc: Preparing 15:19:11 253321108645: Preparing 15:19:11 b8162754ec46: Preparing 15:19:11 26cbea5cba74: Preparing 15:19:11 20e605f2f4bc: Waiting 15:19:11 253321108645: Waiting 15:19:11 26cbea5cba74: Waiting 15:19:11 b8162754ec46: Waiting 15:19:11 7660e3b09011: Waiting 15:19:11 0f64b69dc9cf: Waiting 15:19:11 81cefd085b4f: Layer already exists 15:19:11 668cc80f2e69: Layer already exists 15:19:11 91a4cbbbae25: Layer already exists 15:19:11 8e43fc96e385: Layer already exists 15:19:11 c0a2c64fd9f9: Layer already exists 15:19:11 7660e3b09011: Layer already exists 15:19:11 0f64b69dc9cf: Layer already exists 15:19:11 20e605f2f4bc: Layer already exists 15:19:11 b8162754ec46: Layer already exists 15:19:11 253321108645: Layer already exists 15:19:11 26cbea5cba74: Layer already exists 15:19:12 latest: digest: sha256:103c8a15963e7962b66985ee1d4c45bc13427a3d2e49df389a7d98e1796cfd38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:12 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.123 15:19:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:19:12 8e43fc96e385: Preparing 15:19:12 c0a2c64fd9f9: Preparing 15:19:12 91a4cbbbae25: Preparing 15:19:12 668cc80f2e69: Preparing 15:19:12 81cefd085b4f: Preparing 15:19:12 7660e3b09011: Preparing 15:19:12 0f64b69dc9cf: Preparing 15:19:12 20e605f2f4bc: Preparing 15:19:12 253321108645: Preparing 15:19:12 b8162754ec46: Preparing 15:19:12 26cbea5cba74: Preparing 15:19:12 0f64b69dc9cf: Waiting 15:19:12 20e605f2f4bc: Waiting 15:19:12 253321108645: Waiting 15:19:12 b8162754ec46: Waiting 15:19:12 26cbea5cba74: Waiting 15:19:12 7660e3b09011: Waiting 15:19:13 81cefd085b4f: Layer already exists 15:19:13 668cc80f2e69: Layer already exists 15:19:13 8e43fc96e385: Layer already exists 15:19:13 91a4cbbbae25: Layer already exists 15:19:13 c0a2c64fd9f9: Layer already exists 15:19:13 253321108645: Layer already exists 15:19:13 0f64b69dc9cf: Layer already exists 15:19:13 7660e3b09011: Layer already exists 15:19:13 b8162754ec46: Layer already exists 15:19:13 20e605f2f4bc: Layer already exists 15:19:13 26cbea5cba74: Layer already exists 15:19:13 3.0.0-dev.123: digest: sha256:103c8a15963e7962b66985ee1d4c45bc13427a3d2e49df389a7d98e1796cfd38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:13 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:19:13 8e43fc96e385: Preparing 15:19:13 c0a2c64fd9f9: Preparing 15:19:13 91a4cbbbae25: Preparing 15:19:13 668cc80f2e69: Preparing 15:19:13 81cefd085b4f: Preparing 15:19:13 7660e3b09011: Preparing 15:19:13 0f64b69dc9cf: Preparing 15:19:13 20e605f2f4bc: Preparing 15:19:13 253321108645: Preparing 15:19:13 b8162754ec46: Preparing 15:19:13 26cbea5cba74: Preparing 15:19:13 253321108645: Waiting 15:19:13 7660e3b09011: Waiting 15:19:13 0f64b69dc9cf: Waiting 15:19:13 20e605f2f4bc: Waiting 15:19:13 b8162754ec46: Waiting 15:19:13 26cbea5cba74: Waiting 15:19:13 668cc80f2e69: Layer already exists 15:19:13 c0a2c64fd9f9: Layer already exists 15:19:13 8e43fc96e385: Layer already exists 15:19:13 81cefd085b4f: Layer already exists 15:19:13 91a4cbbbae25: Layer already exists 15:19:13 0f64b69dc9cf: Layer already exists 15:19:13 7660e3b09011: Layer already exists 15:19:13 20e605f2f4bc: Layer already exists 15:19:13 b8162754ec46: Layer already exists 15:19:13 253321108645: Layer already exists 15:19:13 26cbea5cba74: Layer already exists 15:19:14 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:103c8a15963e7962b66985ee1d4c45bc13427a3d2e49df389a7d98e1796cfd38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:14 + 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 15:19:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 15:19:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:19:14 8e43fc96e385: Preparing 15:19:14 c0a2c64fd9f9: Preparing 15:19:14 91a4cbbbae25: Preparing 15:19:14 668cc80f2e69: Preparing 15:19:14 81cefd085b4f: Preparing 15:19:14 7660e3b09011: Preparing 15:19:14 0f64b69dc9cf: Preparing 15:19:14 20e605f2f4bc: Preparing 15:19:14 253321108645: Preparing 15:19:14 b8162754ec46: Preparing 15:19:14 26cbea5cba74: Preparing 15:19:14 20e605f2f4bc: Waiting 15:19:14 7660e3b09011: Waiting 15:19:14 0f64b69dc9cf: Waiting 15:19:14 b8162754ec46: Waiting 15:19:14 253321108645: Waiting 15:19:14 26cbea5cba74: Waiting 15:19:14 81cefd085b4f: Layer already exists 15:19:14 668cc80f2e69: Layer already exists 15:19:14 91a4cbbbae25: Layer already exists 15:19:14 8e43fc96e385: Layer already exists 15:19:14 c0a2c64fd9f9: Layer already exists 15:19:14 b8162754ec46: Layer already exists 15:19:14 253321108645: Layer already exists 15:19:14 0f64b69dc9cf: Layer already exists 15:19:14 7660e3b09011: Layer already exists 15:19:14 20e605f2f4bc: Layer already exists 15:19:14 26cbea5cba74: Layer already exists 15:19:14 main: digest: sha256:103c8a15963e7962b66985ee1d4c45bc13427a3d2e49df389a7d98e1796cfd38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:14 ===================================================== [Pipeline] echo 15:19:15 taggedImages: 15:19:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:19:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.123 15:19:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 15:19:15 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 15:19:15 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:15 latest 15:19:15 3.0.0-dev.123 15:19:15 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:15 main 15:19:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:15 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:19:15 f23401fb9e5a: Preparing 15:19:15 91cbe9ce07ae: Preparing 15:19:15 20e605f2f4bc: Preparing 15:19:15 253321108645: Preparing 15:19:15 2e93bb7fb666: Preparing 15:19:15 26cbea5cba74: Preparing 15:19:15 26cbea5cba74: Waiting 15:19:15 253321108645: Layer already exists 15:19:15 20e605f2f4bc: Layer already exists 15:19:15 26cbea5cba74: Layer already exists 15:19:15 f23401fb9e5a: Pushed 15:19:17 2e93bb7fb666: Pushed 15:19:21 91cbe9ce07ae: Pushed 15:19:21 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:01a6eb0e33b6625f12327f3d439dee1310245cf7f5093096c7773bf9519b8933 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:21 + 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 15:19:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:19:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:19:22 f23401fb9e5a: Preparing 15:19:22 91cbe9ce07ae: Preparing 15:19:22 20e605f2f4bc: Preparing 15:19:22 253321108645: Preparing 15:19:22 2e93bb7fb666: Preparing 15:19:22 26cbea5cba74: Preparing 15:19:22 26cbea5cba74: Waiting 15:19:22 91cbe9ce07ae: Layer already exists 15:19:22 253321108645: Layer already exists 15:19:22 20e605f2f4bc: Layer already exists 15:19:22 f23401fb9e5a: Layer already exists 15:19:22 2e93bb7fb666: Layer already exists 15:19:22 26cbea5cba74: Layer already exists 15:19:22 latest: digest: sha256:01a6eb0e33b6625f12327f3d439dee1310245cf7f5093096c7773bf9519b8933 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:22 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.123 15:19:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:19:23 f23401fb9e5a: Preparing 15:19:23 91cbe9ce07ae: Preparing 15:19:23 20e605f2f4bc: Preparing 15:19:23 253321108645: Preparing 15:19:23 2e93bb7fb666: Preparing 15:19:23 26cbea5cba74: Preparing 15:19:23 26cbea5cba74: Waiting 15:19:23 20e605f2f4bc: Layer already exists 15:19:23 2e93bb7fb666: Layer already exists 15:19:23 f23401fb9e5a: Layer already exists 15:19:23 91cbe9ce07ae: Layer already exists 15:19:23 253321108645: Layer already exists 15:19:23 26cbea5cba74: Layer already exists 15:19:23 3.0.0-dev.123: digest: sha256:01a6eb0e33b6625f12327f3d439dee1310245cf7f5093096c7773bf9519b8933 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:23 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:19:24 f23401fb9e5a: Preparing 15:19:24 91cbe9ce07ae: Preparing 15:19:24 20e605f2f4bc: Preparing 15:19:24 253321108645: Preparing 15:19:24 2e93bb7fb666: Preparing 15:19:24 26cbea5cba74: Preparing 15:19:24 26cbea5cba74: Waiting 15:19:24 20e605f2f4bc: Layer already exists 15:19:24 f23401fb9e5a: Layer already exists 15:19:24 91cbe9ce07ae: Layer already exists 15:19:24 253321108645: Layer already exists 15:19:24 2e93bb7fb666: Layer already exists 15:19:24 26cbea5cba74: Layer already exists 15:19:24 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:01a6eb0e33b6625f12327f3d439dee1310245cf7f5093096c7773bf9519b8933 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:24 + 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 15:19:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 15:19:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:19:25 f23401fb9e5a: Preparing 15:19:25 91cbe9ce07ae: Preparing 15:19:25 20e605f2f4bc: Preparing 15:19:25 253321108645: Preparing 15:19:25 2e93bb7fb666: Preparing 15:19:25 26cbea5cba74: Preparing 15:19:25 26cbea5cba74: Waiting 15:19:25 20e605f2f4bc: Layer already exists 15:19:25 2e93bb7fb666: Layer already exists 15:19:25 91cbe9ce07ae: Layer already exists 15:19:25 f23401fb9e5a: Layer already exists 15:19:25 253321108645: Layer already exists 15:19:25 26cbea5cba74: Layer already exists 15:19:25 main: digest: sha256:01a6eb0e33b6625f12327f3d439dee1310245cf7f5093096c7773bf9519b8933 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:25 ===================================================== [Pipeline] echo 15:19:25 taggedImages: 15:19:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:19:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.123 15:19:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 15:19:25 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 15:19:25 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:25 latest 15:19:25 3.0.0-dev.123 15:19:25 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:25 main 15:19:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:25 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:19:26 b415912519b2: Preparing 15:19:26 b4cad362c5e8: Preparing 15:19:26 142dc685db88: Preparing 15:19:26 8701ec3a6547: Preparing 15:19:26 5457605741f6: Preparing 15:19:26 20e605f2f4bc: Preparing 15:19:26 253321108645: Preparing 15:19:26 d98244904b90: Preparing 15:19:26 26cbea5cba74: Preparing 15:19:26 253321108645: Waiting 15:19:26 26cbea5cba74: Waiting 15:19:26 d98244904b90: Waiting 15:19:26 20e605f2f4bc: Waiting 15:19:26 142dc685db88: Pushed 15:19:26 b415912519b2: Pushed 15:19:26 b4cad362c5e8: Pushed 15:19:26 20e605f2f4bc: Layer already exists 15:19:26 253321108645: Layer already exists 15:19:26 26cbea5cba74: Layer already exists 15:19:27 d98244904b90: Pushed 15:19:35 5457605741f6: Pushed 15:19:42 8701ec3a6547: Pushed 15:19:42 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:82d2b65e4beb0146df7b685dbe1e10f2c8df592703bff04f175a5aecaccc2a14 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:42 + 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 15:19:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:19:42 b415912519b2: Preparing 15:19:42 b4cad362c5e8: Preparing 15:19:42 142dc685db88: Preparing 15:19:42 8701ec3a6547: Preparing 15:19:42 5457605741f6: Preparing 15:19:42 20e605f2f4bc: Preparing 15:19:42 253321108645: Preparing 15:19:42 d98244904b90: Preparing 15:19:42 26cbea5cba74: Preparing 15:19:42 253321108645: Waiting 15:19:42 20e605f2f4bc: Waiting 15:19:42 d98244904b90: Waiting 15:19:42 26cbea5cba74: Waiting 15:19:42 5457605741f6: Layer already exists 15:19:42 b4cad362c5e8: Layer already exists 15:19:42 b415912519b2: Layer already exists 15:19:42 8701ec3a6547: Layer already exists 15:19:42 142dc685db88: Layer already exists 15:19:42 20e605f2f4bc: Layer already exists 15:19:42 253321108645: Layer already exists 15:19:42 d98244904b90: Layer already exists 15:19:42 26cbea5cba74: Layer already exists 15:19:42 latest: digest: sha256:82d2b65e4beb0146df7b685dbe1e10f2c8df592703bff04f175a5aecaccc2a14 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.123 15:19:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:19:43 b415912519b2: Preparing 15:19:43 b4cad362c5e8: Preparing 15:19:43 142dc685db88: Preparing 15:19:43 8701ec3a6547: Preparing 15:19:43 5457605741f6: Preparing 15:19:43 20e605f2f4bc: Preparing 15:19:43 253321108645: Preparing 15:19:43 d98244904b90: Preparing 15:19:43 26cbea5cba74: Preparing 15:19:43 253321108645: Waiting 15:19:43 20e605f2f4bc: Waiting 15:19:43 d98244904b90: Waiting 15:19:43 26cbea5cba74: Waiting 15:19:43 142dc685db88: Layer already exists 15:19:43 b415912519b2: Layer already exists 15:19:43 b4cad362c5e8: Layer already exists 15:19:43 5457605741f6: Layer already exists 15:19:43 8701ec3a6547: Layer already exists 15:19:43 253321108645: Layer already exists 15:19:43 20e605f2f4bc: Layer already exists 15:19:43 d98244904b90: Layer already exists 15:19:43 26cbea5cba74: Layer already exists 15:19:43 3.0.0-dev.123: digest: sha256:82d2b65e4beb0146df7b685dbe1e10f2c8df592703bff04f175a5aecaccc2a14 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:44 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:19:47 b415912519b2: Preparing 15:19:47 b4cad362c5e8: Preparing 15:19:47 142dc685db88: Preparing 15:19:47 8701ec3a6547: Preparing 15:19:47 5457605741f6: Preparing 15:19:47 20e605f2f4bc: Preparing 15:19:47 253321108645: Preparing 15:19:47 d98244904b90: Preparing 15:19:47 26cbea5cba74: Preparing 15:19:47 253321108645: Waiting 15:19:47 d98244904b90: Waiting 15:19:47 26cbea5cba74: Waiting 15:19:47 20e605f2f4bc: Waiting 15:19:47 142dc685db88: Layer already exists 15:19:47 8701ec3a6547: Layer already exists 15:19:47 b415912519b2: Layer already exists 15:19:47 b4cad362c5e8: Layer already exists 15:19:47 5457605741f6: Layer already exists 15:19:47 20e605f2f4bc: Layer already exists 15:19:47 253321108645: Layer already exists 15:19:47 26cbea5cba74: Layer already exists 15:19:47 d98244904b90: Layer already exists 15:19:48 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:82d2b65e4beb0146df7b685dbe1e10f2c8df592703bff04f175a5aecaccc2a14 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:48 + 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 15:19:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 15:19:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:19:48 b415912519b2: Preparing 15:19:48 b4cad362c5e8: Preparing 15:19:48 142dc685db88: Preparing 15:19:48 8701ec3a6547: Preparing 15:19:48 5457605741f6: Preparing 15:19:48 20e605f2f4bc: Preparing 15:19:48 253321108645: Preparing 15:19:48 d98244904b90: Preparing 15:19:48 26cbea5cba74: Preparing 15:19:48 20e605f2f4bc: Waiting 15:19:48 253321108645: Waiting 15:19:48 d98244904b90: Waiting 15:19:48 26cbea5cba74: Waiting 15:19:48 5457605741f6: Layer already exists 15:19:48 b4cad362c5e8: Layer already exists 15:19:48 8701ec3a6547: Layer already exists 15:19:48 b415912519b2: Layer already exists 15:19:48 142dc685db88: Layer already exists 15:19:48 d98244904b90: Layer already exists 15:19:48 20e605f2f4bc: Layer already exists 15:19:48 253321108645: Layer already exists 15:19:48 26cbea5cba74: Layer already exists 15:19:49 main: digest: sha256:82d2b65e4beb0146df7b685dbe1e10f2c8df592703bff04f175a5aecaccc2a14 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:49 ===================================================== [Pipeline] echo 15:19:49 taggedImages: 15:19:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:19:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.123 15:19:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 15:19:49 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 15:19:49 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:49 latest 15:19:49 3.0.0-dev.123 15:19:49 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:19:49 main 15:19:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:49 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:19:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:19:49 99f9f8370ad8: Preparing 15:19:49 20b500b0c5fc: Preparing 15:19:49 7312b3a5ab0f: Preparing 15:19:49 11599e24cd8b: Preparing 15:19:49 20e605f2f4bc: Preparing 15:19:49 253321108645: Preparing 15:19:49 783429a7cfd2: Preparing 15:19:49 26cbea5cba74: Preparing 15:19:49 253321108645: Waiting 15:19:49 783429a7cfd2: Waiting 15:19:49 26cbea5cba74: Waiting 15:19:49 20e605f2f4bc: Layer already exists 15:19:49 253321108645: Layer already exists 15:19:50 20b500b0c5fc: Pushed 15:19:50 7312b3a5ab0f: Pushed 15:19:50 99f9f8370ad8: Pushed 15:19:50 26cbea5cba74: Layer already exists 15:19:50 783429a7cfd2: Pushed 15:20:05 11599e24cd8b: Pushed 15:20:05 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:f66137eb77b9a8b8295d6142c20ed38e2ac4be136f828321d6c80699a2235fd2 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:06 + 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 15:20:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:20:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:20:06 99f9f8370ad8: Preparing 15:20:06 20b500b0c5fc: Preparing 15:20:06 7312b3a5ab0f: Preparing 15:20:06 11599e24cd8b: Preparing 15:20:06 20e605f2f4bc: Preparing 15:20:06 253321108645: Preparing 15:20:06 783429a7cfd2: Preparing 15:20:06 26cbea5cba74: Preparing 15:20:06 783429a7cfd2: Waiting 15:20:06 253321108645: Waiting 15:20:06 26cbea5cba74: Waiting 15:20:06 20e605f2f4bc: Layer already exists 15:20:06 20b500b0c5fc: Layer already exists 15:20:06 11599e24cd8b: Layer already exists 15:20:06 99f9f8370ad8: Layer already exists 15:20:06 7312b3a5ab0f: Layer already exists 15:20:06 783429a7cfd2: Layer already exists 15:20:06 26cbea5cba74: Layer already exists 15:20:06 253321108645: Layer already exists 15:20:06 latest: digest: sha256:f66137eb77b9a8b8295d6142c20ed38e2ac4be136f828321d6c80699a2235fd2 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.123 15:20:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:20:07 99f9f8370ad8: Preparing 15:20:07 20b500b0c5fc: Preparing 15:20:07 7312b3a5ab0f: Preparing 15:20:07 11599e24cd8b: Preparing 15:20:07 20e605f2f4bc: Preparing 15:20:07 253321108645: Preparing 15:20:07 783429a7cfd2: Preparing 15:20:07 26cbea5cba74: Preparing 15:20:07 26cbea5cba74: Waiting 15:20:07 253321108645: Waiting 15:20:07 783429a7cfd2: Waiting 15:20:07 20b500b0c5fc: Layer already exists 15:20:07 20e605f2f4bc: Layer already exists 15:20:07 11599e24cd8b: Layer already exists 15:20:07 99f9f8370ad8: Layer already exists 15:20:07 7312b3a5ab0f: Layer already exists 15:20:07 783429a7cfd2: Layer already exists 15:20:07 26cbea5cba74: Layer already exists 15:20:07 253321108645: Layer already exists 15:20:07 3.0.0-dev.123: digest: sha256:f66137eb77b9a8b8295d6142c20ed38e2ac4be136f828321d6c80699a2235fd2 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:20:08 99f9f8370ad8: Preparing 15:20:08 20b500b0c5fc: Preparing 15:20:08 7312b3a5ab0f: Preparing 15:20:08 11599e24cd8b: Preparing 15:20:08 20e605f2f4bc: Preparing 15:20:08 253321108645: Preparing 15:20:08 783429a7cfd2: Preparing 15:20:08 26cbea5cba74: Preparing 15:20:08 783429a7cfd2: Waiting 15:20:08 26cbea5cba74: Waiting 15:20:08 253321108645: Waiting 15:20:08 20e605f2f4bc: Layer already exists 15:20:08 20b500b0c5fc: Layer already exists 15:20:08 99f9f8370ad8: Layer already exists 15:20:08 11599e24cd8b: Layer already exists 15:20:08 7312b3a5ab0f: Layer already exists 15:20:08 253321108645: Layer already exists 15:20:08 783429a7cfd2: Layer already exists 15:20:08 26cbea5cba74: Layer already exists 15:20:08 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:f66137eb77b9a8b8295d6142c20ed38e2ac4be136f828321d6c80699a2235fd2 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:08 + 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 15:20:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 15:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:20:09 99f9f8370ad8: Preparing 15:20:09 20b500b0c5fc: Preparing 15:20:09 7312b3a5ab0f: Preparing 15:20:09 11599e24cd8b: Preparing 15:20:09 20e605f2f4bc: Preparing 15:20:09 253321108645: Preparing 15:20:09 783429a7cfd2: Preparing 15:20:09 26cbea5cba74: Preparing 15:20:09 783429a7cfd2: Waiting 15:20:09 26cbea5cba74: Waiting 15:20:09 253321108645: Waiting 15:20:09 7312b3a5ab0f: Layer already exists 15:20:09 20b500b0c5fc: Layer already exists 15:20:09 99f9f8370ad8: Layer already exists 15:20:09 20e605f2f4bc: Layer already exists 15:20:09 11599e24cd8b: Layer already exists 15:20:09 253321108645: Layer already exists 15:20:09 26cbea5cba74: Layer already exists 15:20:09 783429a7cfd2: Layer already exists 15:20:09 main: digest: sha256:f66137eb77b9a8b8295d6142c20ed38e2ac4be136f828321d6c80699a2235fd2 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:20:09 ===================================================== [Pipeline] echo 15:20:09 taggedImages: 15:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.123 15:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 15:20:09 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 15:20:09 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:20:09 latest 15:20:09 3.0.0-dev.123 15:20:09 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:09 main 15:20:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:20:10 48a5c34b2978: Preparing 15:20:10 250b8897c699: Preparing 15:20:10 abb7f62ea4b2: Preparing 15:20:10 b858424e9879: Preparing 15:20:10 20e605f2f4bc: Preparing 15:20:10 253321108645: Preparing 15:20:10 d98244904b90: Preparing 15:20:10 26cbea5cba74: Preparing 15:20:10 253321108645: Waiting 15:20:10 d98244904b90: Waiting 15:20:10 26cbea5cba74: Waiting 15:20:10 20e605f2f4bc: Layer already exists 15:20:10 253321108645: Layer already exists 15:20:10 d98244904b90: Layer already exists 15:20:10 48a5c34b2978: Pushed 15:20:10 26cbea5cba74: Layer already exists 15:20:10 250b8897c699: Pushed 15:20:10 abb7f62ea4b2: Pushed 15:20:28 b858424e9879: Pushed 15:20:28 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:06ced7c0907ce9448f3b1480a7f2619e0795e9e9a0ea789881e9e06d3c420ba8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:29 + 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 15:20:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:20:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:20:29 48a5c34b2978: Preparing 15:20:29 250b8897c699: Preparing 15:20:29 abb7f62ea4b2: Preparing 15:20:29 b858424e9879: Preparing 15:20:29 20e605f2f4bc: Preparing 15:20:29 253321108645: Preparing 15:20:29 d98244904b90: Preparing 15:20:29 26cbea5cba74: Preparing 15:20:29 253321108645: Waiting 15:20:29 d98244904b90: Waiting 15:20:29 26cbea5cba74: Waiting 15:20:29 20e605f2f4bc: Layer already exists 15:20:29 250b8897c699: Layer already exists 15:20:29 b858424e9879: Layer already exists 15:20:29 abb7f62ea4b2: Layer already exists 15:20:29 48a5c34b2978: Layer already exists 15:20:29 d98244904b90: Layer already exists 15:20:29 253321108645: Layer already exists 15:20:29 26cbea5cba74: Layer already exists 15:20:29 latest: digest: sha256:06ced7c0907ce9448f3b1480a7f2619e0795e9e9a0ea789881e9e06d3c420ba8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:29 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.123 15:20:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:20:30 48a5c34b2978: Preparing 15:20:30 250b8897c699: Preparing 15:20:30 abb7f62ea4b2: Preparing 15:20:30 b858424e9879: Preparing 15:20:30 20e605f2f4bc: Preparing 15:20:30 253321108645: Preparing 15:20:30 d98244904b90: Preparing 15:20:30 26cbea5cba74: Preparing 15:20:30 d98244904b90: Waiting 15:20:30 26cbea5cba74: Waiting 15:20:30 253321108645: Waiting 15:20:30 20e605f2f4bc: Layer already exists 15:20:30 b858424e9879: Layer already exists 15:20:30 48a5c34b2978: Layer already exists 15:20:30 250b8897c699: Layer already exists 15:20:30 abb7f62ea4b2: Layer already exists 15:20:30 26cbea5cba74: Layer already exists 15:20:30 253321108645: Layer already exists 15:20:30 d98244904b90: Layer already exists 15:20:30 3.0.0-dev.123: digest: sha256:06ced7c0907ce9448f3b1480a7f2619e0795e9e9a0ea789881e9e06d3c420ba8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:30 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:20:31 48a5c34b2978: Preparing 15:20:31 250b8897c699: Preparing 15:20:31 abb7f62ea4b2: Preparing 15:20:31 b858424e9879: Preparing 15:20:31 20e605f2f4bc: Preparing 15:20:31 253321108645: Preparing 15:20:31 d98244904b90: Preparing 15:20:31 26cbea5cba74: Preparing 15:20:31 d98244904b90: Waiting 15:20:31 26cbea5cba74: Waiting 15:20:31 253321108645: Waiting 15:20:31 48a5c34b2978: Layer already exists 15:20:31 250b8897c699: Layer already exists 15:20:31 b858424e9879: Layer already exists 15:20:31 20e605f2f4bc: Layer already exists 15:20:31 abb7f62ea4b2: Layer already exists 15:20:31 d98244904b90: Layer already exists 15:20:31 253321108645: Layer already exists 15:20:31 26cbea5cba74: Layer already exists 15:20:31 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:06ced7c0907ce9448f3b1480a7f2619e0795e9e9a0ea789881e9e06d3c420ba8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:31 + 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 15:20:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 15:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:20:32 48a5c34b2978: Preparing 15:20:32 250b8897c699: Preparing 15:20:32 abb7f62ea4b2: Preparing 15:20:32 b858424e9879: Preparing 15:20:32 20e605f2f4bc: Preparing 15:20:32 253321108645: Preparing 15:20:32 d98244904b90: Preparing 15:20:32 26cbea5cba74: Preparing 15:20:32 253321108645: Waiting 15:20:32 d98244904b90: Waiting 15:20:32 26cbea5cba74: Waiting 15:20:32 b858424e9879: Layer already exists 15:20:32 abb7f62ea4b2: Layer already exists 15:20:32 250b8897c699: Layer already exists 15:20:32 20e605f2f4bc: Layer already exists 15:20:32 48a5c34b2978: Layer already exists 15:20:32 26cbea5cba74: Layer already exists 15:20:32 d98244904b90: Layer already exists 15:20:32 253321108645: Layer already exists 15:20:32 main: digest: sha256:06ced7c0907ce9448f3b1480a7f2619e0795e9e9a0ea789881e9e06d3c420ba8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:20:32 ===================================================== [Pipeline] echo 15:20:32 taggedImages: 15:20:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:20:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:20:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.123 15:20:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 15:20:32 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 15:20:32 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:20:32 latest 15:20:32 3.0.0-dev.123 15:20:32 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:32 main 15:20:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:32 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:20:33 237014984f6d: Preparing 15:20:33 46381f36e60d: Preparing 15:20:33 20e605f2f4bc: Preparing 15:20:33 253321108645: Preparing 15:20:33 48487df71023: Preparing 15:20:33 26cbea5cba74: Preparing 15:20:33 26cbea5cba74: Waiting 15:20:33 253321108645: Layer already exists 15:20:33 20e605f2f4bc: Layer already exists 15:20:33 26cbea5cba74: Layer already exists 15:20:33 237014984f6d: Pushed 15:20:33 48487df71023: Pushed 15:20:39 46381f36e60d: Pushed 15:20:39 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:5335e3a159cb29f06c14cc410346fdbdf2cbe4cfb62b9778af7197aec4984039 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:20:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:20:39 237014984f6d: Preparing 15:20:39 46381f36e60d: Preparing 15:20:39 20e605f2f4bc: Preparing 15:20:39 253321108645: Preparing 15:20:39 48487df71023: Preparing 15:20:39 26cbea5cba74: Preparing 15:20:39 26cbea5cba74: Waiting 15:20:39 46381f36e60d: Layer already exists 15:20:39 20e605f2f4bc: Layer already exists 15:20:39 48487df71023: Layer already exists 15:20:39 237014984f6d: Layer already exists 15:20:39 253321108645: Layer already exists 15:20:39 26cbea5cba74: Layer already exists 15:20:39 latest: digest: sha256:5335e3a159cb29f06c14cc410346fdbdf2cbe4cfb62b9778af7197aec4984039 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.123 15:20:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:20:40 237014984f6d: Preparing 15:20:40 46381f36e60d: Preparing 15:20:40 20e605f2f4bc: Preparing 15:20:40 253321108645: Preparing 15:20:40 48487df71023: Preparing 15:20:40 26cbea5cba74: Preparing 15:20:40 26cbea5cba74: Waiting 15:20:40 48487df71023: Layer already exists 15:20:40 20e605f2f4bc: Layer already exists 15:20:40 46381f36e60d: Layer already exists 15:20:40 253321108645: Layer already exists 15:20:40 237014984f6d: Layer already exists 15:20:40 26cbea5cba74: Layer already exists 15:20:40 3.0.0-dev.123: digest: sha256:5335e3a159cb29f06c14cc410346fdbdf2cbe4cfb62b9778af7197aec4984039 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:41 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:20:41 237014984f6d: Preparing 15:20:41 46381f36e60d: Preparing 15:20:41 20e605f2f4bc: Preparing 15:20:41 253321108645: Preparing 15:20:41 48487df71023: Preparing 15:20:41 26cbea5cba74: Preparing 15:20:41 26cbea5cba74: Waiting 15:20:41 20e605f2f4bc: Layer already exists 15:20:41 253321108645: Layer already exists 15:20:41 237014984f6d: Layer already exists 15:20:41 48487df71023: Layer already exists 15:20:41 46381f36e60d: Layer already exists 15:20:41 26cbea5cba74: Layer already exists 15:20:41 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:5335e3a159cb29f06c14cc410346fdbdf2cbe4cfb62b9778af7197aec4984039 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 15:20:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:20:42 237014984f6d: Preparing 15:20:42 46381f36e60d: Preparing 15:20:42 20e605f2f4bc: Preparing 15:20:42 253321108645: Preparing 15:20:42 48487df71023: Preparing 15:20:42 26cbea5cba74: Preparing 15:20:42 26cbea5cba74: Waiting 15:20:42 253321108645: Layer already exists 15:20:42 48487df71023: Layer already exists 15:20:42 20e605f2f4bc: Layer already exists 15:20:42 46381f36e60d: Layer already exists 15:20:42 237014984f6d: Layer already exists 15:20:42 26cbea5cba74: Layer already exists 15:20:42 main: digest: sha256:5335e3a159cb29f06c14cc410346fdbdf2cbe4cfb62b9778af7197aec4984039 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:20:42 ===================================================== [Pipeline] echo 15:20:42 taggedImages: 15:20:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:20:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:20:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.123 15:20:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 15:20:42 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 15:20:42 d6c81549b4558d5b86ba0b804c244a1077168aa0 15:20:42 latest 15:20:42 3.0.0-dev.123 15:20:42 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:42 main 15:20:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:43 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:20:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:20:43 dfbf2561a103: Preparing 15:20:43 745377ee8411: Preparing 15:20:43 20e605f2f4bc: Preparing 15:20:43 253321108645: Preparing 15:20:43 c5581650728c: Preparing 15:20:43 26cbea5cba74: Preparing 15:20:43 26cbea5cba74: Waiting 15:20:43 20e605f2f4bc: Layer already exists 15:20:43 253321108645: Layer already exists 15:20:43 c5581650728c: Layer already exists 15:20:43 26cbea5cba74: Layer already exists 15:20:43 dfbf2561a103: Pushed 15:20:49 745377ee8411: Pushed 15:20:49 d6c81549b4558d5b86ba0b804c244a1077168aa0: digest: sha256:6ec7e7abcf541aec414e3ec8327d9cb6932fd912039e7144f25da1c04ec32977 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:20:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:20:49 dfbf2561a103: Preparing 15:20:49 745377ee8411: Preparing 15:20:49 20e605f2f4bc: Preparing 15:20:49 253321108645: Preparing 15:20:49 c5581650728c: Preparing 15:20:49 26cbea5cba74: Preparing 15:20:49 26cbea5cba74: Waiting 15:20:49 745377ee8411: Layer already exists 15:20:49 20e605f2f4bc: Layer already exists 15:20:49 c5581650728c: Layer already exists 15:20:49 dfbf2561a103: Layer already exists 15:20:49 253321108645: Layer already exists 15:20:49 26cbea5cba74: Layer already exists 15:20:49 latest: digest: sha256:6ec7e7abcf541aec414e3ec8327d9cb6932fd912039e7144f25da1c04ec32977 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.123 15:20:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:20:50 dfbf2561a103: Preparing 15:20:50 745377ee8411: Preparing 15:20:50 20e605f2f4bc: Preparing 15:20:50 253321108645: Preparing 15:20:50 c5581650728c: Preparing 15:20:50 26cbea5cba74: Preparing 15:20:50 26cbea5cba74: Waiting 15:20:50 745377ee8411: Layer already exists 15:20:50 253321108645: Layer already exists 15:20:50 20e605f2f4bc: Layer already exists 15:20:50 dfbf2561a103: Layer already exists 15:20:50 c5581650728c: Layer already exists 15:20:50 26cbea5cba74: Layer already exists 15:20:50 3.0.0-dev.123: digest: sha256:6ec7e7abcf541aec414e3ec8327d9cb6932fd912039e7144f25da1c04ec32977 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:51 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:20:51 dfbf2561a103: Preparing 15:20:51 745377ee8411: Preparing 15:20:51 20e605f2f4bc: Preparing 15:20:51 253321108645: Preparing 15:20:51 c5581650728c: Preparing 15:20:51 26cbea5cba74: Preparing 15:20:51 26cbea5cba74: Waiting 15:20:51 20e605f2f4bc: Layer already exists 15:20:51 745377ee8411: Layer already exists 15:20:51 dfbf2561a103: Layer already exists 15:20:51 c5581650728c: Layer already exists 15:20:51 253321108645: Layer already exists 15:20:51 26cbea5cba74: Layer already exists 15:20:51 d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123: digest: sha256:6ec7e7abcf541aec414e3ec8327d9cb6932fd912039e7144f25da1c04ec32977 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:52 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 15:20:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:20:52 dfbf2561a103: Preparing 15:20:52 745377ee8411: Preparing 15:20:52 20e605f2f4bc: Preparing 15:20:52 253321108645: Preparing 15:20:52 c5581650728c: Preparing 15:20:52 26cbea5cba74: Preparing 15:20:52 26cbea5cba74: Waiting 15:20:52 253321108645: Layer already exists 15:20:52 c5581650728c: Layer already exists 15:20:52 20e605f2f4bc: Layer already exists 15:20:52 745377ee8411: Layer already exists 15:20:52 dfbf2561a103: Layer already exists 15:20:52 26cbea5cba74: Layer already exists 15:20:52 main: digest: sha256:6ec7e7abcf541aec414e3ec8327d9cb6932fd912039e7144f25da1c04ec32977 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:20:52 ===================================================== [Pipeline] echo 15:20:52 taggedImages: 15:20:52 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0 15:20:52 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:20:52 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.123 15:20:52 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d6c81549b4558d5b86ba0b804c244a1077168aa0-3.0.0-dev.123 15:20:52 - 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 15:20:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:20:53 15:20:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:20:53 arm64: Pulling from edgex-lftools-log-publisher 15:20:53 8998bd30e6a1: Pulling fs layer 15:20:53 04944245beec: Pulling fs layer 15:20:53 699f458cf7ca: Pulling fs layer 15:20:53 765212b225bb: Pulling fs layer 15:20:53 f23df028b6ca: Pulling fs layer 15:20:53 d65c8cfc05b1: Pulling fs layer 15:20:53 2437ff75d9bd: Pulling fs layer 15:20:53 765212b225bb: Waiting 15:20:53 f23df028b6ca: Waiting 15:20:53 d65c8cfc05b1: Waiting 15:20:53 2437ff75d9bd: Waiting 15:20:53 04944245beec: Verifying Checksum 15:20:53 04944245beec: Download complete 15:20:53 765212b225bb: Verifying Checksum 15:20:53 765212b225bb: Download complete 15:20:53 f23df028b6ca: Download complete 15:20:53 d65c8cfc05b1: Verifying Checksum 15:20:53 d65c8cfc05b1: Download complete 15:20:53 699f458cf7ca: Verifying Checksum 15:20:53 699f458cf7ca: Download complete 15:20:54 8998bd30e6a1: Verifying Checksum 15:20:54 8998bd30e6a1: Download complete 15:20:56 2437ff75d9bd: Verifying Checksum 15:20:56 2437ff75d9bd: Download complete 15:20:58 8998bd30e6a1: Pull complete 15:20:58 04944245beec: Pull complete 15:20:59 699f458cf7ca: Pull complete 15:21:00 765212b225bb: Pull complete 15:21:00 f23df028b6ca: Pull complete 15:21:01 d65c8cfc05b1: Pull complete 15:21:16 2437ff75d9bd: Pull complete 15:21:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:21:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:21:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:21:16 prd-ubuntu20.04-docker-arm64-4c-16g-7234 does not seem to be running inside a container 15:21:16 $ 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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:21:18 $ docker top 1126d5d40a60ee6b82e2b70d66a588b821f6af1dd5e57196766231e709102d4d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:21:19 ---> job-cost.sh 15:21:19 lf-activate-venv: SKIPPING 15:21:19 INFO: No Stack... 15:21:20 INFO: Retrieving Pricing Info for: v3-standard-4 15:21:21 INFO: Archiving Costs [Pipeline] sh 15:21:21 + cat /w/workspace/edgex-go/485/archives/cost.csv 15:21:21 + cut -d, -f6 [Pipeline] lock 15:21:21 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-485-stack-cost] 15:21:21 Resource [jenkins-edgexfoundry-edgex-go-main-485-stack-cost] did not exist. Created. 15:21:21 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-485-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:21:22 + echo total: 0.10999999940395355 [Pipeline] stash 15:21:23 Stashed 1 file(s) [Pipeline] } 15:21:23 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-485-stack-cost] [Pipeline] // lock [Pipeline] } 15:21:23 $ docker stop --time=1 1126d5d40a60ee6b82e2b70d66a588b821f6af1dd5e57196766231e709102d4d 15:21:24 $ docker rm -f --volumes 1126d5d40a60ee6b82e2b70d66a588b821f6af1dd5e57196766231e709102d4d [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 15:21:25 provisioning config files... 15:21:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/485@tmp/config14473249042366175141tmp [Pipeline] { [Pipeline] sh 15:21:25 + set +x 15:21:25 + curl -s https://codecov.io/bash 15:21:25 + bash -s -- 15:21:25 15:21:25 _____ _ 15:21:25 / ____| | | 15:21:25 | | ___ __| | ___ ___ _____ __ 15:21:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:21:25 | |___| (_) | (_| | __/ (_| (_) \ V / 15:21:25 \_____\___/ \__,_|\___|\___\___/ \_/ 15:21:25 Bash-1.0.6 15:21:25 15:21:25 15:21:25 ==> git version 2.25.1 found 15:21:25 ==> 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 15:21:25 Release-Date: 2020-01-08 15:21:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:21:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:21:25 ==> Jenkins CI detected. 15:21:25 current dir:  /w/workspace/edgex-go/485 15:21:25 project root: . 15:21:25 --> token set from env 15:21:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:21:25 ==> Running gcov in . (disable via -X gcov) 15:21:25 ==> Python coveragepy not found 15:21:25 ==> Searching for coverage reports in: 15:21:25 + . 15:21:25 -> Found 1 reports 15:21:25 ==> Detecting git/mercurial file structure 15:21:25 ==> Reading reports 15:21:25 + ./coverage.out bytes=447380 15:21:25 ==> Appending adjustments 15:21:25 https://docs.codecov.io/docs/fixing-reports 15:21:26 + Found adjustments 15:21:26 ==> Gzipping contents 15:21:26 60K /tmp/codecov.UBPWrM.gz 15:21:26 ==> Uploading reports 15:21:26 url: https://codecov.io 15:21:26 query: branch=main&commit=d6c81549b4558d5b86ba0b804c244a1077168aa0&build=485&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F485%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:21:26 -> Pinging Codecov 15:21:26 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=d6c81549b4558d5b86ba0b804c244a1077168aa0&build=485&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F485%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:21:26 -> Uploading to 15:21:26 https://storage.googleapis.com/codecov/v4/raw/2023-04-09/00271124DB129430A58F1EEE437C3FCB/d6c81549b4558d5b86ba0b804c244a1077168aa0/109b682a-604e-46c9-8e92-bdebd589db0e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230409T152126Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8c02fcd7ca6bfee4761745eaac7145835237e21283963faee75d06f7293ddc64 15:21:26 % Total % Received % Xferd Average Speed Time Time Time Current 15:21:26 Dload Upload Total Spent Left Speed 15:21:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57481 0 0 100 57481 0 192k --:--:-- --:--:-- --:--:-- 192k 15:21:27 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d6c81549b4558d5b86ba0b804c244a1077168aa0 [Pipeline] } 15:21:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:21:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:21:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:21:27 15:21:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:21:27 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:21:27 df9b9388f04a: Pulling fs layer 15:21:27 52dc419b0ee2: Pulling fs layer 15:21:27 25bc292e5bac: Pulling fs layer 15:21:27 114826534d7a: Pulling fs layer 15:21:27 4657fd5d0bcf: Pulling fs layer 15:21:27 6ad1cebc031e: Pulling fs layer 15:21:27 8a3aa393b2d8: Pulling fs layer 15:21:27 4657fd5d0bcf: Waiting 15:21:27 6ad1cebc031e: Waiting 15:21:27 8a3aa393b2d8: Waiting 15:21:27 114826534d7a: Waiting 15:21:27 25bc292e5bac: Verifying Checksum 15:21:27 25bc292e5bac: Download complete 15:21:27 52dc419b0ee2: Verifying Checksum 15:21:27 52dc419b0ee2: Download complete 15:21:27 4657fd5d0bcf: Verifying Checksum 15:21:27 4657fd5d0bcf: Download complete 15:21:27 df9b9388f04a: Verifying Checksum 15:21:27 df9b9388f04a: Download complete 15:21:28 df9b9388f04a: Pull complete 15:21:28 6ad1cebc031e: Verifying Checksum 15:21:28 6ad1cebc031e: Download complete 15:21:28 52dc419b0ee2: Pull complete 15:21:28 25bc292e5bac: Pull complete 15:21:28 114826534d7a: Verifying Checksum 15:21:28 114826534d7a: Download complete 15:21:28 8a3aa393b2d8: Verifying Checksum 15:21:28 8a3aa393b2d8: Download complete 15:21:32 114826534d7a: Pull complete 15:21:32 4657fd5d0bcf: Pull complete 15:21:32 6ad1cebc031e: Pull complete 15:21:34 8a3aa393b2d8: Pull complete 15:21:34 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:21:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:21:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:21:34 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 15:21: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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 15:21:38 $ docker top e5599cf2c3fb5132318f590dc0cc48dfb5a1adb46f38281f39e45bd9f1e0434d -eo pid,comm [Pipeline] { [Pipeline] echo 15:21:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 15:21:38 + set -o pipefail 15:21:38 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 15:21:43 15:21:43 Monitoring /w/workspace/edgex-go/485 (github.com/edgexfoundry/edgex-go)... 15:21:43 15:21:43 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/0384a0bd-a17f-4dd7-a066-dfdaaf736cbd 15:21:43 15:21:43 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:21:43 15:21:43 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:21:43 15:21:43 15:21:43 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:21:43 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:21:43 More details here: https://snyk.co/ue1NS 15:21:43 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 15:21:43 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:21:44 $ docker stop --time=1 e5599cf2c3fb5132318f590dc0cc48dfb5a1adb46f38281f39e45bd9f1e0434d 15:21:46 $ docker rm -f --volumes e5599cf2c3fb5132318f590dc0cc48dfb5a1adb46f38281f39e45bd9f1e0434d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:21:47 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:21:47 provisioning config files... 15:21:47 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/485@tmp/config12141271511426516321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:21:47 --> edgex-publish-swagger.sh 15:21:47 === Publish openapi/v3 API === 15:21:47 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 15:21:47 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/485/openapi/v3/core-command.yaml] 15:21:47 % Total % Received % Xferd Average Speed Time Time Time Current 15:21:47 Dload Upload Total Spent Left Speed 15:21:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 46226 --:--:-- --:--:-- --:--:-- 46152 100 29030 0 0 100 29030 0 46226 --:--:-- --:--:-- --:--:-- 46152 15:21:47 15:21:47 15:21:47 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/485/openapi/v3/core-data.yaml] 15:21:47 % Total % Received % Xferd Average Speed Time Time Time Current 15:21:47 Dload Upload Total Spent Left Speed 15:21:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 127k --:--:-- --:--:-- --:--:-- 127k 15:21:48 15:21:48 15:21:48 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/485/openapi/v3/core-metadata.yaml] 15:21:48 % Total % Received % Xferd Average Speed Time Time Time Current 15:21:48 Dload Upload Total Spent Left Speed 15:21:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 1627k --:--:-- --:--:-- --:--:-- 1608k 100 141k 0 0 100 141k 0 252k --:--:-- --:--:-- --:--:-- 252k 15:21:49 15:21:49 15:21:49 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/485/openapi/v3/support-notifications.yaml] 15:21:49 % Total % Received % Xferd Average Speed Time Time Time Current 15:21:49 Dload Upload Total Spent Left Speed 15:21:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 163k --:--:-- --:--:-- --:--:-- 163k 100 86965 0 0 100 86965 0 163k --:--:-- --:--:-- --:--:-- 163k 15:21:49 15:21:49 15:21:49 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/485/openapi/v3/support-scheduler.yaml] 15:21:49 % Total % Received % Xferd Average Speed Time Time Time Current 15:21:49 Dload Upload Total Spent Left Speed 15:21:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 71278 --:--:-- --:--:-- --:--:-- 71278 15:21:50 15:21:50 [Pipeline] } 15:21: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 15:21:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:21:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:21:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:21:50 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 15:21:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 15:21:51 $ docker top a2821707cb3e0ba7b09b17ff9e645f527d5230267263820cf0f1487a579928d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:21:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:21:51 [ssh-agent] Looking for ssh-agent implementation... 15:21:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:21:51 $ docker exec a2821707cb3e0ba7b09b17ff9e645f527d5230267263820cf0f1487a579928d6 ssh-agent 15:21:51 SSH_AUTH_SOCK=/tmp/ssh-bAho0kcPtLXh/agent.31 15:21:51 SSH_AGENT_PID=37 15:21:51 Running ssh-add (command line suppressed) 15:21:51 Identity added: /w/workspace/edgex-go/485@tmp/private_key_9186530699771255868.key (/w/workspace/edgex-go/485@tmp/private_key_9186530699771255868.key) 15:21:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:21:52 + git semver tag 15:21:52 2023-04-09 15:21:52,403 [run_tag] DEBUG tag force:False 15:21:52 2023-04-09 15:21:52,403 [check_head_tag] DEBUG check head tag 15:21:52 2023-04-09 15:21:52,406 [execute] INFO git cat-file --batch-check 15:21:52 2023-04-09 15:21:52,406 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/485, universal_newlines=False, shell=None, istream=) 15:21:52 2023-04-09 15:21:52,410 [execute] INFO git cat-file --batch 15:21:52 2023-04-09 15:21:52,410 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/485, universal_newlines=False, shell=None, istream=) 15:21:52 2023-04-09 15:21:52,477 [read_version] DEBUG read version from /w/workspace/edgex-go/485/.semver/main 15:21:52 2023-04-09 15:21:52,477 [execute] INFO git tag -a v3.0.0-dev.123 -m v3.0.0-dev.123 15:21:52 2023-04-09 15:21:52,477 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.123', '-m', 'v3.0.0-dev.123'], cwd=/w/workspace/edgex-go/485, universal_newlines=False, shell=None, istream=None) 15:21:52 2023-04-09 15:21:52,483 [read_version] DEBUG read version from /w/workspace/edgex-go/485/.semver/main 15:21:52 3.0.0-dev.123 [Pipeline] } 15:21:52 $ docker exec --env ******** --env ******** a2821707cb3e0ba7b09b17ff9e645f527d5230267263820cf0f1487a579928d6 ssh-agent -k 15:21:52 unset SSH_AUTH_SOCK; 15:21:52 unset SSH_AGENT_PID; 15:21:52 echo Agent pid 37 killed; 15:21:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:21:53 + git semver [Pipeline] } 15:21:53 $ docker stop --time=1 a2821707cb3e0ba7b09b17ff9e645f527d5230267263820cf0f1487a579928d6 15:21:54 $ docker rm -f --volumes a2821707cb3e0ba7b09b17ff9e645f527d5230267263820cf0f1487a579928d6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:21:55 15:21:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:21:55 0.23.1-centos7: Pulling from edgex-lftools 15:21:55 ab5ef0e58194: Pulling fs layer 15:21:55 9712f1f96733: Pulling fs layer 15:21:55 63f879dbbcfc: Pulling fs layer 15:21:55 0d9ebad4ef96: Pulling fs layer 15:21:55 e9a5061849ea: Pulling fs layer 15:21:55 d747dcd14b5f: Pulling fs layer 15:21:55 2de7ff778b66: Pulling fs layer 15:21:55 e9a5061849ea: Waiting 15:21:55 d747dcd14b5f: Waiting 15:21:55 0d9ebad4ef96: Waiting 15:21:55 2de7ff778b66: Waiting 15:21:55 9712f1f96733: Verifying Checksum 15:21:55 9712f1f96733: Download complete 15:21:55 63f879dbbcfc: Verifying Checksum 15:21:55 63f879dbbcfc: Download complete 15:21:55 e9a5061849ea: Verifying Checksum 15:21:55 e9a5061849ea: Download complete 15:21:55 d747dcd14b5f: Verifying Checksum 15:21:55 d747dcd14b5f: Download complete 15:21:55 0d9ebad4ef96: Verifying Checksum 15:21:55 0d9ebad4ef96: Download complete 15:21:55 ab5ef0e58194: Verifying Checksum 15:21:55 ab5ef0e58194: Download complete 15:21:55 2de7ff778b66: Verifying Checksum 15:21:55 2de7ff778b66: Download complete 15:21:58 ab5ef0e58194: Pull complete 15:21:58 9712f1f96733: Pull complete 15:21:58 63f879dbbcfc: Pull complete 15:22:03 0d9ebad4ef96: Pull complete 15:22:03 e9a5061849ea: Pull complete 15:22:03 d747dcd14b5f: Pull complete 15:22:04 2de7ff778b66: Pull complete 15:22:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:22:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:22:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:22:04 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 15:22:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 15:22:07 $ docker top b40c6fcdb486b8d2966a042416ee8f034f304e7f8204321106657f3181375b7d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:22:07 provisioning config files... 15:22:07 copy managed file [sigul-config] to file:/w/workspace/edgex-go/485@tmp/config2138511150634413588tmp 15:22:07 copy managed file [sigul-password] to file:/w/workspace/edgex-go/485@tmp/config16844253230434839271tmp 15:22:07 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/485@tmp/config16916924979008282188tmp [Pipeline] { [Pipeline] echo 15:22:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:22:08 ---> sigul-configuration.sh 15:22:08 gpg: directory `/root/.gnupg' created 15:22:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:22:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:22:08 gpg: keyring `/root/.gnupg/secring.gpg' created 15:22:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:22:08 gpg: CAST5 encrypted data 15:22:08 gpg: encrypted with 1 passphrase 15:22:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:22:08 + mkdir /home/jenkins 15:22:08 + mkdir /home/jenkins/sigul [Pipeline] sh 15:22:08 + 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 15:22:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:22:09 ---> sigul-install.sh 15:22:09 Sigul already installed; skipping installation. [Pipeline] sh 15:22:09 + git tag --list 15:22:09 0.6.0 15:22:09 0.6.1 15:22:09 0.7.0 15:22:09 0.7.1 15:22:09 v1.0.0 15:22:09 v1.0.1 15:22:09 v1.1.0 15:22:09 v1.2.0 15:22:09 v1.2.1 15:22:09 v1.3.0 15:22:09 v1.3.1 15:22:09 v2.0.0 15:22:09 v2.1.0 15:22:09 v2.1.1 15:22:09 v2.1.1-dev.1 15:22:09 v2.1.1-dev.2 15:22:09 v2.1.1-dev.3 15:22:09 v2.1.1-dev.4 15:22:09 v2.1.1-dev.5 15:22:09 v2.1.1-dev.6 15:22:09 v2.1.1-dev.7 15:22:09 v2.1.1-dev.8 15:22:09 v2.1.2-dev.1 15:22:09 v2.2.0 15:22:09 v2.2.1-dev.1 15:22:09 v2.2.1-dev.10 15:22:09 v2.2.1-dev.11 15:22:09 v2.2.1-dev.12 15:22:09 v2.2.1-dev.13 15:22:09 v2.2.1-dev.14 15:22:09 v2.2.1-dev.15 15:22:09 v2.2.1-dev.16 15:22:09 v2.2.1-dev.17 15:22:09 v2.2.1-dev.18 15:22:09 v2.2.1-dev.19 15:22:09 v2.2.1-dev.2 15:22:09 v2.2.1-dev.20 15:22:09 v2.2.1-dev.21 15:22:09 v2.2.1-dev.22 15:22:09 v2.2.1-dev.23 15:22:09 v2.2.1-dev.24 15:22:09 v2.2.1-dev.25 15:22:09 v2.2.1-dev.26 15:22:09 v2.2.1-dev.27 15:22:09 v2.2.1-dev.28 15:22:09 v2.2.1-dev.29 15:22:09 v2.2.1-dev.3 15:22:09 v2.2.1-dev.4 15:22:09 v2.2.1-dev.5 15:22:09 v2.2.1-dev.6 15:22:09 v2.2.1-dev.7 15:22:09 v2.2.1-dev.8 15:22:09 v2.2.1-dev.9 15:22:09 v2.3.0 15:22:09 v2.3.0-dev.100 15:22:09 v2.3.0-dev.101 15:22:09 v2.3.0-dev.102 15:22:09 v2.3.0-dev.103 15:22:09 v2.3.0-dev.104 15:22:09 v2.3.0-dev.105 15:22:09 v2.3.0-dev.106 15:22:09 v2.3.0-dev.29 15:22:09 v2.3.0-dev.30 15:22:09 v2.3.0-dev.31 15:22:09 v2.3.0-dev.32 15:22:09 v2.3.0-dev.33 15:22:09 v2.3.0-dev.34 15:22:09 v2.3.0-dev.35 15:22:09 v2.3.0-dev.36 15:22:09 v2.3.0-dev.37 15:22:09 v2.3.0-dev.38 15:22:09 v2.3.0-dev.39 15:22:09 v2.3.0-dev.40 15:22:09 v2.3.0-dev.41 15:22:09 v2.3.0-dev.42 15:22:09 v2.3.0-dev.43 15:22:09 v2.3.0-dev.44 15:22:09 v2.3.0-dev.45 15:22:09 v2.3.0-dev.46 15:22:09 v2.3.0-dev.47 15:22:09 v2.3.0-dev.48 15:22:09 v2.3.0-dev.49 15:22:09 v2.3.0-dev.50 15:22:09 v2.3.0-dev.51 15:22:09 v2.3.0-dev.52 15:22:09 v2.3.0-dev.53 15:22:09 v2.3.0-dev.54 15:22:09 v2.3.0-dev.55 15:22:09 v2.3.0-dev.56 15:22:09 v2.3.0-dev.57 15:22:09 v2.3.0-dev.58 15:22:09 v2.3.0-dev.59 15:22:09 v2.3.0-dev.60 15:22:09 v2.3.0-dev.61 15:22:09 v2.3.0-dev.62 15:22:09 v2.3.0-dev.63 15:22:09 v2.3.0-dev.64 15:22:09 v2.3.0-dev.65 15:22:09 v2.3.0-dev.66 15:22:09 v2.3.0-dev.67 15:22:09 v2.3.0-dev.68 15:22:09 v2.3.0-dev.69 15:22:09 v2.3.0-dev.70 15:22:09 v2.3.0-dev.71 15:22:09 v2.3.0-dev.72 15:22:09 v2.3.0-dev.73 15:22:09 v2.3.0-dev.74 15:22:09 v2.3.0-dev.75 15:22:09 v2.3.0-dev.76 15:22:09 v2.3.0-dev.77 15:22:09 v2.3.0-dev.78 15:22:09 v2.3.0-dev.79 15:22:09 v2.3.0-dev.80 15:22:09 v2.3.0-dev.81 15:22:09 v2.3.0-dev.82 15:22:09 v2.3.0-dev.83 15:22:09 v2.3.0-dev.84 15:22:09 v2.3.0-dev.85 15:22:09 v2.3.0-dev.86 15:22:09 v2.3.0-dev.87 15:22:09 v2.3.0-dev.88 15:22:09 v2.3.0-dev.89 15:22:09 v2.3.0-dev.90 15:22:09 v2.3.0-dev.91 15:22:09 v2.3.0-dev.92 15:22:09 v2.3.0-dev.93 15:22:09 v2.3.0-dev.94 15:22:09 v2.3.0-dev.95 15:22:09 v2.3.0-dev.96 15:22:09 v2.3.0-dev.97 15:22:09 v2.3.0-dev.98 15:22:09 v2.3.0-dev.99 15:22:09 v2.3.1-dev.1 15:22:09 v2.3.1-dev.2 15:22:09 v2.3.1-dev.3 15:22:09 v2.3.1-dev.4 15:22:09 v2.3.1-dev.5 15:22:09 v3.0.0-dev.1 15:22:09 v3.0.0-dev.10 15:22:09 v3.0.0-dev.100 15:22:09 v3.0.0-dev.101 15:22:09 v3.0.0-dev.102 15:22:09 v3.0.0-dev.103 15:22:09 v3.0.0-dev.104 15:22:09 v3.0.0-dev.105 15:22:09 v3.0.0-dev.106 15:22:09 v3.0.0-dev.107 15:22:09 v3.0.0-dev.108 15:22:09 v3.0.0-dev.109 15:22:09 v3.0.0-dev.11 15:22:09 v3.0.0-dev.110 15:22:09 v3.0.0-dev.111 15:22:09 v3.0.0-dev.112 15:22:09 v3.0.0-dev.113 15:22:09 v3.0.0-dev.114 15:22:09 v3.0.0-dev.115 15:22:09 v3.0.0-dev.116 15:22:09 v3.0.0-dev.117 15:22:09 v3.0.0-dev.118 15:22:09 v3.0.0-dev.119 15:22:09 v3.0.0-dev.12 15:22:09 v3.0.0-dev.120 15:22:09 v3.0.0-dev.121 15:22:09 v3.0.0-dev.122 15:22:09 v3.0.0-dev.123 15:22:09 v3.0.0-dev.13 15:22:09 v3.0.0-dev.14 15:22:09 v3.0.0-dev.15 15:22:09 v3.0.0-dev.16 15:22:09 v3.0.0-dev.17 15:22:09 v3.0.0-dev.18 15:22:09 v3.0.0-dev.19 15:22:09 v3.0.0-dev.2 15:22:09 v3.0.0-dev.20 15:22:09 v3.0.0-dev.21 15:22:09 v3.0.0-dev.22 15:22:09 v3.0.0-dev.23 15:22:09 v3.0.0-dev.24 15:22:09 v3.0.0-dev.25 15:22:09 v3.0.0-dev.26 15:22:09 v3.0.0-dev.27 15:22:09 v3.0.0-dev.28 15:22:09 v3.0.0-dev.29 15:22:09 v3.0.0-dev.3 15:22:09 v3.0.0-dev.30 15:22:09 v3.0.0-dev.31 15:22:09 v3.0.0-dev.32 15:22:09 v3.0.0-dev.33 15:22:09 v3.0.0-dev.34 15:22:09 v3.0.0-dev.35 15:22:09 v3.0.0-dev.36 15:22:09 v3.0.0-dev.37 15:22:09 v3.0.0-dev.38 15:22:09 v3.0.0-dev.39 15:22:09 v3.0.0-dev.4 15:22:09 v3.0.0-dev.40 15:22:09 v3.0.0-dev.41 15:22:09 v3.0.0-dev.42 15:22:09 v3.0.0-dev.43 15:22:09 v3.0.0-dev.44 15:22:09 v3.0.0-dev.45 15:22:09 v3.0.0-dev.46 15:22:09 v3.0.0-dev.47 15:22:09 v3.0.0-dev.48 15:22:09 v3.0.0-dev.49 15:22:09 v3.0.0-dev.5 15:22:09 v3.0.0-dev.50 15:22:09 v3.0.0-dev.51 15:22:09 v3.0.0-dev.52 15:22:09 v3.0.0-dev.53 15:22:09 v3.0.0-dev.54 15:22:09 v3.0.0-dev.55 15:22:09 v3.0.0-dev.56 15:22:09 v3.0.0-dev.57 15:22:09 v3.0.0-dev.58 15:22:09 v3.0.0-dev.59 15:22:09 v3.0.0-dev.6 15:22:09 v3.0.0-dev.60 15:22:09 v3.0.0-dev.61 15:22:09 v3.0.0-dev.62 15:22:09 v3.0.0-dev.63 15:22:09 v3.0.0-dev.64 15:22:09 v3.0.0-dev.65 15:22:09 v3.0.0-dev.66 15:22:09 v3.0.0-dev.67 15:22:09 v3.0.0-dev.68 15:22:09 v3.0.0-dev.69 15:22:09 v3.0.0-dev.7 15:22:09 v3.0.0-dev.70 15:22:09 v3.0.0-dev.71 15:22:09 v3.0.0-dev.72 15:22:09 v3.0.0-dev.73 15:22:09 v3.0.0-dev.74 15:22:09 v3.0.0-dev.75 15:22:09 v3.0.0-dev.76 15:22:09 v3.0.0-dev.77 15:22:09 v3.0.0-dev.78 15:22:09 v3.0.0-dev.79 15:22:09 v3.0.0-dev.8 15:22:09 v3.0.0-dev.80 15:22:09 v3.0.0-dev.81 15:22:09 v3.0.0-dev.82 15:22:09 v3.0.0-dev.83 15:22:09 v3.0.0-dev.84 15:22:09 v3.0.0-dev.85 15:22:09 v3.0.0-dev.86 15:22:09 v3.0.0-dev.87 15:22:09 v3.0.0-dev.88 15:22:09 v3.0.0-dev.89 15:22:09 v3.0.0-dev.9 15:22:09 v3.0.0-dev.90 15:22:09 v3.0.0-dev.91 15:22:09 v3.0.0-dev.92 15:22:09 v3.0.0-dev.93 15:22:09 v3.0.0-dev.94 15:22:09 v3.0.0-dev.95 15:22:09 v3.0.0-dev.96 15:22:09 v3.0.0-dev.97 15:22:09 v3.0.0-dev.98 15:22:09 v3.0.0-dev.99 [Pipeline] sh 15:22:09 + lftools sign git-tag v3.0.0-dev.123 15:22:10 Signing Git tag with Sigul... 15:22:10 Signing v3.0.0-dev.123 [Pipeline] echo 15:22:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:22:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:22:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:22:12 $ docker stop --time=1 b40c6fcdb486b8d2966a042416ee8f034f304e7f8204321106657f3181375b7d 15:22:13 $ docker rm -f --volumes b40c6fcdb486b8d2966a042416ee8f034f304e7f8204321106657f3181375b7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:22:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:22:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:22:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:22:14 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 15:22:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 15:22:14 $ docker top 7e2865634a434f870075e0c30803376e475ad3350cf608a8ae18f16b24e040b1 -eo pid,comm 15:22: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). 15:22:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:22:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:22:14 [ssh-agent] Looking for ssh-agent implementation... 15:22:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:22:15 $ docker exec 7e2865634a434f870075e0c30803376e475ad3350cf608a8ae18f16b24e040b1 ssh-agent 15:22:15 SSH_AUTH_SOCK=/tmp/ssh-EA6pDdng6vsa/agent.32 15:22:15 SSH_AGENT_PID=38 15:22:15 Running ssh-add (command line suppressed) 15:22:15 Identity added: /w/workspace/edgex-go/485@tmp/private_key_241027510939483025.key (/w/workspace/edgex-go/485@tmp/private_key_241027510939483025.key) 15:22:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:22:15 + git semver bump pre 15:22:15 2023-04-09 15:22:15,730 [read_version] DEBUG read version from /w/workspace/edgex-go/485/.semver/main 15:22:15 2023-04-09 15:22:15,730 [bump_version] DEBUG bumping version:3.0.0-dev.123 on axis:pre with prefix:dev 15:22:15 2023-04-09 15:22:15,730 [bump_version] DEBUG bumped version:3.0.0-dev.124 15:22:15 2023-04-09 15:22:15,731 [write_version] DEBUG write version:3.0.0-dev.124 to path:/w/workspace/edgex-go/485/.semver/main with force:True 15:22:15 2023-04-09 15:22:15,731 [read_version] DEBUG read version from /w/workspace/edgex-go/485/.semver/main 15:22:15 2023-04-09 15:22:15,731 [write_file] DEBUG write to file:/w/workspace/edgex-go/485/.semver/main 15:22:15 2023-04-09 15:22:15,733 [execute] INFO git cat-file --batch-check 15:22:15 2023-04-09 15:22:15,733 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/485/.semver, universal_newlines=False, shell=None, istream=) 15:22:15 2023-04-09 15:22:15,738 [execute] INFO git cat-file --batch 15:22:15 2023-04-09 15:22:15,738 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/485/.semver, universal_newlines=False, shell=None, istream=) 15:22:15 2023-04-09 15:22:15,742 [read_version] DEBUG read version from /w/workspace/edgex-go/485/.semver/main 15:22:15 3.0.0-dev.124 [Pipeline] } 15:22:15 $ docker exec --env ******** --env ******** 7e2865634a434f870075e0c30803376e475ad3350cf608a8ae18f16b24e040b1 ssh-agent -k 15:22:15 unset SSH_AUTH_SOCK; 15:22:15 unset SSH_AGENT_PID; 15:22:15 echo Agent pid 38 killed; 15:22:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:22:16 + git semver [Pipeline] } 15:22:16 $ docker stop --time=1 7e2865634a434f870075e0c30803376e475ad3350cf608a8ae18f16b24e040b1 15:22:17 $ docker rm -f --volumes 7e2865634a434f870075e0c30803376e475ad3350cf608a8ae18f16b24e040b1 [Pipeline] // withDockerContainer [Pipeline] sh 15:22:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:22:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:22:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:22:18 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 15:22:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 15:22:18 $ docker top a68f5a8519e568dcea033753fe863984eff53b1cc3ac5e99c1e1437e56a73426 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:22:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:22:19 [ssh-agent] Looking for ssh-agent implementation... 15:22:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:22:19 $ docker exec a68f5a8519e568dcea033753fe863984eff53b1cc3ac5e99c1e1437e56a73426 ssh-agent 15:22:19 SSH_AUTH_SOCK=/tmp/ssh-R8v9yaUz5Bhx/agent.33 15:22:19 SSH_AGENT_PID=39 15:22:19 Running ssh-add (command line suppressed) 15:22:19 Identity added: /w/workspace/edgex-go/485@tmp/private_key_17411346884660759392.key (/w/workspace/edgex-go/485@tmp/private_key_17411346884660759392.key) 15:22:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:22:19 + git semver push 15:22:19 2023-04-09 15:22:19,869 [run_push] DEBUG push 15:22:19 2023-04-09 15:22:19,869 [execute] INFO git cat-file --batch-check 15:22:19 2023-04-09 15:22:19,870 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/485/.semver, universal_newlines=False, shell=None, istream=) 15:22:19 2023-04-09 15:22:19,874 [execute] INFO git rev-list 1ed15c2ea321cac8f701d462f484cf032d955b97 -- 15:22:19 2023-04-09 15:22:19,874 [execute] DEBUG Popen(['git', 'rev-list', '1ed15c2ea321cac8f701d462f484cf032d955b97', '--'], cwd=/w/workspace/edgex-go/485/.semver, universal_newlines=False, shell=None, istream=None) 15:22:19 2023-04-09 15:22:19,887 [execute] INFO git fetch -v origin 15:22:19 2023-04-09 15:22:19,888 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/485/.semver, universal_newlines=True, shell=None, istream=None) 15:22:20 2023-04-09 15:22:20,391 [run_push] DEBUG no remote changes detected 15:22:20 2023-04-09 15:22:20,391 [execute] INFO git push origin semver 15:22:20 2023-04-09 15:22:20,392 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/485/.semver, universal_newlines=False, shell=None, istream=None) 15:22:21 2023-04-09 15:22:21,228 [run_push] DEBUG push all version tags 15:22:21 2023-04-09 15:22:21,229 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:22:21 2023-04-09 15:22:21,229 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/485, universal_newlines=False, shell=None, istream=None) 15:22:22 2023-04-09 15:22:22,017 [read_version] DEBUG read version from /w/workspace/edgex-go/485/.semver/main 15:22:22 3.0.0-dev.124 [Pipeline] } 15:22:22 $ docker exec --env ******** --env ******** a68f5a8519e568dcea033753fe863984eff53b1cc3ac5e99c1e1437e56a73426 ssh-agent -k 15:22:22 unset SSH_AUTH_SOCK; 15:22:22 unset SSH_AGENT_PID; 15:22:22 echo Agent pid 39 killed; 15:22:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:22:22 + git semver [Pipeline] } 15:22:23 $ docker stop --time=1 a68f5a8519e568dcea033753fe863984eff53b1cc3ac5e99c1e1437e56a73426 15:22:24 $ docker rm -f --volumes a68f5a8519e568dcea033753fe863984eff53b1cc3ac5e99c1e1437e56a73426 [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 15:22:24 + [ -d /w/workspace/edgex-go/485/archives ] [Pipeline] libraryResource [Pipeline] sh 15:22:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:22:26 ---> package-listing.sh 15:22:26 ++ facter osfamily 15:22:26 ++ tr '[:upper:]' '[:lower:]' 15:22:26 + OS_FAMILY=debian 15:22:26 + workspace=/w/workspace/edgex-go/485 15:22:26 + START_PACKAGES=/tmp/packages_start.txt 15:22:26 + END_PACKAGES=/tmp/packages_end.txt 15:22:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:22:26 + PACKAGES=/tmp/packages_start.txt 15:22:26 + '[' /w/workspace/edgex-go/485 ']' 15:22:26 + PACKAGES=/tmp/packages_end.txt 15:22:26 + case "${OS_FAMILY}" in 15:22:26 + dpkg -l 15:22:26 + grep '^ii' 15:22:26 + '[' -f /tmp/packages_start.txt ']' 15:22:26 + '[' -f /tmp/packages_end.txt ']' 15:22:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:22:26 + '[' /w/workspace/edgex-go/485 ']' 15:22:26 + mkdir -p /w/workspace/edgex-go/485/archives/ 15:22:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/485/archives/ [Pipeline] echo 15:22:26 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/485/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:22:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:22:27 15:22:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:22:27 latest: Pulling from edgex-lftools-log-publisher 15:22:27 5eb5b503b376: Pulling fs layer 15:22:27 5c69ac0246d0: Pulling fs layer 15:22:27 ec43610c2a17: Pulling fs layer 15:22:27 3a2ae6a8a46f: Pulling fs layer 15:22:27 33b1e0a273af: Pulling fs layer 15:22:27 5d3b04190fa2: Pulling fs layer 15:22:27 2f39f015ded8: Pulling fs layer 15:22:27 33b1e0a273af: Waiting 15:22:27 5d3b04190fa2: Waiting 15:22:27 3a2ae6a8a46f: Waiting 15:22:27 2f39f015ded8: Waiting 15:22:27 5c69ac0246d0: Download complete 15:22:27 3a2ae6a8a46f: Verifying Checksum 15:22:27 3a2ae6a8a46f: Download complete 15:22:27 33b1e0a273af: Verifying Checksum 15:22:27 33b1e0a273af: Download complete 15:22:27 5d3b04190fa2: Verifying Checksum 15:22:27 5d3b04190fa2: Download complete 15:22:27 ec43610c2a17: Verifying Checksum 15:22:27 ec43610c2a17: Download complete 15:22:27 5eb5b503b376: Verifying Checksum 15:22:27 5eb5b503b376: Download complete 15:22:28 2f39f015ded8: Download complete 15:22:28 5eb5b503b376: Pull complete 15:22:28 5c69ac0246d0: Pull complete 15:22:29 ec43610c2a17: Pull complete 15:22:29 3a2ae6a8a46f: Pull complete 15:22:29 33b1e0a273af: Pull complete 15:22:29 5d3b04190fa2: Pull complete 15:22:33 2f39f015ded8: Pull complete 15:22:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:22:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:22:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:22:34 prd-ubuntu20.04-docker-8c-8g-7233 does not seem to be running inside a container 15:22: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/485/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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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 15:22:37 $ docker top fd6bd8be68a12e069b66e46eedb9dd0513a38a18e7578582377fdf2721f2c0e3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:22:37 + touch /tmp/pre-build-complete [Pipeline] sh 15:22:38 + mkdir -p /var/log/sysstat [Pipeline] sh 15:22:38 + ls /var/log/sa-host 15:22:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:22:38 provisioning config files... 15:22:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/485@tmp/config15753193127872917239tmp [Pipeline] { [Pipeline] echo 15:22:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:22:38 ---> create-netrc.sh [Pipeline] } 15:22:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:22:39 ---> python-tools-install.sh [Pipeline] echo 15:22:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:22:39 ---> sudo-logs.sh 15:22:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:22:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:22:39 ---> job-cost.sh 15:22:39 lf-activate-venv: SKIPPING 15:22:39 DEBUG: total: 0.10999999940395355 15:22:39 INFO: Retrieving Stack Cost... 15:22:40 INFO: Retrieving Pricing Info for: v3-standard-8 15:22:40 INFO: Archiving Costs [Pipeline] echo 15:22:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:22:40 ---> logs-deploy.sh 15:22:40 lf-activate-venv: SKIPPING 15:22:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/485 15:22:40 INFO: archiving workspace using pattern(s): 15:22:41 Archives upload complete. 15:22:42 INFO: archiving logs to Nexus 15:22:42 ---> uname -a: 15:22:42 Linux prd-ubuntu20-04-docker-8c-8g-7233 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 15:22:42 15:22:42 15:22:42 ---> lscpu: 15:22:42 Architecture: x86_64 15:22:42 CPU op-mode(s): 32-bit, 64-bit 15:22:42 Byte Order: Little Endian 15:22:42 Address sizes: 40 bits physical, 48 bits virtual 15:22:42 CPU(s): 8 15:22:42 On-line CPU(s) list: 0-7 15:22:42 Thread(s) per core: 1 15:22:42 Core(s) per socket: 1 15:22:42 Socket(s): 8 15:22:42 NUMA node(s): 1 15:22:42 Vendor ID: AuthenticAMD 15:22:42 CPU family: 23 15:22:42 Model: 49 15:22:42 Model name: AMD EPYC-Rome Processor 15:22:42 Stepping: 0 15:22:42 CPU MHz: 2800.000 15:22:42 BogoMIPS: 5600.00 15:22:42 Virtualization: AMD-V 15:22:42 Hypervisor vendor: KVM 15:22:42 Virtualization type: full 15:22:42 L1d cache: 256 KiB 15:22:42 L1i cache: 256 KiB 15:22:42 L2 cache: 4 MiB 15:22:42 L3 cache: 128 MiB 15:22:42 NUMA node0 CPU(s): 0-7 15:22:42 Vulnerability Itlb multihit: Not affected 15:22:42 Vulnerability L1tf: Not affected 15:22:42 Vulnerability Mds: Not affected 15:22:42 Vulnerability Meltdown: Not affected 15:22:42 Vulnerability Mmio stale data: Not affected 15:22:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:22:42 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:22:42 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:22:42 Vulnerability Srbds: Not affected 15:22:42 Vulnerability Tsx async abort: Not affected 15:22:42 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 15:22:42 15:22:42 15:22:42 ---> nproc: 15:22:42 8 15:22:42 15:22:42 15:22:42 ---> df -h: 15:22:42 Filesystem Size Used Avail Use% Mounted on 15:22:42 overlay 155G 21G 135G 14% / 15:22:42 tmpfs 64M 0 64M 0% /dev 15:22:42 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:22:42 shm 64M 0 64M 0% /dev/shm 15:22:42 /dev/vda1 155G 21G 135G 14% /facter-os 15:22:42 15:22:42 15:22:42 ---> sar -b -r -n DEV: 15:22:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7233) 04/09/23 _x86_64_ (8 CPU) 15:22:42 15:22:42 14:51:33 LINUX RESTART (8 CPU) 15:22:42 15:22:42 14:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:22:42 14:53:01 129.37 15.74 113.62 0.00 1977.83 62857.69 0.00 15:22:42 14:54:01 51.44 0.07 51.37 0.00 9.20 25429.36 0.00 15:22:42 14:55:01 40.43 0.28 40.14 0.00 3.47 12818.28 0.00 15:22:42 14:56:01 218.88 0.13 218.75 0.00 16.66 104706.15 0.00 15:22:42 14:57:01 415.36 11.40 403.97 0.00 165.17 162615.16 0.00 15:22:42 14:58:01 602.10 11.23 590.87 0.00 5075.82 206541.64 0.00 15:22:42 14:59:01 748.37 0.45 747.92 0.00 44.52 199646.12 0.00 15:22:42 15:00:01 642.46 0.22 642.24 0.00 4.13 161428.96 0.00 15:22:42 15:01:01 325.86 0.85 325.01 0.00 11.86 76117.85 0.00 15:22:42 15:02:01 30.46 0.05 30.41 0.00 7.73 845.86 0.00 15:22:42 15:03:01 8.21 0.00 8.21 0.00 0.00 223.13 0.00 15:22:42 15:04:01 1.82 0.00 1.82 0.00 0.00 20.80 0.00 15:22:42 15:05:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 15:22:42 15:06:01 1.60 0.00 1.60 0.00 0.00 17.33 0.00 15:22:42 15:07:01 1.73 0.02 1.72 0.00 0.13 19.33 0.00 15:22:42 15:08:01 1.35 0.00 1.35 0.00 0.00 19.73 0.00 15:22:42 15:09:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 15:22:42 15:10:01 1.58 0.00 1.58 0.00 0.00 18.00 0.00 15:22:42 15:11:01 0.90 0.00 0.90 0.00 0.00 9.86 0.00 15:22:42 15:12:01 1.67 0.00 1.67 0.00 0.00 20.13 0.00 15:22:42 15:13:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 15:22:42 15:14:01 1.72 0.00 1.72 0.00 0.00 20.13 0.00 15:22:42 15:15:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 15:22:42 15:16:01 3.55 1.02 2.53 0.00 21.86 32.53 0.00 15:22:42 15:17:01 1.07 0.02 1.05 0.00 0.13 12.93 0.00 15:22:42 15:18:01 1.73 0.00 1.73 0.00 0.00 19.60 0.00 15:22:42 15:19:01 0.93 0.00 0.93 0.00 0.00 9.87 0.00 15:22:42 15:20:01 0.88 0.00 0.88 0.00 0.00 11.46 0.00 15:22:42 15:21:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 15:22:42 15:22:01 69.96 0.30 69.66 0.00 15.20 34294.42 0.00 15:22:42 Average: 110.30 1.38 108.91 0.00 244.23 34914.50 0.00 15:22:42 15:22:42 14:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:22:42 14:53:01 28324584 31555460 762640 2.32 95924 3370024 2019792 5.95 1151124 3010312 52868 15:22:42 14:54:01 27856040 31495736 814376 2.48 113336 3716092 1920160 5.66 1553400 3019996 131128 15:22:42 14:55:01 27474808 31481244 826004 2.51 117328 4050760 1903848 5.61 1494996 3433644 365612 15:22:42 14:56:01 26005532 31413868 881240 2.68 126748 5397468 2390604 7.05 1703696 4630132 15696 15:22:42 14:57:01 20461336 31473524 819252 2.49 288964 10551628 1948064 5.74 1801508 9783384 2478152 15:22:42 14:58:01 20735484 31108084 1162700 3.54 316004 9882784 2791680 8.23 2601160 8683708 460 15:22:42 14:59:01 19611376 31228640 1039076 3.16 344264 11019584 2756992 8.13 2615648 9712240 3068 15:22:42 15:00:01 18801032 31379664 886256 2.70 382244 11869672 2381820 7.02 2620576 10440424 5212 15:22:42 15:01:01 19013120 31488100 786088 2.39 426040 11714032 1969484 5.80 2541316 10312244 1464 15:22:42 15:02:01 19003700 31480348 793060 2.41 427096 11714824 1960112 5.78 2549716 10312352 12 15:22:42 15:03:01 19016208 31493188 780156 2.37 427396 11714868 1820340 5.36 2535452 10312296 180 15:22:42 15:04:01 19016872 31494000 779716 2.37 427424 11714872 1820340 5.36 2535564 10312380 192 15:22:42 15:05:01 19026032 31503168 770628 2.34 427436 11714876 1820340 5.36 2526508 10312384 12 15:22:42 15:06:01 19026032 31503172 770604 2.34 427456 11714872 1820340 5.36 2526560 10312384 16 15:22:42 15:07:01 19025132 31502388 771312 2.35 427480 11714884 1859224 5.48 2526632 10312392 28 15:22:42 15:08:01 19025312 31502580 771040 2.34 427528 11714860 1859224 5.48 2526744 10312368 252 15:22:42 15:09:01 19025256 31502600 770976 2.34 427568 11714864 1859224 5.48 2526860 10312372 188 15:22:42 15:10:01 19025240 31502612 770904 2.34 427588 11714868 1859224 5.48 2526872 10312376 176 15:22:42 15:11:01 19025408 31502876 770856 2.34 427608 11714868 1859224 5.48 2526648 10312464 176 15:22:42 15:12:01 19025140 31502636 771084 2.34 427628 11714864 1842976 5.43 2526700 10312468 20 15:22:42 15:13:01 19025124 31502668 771004 2.34 427644 11714872 1842976 5.43 2526788 10312468 192 15:22:42 15:14:01 19024792 31502344 771296 2.35 427676 11714876 1842976 5.43 2526412 10312472 12 15:22:42 15:15:01 19025036 31502592 770976 2.34 427688 11714880 1842976 5.43 2526396 10312476 8 15:22:42 15:16:01 19023976 31502616 770916 2.34 427744 11715500 1877540 5.53 2526652 10313000 8 15:22:42 15:17:01 19023876 31502524 771144 2.35 427764 11715492 1877540 5.53 2526640 10313004 8 15:22:42 15:18:01 19024080 31502800 770780 2.34 427784 11715512 1877540 5.53 2526768 10313012 44 15:22:42 15:19:01 19024064 31502808 770772 2.34 427788 11715512 1877540 5.53 2526712 10313012 12 15:22:42 15:20:01 19023692 31502444 771004 2.34 427796 11715516 1877540 5.53 2526980 10313016 196 15:22:42 15:21:01 19023916 31502676 770984 2.34 427800 11715516 1877540 5.53 2526728 10313016 8 15:22:42 15:22:01 17527672 31444668 826116 2.51 470360 13003336 2157876 6.36 2667724 11555372 605340 15:22:42 Average: 20208996 31469401 808765 2.46 374437 10629219 1980502 5.84 2377516 9361106 122025 15:22:42 15:22:42 14:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:22:42 14:53:01 docker0 611.76 568.23 44.83 3483.12 0.00 0.00 0.00 0.00 15:22:42 14:53:01 lo 4.81 4.81 0.47 0.47 0.00 0.00 0.00 0.00 15:22:42 14:53:01 ens3 1505.54 1385.12 12508.99 167.11 0.00 0.00 0.00 0.00 15:22:42 14:54:01 docker0 1.30 1.37 0.10 0.13 0.00 0.00 0.00 0.00 15:22:42 14:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 14:54:01 ens3 46.86 33.16 42.26 20.33 0.00 0.00 0.00 0.00 15:22:42 14:54:01 veth308cc40 1.30 1.48 0.11 0.13 0.00 0.00 0.00 0.00 15:22:42 14:55:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 14:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 14:55:01 ens3 46.59 47.04 35.71 109.42 0.00 0.00 0.00 0.00 15:22:42 14:55:01 veth308cc40 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 14:56:01 veth26619bb 28.20 43.53 2.73 14.58 0.00 0.00 0.00 0.00 15:22:42 14:56:01 veth7c47271 28.48 43.03 2.74 14.41 0.00 0.00 0.00 0.00 15:22:42 14:56:01 vethc47deb2 28.68 43.71 2.76 14.70 0.00 0.00 0.00 0.00 15:22:42 14:56:01 docker0 151.11 237.44 12.28 285.67 0.00 0.00 0.00 0.00 15:22:42 14:56:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 15:22:42 14:56:01 ens3 335.26 207.50 1978.17 30.83 0.00 0.00 0.00 0.00 15:22:42 14:56:01 vethc762d06 28.73 43.71 2.75 14.36 0.00 0.00 0.00 0.00 15:22:42 14:56:01 vethf38f205 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 15:22:42 14:56:01 veth9831047 29.35 45.36 2.80 14.75 0.00 0.00 0.00 0.00 15:22:42 14:57:01 docker0 424.91 727.25 33.75 5920.82 0.00 0.00 0.00 0.00 15:22:42 14:57:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 15:22:42 14:57:01 ens3 779.12 449.43 6778.43 42.52 0.00 0.00 0.00 0.00 15:22:42 14:57:01 vethf38f205 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 15:22:42 14:58:01 docker0 11.16 24.75 0.73 312.95 0.00 0.00 0.00 0.00 15:22:42 14:58:01 lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 15:22:42 14:58:01 ens3 217.32 110.91 2347.55 20.75 0.00 0.00 0.00 0.00 15:22:42 14:58:01 vethfcf1032 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 14:58:01 vethf38f205 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 15:22:42 14:58:01 veth5904336 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 15:22:42 14:59:01 vethc0f3d62 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:22:42 14:59:01 vethd36c346 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 14:59:01 vethaf5ca3a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 14:59:01 vethe297b3f 21.81 30.36 2.09 10.22 0.00 0.00 0.00 0.00 15:22:42 14:59:01 veth6c20fb0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 14:59:01 docker0 135.79 244.77 10.61 1471.21 0.00 0.00 0.00 0.00 15:22:42 14:59:01 vethdb55507 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 14:59:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 14:59:01 veth8aece7b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 14:59:01 ens3 284.59 160.55 1502.82 29.90 0.00 0.00 0.00 0.00 15:22:42 14:59:01 vethf38f205 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 15:22:42 14:59:01 veth89583c6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:00:01 vethdfb1ead 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 15:22:42 15:00:01 docker0 81.45 180.79 6.62 1324.22 0.00 0.00 0.00 0.00 15:22:42 15:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:00:01 ens3 213.88 100.98 1349.89 21.79 0.00 0.00 0.00 0.00 15:22:42 15:00:01 veth8c3f04b 8.77 12.48 0.84 5.29 0.00 0.00 0.00 0.00 15:22:42 15:00:01 vethf38f205 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:22:42 15:01:01 docker0 95.13 186.90 7.49 1340.39 0.00 0.00 0.00 0.00 15:22:42 15:01:01 lo 12.20 12.20 1.20 1.20 0.00 0.00 0.00 0.00 15:22:42 15:01:01 ens3 316.11 240.51 1415.92 548.25 0.00 0.00 0.00 0.00 15:22:42 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:02:01 lo 47.33 47.33 4.66 4.66 0.00 0.00 0.00 0.00 15:22:42 15:02:01 ens3 437.79 478.50 237.41 2466.31 0.00 0.00 0.00 0.00 15:22:42 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:03:01 lo 11.73 11.73 1.16 1.16 0.00 0.00 0.00 0.00 15:22:42 15:03:01 ens3 108.25 105.53 62.38 561.40 0.00 0.00 0.00 0.00 15:22:42 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:04:01 ens3 4.33 1.90 5.02 0.38 0.00 0.00 0.00 0.00 15:22:42 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:05:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:06:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:08:01 ens3 0.32 0.22 0.09 0.07 0.00 0.00 0.00 0.00 15:22:42 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:09:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:10:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:12:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:13:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 15:22:42 15:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:14:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:18:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 15:22:42 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:22:42 15:20:01 ens3 0.23 0.23 0.17 0.02 0.00 0.00 0.00 0.00 15:22:42 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:22:42 15:22:01 docker0 40.23 67.29 3.32 580.66 0.00 0.00 0.00 0.00 15:22:42 15:22:01 lo 2.47 2.47 0.24 0.24 0.00 0.00 0.00 0.00 15:22:42 15:22:01 ens3 412.16 228.01 7756.42 40.19 0.00 0.00 0.00 0.00 15:22:42 Average: docker0 51.45 74.35 3.97 488.96 0.00 0.00 0.00 0.00 15:22:42 Average: lo 2.78 2.78 0.27 0.27 0.00 0.00 0.00 0.00 15:22:42 Average: ens3 156.23 117.64 1194.42 135.29 0.00 0.00 0.00 0.00 15:22:42 15:22:42 15:22:42 ---> sar -P ALL: 15:22:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7233) 04/09/23 _x86_64_ (8 CPU) 15:22:42 15:22:42 14:51:33 LINUX RESTART (8 CPU) 15:22:42 15:22:42 14:52:02 CPU %user %nice %system %iowait %steal %idle 15:22:42 14:53:01 all 10.47 0.00 3.91 2.37 0.06 83.18 15:22:42 14:53:01 0 8.18 0.00 3.95 1.41 0.07 86.40 15:22:42 14:53:01 1 12.83 0.00 4.78 2.55 0.05 79.78 15:22:42 14:53:01 2 13.58 0.00 4.44 0.43 0.05 81.50 15:22:42 14:53:01 3 9.35 0.00 3.80 1.46 0.07 85.32 15:22:42 14:53:01 4 12.01 0.00 3.76 0.76 0.07 83.40 15:22:42 14:53:01 5 7.21 0.00 3.01 0.63 0.05 89.09 15:22:42 14:53:01 6 11.15 0.00 4.28 9.81 0.05 74.71 15:22:42 14:53:01 7 9.43 0.00 3.28 1.99 0.09 85.21 15:22:42 14:54:01 all 28.29 0.00 5.32 0.91 0.07 65.40 15:22:42 14:54:01 0 24.30 0.00 4.26 0.12 0.07 71.26 15:22:42 14:54:01 1 32.64 0.00 6.24 0.79 0.08 60.25 15:22:42 14:54:01 2 32.95 0.00 5.17 0.82 0.08 60.97 15:22:42 14:54:01 3 27.11 0.00 6.81 3.35 0.07 62.67 15:22:42 14:54:01 4 30.54 0.00 4.90 0.02 0.07 64.48 15:22:42 14:54:01 5 24.26 0.00 4.74 0.03 0.07 70.90 15:22:42 14:54:01 6 31.21 0.00 4.88 2.15 0.08 61.67 15:22:42 14:54:01 7 23.30 0.00 5.59 0.00 0.07 71.04 15:22:42 14:55:01 all 46.52 0.00 6.65 0.46 0.09 46.27 15:22:42 14:55:01 0 42.81 0.00 6.26 0.02 0.08 50.83 15:22:42 14:55:01 1 49.03 0.00 7.17 2.82 0.08 40.90 15:22:42 14:55:01 2 48.58 0.00 6.71 0.35 0.10 44.26 15:22:42 14:55:01 3 49.86 0.00 7.00 0.10 0.10 42.94 15:22:42 14:55:01 4 49.50 0.00 7.31 0.13 0.08 42.97 15:22:42 14:55:01 5 42.96 0.00 5.97 0.03 0.12 50.91 15:22:42 14:55:01 6 48.18 0.00 6.94 0.08 0.08 44.70 15:22:42 14:55:01 7 41.24 0.00 5.86 0.12 0.08 52.69 15:22:42 14:56:01 all 7.61 0.00 6.01 2.69 0.07 83.63 15:22:42 14:56:01 0 5.60 0.00 4.80 0.13 0.05 89.42 15:22:42 14:56:01 1 7.52 0.00 7.39 0.51 0.07 84.52 15:22:42 14:56:01 2 9.13 0.00 5.94 0.59 0.07 84.27 15:22:42 14:56:01 3 9.55 0.00 6.73 11.66 0.08 71.97 15:22:42 14:56:01 4 8.10 0.00 5.33 0.41 0.07 86.09 15:22:42 14:56:01 5 7.22 0.00 7.55 0.37 0.05 84.81 15:22:42 14:56:01 6 6.69 0.00 6.59 7.78 0.07 78.87 15:22:42 14:56:01 7 7.09 0.00 3.76 0.12 0.08 88.95 15:22:42 14:57:01 all 10.41 0.00 6.59 16.23 0.08 66.69 15:22:42 14:57:01 0 10.16 0.00 5.35 5.27 0.03 79.18 15:22:42 14:57:01 1 11.74 0.00 5.97 7.25 0.07 74.98 15:22:42 14:57:01 2 10.60 0.00 9.69 64.66 0.10 14.95 15:22:42 14:57:01 3 10.70 0.00 6.30 16.59 0.13 66.27 15:22:42 14:57:01 4 10.01 0.00 7.35 17.89 0.05 64.70 15:22:42 14:57:01 5 9.62 0.00 5.25 3.09 0.05 81.99 15:22:42 14:57:01 6 11.11 0.00 6.47 9.77 0.10 72.55 15:22:42 14:57:01 7 9.31 0.00 6.39 5.81 0.10 78.38 15:22:42 14:58:01 all 34.75 0.00 8.51 15.45 0.11 41.17 15:22:42 14:58:01 0 33.46 0.00 8.79 4.36 0.10 53.28 15:22:42 14:58:01 1 36.25 0.00 8.83 17.89 0.12 36.91 15:22:42 14:58:01 2 37.28 0.00 8.67 37.35 0.10 16.59 15:22:42 14:58:01 3 35.73 0.00 9.08 31.12 0.10 23.97 15:22:42 14:58:01 4 32.59 0.00 7.56 6.99 0.14 52.72 15:22:42 14:58:01 5 33.31 0.00 8.32 4.91 0.08 53.38 15:22:42 14:58:01 6 36.50 0.00 9.10 14.14 0.10 40.16 15:22:42 14:58:01 7 32.89 0.00 7.71 6.79 0.12 52.49 15:22:42 14:59:01 all 27.88 0.00 10.23 21.31 0.15 40.43 15:22:42 14:59:01 0 26.10 0.00 11.12 22.20 0.14 40.45 15:22:42 14:59:01 1 28.86 0.00 10.29 17.45 0.12 43.28 15:22:42 14:59:01 2 29.81 0.00 9.58 30.73 0.12 29.76 15:22:42 14:59:01 3 28.92 0.00 11.27 27.16 0.12 32.53 15:22:42 14:59:01 4 24.95 0.00 8.87 6.77 0.14 59.27 15:22:42 14:59:01 5 27.38 0.00 11.78 27.74 0.14 32.95 15:22:42 14:59:01 6 28.49 0.00 9.53 26.70 0.24 35.04 15:22:42 14:59:01 7 28.51 0.00 9.42 11.71 0.17 50.18 15:22:42 15:00:01 all 55.98 0.00 13.08 9.58 0.18 21.17 15:22:42 15:00:01 0 57.75 0.00 13.33 7.18 0.19 21.55 15:22:42 15:00:01 1 52.12 0.00 11.24 6.25 0.16 30.24 15:22:42 15:00:01 2 58.02 0.00 13.22 12.94 0.17 15.65 15:22:42 15:00:01 3 58.03 0.00 13.39 13.17 0.24 15.17 15:22:42 15:00:01 4 53.74 0.00 13.86 11.01 0.14 21.25 15:22:42 15:00:01 5 58.16 0.00 14.04 8.31 0.19 19.30 15:22:42 15:00:01 6 58.09 0.00 13.74 7.84 0.21 20.13 15:22:42 15:00:01 7 51.93 0.00 11.79 10.00 0.17 26.11 15:22:42 15:01:01 all 19.57 0.00 5.19 5.97 0.08 69.20 15:22:42 15:01:01 0 21.84 0.00 5.43 3.84 0.08 68.81 15:22:42 15:01:01 1 15.85 0.00 5.32 0.50 0.05 78.27 15:22:42 15:01:01 2 22.71 0.00 6.03 11.22 0.12 59.93 15:22:42 15:01:01 3 18.81 0.00 5.61 9.32 0.07 66.19 15:22:42 15:01:01 4 19.79 0.00 4.99 6.07 0.07 69.07 15:22:42 15:01:01 5 20.86 0.00 5.82 4.66 0.07 68.59 15:22:42 15:01:01 6 18.92 0.00 4.85 11.08 0.07 65.08 15:22:42 15:01:01 7 17.76 0.00 3.47 1.08 0.10 77.59 15:22:42 15:02:01 all 8.73 0.00 0.98 0.10 0.06 90.13 15:22:42 15:02:01 0 9.44 0.00 1.12 0.03 0.05 89.35 15:22:42 15:02:01 1 6.65 0.00 0.70 0.00 0.05 92.60 15:22:42 15:02:01 2 7.77 0.00 1.05 0.10 0.05 91.03 15:22:42 15:02:01 3 11.60 0.00 1.22 0.05 0.07 87.06 15:22:42 15:02:01 4 6.95 0.00 1.09 0.02 0.05 91.89 15:22:42 15:02:01 5 11.90 0.00 1.09 0.60 0.07 86.34 15:22:42 15:02:01 6 10.96 0.00 0.68 0.02 0.07 88.28 15:22:42 15:02:01 7 4.56 0.00 0.87 0.00 0.07 94.50 15:22:42 15:03:01 all 2.17 0.00 0.29 0.04 0.02 97.48 15:22:42 15:03:01 0 1.67 0.00 0.37 0.02 0.02 97.93 15:22:42 15:03:01 1 0.27 0.00 0.23 0.02 0.02 99.47 15:22:42 15:03:01 2 1.80 0.00 0.36 0.07 0.05 97.72 15:22:42 15:03:01 3 3.43 0.00 0.25 0.00 0.03 96.29 15:22:42 15:03:01 4 3.47 0.00 0.23 0.02 0.02 96.26 15:22:42 15:03:01 5 3.62 0.00 0.33 0.18 0.03 95.83 15:22:42 15:03:01 6 1.65 0.00 0.20 0.00 0.02 98.13 15:22:42 15:03:01 7 1.42 0.00 0.32 0.00 0.02 98.25 15:22:42 15:22:42 15:03:01 CPU %user %nice %system %iowait %steal %idle 15:22:42 15:04:01 all 0.03 0.00 0.01 0.02 0.01 99.93 15:22:42 15:04:01 0 0.03 0.00 0.02 0.00 0.02 99.93 15:22:42 15:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:22:42 15:04:01 2 0.07 0.00 0.05 0.00 0.03 99.85 15:22:42 15:04:01 3 0.00 0.00 0.00 0.10 0.00 99.90 15:22:42 15:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:22:42 15:04:01 5 0.00 0.00 0.00 0.05 0.00 99.95 15:22:42 15:04:01 6 0.02 0.00 0.02 0.00 0.00 99.97 15:22:42 15:04:01 7 0.07 0.00 0.02 0.00 0.02 99.90 15:22:42 15:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 15:22:42 15:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:22:42 15:05:01 1 0.00 0.00 0.00 0.00 0.02 99.98 15:22:42 15:05:01 2 0.08 0.00 0.07 0.00 0.02 99.83 15:22:42 15:05:01 3 0.00 0.00 0.00 0.02 0.00 99.98 15:22:42 15:05:01 4 0.02 0.00 0.00 0.00 0.02 99.97 15:22:42 15:05:01 5 0.05 0.00 0.00 0.00 0.00 99.95 15:22:42 15:05:01 6 0.02 0.00 0.03 0.00 0.02 99.93 15:22:42 15:05:01 7 0.03 0.00 0.00 0.00 0.00 99.97 15:22:42 15:06:01 all 0.01 0.00 0.02 0.00 0.01 99.96 15:22:42 15:06:01 0 0.02 0.00 0.00 0.00 0.02 99.97 15:22:42 15:06:01 1 0.00 0.00 0.02 0.00 0.00 99.98 15:22:42 15:06:01 2 0.05 0.00 0.03 0.00 0.03 99.88 15:22:42 15:06:01 3 0.00 0.00 0.00 0.02 0.02 99.97 15:22:42 15:06:01 4 0.00 0.00 0.03 0.00 0.00 99.97 15:22:42 15:06:01 5 0.00 0.00 0.02 0.02 0.00 99.97 15:22:42 15:06:01 6 0.02 0.00 0.02 0.00 0.00 99.97 15:22:42 15:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 15:22:42 15:07:01 all 0.03 0.00 0.03 0.01 0.01 99.92 15:22:42 15:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:22:42 15:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 15:22:42 15:07:01 2 0.08 0.00 0.10 0.00 0.03 99.78 15:22:42 15:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:22:42 15:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:22:42 15:07:01 5 0.02 0.00 0.05 0.02 0.02 99.90 15:22:42 15:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 15:22:42 15:07:01 7 0.03 0.00 0.03 0.03 0.02 99.88 15:22:42 15:08:01 all 0.02 0.00 0.01 0.01 0.01 99.95 15:22:42 15:08:01 0 0.02 0.00 0.02 0.02 0.02 99.93 15:22:42 15:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 15:22:42 15:08:01 2 0.08 0.00 0.07 0.00 0.03 99.82 15:22:42 15:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:22:42 15:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:22:42 15:08:01 5 0.02 0.00 0.00 0.03 0.00 99.95 15:22:42 15:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:22:42 15:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 15:22:42 15:09:01 all 0.21 0.00 0.02 0.00 0.01 99.76 15:22:42 15:09:01 0 0.00 0.00 0.07 0.02 0.00 99.92 15:22:42 15:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:22:42 15:09:01 2 1.50 0.00 0.03 0.00 0.03 98.43 15:22:42 15:09:01 3 0.02 0.00 0.00 0.00 0.02 99.97 15:22:42 15:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:22:42 15:09:01 5 0.03 0.00 0.02 0.02 0.00 99.93 15:22:42 15:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 15:22:42 15:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 15:22:42 15:10:01 all 0.23 0.00 0.01 0.00 0.01 99.74 15:22:42 15:10:01 0 0.03 0.00 0.00 0.02 0.02 99.93 15:22:42 15:10:01 1 0.00 0.00 0.00 0.00 0.02 99.98 15:22:42 15:10:01 2 1.75 0.00 0.03 0.00 0.05 98.17 15:22:42 15:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:22:42 15:10:01 4 0.00 0.00 0.02 0.00 0.02 99.97 15:22:42 15:10:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:22:42 15:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 15:22:42 15:10:01 7 0.03 0.00 0.00 0.00 0.00 99.97 15:22:42 15:11:01 all 0.03 0.00 0.01 0.00 0.01 99.94 15:22:42 15:11:01 0 0.00 0.00 0.03 0.02 0.02 99.93 15:22:42 15:11:01 1 0.03 0.00 0.00 0.00 0.00 99.97 15:22:42 15:11:01 2 0.13 0.00 0.02 0.00 0.03 99.82 15:22:42 15:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:22:42 15:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:22:42 15:11:01 5 0.02 0.00 0.00 0.02 0.02 99.95 15:22:42 15:11:01 6 0.03 0.00 0.02 0.00 0.02 99.93 15:22:42 15:11:01 7 0.02 0.00 0.00 0.00 0.02 99.97 15:22:42 15:12:01 all 0.01 0.00 0.02 0.02 0.01 99.95 15:22:42 15:12:01 0 0.00 0.00 0.05 0.12 0.00 99.83 15:22:42 15:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 15:22:42 15:12:01 2 0.07 0.00 0.05 0.00 0.03 99.85 15:22:42 15:12:01 3 0.00 0.00 0.00 0.00 0.02 99.98 15:22:42 15:12:01 4 0.00 0.00 0.02 0.00 0.00 99.98 15:22:42 15:12:01 5 0.02 0.00 0.00 0.02 0.00 99.97 15:22:42 15:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 15:22:42 15:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:22:42 15:13:01 all 0.03 0.00 0.01 0.00 0.01 99.94 15:22:42 15:13:01 0 0.03 0.00 0.05 0.02 0.02 99.88 15:22:42 15:13:01 1 0.03 0.00 0.00 0.00 0.02 99.95 15:22:42 15:13:01 2 0.08 0.00 0.03 0.00 0.03 99.85 15:22:42 15:13:01 3 0.03 0.00 0.00 0.00 0.00 99.97 15:22:42 15:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:22:42 15:13:01 5 0.02 0.00 0.03 0.02 0.00 99.93 15:22:42 15:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:22:42 15:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:22:42 15:14:01 all 0.12 0.00 0.01 0.00 0.01 99.86 15:22:42 15:14:01 0 0.00 0.00 0.02 0.02 0.02 99.95 15:22:42 15:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 15:22:42 15:14:01 2 0.88 0.00 0.07 0.00 0.03 99.02 15:22:42 15:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:22:42 15:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:22:42 15:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 15:22:42 15:14:01 6 0.02 0.00 0.02 0.00 0.02 99.95 15:22:42 15:14:01 7 0.03 0.00 0.00 0.00 0.00 99.97 15:22:42 15:22:42 15:14:01 CPU %user %nice %system %iowait %steal %idle 15:22:42 15:15:01 all 0.28 0.00 0.01 0.00 0.01 99.70 15:22:42 15:15:01 0 0.03 0.00 0.02 0.02 0.02 99.92 15:22:42 15:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 15:22:42 15:15:01 2 2.04 0.00 0.02 0.00 0.03 97.91 15:22:42 15:15:01 3 0.00 0.00 0.00 0.00 0.02 99.98 15:22:42 15:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 15:22:42 15:15:01 5 0.03 0.00 0.00 0.00 0.02 99.95 15:22:42 15:15:01 6 0.05 0.00 0.00 0.00 0.00 99.95 15:22:42 15:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 15:22:42 15:16:01 all 0.25 0.00 0.04 0.02 0.01 99.68 15:22:42 15:16:01 0 0.05 0.00 0.07 0.03 0.02 99.83 15:22:42 15:16:01 1 0.10 0.00 0.03 0.00 0.00 99.87 15:22:42 15:16:01 2 1.48 0.00 0.05 0.00 0.02 98.45 15:22:42 15:16:01 3 0.03 0.00 0.02 0.02 0.00 99.93 15:22:42 15:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 15:22:42 15:16:01 5 0.18 0.00 0.08 0.12 0.00 99.62 15:22:42 15:16:01 6 0.07 0.00 0.07 0.00 0.02 99.85 15:22:42 15:16:01 7 0.02 0.00 0.00 0.00 0.02 99.97 15:22:42 15:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 15:22:42 15:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:22:42 15:17:01 1 0.00 0.00 0.00 0.00 0.02 99.98 15:22:42 15:17:01 2 0.00 0.00 0.02 0.00 0.02 99.97 15:22:42 15:17:01 3 0.00 0.00 0.02 0.02 0.02 99.95 15:22:42 15:17:01 4 0.00 0.00 0.00 0.00 0.02 99.98 15:22:42 15:17:01 5 0.05 0.00 0.00 0.02 0.02 99.92 15:22:42 15:17:01 6 0.00 0.00 0.03 0.00 0.02 99.95 15:22:42 15:17:01 7 0.03 0.00 0.02 0.00 0.00 99.95 15:22:42 15:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 15:22:42 15:18:01 0 0.00 0.00 0.03 0.00 0.00 99.97 15:22:42 15:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 15:22:42 15:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 15:22:42 15:18:01 3 0.00 0.00 0.00 0.02 0.00 99.98 15:22:42 15:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:22:42 15:18:01 5 0.02 0.00 0.03 0.02 0.02 99.92 15:22:42 15:18:01 6 0.05 0.00 0.00 0.00 0.02 99.93 15:22:42 15:18:01 7 0.05 0.00 0.00 0.00 0.02 99.93 15:22:42 15:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 15:22:42 15:19:01 0 0.00 0.00 0.02 0.00 0.02 99.97 15:22:42 15:19:01 1 0.00 0.00 0.00 0.00 0.02 99.98 15:22:42 15:19:01 2 0.03 0.00 0.00 0.00 0.03 99.93 15:22:42 15:19:01 3 0.00 0.00 0.00 0.02 0.02 99.97 15:22:42 15:19:01 4 0.02 0.00 0.03 0.00 0.00 99.95 15:22:42 15:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:22:42 15:19:01 6 0.03 0.00 0.02 0.00 0.00 99.95 15:22:42 15:19:01 7 0.03 0.00 0.00 0.00 0.00 99.97 15:22:42 15:20:01 all 0.13 0.00 0.01 0.00 0.01 99.85 15:22:42 15:20:01 0 0.03 0.00 0.00 0.00 0.00 99.97 15:22:42 15:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:22:42 15:20:01 2 0.86 0.00 0.03 0.00 0.02 99.09 15:22:42 15:20:01 3 0.02 0.00 0.02 0.02 0.00 99.95 15:22:42 15:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:22:42 15:20:01 5 0.02 0.00 0.00 0.02 0.02 99.95 15:22:42 15:20:01 6 0.07 0.00 0.02 0.00 0.02 99.90 15:22:42 15:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 15:22:42 15:21:01 all 0.25 0.00 0.01 0.00 0.01 99.72 15:22:42 15:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 15:22:42 15:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 15:22:42 15:21:01 2 1.89 0.00 0.03 0.00 0.03 98.05 15:22:42 15:21:01 3 0.00 0.00 0.03 0.02 0.00 99.95 15:22:42 15:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:22:42 15:21:01 5 0.05 0.00 0.02 0.00 0.00 99.93 15:22:42 15:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 15:22:42 15:21:01 7 0.03 0.00 0.02 0.00 0.02 99.93 15:22:42 15:22:01 all 7.11 0.00 3.12 1.02 0.05 88.70 15:22:42 15:22:01 0 6.89 0.00 4.04 5.98 0.07 83.02 15:22:42 15:22:01 1 7.59 0.00 2.41 0.02 0.05 89.94 15:22:42 15:22:01 2 7.27 0.00 2.95 0.15 0.03 89.60 15:22:42 15:22:01 3 6.33 0.00 2.73 0.05 0.05 90.84 15:22:42 15:22:01 4 6.20 0.00 3.20 1.02 0.03 89.54 15:22:42 15:22:01 5 7.10 0.00 2.69 0.77 0.05 89.39 15:22:42 15:22:01 6 7.25 0.00 3.75 0.17 0.05 88.78 15:22:42 15:22:01 7 8.22 0.00 3.22 0.03 0.05 88.47 15:22:42 Average: all 8.60 0.00 2.31 2.50 0.04 86.55 15:22:42 Average: 0 8.19 0.00 2.28 1.66 0.04 87.84 15:22:42 Average: 1 8.61 0.00 2.32 1.84 0.03 87.20 15:22:42 Average: 2 9.58 0.00 2.45 5.23 0.05 82.69 15:22:42 Average: 3 8.86 0.00 2.44 3.75 0.04 84.90 15:22:42 Average: 4 8.50 0.00 2.26 1.68 0.03 87.53 15:22:42 Average: 5 8.37 0.00 2.33 1.69 0.04 87.57 15:22:42 Average: 6 8.92 0.00 2.34 2.93 0.04 85.76 15:22:42 Average: 7 7.76 0.00 2.03 1.23 0.04 88.94 15:22:42 15:22:42 15:22:42