Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 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-ssh1322766067077289005.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12553644062964845582.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15646526475515184747.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13274926443170972075.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-ssh4928386315984617987.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9895 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/456 [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/456 # 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 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd (main) > 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 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd # timeout=10 Commit message: "refactor(security)!: Change to camelCase args for secrets-config proxy tls (#4433)" > git rev-list --no-walk ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:45:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:45:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:45:51 ========================================================= 15:45:51 EdgeX Global Pipelines Version Info 15:45:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:45:52 ------------------- 15:45:52 stable info: 15:45:52 ------------------- 15:45:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:45:52 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:45:52 Message: update stable to v1.0.244 15:45:52 ------------------- 15:45:52 experimental info: 15:45:52 ------------------- 15:45:52 Commited By: **** collab-it+edgex@linuxfoundation.org 15:45:52 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:45:52 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4ee942 [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:45:53 provisioning config files... 15:45:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/456@tmp/config11462722792959829454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:45:53 ---> docker-login.sh 15:45:53 nexus3.edgexfoundry.org:10001 15:45:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:53 Configure a credential helper to remove this warning. See 15:45:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:53 15:45:53 Login Succeeded 15:45:53 nexus3.edgexfoundry.org:10002 15:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:54 Configure a credential helper to remove this warning. See 15:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:54 15:45:54 Login Succeeded 15:45:54 nexus3.edgexfoundry.org:10003 15:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:54 Configure a credential helper to remove this warning. See 15:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:54 15:45:54 Login Succeeded 15:45:54 nexus3.edgexfoundry.org:10004 15:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:54 Configure a credential helper to remove this warning. See 15:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:54 15:45:54 Login Succeeded 15:45:54 docker.io 15:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:54 Configure a credential helper to remove this warning. See 15:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:54 15:45:54 Login Succeeded 15:45:54 ---> docker-login.sh ends [Pipeline] } 15:45:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:45:55 + 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 15:45:55 + dirname cmd/core-command/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo core-command,cmd/core-command/Dockerfile 15:45:55 + dirname cmd/core-common-config-bootstrapper/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 15:45:55 + dirname cmd/core-data/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo core-data,cmd/core-data/Dockerfile 15:45:55 + dirname cmd/core-metadata/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo core-metadata,cmd/core-metadata/Dockerfile 15:45:55 + dirname cmd/security-bootstrapper/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:45:55 + dirname cmd/security-proxy-auth/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 15:45:55 + dirname cmd/security-proxy-setup/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:45:55 + dirname cmd/security-secretstore-setup/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:45:55 + dirname cmd/security-spiffe-token-provider/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 15:45:55 + dirname cmd/security-spire-agent/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 15:45:55 + dirname cmd/security-spire-config/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo security-spire-config,cmd/security-spire-config/Dockerfile 15:45:55 + dirname cmd/security-spire-server/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo security-spire-server,cmd/security-spire-server/Dockerfile 15:45:55 + dirname cmd/support-notifications/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo support-notifications,cmd/support-notifications/Dockerfile 15:45:55 + dirname cmd/support-scheduler/Dockerfile 15:45:55 + cut -d/ -f2 15:45:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 15:45:55 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 15:45:55 + git rev-list -1 --merges a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd~1..a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] echo 15:45:55 -----------> git rev-list -1 --merges a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd~1..a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [false] [Pipeline] sh 15:45:55 + git log --format=format:%s -1 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] echo 15:45:55 ========================================================= 15:45:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:45:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 15:45:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:45:56 + grep -v github /etc/ssh/ssh_known_hosts 15:45:56 + [ -e /tmp/ssh_known_hosts ] 15:45:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:45:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:45:56 + sudo tee -a /etc/ssh/ssh_known_hosts 15:45:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:45:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:45:56 15:45:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:45:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:45:56 0.1.4: Pulling from edgex-devops/py-git-semver 15:45:56 b85a868b505f: Pulling fs layer 15:45:56 e2be974225ed: Pulling fs layer 15:45:56 339a4e72a1f5: Pulling fs layer 15:45:56 988bab9f4d93: Pulling fs layer 15:45:56 1469e6f7b9e6: Pulling fs layer 15:45:56 eaf3925da568: Pulling fs layer 15:45:56 bab4dde63d76: Pulling fs layer 15:45:56 bde34c3a00c8: Pulling fs layer 15:45:56 b352a97aabf1: Pulling fs layer 15:45:56 4872d77fe225: Pulling fs layer 15:45:56 5851b861e8e6: Pulling fs layer 15:45:56 bab4dde63d76: Waiting 15:45:56 bde34c3a00c8: Waiting 15:45:56 b352a97aabf1: Waiting 15:45:56 4872d77fe225: Waiting 15:45:56 5851b861e8e6: Waiting 15:45:56 988bab9f4d93: Waiting 15:45:56 1469e6f7b9e6: Waiting 15:45:56 eaf3925da568: Waiting 15:45:56 e2be974225ed: Verifying Checksum 15:45:56 e2be974225ed: Download complete 15:45:56 988bab9f4d93: Download complete 15:45:57 1469e6f7b9e6: Verifying Checksum 15:45:57 1469e6f7b9e6: Download complete 15:45:57 eaf3925da568: Verifying Checksum 15:45:57 eaf3925da568: Download complete 15:45:57 339a4e72a1f5: Verifying Checksum 15:45:57 339a4e72a1f5: Download complete 15:45:57 bde34c3a00c8: Download complete 15:45:57 b352a97aabf1: Verifying Checksum 15:45:57 b352a97aabf1: Download complete 15:45:57 4872d77fe225: Download complete 15:45:57 5851b861e8e6: Verifying Checksum 15:45:57 5851b861e8e6: Download complete 15:45:57 b85a868b505f: Verifying Checksum 15:45:57 b85a868b505f: Download complete 15:45:57 bab4dde63d76: Verifying Checksum 15:45:57 bab4dde63d76: Download complete 15:45:58 b85a868b505f: Pull complete 15:45:58 e2be974225ed: Pull complete 15:45:59 339a4e72a1f5: Pull complete 15:45:59 988bab9f4d93: Pull complete 15:45:59 1469e6f7b9e6: Pull complete 15:45:59 eaf3925da568: Pull complete 15:46:01 bab4dde63d76: Pull complete 15:46:01 bde34c3a00c8: Pull complete 15:46:01 b352a97aabf1: Pull complete 15:46:01 4872d77fe225: Pull complete 15:46:01 5851b861e8e6: Pull complete 15:46:01 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:46:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:46:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:46:01 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 15:46:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:46:04 $ docker top 6cd0d0dec62eecff45ecebf736d53c93a9b2594197b48830df674475572fbb8d -eo pid,comm 15:46:04 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:46:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:46:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:46:04 [ssh-agent] Looking for ssh-agent implementation... 15:46:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:46:04 $ docker exec 6cd0d0dec62eecff45ecebf736d53c93a9b2594197b48830df674475572fbb8d ssh-agent 15:46:05 SSH_AUTH_SOCK=/tmp/ssh-kej7rVUzFNbc/agent.32 15:46:05 SSH_AGENT_PID=38 15:46:05 Running ssh-add (command line suppressed) 15:46:05 Identity added: /w/workspace/edgex-go/456@tmp/private_key_1926845560167685154.key (/w/workspace/edgex-go/456@tmp/private_key_1926845560167685154.key) 15:46:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:46:05 + git tag --points-at HEAD [Pipeline] } 15:46:05 $ docker exec --env ******** --env ******** 6cd0d0dec62eecff45ecebf736d53c93a9b2594197b48830df674475572fbb8d ssh-agent -k 15:46:05 unset SSH_AUTH_SOCK; 15:46:05 unset SSH_AGENT_PID; 15:46:05 echo Agent pid 38 killed; 15:46:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:46:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:46:05 [ssh-agent] Looking for ssh-agent implementation... 15:46:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:46:05 $ docker exec 6cd0d0dec62eecff45ecebf736d53c93a9b2594197b48830df674475572fbb8d ssh-agent 15:46:05 SSH_AUTH_SOCK=/tmp/ssh-ILQCF7bPsuHs/agent.70 15:46:05 SSH_AGENT_PID=76 15:46:05 Running ssh-add (command line suppressed) 15:46:06 Identity added: /w/workspace/edgex-go/456@tmp/private_key_15946886815715471882.key (/w/workspace/edgex-go/456@tmp/private_key_15946886815715471882.key) 15:46:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:46:06 + git semver init 15:46:06 2023-03-13 15:46:06,558 [run_init] DEBUG init version:0.0.0 force:False 15:46:06 2023-03-13 15:46:06,559 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/456/.semver 15:46:06 2023-03-13 15:46:06,559 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/456/.semver 15:46:06 2023-03-13 15:46:06,560 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/456/.semver'], cwd=/w/workspace/edgex-go/456, universal_newlines=False, shell=None, istream=None) 15:46:11 2023-03-13 15:46:11,645 [append_file] DEBUG append to file:/w/workspace/edgex-go/456/.git/info/exclude 15:46:11 2023-03-13 15:46:11,646 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/456/.semver/main with force:False 15:46:11 2023-03-13 15:46:11,646 [read_version] DEBUG read version from /w/workspace/edgex-go/456/.semver/main 15:46:11 2023-03-13 15:46:11,646 [read_version] DEBUG read version from /w/workspace/edgex-go/456/.semver/main 15:46:11 3.0.0-dev.94 [Pipeline] } 15:46:11 $ docker exec --env ******** --env ******** 6cd0d0dec62eecff45ecebf736d53c93a9b2594197b48830df674475572fbb8d ssh-agent -k 15:46:12 unset SSH_AUTH_SOCK; 15:46:12 unset SSH_AGENT_PID; 15:46:12 echo Agent pid 76 killed; 15:46:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:46:12 + git semver [Pipeline] } 15:46:12 $ docker stop --time=1 6cd0d0dec62eecff45ecebf736d53c93a9b2594197b48830df674475572fbb8d 15:46:13 $ docker rm -f --volumes 6cd0d0dec62eecff45ecebf736d53c93a9b2594197b48830df674475572fbb8d [Pipeline] // withDockerContainer [Pipeline] sh 15:46:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:46:14 Stashed 1 file(s) [Pipeline] echo 15:46:14 [edgeXSemver]: initialized semver on version 3.0.0-dev.94 [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 15:46:14 + git config --global --add safe.directory /w/workspace/edgex-go/456 [Pipeline] echo 15:46:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:46:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:46:14 ========================================================= 15:46:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:46:14 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:46:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:46:15 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:46:15 213ec9aee27d: Pulling fs layer 15:46:15 4583459ba037: Pulling fs layer 15:46:15 93c1e223e6f2: Pulling fs layer 15:46:15 53926ce57604: Pulling fs layer 15:46:15 21b2b0c7a3f4: Pulling fs layer 15:46:15 22ff95d597cd: Pulling fs layer 15:46:15 12d6caf4c0d1: Pulling fs layer 15:46:15 96b7cbca73a9: Pulling fs layer 15:46:15 a7acece74701: Pulling fs layer 15:46:15 21b2b0c7a3f4: Waiting 15:46:15 96b7cbca73a9: Waiting 15:46:15 22ff95d597cd: Waiting 15:46:15 12d6caf4c0d1: Waiting 15:46:15 a7acece74701: Waiting 15:46:15 53926ce57604: Waiting 15:46:15 93c1e223e6f2: Verifying Checksum 15:46:15 93c1e223e6f2: Download complete 15:46:15 4583459ba037: Verifying Checksum 15:46:15 4583459ba037: Download complete 15:46:15 21b2b0c7a3f4: Verifying Checksum 15:46:15 21b2b0c7a3f4: Download complete 15:46:15 22ff95d597cd: Verifying Checksum 15:46:15 22ff95d597cd: Download complete 15:46:15 213ec9aee27d: Download complete 15:46:15 12d6caf4c0d1: Verifying Checksum 15:46:15 12d6caf4c0d1: Download complete 15:46:15 213ec9aee27d: Pull complete 15:46:15 4583459ba037: Pull complete 15:46:15 93c1e223e6f2: Pull complete 15:46:15 a7acece74701: Verifying Checksum 15:46:15 a7acece74701: Download complete 15:46:16 96b7cbca73a9: Verifying Checksum 15:46:16 96b7cbca73a9: Download complete 15:46:16 53926ce57604: Verifying Checksum 15:46:16 53926ce57604: Download complete 15:46:20 53926ce57604: Pull complete 15:46:20 21b2b0c7a3f4: Pull complete 15:46:20 22ff95d597cd: Pull complete 15:46:20 12d6caf4c0d1: Pull complete 15:46:22 96b7cbca73a9: Pull complete 15:46:23 a7acece74701: Pull complete 15:46:23 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 15:46:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:46:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:46:23 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:46:23 WORKDIR /edgex 15:46:23 COPY go.mod . 15:46:23 RUN go mod download 15:46:23 + docker build -t ci-base-image-x86_64 -f - . 15:46:24 Sending build context to Docker daemon 170.4MB 15:46:24 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:46:24 ---> db6d94c90886 15:46:24 Step 2/4 : WORKDIR /edgex 15:46:29 Still waiting to schedule task 15:46:29 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:46:30 ---> Running in 5b3559d87337 15:46:30 Removing intermediate container 5b3559d87337 15:46:30 ---> ecbf0c426023 15:46:30 Step 3/4 : COPY go.mod . 15:46:30 ---> 2c82c90e0f42 15:46:30 Step 4/4 : RUN go mod download 15:46:30 ---> Running in 1f18bd44efc1 15:46:45 Removing intermediate container 1f18bd44efc1 15:46:45 ---> 762d3c058d5a 15:46:45 Successfully built 762d3c058d5a 15:46:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:46:46 + docker inspect -f . ci-base-image-x86_64 15:46:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:46:46 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 15:46:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:46:46 $ docker top d5c738aade1c4dc50b2b8077529ade191d3fcb90d77347fabd3c6a79f48ed1db -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:46 + go version 15:46:46 go version go1.18.7 linux/amd64 [Pipeline] } 15:46:46 $ docker stop --time=1 d5c738aade1c4dc50b2b8077529ade191d3fcb90d77347fabd3c6a79f48ed1db 15:46:48 $ docker rm -f --volumes d5c738aade1c4dc50b2b8077529ade191d3fcb90d77347fabd3c6a79f48ed1db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:46:48 + docker inspect -f . ci-base-image-x86_64 15:46:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:46:48 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 15:46:48 $ 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/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:46:49 $ docker top 85f5562ca759c84605488ae28e69b1036aa629bc62164f06bd202674e5385d1a -eo pid,comm [Pipeline] { [Pipeline] echo 15:46:49 ========================================================= 15:46:49 [edgeXBuildGoParallel] Running Tests and Build... 15:46:49 ========================================================= [Pipeline] sh 15:46:49 + git config --global --add safe.directory /w/workspace/edgex-go/456 [Pipeline] fileExists [Pipeline] sh 15:46:49 + make test 15:46:49 go test -race -coverprofile=coverage.out ./... 15:46:56 ? github.com/edgexfoundry/edgex-go [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:47:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements 15:47:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:47:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:47:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.136s coverage: 98.5% of statements 15:47:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.171s coverage: 71.2% of statements 15:47:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 15:47:14 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 15:47:14 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:47:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.111s coverage: 54.0% of statements 15:47:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:47:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.710s coverage: 88.5% of statements 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.122s coverage: 3.9% of statements 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.561s coverage: 95.6% of statements 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/io 0.062s coverage: 72.2% of statements 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.091s coverage: 65.9% of statements 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.067s coverage: 0.9% of statements 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.087s coverage: 29.0% of statements 15:47:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.095s coverage: 82.9% of statements 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 15:47:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements 15:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.395s coverage: 79.9% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.060s coverage: 86.9% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 81.2% of statements 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 82.1% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.053s coverage: 84.8% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.217s coverage: 63.1% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.195s coverage: 38.4% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.073s coverage: 89.5% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 61.5% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:47:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.096s coverage: 97.7% of statements 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:47:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:47:38 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 15:47:56 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 15:47:56 go vet ./... 15:48:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:48:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:48:00 ./bin/test-attribution-txt.sh [Pipeline] echo 15:48:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:48:01 + ls -al . 15:48:01 total 704 15:48:01 drwxrwxr-x 11 1001 1001 4096 Mar 13 15:46 . 15:48:01 drwxr-xr-x 4 root root 4096 Mar 13 15:46 .. 15:48:01 drwxrwxr-x 2 1001 1001 4096 Mar 13 15:45 .blubracket 15:48:01 -rw-rw-r-- 1 1001 1001 16 Mar 13 15:45 .dockerignore 15:48:01 drwxrwxr-x 8 1001 1001 4096 Mar 13 15:47 .git 15:48:01 drwxrwxr-x 3 1001 1001 4096 Mar 13 15:45 .github 15:48:01 -rw-rw-r-- 1 1001 1001 1133 Mar 13 15:45 .gitignore 15:48:01 -rw-rw-r-- 1 1001 1001 42 Mar 13 15:45 .golangci.yml 15:48:01 -rw-rw-r-- 1 1001 1001 87 Mar 13 15:45 .hadolint.yml 15:48:01 drwxr-xr-x 3 1001 1001 4096 Mar 13 15:46 .semver 15:48:01 -rw-rw-r-- 1 1001 1001 166 Mar 13 15:45 .sonarcloud.properties 15:48:01 -rw-rw-r-- 1 1001 1001 1171 Mar 13 15:45 ADOPTERS.md 15:48:01 -rw-rw-r-- 1 1001 1001 10825 Mar 13 15:45 Attribution.txt 15:48:01 -rw-rw-r-- 1 1001 1001 73765 Mar 13 15:45 CHANGELOG.md 15:48:01 -rw-rw-r-- 1 1001 1001 3804 Mar 13 15:45 CONTRIBUTING.md 15:48:01 -rw-rw-r-- 1 1001 1001 677 Mar 13 15:45 GOVERNANCE.md 15:48:01 -rw-rw-r-- 1 1001 1001 883 Mar 13 15:45 Jenkinsfile 15:48:01 -rw-rw-r-- 1 1001 1001 10775 Mar 13 15:45 LICENSE 15:48:01 -rw-rw-r-- 1 1001 1001 14232 Mar 13 15:45 Makefile 15:48:01 -rw-rw-r-- 1 1001 1001 582 Mar 13 15:45 OWNERS.md 15:48:01 -rw-rw-r-- 1 1001 1001 9403 Mar 13 15:45 README.md 15:48:01 -rw-rw-r-- 1 1001 1001 789 Mar 13 15:45 SECURITY.md 15:48:01 -rw-rw-r-- 1 1001 1001 12 Mar 13 15:46 VERSION 15:48:01 drwxrwxr-x 2 1001 1001 4096 Mar 13 15:45 bin 15:48:01 drwxrwxr-x 18 1001 1001 4096 Mar 13 15:45 cmd 15:48:01 -rw-r--r-- 1 root root 447486 Mar 13 15:47 coverage.out 15:48:01 -rw-rw-r-- 1 1001 1001 3232 Mar 13 15:45 go.mod 15:48:01 -rw-rw-r-- 1 1001 1001 31098 Mar 13 15:45 go.sum 15:48:01 drwxrwxr-x 7 1001 1001 4096 Mar 13 15:45 internal 15:48:01 drwxrwxr-x 3 1001 1001 4096 Mar 13 15:45 openapi 15:48:01 -rw-rw-r-- 1 1001 1001 594 Mar 13 15:45 security.txt 15:48:01 drwxrwxr-x 4 1001 1001 4096 Mar 13 15:45 snap 15:48:01 -rw-rw-r-- 1 1001 1001 204 Mar 13 15:45 version.go [Pipeline] sh 15:48:01 + '[' -e coverage.out ] 15:48:01 + chown 1001:1001 coverage.out [Pipeline] stash 15:48:01 Stashed 1 file(s) [Pipeline] sh 15:48:01 + make build 15:48:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:48:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:48:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9896 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 15:48:14 Running in /w/workspace/edgex-go/456 [Pipeline] { [Pipeline] checkout 15:48:14 The recommended git tool is: git 15:48:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:48:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:48:17 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:48:19 using credential edgex-jenkins-ssh 15:48:19 Cloning the remote Git repository 15:48:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:48:19 > git init /w/workspace/edgex-go/456 # timeout=10 15:48:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:48:19 > git --version # timeout=10 15:48:19 > git --version # 'git version 2.25.1' 15:48:19 using GIT_SSH to set credentials SSH Credentials for GitHub 15:48:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:48:26 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:48:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:48:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:48:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:48:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:48:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:48:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 15:48:33 $ docker stop --time=1 85f5562ca759c84605488ae28e69b1036aa629bc62164f06bd202674e5385d1a 15:48:38 $ docker rm -f --volumes 85f5562ca759c84605488ae28e69b1036aa629bc62164f06bd202674e5385d1a 15:48:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:48:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:38 Avoid second fetch 15:48:38 Checking out Revision a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd (main) 15:48:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:48:39 15:48:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:48:39 latest: Pulling from edgex-devops/edgex-compose 15:48:39 cbdbe7a5bc2a: Pulling fs layer 15:48:39 ca9280d653b3: Pulling fs layer 15:48:39 7e9c9ca2126c: Pulling fs layer 15:48:39 cbdbe7a5bc2a: Download complete 15:48:39 Commit message: "refactor(security)!: Change to camelCase args for secrets-config proxy tls (#4433)" 15:48:39 cbdbe7a5bc2a: Pull complete 15:48:39 ca9280d653b3: Download complete 15:48:39 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:48:40 ca9280d653b3: Pull complete 15:48:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:48:40 % Total % Received % Xferd Average Speed Time Time Time Current 15:48:40 Dload Upload Total Spent Left Speed 15:48:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98844 0 --:--:-- --:--:-- --:--:-- 99617 15:48:38 > git config core.sparsecheckout # timeout=10 15:48:38 > git checkout -f a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd # timeout=10 [Pipeline] sh 15:48:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:48:41 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:48:41 + sudo tee /etc/docker/daemon.new 15:48:41 { 15:48:41 "registry-mirrors": [ 15:48:41 "https://nexus3.edgexfoundry.org:10001" 15:48:41 ], 15:48:41 "bip": "10.250.0.254/24", 15:48:41 "hosts": [ 15:48:41 "tcp://0.0.0.0:5555", 15:48:41 "unix:///var/run/docker.sock" 15:48:41 ], 15:48:41 "mtu": 1458, 15:48:41 "selinux-enabled": true, 15:48:41 "seccomp-profile": "/etc/docker/seccomp.json" 15:48:41 } [Pipeline] sh 15:48:41 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:48:42 + sudo service docker restart 15:48:43 7e9c9ca2126c: Pull complete 15:48:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:48:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:48:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:48:43 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 15:48:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@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 15:48:46 $ docker top 617987d4f7909d416e870781170d6732797ad4c2437b4d926b9c39b6abd853dc -eo pid,comm [Pipeline] { [Pipeline] sh 15:48:46 + docker-compose build --help 15:48:46 + grep parallel 15:48:46 --parallel Build images in parallel. [Pipeline] } 15:48:46 $ docker stop --time=1 617987d4f7909d416e870781170d6732797ad4c2437b4d926b9c39b6abd853dc 15:48:48 $ docker rm -f --volumes 617987d4f7909d416e870781170d6732797ad4c2437b4d926b9c39b6abd853dc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:48:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:48:48 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 15:48:48 $ 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/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:48:49 $ docker top 8cdba349e30f8f768e98faa52cdb4cc42811403c43e08e71c735967755b7aef8 -eo pid,comm [Pipeline] { [Pipeline] sh 15:48:49 + docker-compose -f ./docker-compose-build.yml build --parallel 15:48:49 Building core-command ... 15:48:49 Building core-common-config-bootstrapper ... 15:48:49 Building core-data ... 15:48:49 Building core-metadata ... 15:48:49 Building security-bootstrapper ... 15:48:49 Building security-proxy-auth ... 15:48:49 Building security-proxy-setup ... 15:48:49 Building security-secretstore-setup ... 15:48:49 Building security-spiffe-token-provider ... 15:48:49 Building security-spire-agent ... 15:48:49 Building security-spire-config ... 15:48:49 Building security-spire-server ... 15:48:49 Building support-notifications ... 15:48:49 Building support-scheduler ... 15:48:49 Building core-metadata 15:48:49 Building security-proxy-auth 15:48:49 Building support-notifications 15:48:49 Building support-scheduler 15:48:49 Building core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:49:00 provisioning config files... 15:49:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/456@tmp/config264875420843884130tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:49:00 ---> docker-login.sh 15:49:00 nexus3.edgexfoundry.org:10001 15:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:01 Configure a credential helper to remove this warning. See 15:49:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:01 15:49:01 Login Succeeded 15:49:01 nexus3.edgexfoundry.org:10002 15:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:02 Configure a credential helper to remove this warning. See 15:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:02 15:49:02 Login Succeeded 15:49:02 nexus3.edgexfoundry.org:10003 15:49:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:49:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:49:02 ---> 762d3c058d5a 15:49:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:49:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:49:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:49:02 ---> 762d3c058d5a 15:49:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:49:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:49:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:49:02 ---> 762d3c058d5a 15:49:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:49:02 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:49:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:49:02 ---> 762d3c058d5a 15:49:02 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:49:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:49:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:49:02 ---> 762d3c058d5a 15:49:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:02 Configure a credential helper to remove this warning. See 15:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:02 15:49:02 Login Succeeded 15:49:02 nexus3.edgexfoundry.org:10004 15:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:02 Configure a credential helper to remove this warning. See 15:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:02 15:49:02 Login Succeeded 15:49:02 docker.io 15:49:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:03 Configure a credential helper to remove this warning. See 15:49:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:03 15:49:03 Login Succeeded 15:49:03 ---> docker-login.sh ends [Pipeline] } 15:49:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 15:49:03 + git config --global --add safe.directory /w/workspace/edgex-go/456 [Pipeline] echo 15:49:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:49:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:49:03 ========================================================= 15:49:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:49:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:49:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:49:04 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:49:04 9b18e9b68314: Pulling fs layer 15:49:04 35d82f9e3411: Pulling fs layer 15:49:04 e16973657156: Pulling fs layer 15:49:04 fc693d55d65f: Pulling fs layer 15:49:04 7e9fc2657dce: Pulling fs layer 15:49:04 dda99020689f: Pulling fs layer 15:49:04 db1c61fa0a46: Pulling fs layer 15:49:04 891c053d2c06: Pulling fs layer 15:49:04 dda99020689f: Waiting 15:49:04 fc693d55d65f: Waiting 15:49:04 db1c61fa0a46: Waiting 15:49:04 7e9fc2657dce: Waiting 15:49:04 891c053d2c06: Waiting 15:49:04 e16973657156: Verifying Checksum 15:49:04 e16973657156: Download complete 15:49:04 35d82f9e3411: Download complete 15:49:04 7e9fc2657dce: Verifying Checksum 15:49:04 7e9fc2657dce: Download complete 15:49:04 dda99020689f: Verifying Checksum 15:49:04 dda99020689f: Download complete 15:49:04 9b18e9b68314: Verifying Checksum 15:49:04 9b18e9b68314: Download complete 15:49:05 9b18e9b68314: Pull complete 15:49:05 891c053d2c06: Verifying Checksum 15:49:05 891c053d2c06: Download complete 15:49:06 35d82f9e3411: Pull complete 15:49:06 e16973657156: Pull complete 15:49:06 db1c61fa0a46: Verifying Checksum 15:49:06 db1c61fa0a46: Download complete 15:49:07 fc693d55d65f: Verifying Checksum 15:49:07 fc693d55d65f: Download complete 15:49:10 ---> Running in 89bb1f8d2c61 15:49:10 ---> Running in 2608950a8644 15:49:10 ---> Running in 5d8ac9c3e566 15:49:10 ---> Running in f6870706c20b 15:49:10 ---> Running in d160cc03f9e2 15:49:10 Removing intermediate container 2608950a8644 15:49:10 ---> bc0897b0c7bc 15:49:10 Step 4/22 : WORKDIR /edgex-go 15:49:10 Removing intermediate container 89bb1f8d2c61 15:49:10 ---> a4f594da9432 15:49:10 Step 4/22 : WORKDIR /edgex-go 15:49:10 Removing intermediate container f6870706c20b 15:49:10 ---> c09dd4f0310d 15:49:10 Step 4/22 : WORKDIR /edgex-go 15:49:10 Removing intermediate container 5d8ac9c3e566 15:49:10 ---> e7fb0d423266 15:49:10 Step 4/22 : WORKDIR /edgex-go 15:49:10 Removing intermediate container d160cc03f9e2 15:49:10 ---> 3b571fe28dd6 15:49:10 Step 4/24 : WORKDIR /edgex-go 15:49:10 ---> Running in 7ed8e067ca91 15:49:10 ---> Running in 418fdca7c503 15:49:10 ---> Running in 36f1f6582512 15:49:10 ---> Running in d3f3fe1af099 15:49:10 ---> Running in cb289637e552 15:49:10 Removing intermediate container 7ed8e067ca91 15:49:10 Removing intermediate container 418fdca7c503 15:49:10 ---> 2ed44e875006 15:49:10 ---> 303871e80cfe 15:49:10 Step 5/22 : RUN apk add --update --no-cache make gitStep 5/22 : RUN apk add --update --no-cache make git 15:49:10 15:49:10 Removing intermediate container d3f3fe1af099 15:49:10 ---> 65167bff4c57 15:49:10 Step 5/22 : RUN apk add --update --no-cache make git 15:49:10 ---> Running in e65def3abed7 15:49:10 ---> Running in 25b0d7f0305c 15:49:10 Removing intermediate container 36f1f6582512 15:49:10 ---> 293a88ce8763 15:49:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:49:10 ---> Running in 7cf006a7c48a 15:49:10 Removing intermediate container cb289637e552 15:49:10 ---> fbeb410bdb88 15:49:10 Step 5/24 : RUN apk add --update --no-cache make git 15:49:10 ---> Running in 27636d8a7152 15:49:10 ---> Running in 2f49bc6d88ff 15:49:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:49:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:49:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:49:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:49:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:49:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:49:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:49:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:49:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:49:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:49:11 OK: 211 MiB in 51 packages 15:49:11 OK: 211 MiB in 51 packages 15:49:11 OK: 211 MiB in 51 packages 15:49:11 OK: 211 MiB in 51 packages 15:49:11 OK: 211 MiB in 51 packages 15:49:11 Removing intermediate container e65def3abed7 15:49:11 ---> b6ce3046a66f 15:49:11 Step 6/22 : COPY go.mod vendor* ./ 15:49:11 Removing intermediate container 7cf006a7c48a 15:49:11 ---> ca470e0c4aa0 15:49:11 Step 6/22 : COPY go.mod vendor* ./ 15:49:11 Removing intermediate container 27636d8a7152 15:49:11 ---> cef45b809ad8 15:49:11 Step 6/22 : COPY go.mod vendor* ./ 15:49:11 ---> 4bf6f53cf0a7 15:49:11 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:49:11 ---> 1b9f81b54d3b 15:49:11 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:49:11 ---> Running in 4181d6f0b1da 15:49:11 Removing intermediate container 2f49bc6d88ff 15:49:11 ---> 658366defe3e 15:49:11 Step 6/24 : COPY go.mod vendor* ./ 15:49:11 ---> Running in 22893cdda560 15:49:12 Removing intermediate container 25b0d7f0305c 15:49:12 ---> f2b0efb780fb 15:49:12 Step 6/22 : COPY go.mod vendor* ./ 15:49:12 ---> 0b3853e118f0 15:49:12 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:49:12 ---> Running in 3121b286724f 15:49:12 ---> 75b011c334f7 15:49:12 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:49:12 ---> f6f48c70d8b4 15:49:12 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:49:12 ---> Running in 58aa1650bd1f 15:49:12 ---> Running in 8950d50db552 15:49:19 fc693d55d65f: Pull complete 15:49:19 7e9fc2657dce: Pull complete 15:49:19 dda99020689f: Pull complete 15:49:25 db1c61fa0a46: Pull complete 15:49:27 891c053d2c06: Pull complete 15:49:27 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 15:49:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:49:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:49:27 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:49:27 WORKDIR /edgex 15:49:27 COPY go.mod . 15:49:27 RUN go mod download 15:49:27 + docker build -t ci-base-image-arm64 -f - . 15:49:28 Sending build context to Docker daemon 2.943MB 15:49:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:49:28 ---> f96f9c87975a 15:49:28 Step 2/4 : WORKDIR /edgex 15:49:30 ---> Running in 25ce1984ebba 15:49:30 Removing intermediate container 25ce1984ebba 15:49:30 ---> 791dccd19c6e 15:49:30 Step 3/4 : COPY go.mod . 15:49:30 ---> 8012f7a99bf4 15:49:30 Step 4/4 : RUN go mod download 15:49:30 ---> Running in 6b2bc557e895 15:50:06 Removing intermediate container 6b2bc557e895 15:50:06 ---> ef6df249a13e 15:50:06 Successfully built ef6df249a13e 15:50:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:06 + docker inspect -f . ci-base-image-arm64 15:50:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:06 prd-ubuntu20.04-docker-arm64-4c-16g-9896 does not seem to be running inside a container 15:50:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@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 15:50:08 $ docker top 5d8a087666e6a5b1e32e5592e1deebfc9e9d4125dbb7fac8385ec097f98470f7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:09 + go version 15:50:09 go version go1.18.7 linux/arm64 [Pipeline] } 15:50:09 $ docker stop --time=1 5d8a087666e6a5b1e32e5592e1deebfc9e9d4125dbb7fac8385ec097f98470f7 15:50:10 $ docker rm -f --volumes 5d8a087666e6a5b1e32e5592e1deebfc9e9d4125dbb7fac8385ec097f98470f7 [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 15:50:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:50:11 15:50:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:50:11 latest: Pulling from edgex-devops/edgex-compose-arm64 15:50:11 29e5d40040c1: Pulling fs layer 15:50:11 1ce36da41761: Pulling fs layer 15:50:11 25b303627fd3: Pulling fs layer 15:50:12 29e5d40040c1: Verifying Checksum 15:50:12 29e5d40040c1: Download complete 15:50:12 1ce36da41761: Verifying Checksum 15:50:12 1ce36da41761: Download complete 15:50:13 25b303627fd3: Verifying Checksum 15:50:13 25b303627fd3: Download complete 15:50:15 29e5d40040c1: Pull complete 15:50:16 1ce36da41761: Pull complete 15:50:20 Removing intermediate container 4181d6f0b1da 15:50:20 ---> c8473c7729dd 15:50:20 Step 8/22 : COPY . . 15:50:20 Removing intermediate container 22893cdda560 15:50:20 ---> 48b40f7464d1 15:50:20 Step 8/22 : COPY . . 15:50:20 Removing intermediate container 58aa1650bd1f 15:50:20 ---> af8b0c74b58e 15:50:20 Step 8/24 : COPY . . 15:50:20 Removing intermediate container 3121b286724f 15:50:20 ---> 58e2f27892c4 15:50:20 Step 8/22 : COPY . . 15:50:20 Removing intermediate container 8950d50db552 15:50:20 ---> e01370c8aabe 15:50:20 Step 8/22 : COPY . . 15:50:29 25b303627fd3: Pull complete 15:50:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:50:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:50:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:29 prd-ubuntu20.04-docker-arm64-4c-16g-9896 does not seem to be running inside a container 15:50:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@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 15:50:31 $ docker top 440a68a81a4be0d4dd60e1b08fe166b3adecbb2f3b85d105bb562e89df6c2762 -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:32 ---> ac60e88dc4e4 15:50:32 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 15:50:32 ---> 28b4193f0645 15:50:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:50:32 ---> 7bcb38c28857 15:50:32 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:50:32 ---> Running in eb85fcbf7bcf 15:50:32 ---> Running in 0666b3907063 15:50:32 ---> 17d5201e1e81 15:50:32 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:50:32 ---> Running in 3fdfdbc4341d 15:50:32 ---> 1ded69815f64 15:50:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:50:32 ---> Running in 30d30a29de74 15:50:32 ---> Running in 8439161d187e 15:50:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:50:32 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:50:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:50:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:50:32 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:50:32 + grep parallel 15:50:32 + docker-compose build --help 15:50:38 --parallel Build images in parallel. [Pipeline] } 15:50:38 $ docker stop --time=1 440a68a81a4be0d4dd60e1b08fe166b3adecbb2f3b85d105bb562e89df6c2762 15:50:42 $ docker rm -f --volumes 440a68a81a4be0d4dd60e1b08fe166b3adecbb2f3b85d105bb562e89df6c2762 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:50:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:43 prd-ubuntu20.04-docker-arm64-4c-16g-9896 does not seem to be running inside a container 15:50:43 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@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 15:50:44 $ docker top 55bcbdd6fe25c8c085ae904851e10a729fd20fa664215c6b7b3653ca163eb038 -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:45 + docker-compose -f ./docker-compose-build.yml build --parallel 15:50:52 Building core-command ... 15:50:52 Building core-common-config-bootstrapper ... 15:50:52 Building core-data ... 15:50:52 Building core-metadata ... 15:50:52 Building security-bootstrapper ... 15:50:52 Building security-proxy-auth ... 15:50:52 Building security-proxy-setup ... 15:50:52 Building security-secretstore-setup ... 15:50:52 Building security-spiffe-token-provider ... 15:50:52 Building security-spire-agent ... 15:50:52 Building security-spire-config ... 15:50:52 Building security-spire-server ... 15:50:52 Building support-notifications ... 15:50:52 Building support-scheduler ... 15:50:52 Building security-spire-server 15:50:52 Building support-scheduler 15:50:52 Building security-proxy-setup 15:50:52 Building core-data 15:50:52 Building security-proxy-auth 15:51:04 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:51:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:51:04 ---> ef6df249a13e 15:51:04 Step 3/23 : WORKDIR /edgex-go 15:51:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:51:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:51:04 ---> ef6df249a13e 15:51:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:51:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:51:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:51:04 ---> ef6df249a13e 15:51:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:51:04 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:51:04 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:51:04 ---> ef6df249a13e 15:51:04 Step 3/20 : WORKDIR /edgex-go 15:51:05 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:51:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:51:05 ---> ef6df249a13e 15:51:05 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:51:05 ---> Running in 0de8b1b3d65e 15:51:05 ---> Running in fd46ccab6cfd 15:51:05 ---> Running in cb100a73af82 15:51:05 ---> Running in f8cd374b7cd6 15:51:05 ---> Running in 2f398faaff6c 15:51:05 Removing intermediate container f8cd374b7cd6 15:51:05 ---> d2499151635c 15:51:05 Step 4/22 : WORKDIR /edgex-go 15:51:05 Removing intermediate container 0de8b1b3d65e 15:51:05 ---> feafec974f9a 15:51:05 Step 4/22 : WORKDIR /edgex-go 15:51:05 Removing intermediate container cb100a73af82 15:51:05 ---> 94056d56e456 15:51:05 Step 4/20 : RUN apk add --update --no-cache make git 15:51:05 ---> Running in a9b97bb642b2 15:51:05 Removing intermediate container fd46ccab6cfd 15:51:05 ---> 2b120b43f214 15:51:05 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:51:05 ---> Running in 80e6ce3c359f 15:51:05 ---> Running in 2fa3100d1c8d 15:51:05 Removing intermediate container 2f398faaff6c 15:51:05 ---> 1e244d8ecfd8 15:51:05 Step 4/22 : WORKDIR /edgex-go 15:51:06 ---> Running in 26e4e1a5e348 15:51:06 ---> Running in 498159c2609a 15:51:06 Removing intermediate container a9b97bb642b2 15:51:06 ---> dd3aec4b99c3 15:51:06 Step 5/22 : RUN apk add --update --no-cache make git 15:51:07 ---> Running in fdcd3b75a11a 15:51:07 Removing intermediate container 498159c2609a 15:51:07 ---> 0aa4761017d9 15:51:07 Step 5/22 : RUN apk add --update --no-cache make git 15:51:07 ---> Running in a4535e1ec819 15:51:07 Removing intermediate container 2fa3100d1c8d 15:51:07 ---> 44fe84c64a03 15:51:07 Step 5/22 : RUN apk add --update --no-cache make git 15:51:07 ---> Running in 36ab1f56deab 15:51:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:51:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:51:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:51:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:51:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:51:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:51:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:51:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:51:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:51:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:51:10 OK: 221 MiB in 51 packages 15:51:10 OK: 221 MiB in 51 packages 15:51:11 OK: 221 MiB in 51 packages 15:51:12 OK: 221 MiB in 51 packages 15:51:12 OK: 221 MiB in 51 packages 15:51:13 Removing intermediate container 80e6ce3c359f 15:51:13 ---> 0c95f5078e6e 15:51:13 Step 5/20 : COPY go.mod vendor* ./ 15:51:13 Removing intermediate container 26e4e1a5e348 15:51:13 ---> e0e1abce8ab2 15:51:13 Step 5/23 : COPY go.mod vendor* ./ 15:51:13 Removing intermediate container fdcd3b75a11a 15:51:13 ---> 30c7683193d6 15:51:13 Step 6/22 : COPY go.mod vendor* ./ 15:51:13 Removing intermediate container a4535e1ec819 15:51:13 Removing intermediate container 36ab1f56deab 15:51:13 ---> af40c88eac65 15:51:13 Step 6/22 : COPY go.mod vendor* ./ 15:51:13 ---> 59710c443e4a 15:51:13 Step 6/22 : COPY go.mod vendor* ./ 15:51:14 ---> 8e76f2a6497a 15:51:14 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:14 ---> 2fa88a3f92f8 15:51:14 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:14 ---> Running in 2848b070ef9f 15:51:14 ---> e03a18c48930 15:51:14 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:14 ---> Running in e813f780cd6e 15:51:15 ---> Running in 4133e497864e 15:51:15 ---> 3c24fb86a2f1 15:51:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:15 ---> 72f31720a8ee 15:51:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:15 ---> Running in 865fec28267d 15:51:16 ---> Running in f579954aca8a 15:51:19 Removing intermediate container eb85fcbf7bcf 15:51:19 ---> 55e85c3ce673 15:51:19 15:51:19 Step 10/22 : FROM alpine:3.16 15:51:19 3.16: Pulling from library/alpine 15:51:19 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:51:19 Status: Downloaded newer image for alpine:3.16 15:51:19 ---> dfd21b5a31f5 15:51:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:51:22 ---> Running in 4ab8b9c9e7eb 15:51:22 Removing intermediate container 30d30a29de74 15:51:22 ---> 5027c3e0093a 15:51:22 15:51:22 Step 10/22 : FROM alpine:3.16 15:51:22 ---> dfd21b5a31f5 15:51:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:51:22 Removing intermediate container 3fdfdbc4341d 15:51:22 ---> fde0a6f87fe8 15:51:22 15:51:22 Step 10/24 : FROM alpine:3.16 15:51:22 ---> dfd21b5a31f5 15:51:22 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:51:27 ---> Running in 77f85c596dae 15:51:27 ---> Running in 4067b427700b 15:51:27 Removing intermediate container 4ab8b9c9e7eb 15:51:27 ---> bb3e56759ed0 15:51:27 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:51:27 ---> Running in 165d1edb83ef 15:51:27 Removing intermediate container 4067b427700b 15:51:27 ---> 41ffa7b59675 15:51:27 Step 12/22 : ENV APP_PORT=59880 15:51:27 ---> Running in 8ffd1d176336 15:51:27 Removing intermediate container 0666b3907063 15:51:27 ---> e2c4d1dc1c15 15:51:27 15:51:27 Step 10/22 : FROM alpine:3.16 15:51:27 ---> dfd21b5a31f5 15:51:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:51:27 Removing intermediate container 8439161d187e 15:51:27 ---> 248da96631e7 15:51:27 15:51:27 Step 10/22 : FROM alpine:3.16 15:51:27 ---> dfd21b5a31f5 15:51:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:51:27 ---> Running in 42361ddfa1a2 15:51:27 ---> Running in 4f189aad5683 15:51:27 Removing intermediate container 8ffd1d176336 15:51:27 ---> a6a106189afb 15:51:27 Step 13/22 : EXPOSE $APP_PORT 15:51:27 ---> Running in 90cc4e96d262 15:51:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:27 Removing intermediate container 90cc4e96d262 15:51:27 ---> f4bde29df481 15:51:27 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:51:27 ---> Running in b202ce9f7790 15:51:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:28 (1/1) Installing dumb-init (1.2.5-r1) 15:51:28 Executing busybox-1.35.0-r17.trigger 15:51:28 OK: 6 MiB in 15 packages 15:51:28 (1/1) Installing dumb-init (1.2.5-r1) 15:51:28 Executing busybox-1.35.0-r17.trigger 15:51:28 OK: 6 MiB in 15 packages 15:51:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:28 (1/1) Installing dumb-init (1.2.5-r1) 15:51:28 Executing busybox-1.35.0-r17.trigger 15:51:28 OK: 6 MiB in 15 packages 15:51:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:28 (1/2) Installing ca-certificates (20220614-r0) 15:51:28 (1/1) Installing dumb-init (1.2.5-r1) 15:51:28 Removing intermediate container 165d1edb83ef 15:51:28 ---> 315763495a09 15:51:28 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:51:28 Executing busybox-1.35.0-r17.trigger 15:51:28 (2/2) Installing dumb-init (1.2.5-r1) 15:51:28 OK: 6 MiB in 15 packages 15:51:28 Executing busybox-1.35.0-r17.trigger 15:51:28 Executing ca-certificates-20220614-r0.trigger 15:51:28 Removing intermediate container 77f85c596dae 15:51:28 ---> b5d09297ba9e 15:51:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:51:28 ---> Running in 11af17e632bf 15:51:28 OK: 6 MiB in 16 packages 15:51:28 Removing intermediate container 42361ddfa1a2 15:51:28 ---> 773632d7d34f 15:51:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:51:28 ---> Running in c853b42d5f64 15:51:28 Removing intermediate container 11af17e632bf 15:51:28 ---> 0a7d488a3e06 15:51:28 Step 13/24 : ENV APP_PORT=59881 15:51:28 ---> Running in 4899d34659f2 15:51:28 ---> bab1449e7a92 15:51:28 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 15:51:28 Removing intermediate container c853b42d5f64 15:51:28 ---> c2dccb8239a0 15:51:28 Step 13/22 : ENV APP_PORT=59861 15:51:28 Removing intermediate container 4899d34659f2 15:51:28 ---> 84f08bab3fe9 15:51:28 Step 14/24 : EXPOSE $APP_PORT 15:51:29 ---> Running in 68c8dc690058 15:51:29 ---> Running in d4f57c5b1d60 15:51:29 Removing intermediate container d4f57c5b1d60 15:51:29 ---> 6b9f46fb9ef1 15:51:29 Step 15/24 : WORKDIR / 15:51:29 Removing intermediate container 68c8dc690058 15:51:29 ---> db6ce9fe2de2 15:51:29 Step 14/22 : EXPOSE $APP_PORT 15:51:29 ---> 6ab9ffa2fa6b 15:51:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 15:51:29 ---> Running in 4d2d67e2bf48 15:51:29 ---> Running in 2bd2125116f8 15:51:29 Removing intermediate container b202ce9f7790 15:51:29 ---> 388cd6a51911 15:51:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:51:29 Removing intermediate container 4d2d67e2bf48 15:51:29 ---> 68d2126367b2 15:51:29 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:51:29 Removing intermediate container 2bd2125116f8 15:51:29 ---> 5285a1561c01 15:51:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:51:29 Removing intermediate container 4f189aad5683 15:51:29 ---> d828ec15e8f3 15:51:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:51:29 ---> Running in ee6bde0cc16f 15:51:29 ---> 72b6e8367e79 15:51:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 15:51:29 ---> 8c0e2c65f7ba 15:51:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:51:29 ---> 1ca30cc0964d 15:51:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:51:30 Removing intermediate container ee6bde0cc16f 15:51:30 ---> 045e483176cb 15:51:30 Step 13/22 : ENV APP_PORT=59860 15:51:30 ---> 21f3746fec43 15:51:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:51:30 ---> Running in 238146e1986a 15:51:30 ---> eb2c1fcfc468 15:51:30 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:51:30 ---> Running in 05e0f544ffd0 15:51:30 Removing intermediate container 238146e1986a 15:51:30 ---> 073b462747ab 15:51:30 Step 14/22 : EXPOSE $APP_PORT 15:51:30 ---> c74b0c244ce2 15:51:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:51:30 ---> 1c7b9b4a8bee 15:51:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:51:30 ---> 27a8cbcff1c8 15:51:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:51:30 ---> Running in 112fa210cfeb 15:51:31 Removing intermediate container 112fa210cfeb 15:51:31 ---> 4e9315c05e38 15:51:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:51:31 ---> 049c36b1dcb7 15:51:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:51:31 ---> c3879bccbe1d 15:51:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:51:31 ---> 54c4fba675e6 15:51:31 Step 18/22 : ENTRYPOINT ["/core-data"] 15:51:31 ---> Running in 8441fb615be3 15:51:31 ---> Running in 40ffe6b263b9 15:51:31 ---> 017b2363874c 15:51:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:51:31 Removing intermediate container 8441fb615be3 15:51:31 ---> c0e9f06e8ccd 15:51:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:51:31 Removing intermediate container 40ffe6b263b9 15:51:31 ---> 1e880158557a 15:51:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:51:31 ---> Running in 0368bb47322a 15:51:31 ---> 129a645ef660 15:51:31 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:51:31 ---> Running in 6f80ace40feb 15:51:31 ---> Running in cb13b43ec9ed 15:51:32 Removing intermediate container 0368bb47322a 15:51:32 ---> 88ab90ecc86c 15:51:32 Step 20/22 : LABEL arch=x86_64 15:51:32 Removing intermediate container 6f80ace40feb 15:51:32 ---> 545d190af039 15:51:32 Step 20/22 : LABEL arch=x86_64 15:51:32 Removing intermediate container 05e0f544ffd0 15:51:32 ---> 952a40289fd7 15:51:32 ---> 209c73ab60f0 15:51:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.tomlStep 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:51:32 15:51:32 ---> Running in b24aafd3b567 15:51:32 Removing intermediate container cb13b43ec9ed 15:51:32 ---> 47fda7f86ac4 15:51:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:51:32 ---> Running in c25dff99bad7 15:51:32 ---> Running in 2a1a74af0866 15:51:32 ---> Running in e458f8676a4b 15:51:32 Removing intermediate container b24aafd3b567 15:51:32 ---> 8dbc6b55abe2 15:51:32 Step 21/22 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:51:32 ---> Running in 9a4644111a1f 15:51:32 Removing intermediate container c25dff99bad7 15:51:32 ---> b96ab56bda5c 15:51:32 Step 21/22 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:51:32 Removing intermediate container 2a1a74af0866 15:51:32 ---> f29ebc3b4317 15:51:32 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 15:51:32 ---> 648eb35a0c96 15:51:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:51:32 Removing intermediate container e458f8676a4b 15:51:32 ---> dfe67510126a 15:51:32 Step 22/24 : LABEL arch=x86_64 15:51:32 ---> Running in f6fc03ec0bd0 15:51:32 ---> Running in f980c9a72808 15:51:32 ---> Running in 42fbb4b0f8fb 15:51:32 Removing intermediate container 9a4644111a1f 15:51:32 ---> f968b305736d 15:51:32 Step 22/22 : LABEL version=3.0.0-dev.94 15:51:32 ---> Running in 409dee12dbb7 15:51:32 ---> Running in 69e436334aeb 15:51:32 Removing intermediate container f980c9a72808 15:51:32 ---> b4061ac9dd3b 15:51:32 Step 20/22 : LABEL arch=x86_64 15:51:32 Removing intermediate container f6fc03ec0bd0 15:51:32 ---> 34874b40b01f 15:51:32 Step 22/22 : LABEL version=3.0.0-dev.94 15:51:32 ---> Running in 4ef34d763a96 15:51:32 Removing intermediate container 42fbb4b0f8fb 15:51:32 ---> b7803a0f3a61 15:51:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:51:32 Removing intermediate container 409dee12dbb7 15:51:32 ---> e860bfad4bb7 15:51:32 Step 23/24 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:51:32 ---> Running in 6928b913bdde 15:51:32 Removing intermediate container 69e436334aeb 15:51:32 ---> 67e2d68f332e 15:51:32 15:51:32 ---> Running in b76ec59c6e3b 15:51:32 ---> Running in ea927aa0af27 15:51:32 Removing intermediate container 4ef34d763a96 15:51:32 ---> 5c01659e4db9 15:51:32 Step 21/22 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:51:32 Successfully built 67e2d68f332e 15:51:32 ---> Running in 78b0b6df374b 15:51:32 Successfully tagged support-scheduler:latest 15:51:32 Building security-spire-config 15:51:32  Building support-scheduler ... done Removing intermediate container 6928b913bdde 15:51:32 ---> 5614879e195a 15:51:32 15:51:32 Removing intermediate container b76ec59c6e3b 15:51:32 ---> 504372219465 15:51:32 Step 20/22 : LABEL arch=x86_64 15:51:33 Successfully built 5614879e195a 15:51:33 Removing intermediate container ea927aa0af27 15:51:33 ---> e390b25f6ca1 15:51:33 Step 24/24 : LABEL version=3.0.0-dev.94 15:51:33 Successfully tagged core-data:latest 15:51:33 Building security-spire-server 15:51:38  Building core-data ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:51:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:51:38 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:51:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:51:38 ---> 762d3c058d5a 15:51:38 ---> 762d3c058d5a 15:51:38 Step 3/24 : WORKDIR /edgex-go 15:51:38 Step 3/23 : WORKDIR /edgex-go 15:51:40 ---> Running in 1f4594219a32 15:51:40 Removing intermediate container 78b0b6df374b 15:51:40 ---> 94f6fa12e857 15:51:40 Step 22/22 : LABEL version=3.0.0-dev.94 15:51:40 ---> Running in dc0bd358d7d3 15:51:40 ---> Running in b406912e75bc 15:51:40 ---> Running in a30c66723669 15:51:40 ---> Running in 0f8916bb05b1 15:51:40 Removing intermediate container 1f4594219a32 15:51:40 ---> 9964640f9d18 15:51:40 Step 21/22 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:51:40 ---> Running in 195ed6fb1c3f 15:51:40 Removing intermediate container dc0bd358d7d3 15:51:40 ---> 48f72d8dd1a6 15:51:40 15:51:40 Removing intermediate container b406912e75bc 15:51:40 ---> 8f8fd044f055 15:51:40 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:51:40 Removing intermediate container 0f8916bb05b1 15:51:40 ---> cbd197de6d69 15:51:40 15:51:40 Removing intermediate container a30c66723669 15:51:40 ---> 87960ab56616 15:51:40 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:51:40 ---> Running in c782a7bf37db 15:51:40 Successfully built 48f72d8dd1a6 15:51:40 Successfully built cbd197de6d69 15:51:40 Successfully tagged core-metadata:latest 15:51:40 Building security-bootstrapper 15:51:40  Building core-metadata ... done  ---> Running in d9ecb3b2e15c 15:51:40 Successfully tagged security-proxy-auth:latest 15:51:40  Building security-proxy-auth ... done Building core-command 15:51:40 Removing intermediate container 195ed6fb1c3f 15:51:40 ---> 162042afd4d3 15:51:40 Step 22/22 : LABEL version=3.0.0-dev.94 15:51:40 ---> Running in 74530664a8c6 15:51:40 Removing intermediate container 74530664a8c6 15:51:40 ---> 05fc377f633c 15:51:40 15:51:40 Successfully built 05fc377f633c 15:51:40 Successfully tagged support-notifications:latest 15:51:40  Building support-notifications ... done Building security-proxy-setup 15:51:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:41 OK: 211 MiB in 51 packages 15:51:41 OK: 211 MiB in 51 packages 15:51:47 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:51:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:51:47 ---> 762d3c058d5a 15:51:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:51:47 ---> Using cache 15:51:47 ---> 3b571fe28dd6 15:51:47 Step 4/23 : WORKDIR /edgex-go 15:51:47 ---> Using cache 15:51:47 ---> fbeb410bdb88 15:51:47 Step 5/23 : RUN apk add --update --no-cache make git 15:51:47 ---> Using cache 15:51:47 ---> 658366defe3e 15:51:47 Step 6/23 : COPY go.mod vendor* ./ 15:51:47 ---> Using cache 15:51:47 ---> 75b011c334f7 15:51:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:47 ---> Using cache 15:51:47 ---> af8b0c74b58e 15:51:47 Step 8/23 : COPY . . 15:51:47 ---> Using cache 15:51:47 ---> 7bcb38c28857 15:51:47 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:51:47 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:51:47 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:51:47 ---> 762d3c058d5a 15:51:47 Step 3/32 : WORKDIR /edgex-go 15:51:47 ---> Using cache 15:51:47 ---> 87960ab56616 15:51:47 Step 4/32 : RUN apk add --update --no-cache make git 15:51:50 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:51:50 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:51:50 ---> 762d3c058d5a 15:51:50 Step 3/20 : WORKDIR /edgex-go 15:51:50 ---> Using cache 15:51:50 ---> 87960ab56616 15:51:50 Step 4/20 : RUN apk add --update --no-cache make git 15:51:54 ---> Running in b1d71b2b3a62 15:51:54 ---> Running in 63e54dd23bfa 15:51:54 ---> Running in 029821b6f5fb 15:51:54 Removing intermediate container c782a7bf37db 15:51:54 ---> 7e83fe5c3254 15:51:54 Step 5/23 : COPY go.mod vendor* ./ 15:51:54 Removing intermediate container d9ecb3b2e15c 15:51:54 ---> 667aaa92c1e5 15:51:54 Step 5/24 : COPY go.mod vendor* ./ 15:51:54 ---> 9d240bbc8ad6 15:51:54 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:54 ---> 25013b69d4de 15:51:54 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:54 ---> Running in 6cf99d7bdb75 15:51:54 ---> Running in b74be2b9f2fb 15:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:55 OK: 211 MiB in 51 packages 15:51:55 OK: 211 MiB in 51 packages 15:51:55 Removing intermediate container b1d71b2b3a62 15:51:55 ---> 1b985e60cbe7 15:51:55 Step 5/32 : COPY go.mod vendor* ./ 15:51:55 Removing intermediate container 63e54dd23bfa 15:51:55 ---> 3254b698b533 15:51:55 Step 5/20 : COPY go.mod vendor* ./ 15:51:55 ---> 50f6e2d7fc7b 15:51:55 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:55 ---> c6f7e89ab6b3 15:51:55 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:55 ---> Running in 0bcaa699e717 15:51:55 ---> Running in c4463f2d6195 15:52:42 Removing intermediate container 029821b6f5fb 15:52:42 ---> b6c0544e349c 15:52:42 15:52:42 Step 10/23 : FROM alpine:3.16 15:52:42 ---> dfd21b5a31f5 15:52:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:52:42 ---> Using cache 15:52:42 ---> 773632d7d34f 15:52:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:52:42 ---> Using cache 15:52:42 ---> c2dccb8239a0 15:52:42 Step 13/23 : ENV APP_PORT=59882 15:52:42 ---> Running in e1efe1f13acb 15:52:42 Removing intermediate container e1efe1f13acb 15:52:42 ---> e2e4dd44e24d 15:52:42 Step 14/23 : EXPOSE $APP_PORT 15:52:42 ---> Running in c3d338a95266 15:52:42 Removing intermediate container c3d338a95266 15:52:42 ---> b0a05afb947e 15:52:42 Step 15/23 : WORKDIR / 15:52:42 ---> Running in 765d9e9facf5 15:52:42 Removing intermediate container 765d9e9facf5 15:52:42 ---> 638db3407f32 15:52:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:42 Removing intermediate container c4463f2d6195 15:52:42 ---> 74549b2ef2a9 15:52:42 Step 7/20 : COPY . . 15:52:42 Removing intermediate container b74be2b9f2fb 15:52:42 ---> 7a7dd51114e8 15:52:42 Step 7/23 : COPY . . 15:52:42 Removing intermediate container 0bcaa699e717 15:52:42 ---> f44b1b08a9b9 15:52:42 Step 7/32 : COPY . . 15:52:42 Removing intermediate container 6cf99d7bdb75 15:52:42 ---> 39553fd2b651 15:52:42 Step 7/24 : COPY . . 15:52:50 ---> 713d465bc7e5 15:52:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:52:51 ---> f45104525e39 15:52:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:52:51 ---> 9d6c0d32b790 15:52:51 Step 8/20 : RUN make cmd/secrets-config/secrets-config 15:52:51 ---> eaf5c37fc64f 15:52:51 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:52:51 ---> ad7aeb8c2ca5 15:52:51 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:52:51 ---> Running in 4c617450c209 15:52:51 ---> c568146e2469 15:52:51 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:52:51 ---> Running in 647bfb77015c 15:52:51 ---> Running in 56deb0484d67 15:52:51 ---> Running in 339a0b018c5d 15:52:51 ---> adf38b6014f8 15:52:51 Step 19/23 : ENTRYPOINT ["/core-command"] 15:52:51 ---> Running in bb461e9212d8 15:52:51 Removing intermediate container 647bfb77015c 15:52:51 ---> 7ebe21418731 15:52:51 Step 9/24 : WORKDIR /edgex-go/spire-build 15:52:51 Removing intermediate container 56deb0484d67 15:52:51 ---> b10ff546baa4 15:52:51 Step 9/23 : WORKDIR /edgex-go/spire-build 15:52:51 ---> Running in 5b6ae18b9e2c 15:52:51 ---> Running in 8cbe238c0b18 15:52:51 Removing intermediate container bb461e9212d8 15:52:51 ---> 952187e4f6b6 15:52:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:52:51 ---> Running in 1371b8b98acf 15:52:51 Removing intermediate container 5b6ae18b9e2c 15:52:51 ---> c58cf27f5446 15:52:51 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:52:51 Removing intermediate container 8cbe238c0b18 15:52:51 ---> 375fcd66e0b7 15:52:51 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:52:51 ---> Running in e489b149330a 15:52:51 ---> Running in fa8d322a1fee 15:52:51 Removing intermediate container 1371b8b98acf 15:52:51 ---> ee97442c2e38 15:52:51 Step 21/23 : LABEL arch=x86_64 15:52:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:52:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:52:51 ---> Running in e1c8d5c3641a 15:52:51 Removing intermediate container e1c8d5c3641a 15:52:51 ---> da13eec5266a 15:52:51 Step 22/23 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:52:51 ---> Running in 5ae13bcbfe4a 15:52:51 Removing intermediate container 5ae13bcbfe4a 15:52:51 ---> 667e06dff3b8 15:52:51 Step 23/23 : LABEL version=3.0.0-dev.94 15:52:52 ---> Running in 73d986b46353 15:52:52 Removing intermediate container 73d986b46353 15:52:52 ---> 9c2538900e19 15:52:52 15:52:52 Successfully built 9c2538900e19 15:52:52 Successfully tagged core-command:latest 15:52:52 Building security-spiffe-token-provider 15:52:56  Building core-command ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:56 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:52:56 ---> 762d3c058d5a 15:52:56 Step 3/19 : WORKDIR /edgex-go 15:52:56 ---> Using cache 15:52:56 ---> 87960ab56616 15:52:56 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:52:58 ---> Running in 877c3f09dafa 15:52:58 Removing intermediate container fa8d322a1fee 15:52:58 ---> 4d64e37b2509 15:52:58 Step 11/23 : WORKDIR /edgex-go 15:52:58 Removing intermediate container e489b149330a 15:52:58 ---> 408d445837c0 15:52:58 Step 11/24 : WORKDIR /edgex-go 15:52:58 ---> Running in 072f74bba943 15:52:58 ---> Running in ad380d20638a 15:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:52:58 Removing intermediate container 072f74bba943 15:52:58 ---> 281240592778 15:52:58 15:52:58 Step 12/23 : FROM alpine:3.15 15:52:58 Removing intermediate container ad380d20638a 15:52:58 ---> 52e4be244b50 15:52:58 15:52:58 Step 12/24 : FROM alpine:3.15 15:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:52:58 v3.16.4-59-g0b25d27c19e [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:52:58 v3.16.4-59-g0b25d27c19e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:52:58 OK: 17046 distinct packages available 15:52:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:52:59 3.15: Pulling from library/alpine 15:52:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:52:59 3.15: Pulling from library/alpine 15:52:59 OK: 211 MiB in 51 packages 15:53:00 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:53:00 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:53:00 Status: Downloaded newer image for alpine:3.15 15:53:00 Status: Downloaded newer image for alpine:3.15 15:53:00 ---> 5ce65d7b0fde 15:53:00 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:53:00 ---> 5ce65d7b0fde 15:53:00 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:53:00 ---> Running in b1b89148b911 15:53:00 ---> Running in 66f7ae956146 15:53:00 Removing intermediate container 877c3f09dafa 15:53:00 ---> bdb1de668783 15:53:00 Step 5/19 : COPY go.mod vendor* ./ 15:53:00 Removing intermediate container b1b89148b911 15:53:00 ---> 62dfce28e3f0 15:53:00 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:53:00 Removing intermediate container 66f7ae956146 15:53:00 ---> 91f52534d4cc 15:53:00 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:53:00 ---> Running in 91ed7b7c70c2 15:53:00 ---> Running in b0b4e121bc69 15:53:00 ---> 7a11aa527a02 15:53:00 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:00 ---> Running in 5bd69022dc02 15:53:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:01 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:53:01 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:53:01 OK: 15859 distinct packages available 15:53:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:02 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:53:02 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:53:02 OK: 15859 distinct packages available 15:53:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:02 (1/4) Installing dumb-init (1.2.5-r1) 15:53:02 (2/4) Installing musl-obstack (1.2.3-r0) 15:53:02 (3/4) Installing libucontext (1.1-r0) 15:53:02 (4/4) Installing gcompat (1.0.0-r4) 15:53:02 Executing busybox-1.34.1-r7.trigger 15:53:02 OK: 6 MiB in 18 packages 15:53:02 (1/5) Installing dumb-init (1.2.5-r1) 15:53:02 (2/5) Installing musl-obstack (1.2.3-r0) 15:53:02 (3/5) Installing libucontext (1.1-r0) 15:53:02 (4/5) Installing gcompat (1.0.0-r4) 15:53:02 (5/5) Installing openssl (1.1.1t-r1) 15:53:02 Executing busybox-1.34.1-r7.trigger 15:53:02 OK: 7 MiB in 19 packages 15:53:04 Removing intermediate container 91ed7b7c70c2 15:53:04 ---> e13eace8d3ca 15:53:04 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:53:04 Removing intermediate container b0b4e121bc69 15:53:04 ---> f0b1d040b6aa 15:53:04 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:53:15 ---> 32551d1a06be 15:53:15 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:53:15 ---> 7cadafe7b292 15:53:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:53:15 ---> f4f6f8d82920 15:53:15 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:53:15 ---> 6359c210909f 15:53:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:53:15 ---> Running in 067249529d90 15:53:15 Removing intermediate container 067249529d90 15:53:15 ---> 1c23493c75c3 15:53:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:53:15 ---> 057d7874b1cb 15:53:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:53:15 ---> 3e3d560ef370 15:53:15 Step 19/24 : WORKDIR / 15:53:15 ---> d8293d561e83 15:53:15 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:53:15 ---> Running in 22e16d0f03ed 15:53:15 ---> Running in 898db7d81c57 15:53:15 Removing intermediate container 898db7d81c57 15:53:15 ---> e9a8739fe425 15:53:15 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:53:15 Removing intermediate container 22e16d0f03ed 15:53:15 ---> c97e81a03479 15:53:15 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:53:15 ---> Running in ac867b1cbec8 15:53:15 ---> Running in 69f385b46569 15:53:15 Removing intermediate container ac867b1cbec8 15:53:15 ---> 5a7f7539ac8e 15:53:15 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:53:15 Removing intermediate container 69f385b46569 15:53:15 ---> 16cf4dda34a3 15:53:15 Step 21/23 : LABEL arch=x86_64 15:53:15 ---> Running in 9e5111a0f49c 15:53:15 ---> Running in 870cde924788 15:53:15 Removing intermediate container 9e5111a0f49c 15:53:15 ---> 0fa666e93464 15:53:15 Step 22/24 : LABEL arch=x86_64 15:53:15 Removing intermediate container 870cde924788 15:53:15 ---> 0f34eedf145d 15:53:15 Step 22/23 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:53:15 ---> Running in 4f5518b97ff5 15:53:15 ---> Running in 0b344dc26344 15:53:15 Removing intermediate container 4f5518b97ff5 15:53:15 ---> 98e6023b102c 15:53:15 Step 23/24 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:53:15 Removing intermediate container 0b344dc26344 15:53:15 ---> 4b86e3c9d6b6 15:53:15 Step 23/23 : LABEL version=3.0.0-dev.94 15:53:15 ---> Running in 8594a2d2a642 15:53:15 ---> Running in 8f00e1760d46 15:53:15 Removing intermediate container 8594a2d2a642 15:53:15 ---> 28d36b1e4aaf 15:53:15 Step 24/24 : LABEL version=3.0.0-dev.94 15:53:15 Removing intermediate container 8f00e1760d46 15:53:15 ---> 6e0991156af8 15:53:15 15:53:16 ---> Running in ffbbea3aedfc 15:53:16 Successfully built 6e0991156af8 15:53:16 Successfully tagged security-spire-server:latest 15:53:16  Building security-spire-server ... done Building core-common-config-bootstrapper 15:53:16 Removing intermediate container ffbbea3aedfc 15:53:16 ---> b17810e3080a 15:53:16 15:53:16 Successfully built b17810e3080a 15:53:16 Successfully tagged security-spire-config:latest 15:53:16 Building security-spire-agent 15:53:21  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:53:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:53:21 ---> 762d3c058d5a 15:53:21 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:53:21 ---> Using cache 15:53:21 ---> 3b571fe28dd6 15:53:21 Step 4/22 : WORKDIR /edgex-go 15:53:21 ---> Using cache 15:53:21 ---> fbeb410bdb88 15:53:21 Step 5/22 : RUN apk add --update --no-cache make git 15:53:21 ---> Using cache 15:53:21 ---> 658366defe3e 15:53:21 Step 6/22 : COPY go.mod vendor* ./ 15:53:21 ---> Using cache 15:53:21 ---> 75b011c334f7 15:53:21 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:21 ---> Using cache 15:53:21 ---> af8b0c74b58e 15:53:21 Step 8/22 : COPY . . 15:53:21 ---> Using cache 15:53:21 ---> 7bcb38c28857 15:53:21 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:53:22 Removing intermediate container 4133e497864e 15:53:22 ---> 7c3c6beddffb 15:53:22 Step 8/22 : COPY . . 15:53:22 Removing intermediate container 2848b070ef9f 15:53:22 ---> 632d637ae44a 15:53:22 Step 7/20 : COPY . . 15:53:22 Removing intermediate container e813f780cd6e 15:53:22 ---> 3451d19e4dfa 15:53:22 Step 7/23 : COPY . . 15:53:22 Removing intermediate container 865fec28267d 15:53:22 ---> 159e78efe474 15:53:22 Step 8/22 : COPY . . 15:53:22 Removing intermediate container f579954aca8a 15:53:22 ---> 5e4f39fd7769 15:53:22 Step 8/22 : COPY . . 15:53:22 ---> 5cfcddabff23 15:53:22 Step 8/20 : RUN make cmd/secrets-config/secrets-config 15:53:22 ---> 27b6acf89f7c 15:53:22 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:53:22 ---> Running in 6a087eeda71e 15:53:22 ---> Running in a940547d0523 15:53:22 ---> 7fc454952d24 15:53:22 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 15:53:22 ---> ab8563c7362e 15:53:22 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:53:22 ---> Running in 12e4a21ab424 15:53:22 ---> Running in 47e974a16c3b 15:53:22 ---> 041bb796c2d2 15:53:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:53:22 ---> Running in 4af2a7fc77c5 15:53:22 Removing intermediate container 47e974a16c3b 15:53:22 ---> e3d28b1964cb 15:53:22 Step 9/23 : WORKDIR /edgex-go/spire-build 15:53:22 ---> Running in 8e186cd5b180 15:53:22 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:53:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:53:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:53:22 Removing intermediate container 8e186cd5b180 15:53:22 ---> 1a6303c29305 15:53:22 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:53:22 ---> Running in 48cfdc2dabdc 15:53:22 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:53:24 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:53:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:53:24 ---> 762d3c058d5a 15:53:24 Step 3/24 : WORKDIR /edgex-go 15:53:24 ---> Using cache 15:53:24 ---> 87960ab56616 15:53:24 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:53:24 ---> Using cache 15:53:24 ---> 667aaa92c1e5 15:53:24 Step 5/24 : COPY go.mod vendor* ./ 15:53:24 ---> Using cache 15:53:24 ---> 9d240bbc8ad6 15:53:24 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:24 ---> Using cache 15:53:24 ---> 39553fd2b651 15:53:24 Step 7/24 : COPY . . 15:53:24 ---> Using cache 15:53:24 ---> eaf5c37fc64f 15:53:24 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:53:24 ---> Using cache 15:53:24 ---> 7ebe21418731 15:53:24 Step 9/24 : WORKDIR /edgex-go/spire-build 15:53:24 ---> Using cache 15:53:24 ---> c58cf27f5446 15:53:24 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:53:24 ---> Using cache 15:53:24 ---> 408d445837c0 15:53:24 Step 11/24 : WORKDIR /edgex-go 15:53:24 ---> Using cache 15:53:24 ---> 52e4be244b50 15:53:24 15:53:24 Step 12/24 : FROM alpine:3.15 15:53:24 ---> 5ce65d7b0fde 15:53:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:53:24 ---> Using cache 15:53:24 ---> 91f52534d4cc 15:53:24 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:53:26 Removing intermediate container 48cfdc2dabdc 15:53:26 ---> 9745a0d3c0a0 15:53:26 Step 11/23 : WORKDIR /edgex-go 15:53:26 ---> Running in 93fd112db52e 15:53:26 Removing intermediate container 93fd112db52e 15:53:26 ---> b7f58654a798 15:53:26 15:53:26 Step 12/23 : FROM alpine:3.15 15:53:26 3.15: Pulling from library/alpine 15:53:28 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:53:28 Status: Downloaded newer image for alpine:3.15 15:53:28 ---> 354640af7b1b 15:53:28 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:53:28 ---> Running in 120e147a79e5 15:53:29 Removing intermediate container 120e147a79e5 15:53:29 ---> 86e9ad64b432 15:53:29 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:53:29 ---> Running in eec65ec69ea0 15:53:30 ---> Running in 65fe49be2a2a 15:53:30 ---> Running in 0603df9d9783 15:53:30 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:53:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:32 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:53:32 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:53:32 OK: 15859 distinct packages available 15:53:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:32 (1/5) Installing dumb-init (1.2.5-r1) 15:53:32 (2/5) Installing musl-obstack (1.2.3-r0) 15:53:32 (3/5) Installing libucontext (1.1-r0) 15:53:32 (4/5) Installing gcompat (1.0.0-r4) 15:53:32 (5/5) Installing openssl (1.1.1t-r1) 15:53:32 Executing busybox-1.34.1-r7.trigger 15:53:32 OK: 7 MiB in 19 packages 15:53:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:53:38 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:53:38 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:53:38 OK: 15736 distinct packages available 15:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:53:40 Removing intermediate container 4c617450c209 15:53:40 ---> 863bfc717e76 15:53:40 15:53:40 Step 9/20 : FROM alpine:3.16 15:53:40 ---> dfd21b5a31f5 15:53:40 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 15:53:40 Removing intermediate container 339a0b018c5d 15:53:40 ---> 2b700f0a0c69 15:53:40 15:53:40 Step 9/32 : FROM alpine:3.16 15:53:40 ---> dfd21b5a31f5 15:53:40 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:53:40 ---> Running in 15d6a74378e0 15:53:40 ---> Running in 373e4e677bcc 15:53:40 Removing intermediate container 0603df9d9783 15:53:40 ---> 3f115b6eec8b 15:53:40 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:53:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:40 Removing intermediate container 373e4e677bcc 15:53:40 ---> 03d27f1f97a7 15:53:40 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:53:41 (1/5) Installing dumb-init (1.2.5-r1) 15:53:41 (2/5) Installing musl-obstack (1.2.3-r0) 15:53:41 (3/5) Installing libucontext (1.1-r0) 15:53:41 (4/5) Installing gcompat (1.0.0-r4) 15:53:41 (5/5) Installing openssl (1.1.1t-r1) 15:53:41 Executing busybox-1.34.1-r7.trigger 15:53:41 OK: 6 MiB in 19 packages 15:53:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:41 (1/2) Installing dumb-init (1.2.5-r1) 15:53:41 (2/2) Installing openssl (1.1.1t-r0) 15:53:41 Executing busybox-1.35.0-r17.trigger 15:53:41 OK: 6 MiB in 16 packages 15:53:44 Removing intermediate container eec65ec69ea0 15:53:44 ---> ac96532e9a06 15:53:44 ---> Running in e087dac72be3 15:53:44 ---> 988f4aaf3a4e 15:53:44 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:53:44 Removing intermediate container 15d6a74378e0 15:53:44 ---> da4d1815427a 15:53:44 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 15:53:44 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:53:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:45 (1/2) Installing dumb-init (1.2.5-r1) 15:53:45 (2/2) Installing su-exec (0.2-r1) 15:53:45 Executing busybox-1.35.0-r17.trigger 15:53:45 OK: 6 MiB in 16 packages 15:53:45 ---> Running in df3e58396ed4 15:53:48 Removing intermediate container df3e58396ed4 15:53:48 ---> c5f37ffd5bb1 15:53:48 Step 12/20 : WORKDIR /edgex 15:53:48 ---> 24c1cc25502d 15:53:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:53:48 ---> Running in bc2f07023086 15:53:48 Removing intermediate container e087dac72be3 15:53:48 ---> 0f9a0b56d53c 15:53:48 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:53:48 ---> Running in e99c6e05cf5c 15:53:48 Removing intermediate container bc2f07023086 15:53:48 ---> d41d0b01a214 15:53:48 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 15:53:48 ---> 3de3b602d26f 15:53:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:53:48 Removing intermediate container e99c6e05cf5c 15:53:48 ---> 5868cc9068f0 15:53:48 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:53:49 ---> Running in 2901305e308d 15:53:49 Removing intermediate container 5bd69022dc02 15:53:49 ---> 0ab9ea37c139 15:53:49 Step 7/19 : COPY . . 15:53:49 ---> 61fe21aa9b36 15:53:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:53:49 Removing intermediate container 2901305e308d 15:53:49 ---> 244d35a82b65 15:53:49 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:53:49 ---> 41436c3e2058 15:53:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:53:49 ---> Running in bbac1d166df2 15:53:54 ---> 7bcc64633737 15:53:54 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:53:55 ---> a021d6756a03 15:53:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:53:56 ---> 4be9ff41779b 15:53:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:53:56 ---> a501d2c9f194 15:53:56 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:53:56 Removing intermediate container bbac1d166df2 15:53:56 ---> 5155c666a1f3 15:53:56 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:53:56 ---> ff75350018a3 15:53:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:53:56 ---> Running in eab3a9c02d66 15:53:56 ---> Running in 24f654084c56 15:53:56 ---> bdcc9b65c9d6 15:53:56 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:53:56 ---> Running in 6b4127f90448 15:53:56 Removing intermediate container eab3a9c02d66 15:53:56 ---> 47555aa498a1 15:53:56 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:53:56 Removing intermediate container 24f654084c56 15:53:56 ---> 1d583030944c 15:53:56 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:53:56 ---> Running in f424ae06bc6c 15:53:56 ---> 4da611ccd999 15:53:56 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:53:56 ---> Running in 1b14c50b7ee5 15:53:56 ---> Running in dd8efcaa5e56 15:53:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:53:56 Removing intermediate container 1b14c50b7ee5 15:53:56 ---> 9ff5117ee4bf 15:53:56 Step 22/24 : LABEL arch=x86_64 15:53:56 ---> Running in b5bb0a8ca531 15:53:56 Removing intermediate container b5bb0a8ca531 15:53:56 ---> fc68c123c06a 15:53:56 Step 23/24 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:53:57 ---> 3b8ed3b049cf 15:53:57 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:53:57 ---> Running in a0bbd7d5da3b 15:53:57 ---> Running in 2faadd026105 15:53:57 Removing intermediate container 2faadd026105 15:53:57 ---> 7f0022e7d840 15:53:57 Step 24/24 : LABEL version=3.0.0-dev.94 15:53:57 ---> Running in 9414b37a23bf 15:53:57 Removing intermediate container 9414b37a23bf 15:53:57 ---> 63712a2aea5a 15:53:57 15:53:57 Removing intermediate container dd8efcaa5e56 15:53:57 ---> 9ac6e9e525f4 15:53:57 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 15:53:57 Removing intermediate container f424ae06bc6c 15:53:57 ---> 31ffe85f0095 15:53:57 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:53:57 Removing intermediate container a0bbd7d5da3b 15:53:57 ---> 1ff4596ef7de 15:53:57 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:53:57 ---> Running in 9206780cb1b3 15:53:57 ---> Running in 069ed19f6d53 15:53:57 ---> Running in c4ea33f4d234 15:53:57 Successfully built 63712a2aea5a 15:53:57 Successfully tagged security-spire-agent:latest 15:53:57  Building security-spire-agent ... done Building security-secretstore-setup 15:53:58 Removing intermediate container 9206780cb1b3 15:53:58 ---> bbfc73596334 15:53:58 Step 21/23 : LABEL arch=arm64 15:53:58 ---> Running in 72c801052e4c 15:53:58 Removing intermediate container 069ed19f6d53 15:53:58 ---> 7d6e85bc4f09 15:53:58 Step 18/20 : LABEL arch=x86_64 15:53:58 Removing intermediate container 72c801052e4c 15:53:58 ---> 1f0ee938faac 15:53:58 Step 22/23 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:53:58 ---> Running in 3115a8eb2a77 15:53:59 Removing intermediate container 3115a8eb2a77 15:53:59 ---> ede15d5fb0ec 15:53:59 Step 23/23 : LABEL version=3.0.0-dev.94 15:53:59 ---> Running in e57db8fc896c 15:53:59 Removing intermediate container e57db8fc896c 15:53:59 ---> 156a1863a34c 15:53:59 15:53:59 Successfully built 156a1863a34c 15:53:59 Successfully tagged security-spire-server-arm64:latest 15:53:59  Building security-spire-server ... done Building security-spiffe-token-provider 15:54:01 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:54:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:54:03 ---> 762d3c058d5a 15:54:03 Step 3/23 : WORKDIR /edgex-go 15:54:03 ---> Using cache 15:54:03 ---> 87960ab56616 15:54:03 Step 4/23 : RUN apk add --update --no-cache make git 15:54:03 ---> Using cache 15:54:03 ---> 3254b698b533 15:54:03 Step 5/23 : COPY go.mod vendor* ./ 15:54:03 ---> Using cache 15:54:03 ---> c6f7e89ab6b3 15:54:03 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:54:03 ---> Using cache 15:54:03 ---> 74549b2ef2a9 15:54:03 Step 7/23 : COPY . . 15:54:03 Removing intermediate container c4ea33f4d234 15:54:03 ---> ceaea528656d 15:54:03 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:54:03 ---> Running in abb6d99910f1 15:54:03 ---> Using cache 15:54:03 ---> 9d6c0d32b790 15:54:03 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:54:03 ---> Running in 78940a3dbad7 15:54:03 Removing intermediate container 65fe49be2a2a 15:54:03 ---> ab1fa4fa2aa0 15:54:03 15:54:03 Step 10/22 : FROM alpine:3.16 15:54:03 ---> dfd21b5a31f5 15:54:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:54:03 ---> Using cache 15:54:03 ---> bb3e56759ed0 15:54:03 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:54:03 ---> Using cache 15:54:03 ---> 315763495a09 15:54:03 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:03 ---> Using cache 15:54:03 ---> bab1449e7a92 15:54:03 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:54:03 Removing intermediate container abb6d99910f1 15:54:03 ---> da6f899f9aee 15:54:03 Step 19/20 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:03 ---> Running in b57e95ba74ee 15:54:04 ---> 409f1456bb33 15:54:04 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:54:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:54:04 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:54:04 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:54:04 ---> ef6df249a13e 15:54:04 Step 3/19 : WORKDIR /edgex-go 15:54:04 ---> Using cache 15:54:04 ---> 2b120b43f214 15:54:04 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:54:04 ---> Running in 2b8106d32ec6 15:54:04 ---> Running in ce37e8d36810 15:54:04 Removing intermediate container b57e95ba74ee 15:54:04 ---> 3d6142ba78f0 15:54:04 Step 20/20 : LABEL version=3.0.0-dev.94 15:54:04 ---> 422713f8e8eb 15:54:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:54:04 ---> Running in 1e6768cd2e8c 15:54:04 Removing intermediate container 1e6768cd2e8c 15:54:04 ---> 6c2ba1924b43 15:54:04 15:54:04 ---> e639de0a5e4f 15:54:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:54:04 Successfully built 6c2ba1924b43 15:54:04 Successfully tagged security-proxy-setup:latest 15:54:05  Building security-proxy-setup ... done  ---> 284882d85a60 15:54:05 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:54:05 ---> Running in 5cd2b335c9a2 15:54:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:54:05 Removing intermediate container ce37e8d36810 15:54:05 ---> 7d562d54225b 15:54:05 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:06 ---> 52b2077a65a0 15:54:06 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:54:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:54:07 ---> ba3dca88dea4 15:54:07 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:54:07 Removing intermediate container 5cd2b335c9a2 15:54:07 ---> f3add0b08e72 15:54:07 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:54:07 ---> Running in 7bf005bece55 15:54:07 ---> fb6f947f74a2 15:54:07 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:54:07 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:54:07 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:54:07 OK: 16903 distinct packages available 15:54:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:54:07 Removing intermediate container 7bf005bece55 15:54:07 ---> fa16cd585fdd 15:54:07 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:54:07 ---> c540e221cd39 15:54:07 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:54:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:54:07 ---> Running in 5eecdc67ae00 15:54:07 Removing intermediate container 5eecdc67ae00 15:54:07 ---> c8750ead766c 15:54:07 Step 20/22 : LABEL arch=x86_64 15:54:08 ---> 41094c08329b 15:54:08 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:54:08 ---> Running in 46bdba7a4dff 15:54:08 Removing intermediate container 46bdba7a4dff 15:54:08 ---> 0d6058269318 15:54:08 Step 21/22 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:08 ---> Running in 4c37b174c4ff 15:54:08 ---> 9da3e8e0e929 15:54:08 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:54:08 Removing intermediate container 4c37b174c4ff 15:54:08 ---> e626cb08f700 15:54:08 Step 22/22 : LABEL version=3.0.0-dev.94 15:54:09 ---> bf5a7052dd46 15:54:09 Step 27/32 : RUN chmod +x /entrypoint.sh 15:54:09 ---> Running in d2d8171a66ae 15:54:09 ---> Running in 4f9ebf64b4b7 15:54:09 Removing intermediate container d2d8171a66ae 15:54:09 ---> 4998fc4e8807 15:54:09 15:54:09 Successfully built 4998fc4e8807 15:54:09 Successfully tagged core-common-config-bootstrapper:latest 15:54:09 OK: 221 MiB in 51 packages 15:54:10  Building core-common-config-bootstrapper ... done Removing intermediate container 4f9ebf64b4b7 15:54:10 ---> dc269a85a0da 15:54:10 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:54:10 ---> Running in a28eb9d2517b 15:54:10 Removing intermediate container 2b8106d32ec6 15:54:10 ---> 9b51a452f33e 15:54:10 Step 5/19 : COPY go.mod vendor* ./ 15:54:10 Removing intermediate container a28eb9d2517b 15:54:10 ---> 242d600d237f 15:54:10 Step 29/32 : CMD ["gate"] 15:54:10 ---> Running in d2a1244b5a08 15:54:11 Removing intermediate container d2a1244b5a08 15:54:11 ---> 9ae2be244e1b 15:54:11 Step 30/32 : LABEL arch=x86_64 15:54:11 ---> Running in 42eb5bc57ca5 15:54:11 Removing intermediate container 42eb5bc57ca5 15:54:11 ---> d0f6c2bf6192 15:54:11 Step 31/32 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:12 ---> Running in ded74ce3f1d0 15:54:12 Removing intermediate container ded74ce3f1d0 15:54:12 ---> 358a508e7841 15:54:12 Step 32/32 : LABEL version=3.0.0-dev.94 15:54:12 ---> Running in 2cea20554a43 15:54:12 Removing intermediate container 2cea20554a43 15:54:12 ---> 9fd46873634d 15:54:12 15:54:12 Successfully built 9fd46873634d 15:54:12 Successfully tagged security-bootstrapper:latest 15:54:14 ---> 9777adea882e 15:54:14 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:54:14 ---> Running in f3bbe78c6ad5 15:54:20  Building security-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:54:23 Removing intermediate container 6b4127f90448 15:54:23 ---> 1caa3d4d7cab 15:54:23 15:54:23 Step 9/19 : FROM alpine:3.15 15:54:23 ---> 5ce65d7b0fde 15:54:23 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:54:23 ---> Using cache 15:54:23 ---> 91f52534d4cc 15:54:23 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:54:23 ---> Running in 0c54c2d24e31 15:54:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:54:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:54:24 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:54:24 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:54:24 OK: 15859 distinct packages available 15:54:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:54:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:54:24 (1/9) Installing ca-certificates (20220614-r0) 15:54:24 (2/9) Installing brotli-libs (1.0.9-r5) 15:54:24 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:54:24 (4/9) Installing libcurl (7.80.0-r6) 15:54:24 (5/9) Installing curl (7.80.0-r6) 15:54:24 (6/9) Installing dumb-init (1.2.5-r1) 15:54:24 (7/9) Installing musl-obstack (1.2.3-r0) 15:54:24 (8/9) Installing libucontext (1.1-r0) 15:54:24 (9/9) Installing gcompat (1.0.0-r4) 15:54:24 Executing busybox-1.34.1-r7.trigger 15:54:24 Executing ca-certificates-20220614-r0.trigger 15:54:25 OK: 8 MiB in 23 packages 15:54:26 Removing intermediate container 78940a3dbad7 15:54:26 ---> 387f122655ca 15:54:26 15:54:26 Step 9/23 : FROM alpine:3.16 15:54:26 ---> dfd21b5a31f5 15:54:26 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:54:26 ---> Running in 692af4ecdadf 15:54:26 Removing intermediate container 0c54c2d24e31 15:54:26 ---> b75e42921d91 15:54:26 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:54:26 ---> e5ea1030856f 15:54:26 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:54:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:54:27 (1/3) Installing ca-certificates (20220614-r0) 15:54:27 (2/3) Installing dumb-init (1.2.5-r1) 15:54:27 (3/3) Installing su-exec (0.2-r1) 15:54:27 Executing busybox-1.35.0-r17.trigger 15:54:27 Executing ca-certificates-20220614-r0.trigger 15:54:27 OK: 6 MiB in 17 packages 15:54:27 ---> ab87d7c82546 15:54:27 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:54:27 ---> afcd502ca180 15:54:27 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:54:27 ---> Running in 0fcc5c5be19f 15:54:27 Removing intermediate container 0fcc5c5be19f 15:54:27 ---> 0f47f1814e37 15:54:27 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:54:27 ---> Running in 8313398925a4 15:54:27 Removing intermediate container 692af4ecdadf 15:54:27 ---> 14bfb8267a13 15:54:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:54:28 ---> Running in 0587578d8959 15:54:28 Removing intermediate container 8313398925a4 15:54:28 ---> 855ea88d0236 15:54:28 Step 17/19 : LABEL arch=x86_64 15:54:28 ---> Running in a13979a3d1de 15:54:28 Removing intermediate container 0587578d8959 15:54:28 ---> 3b77280c003c 15:54:28 Step 12/23 : WORKDIR / 15:54:28 ---> Running in 30d963d3a38a 15:54:28 Removing intermediate container a13979a3d1de 15:54:28 ---> 598e7e75fb03 15:54:28 Step 18/19 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:28 ---> Running in f078f49dbfcf 15:54:28 Removing intermediate container 30d963d3a38a 15:54:28 ---> 79631e9647ba 15:54:28 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:54:28 Removing intermediate container f078f49dbfcf 15:54:28 ---> 18079aadda5a 15:54:28 Step 19/19 : LABEL version=3.0.0-dev.94 15:54:28 ---> Running in c89b1233b6d5 15:54:28 Removing intermediate container c89b1233b6d5 15:54:28 ---> 3396b62da8ad 15:54:28 15:54:28 ---> 227d03cdb259 15:54:28 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:54:28 Successfully built 3396b62da8ad 15:54:28 Successfully tagged security-spiffe-token-provider:latest 15:54:28  Building security-spiffe-token-provider ... done  ---> 9faebdcf6a52 15:54:28 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:54:28 ---> ca2694c1e576 15:54:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:54:29 ---> ed1ef2dc4666 15:54:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:54:29 ---> b4a37208fb51 15:54:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:54:29 ---> bbca6e15022b 15:54:29 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:54:29 ---> Running in 357470ad6ff1 15:54:30 Removing intermediate container 357470ad6ff1 15:54:30 ---> fb8243432cdf 15:54:30 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 15:54:30 ---> Running in a1a662413551 15:54:30 Removing intermediate container a1a662413551 15:54:30 ---> 7679f003cce2 15:54:30 Step 21/23 : LABEL arch=x86_64 15:54:30 ---> Running in 3ece7122b55d 15:54:30 Removing intermediate container 3ece7122b55d 15:54:30 ---> 72e11c53c4e0 15:54:30 Step 22/23 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:30 ---> Running in fcbd1fb975a3 15:54:30 Removing intermediate container fcbd1fb975a3 15:54:30 ---> ff4d303a0f0b 15:54:30 Step 23/23 : LABEL version=3.0.0-dev.94 15:54:30 ---> Running in a76eceea2651 15:54:30 Removing intermediate container a76eceea2651 15:54:30 ---> e52ab334c758 15:54:30 15:54:30 Successfully built e52ab334c758 15:54:30 Successfully tagged security-secretstore-setup:latest 15:54:30  Building security-secretstore-setup ... done  [Pipeline] } 15:54:30 $ docker stop --time=1 8cdba349e30f8f768e98faa52cdb4cc42811403c43e08e71c735967755b7aef8 15:54:32 $ docker rm -f --volumes 8cdba349e30f8f768e98faa52cdb4cc42811403c43e08e71c735967755b7aef8 [Pipeline] // withDockerContainer [Pipeline] sh 15:54:32 + docker images 15:54:32 REPOSITORY TAG IMAGE ID CREATED SIZE 15:54:32 security-secretstore-setup latest e52ab334c758 2 seconds ago 29.9MB 15:54:32 security-spiffe-token-provider latest 3396b62da8ad 4 seconds ago 30MB 15:54:32 387f122655ca 8 seconds ago 1.67GB 15:54:32 1caa3d4d7cab 11 seconds ago 1.72GB 15:54:32 security-bootstrapper latest 9fd46873634d 20 seconds ago 19.8MB 15:54:32 core-common-config-bootstrapper latest 4998fc4e8807 24 seconds ago 15.5MB 15:54:32 security-proxy-setup latest 6c2ba1924b43 28 seconds ago 16.5MB 15:54:32 ab1fa4fa2aa0 32 seconds ago 1.68GB 15:54:32 security-spire-agent latest 63712a2aea5a 35 seconds ago 125MB 15:54:32 2b700f0a0c69 About a minute ago 1.67GB 15:54:32 863bfc717e76 About a minute ago 1.66GB 15:54:32 security-spire-server latest 6e0991156af8 About a minute ago 86.5MB 15:54:32 security-spire-config latest b17810e3080a About a minute ago 85.8MB 15:54:32 281240592778 About a minute ago 1.55GB 15:54:32 52e4be244b50 About a minute ago 1.55GB 15:54:32 core-command latest 9c2538900e19 About a minute ago 17.8MB 15:54:32 b6c0544e349c 2 minutes ago 1.68GB 15:54:32 security-proxy-auth latest cbd197de6d69 2 minutes ago 16.2MB 15:54:32 support-notifications latest 05fc377f633c 2 minutes ago 30.7MB 15:54:32 core-metadata latest 48f72d8dd1a6 2 minutes ago 18.5MB 15:54:32 support-scheduler latest 67e2d68f332e 3 minutes ago 30.1MB 15:54:32 core-data latest 5614879e195a 3 minutes ago 18MB 15:54:32 248da96631e7 3 minutes ago 1.75GB 15:54:32 e2c4d1dc1c15 3 minutes ago 1.75GB 15:54:32 5027c3e0093a 3 minutes ago 1.69GB 15:54:32 fde0a6f87fe8 3 minutes ago 1.69GB 15:54:32 55e85c3ce673 3 minutes ago 1.66GB 15:54:32 ci-base-image-x86_64 latest 762d3c058d5a 7 minutes ago 903MB 15:54:32 alpine 3.15 5ce65d7b0fde 4 weeks ago 5.59MB 15:54:32 alpine 3.16 dfd21b5a31f5 4 weeks ago 5.55MB 15:54:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 15:54:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 15:54:32 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:54:32 provisioning config files... 15:54:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/456@tmp/config4506801696171256109tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:54:32 ---> docker-login.sh 15:54:32 nexus3.edgexfoundry.org:10001 15:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:54:32 Configure a credential helper to remove this warning. See 15:54:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:54:32 15:54:32 Login Succeeded 15:54:32 nexus3.edgexfoundry.org:10002 15:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:54:32 Configure a credential helper to remove this warning. See 15:54:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:54:32 15:54:32 Login Succeeded 15:54:32 nexus3.edgexfoundry.org:10003 15:54:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:54:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:54:33 Configure a credential helper to remove this warning. See 15:54:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:54:33 15:54:33 Login Succeeded 15:54:33 nexus3.edgexfoundry.org:10004 15:54:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:54:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:54:33 Configure a credential helper to remove this warning. See 15:54:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:54:33 15:54:33 Login Succeeded 15:54:33 docker.io 15:54:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:54:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:54:33 Configure a credential helper to remove this warning. See 15:54:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:54:33 15:54:33 Login Succeeded 15:54:33 ---> docker-login.sh ends [Pipeline] } 15:54:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:54:33 [edgeXDocker.push] Tagging docker image core-command with the following tags: 15:54:33 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:33 latest 15:54:33 3.0.0-dev.94 15:54:33 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:33 main 15:54:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:34 + docker push nexus3.edgexfoundry.org:10004/core-command:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:54:34 f6f19133dc87: Preparing 15:54:34 096686e45edb: Preparing 15:54:34 ef1583ff8e35: Preparing 15:54:34 966f89243ffb: Preparing 15:54:34 aa5968d388b8: Preparing 15:54:34 aa5968d388b8: Layer already exists 15:54:34 ef1583ff8e35: Pushed 15:54:34 966f89243ffb: Pushed 15:54:34 f6f19133dc87: Pushed 15:54:35 096686e45edb: Pushed 15:54:35 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:b39c2293e74f88f7b1d1efd275cba0723452d3b9ea891ebb49c0ab873a7b6a2f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:36 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:36 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 15:54:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:54:36 f6f19133dc87: Preparing 15:54:36 096686e45edb: Preparing 15:54:36 ef1583ff8e35: Preparing 15:54:36 966f89243ffb: Preparing 15:54:36 aa5968d388b8: Preparing 15:54:36 ef1583ff8e35: Layer already exists 15:54:36 966f89243ffb: Layer already exists 15:54:36 f6f19133dc87: Layer already exists 15:54:36 aa5968d388b8: Layer already exists 15:54:36 096686e45edb: Layer already exists 15:54:36 latest: digest: sha256:b39c2293e74f88f7b1d1efd275cba0723452d3b9ea891ebb49c0ab873a7b6a2f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:36 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:37 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.94 15:54:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:54:37 f6f19133dc87: Preparing 15:54:37 096686e45edb: Preparing 15:54:37 ef1583ff8e35: Preparing 15:54:37 966f89243ffb: Preparing 15:54:37 aa5968d388b8: Preparing 15:54:37 966f89243ffb: Layer already exists 15:54:37 f6f19133dc87: Layer already exists 15:54:37 096686e45edb: Layer already exists 15:54:37 ef1583ff8e35: Layer already exists 15:54:37 aa5968d388b8: Layer already exists 15:54:37 3.0.0-dev.94: digest: sha256:b39c2293e74f88f7b1d1efd275cba0723452d3b9ea891ebb49c0ab873a7b6a2f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:37 + docker push nexus3.edgexfoundry.org:10004/core-command:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:54:37 f6f19133dc87: Preparing 15:54:37 096686e45edb: Preparing 15:54:37 ef1583ff8e35: Preparing 15:54:37 966f89243ffb: Preparing 15:54:37 aa5968d388b8: Preparing 15:54:37 966f89243ffb: Layer already exists 15:54:37 aa5968d388b8: Layer already exists 15:54:37 f6f19133dc87: Layer already exists 15:54:37 ef1583ff8e35: Layer already exists 15:54:37 096686e45edb: Layer already exists 15:54:37 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:b39c2293e74f88f7b1d1efd275cba0723452d3b9ea891ebb49c0ab873a7b6a2f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:38 + docker push nexus3.edgexfoundry.org:10004/core-command:main 15:54:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:54:38 f6f19133dc87: Preparing 15:54:38 096686e45edb: Preparing 15:54:38 ef1583ff8e35: Preparing 15:54:38 966f89243ffb: Preparing 15:54:38 aa5968d388b8: Preparing 15:54:38 aa5968d388b8: Layer already exists 15:54:38 ef1583ff8e35: Layer already exists 15:54:38 f6f19133dc87: Layer already exists 15:54:38 096686e45edb: Layer already exists 15:54:38 966f89243ffb: Layer already exists 15:54:38 main: digest: sha256:b39c2293e74f88f7b1d1efd275cba0723452d3b9ea891ebb49c0ab873a7b6a2f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:38 ===================================================== [Pipeline] echo 15:54:38 taggedImages: 15:54:38 - nexus3.edgexfoundry.org:10004/core-command:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:38 - nexus3.edgexfoundry.org:10004/core-command:latest 15:54:38 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.94 15:54:38 - nexus3.edgexfoundry.org:10004/core-command:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:38 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 15:54:38 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 15:54:38 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:38 latest 15:54:38 3.0.0-dev.94 15:54:38 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:38 main 15:54:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:38 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:54:38 77720dd09e7f: Preparing 15:54:38 fffdbd2ba286: Preparing 15:54:38 a82cc02049c2: Preparing 15:54:38 934d4bfba2be: Preparing 15:54:38 ef1583ff8e35: Preparing 15:54:38 966f89243ffb: Preparing 15:54:38 aa5968d388b8: Preparing 15:54:38 966f89243ffb: Waiting 15:54:38 aa5968d388b8: Waiting 15:54:38 ef1583ff8e35: Layer already exists 15:54:38 966f89243ffb: Layer already exists 15:54:38 aa5968d388b8: Layer already exists 15:54:38 77720dd09e7f: Pushed 15:54:38 a82cc02049c2: Pushed 15:54:38 fffdbd2ba286: Pushed 15:54:40 934d4bfba2be: Pushed 15:54:40 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:dede9a440dc5aff93f656c0484a6736b36ec1b7ce89f08046e5048654e1298a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:40 + 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:54:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:54:41 77720dd09e7f: Preparing 15:54:41 fffdbd2ba286: Preparing 15:54:41 a82cc02049c2: Preparing 15:54:41 934d4bfba2be: Preparing 15:54:41 ef1583ff8e35: Preparing 15:54:41 966f89243ffb: Preparing 15:54:41 aa5968d388b8: Preparing 15:54:41 966f89243ffb: Waiting 15:54:41 aa5968d388b8: Waiting 15:54:41 ef1583ff8e35: Layer already exists 15:54:41 a82cc02049c2: Layer already exists 15:54:41 934d4bfba2be: Layer already exists 15:54:41 77720dd09e7f: Layer already exists 15:54:41 fffdbd2ba286: Layer already exists 15:54:41 aa5968d388b8: Layer already exists 15:54:41 966f89243ffb: Layer already exists 15:54:41 latest: digest: sha256:dede9a440dc5aff93f656c0484a6736b36ec1b7ce89f08046e5048654e1298a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:41 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.94 15:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:54:41 77720dd09e7f: Preparing 15:54:41 fffdbd2ba286: Preparing 15:54:41 a82cc02049c2: Preparing 15:54:41 934d4bfba2be: Preparing 15:54:41 ef1583ff8e35: Preparing 15:54:41 966f89243ffb: Preparing 15:54:41 aa5968d388b8: Preparing 15:54:41 966f89243ffb: Waiting 15:54:41 aa5968d388b8: Waiting 15:54:41 77720dd09e7f: Layer already exists 15:54:41 a82cc02049c2: Layer already exists 15:54:41 934d4bfba2be: Layer already exists 15:54:41 ef1583ff8e35: Layer already exists 15:54:41 fffdbd2ba286: Layer already exists 15:54:41 966f89243ffb: Layer already exists 15:54:41 aa5968d388b8: Layer already exists 15:54:41 3.0.0-dev.94: digest: sha256:dede9a440dc5aff93f656c0484a6736b36ec1b7ce89f08046e5048654e1298a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:42 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:54:42 77720dd09e7f: Preparing 15:54:42 fffdbd2ba286: Preparing 15:54:42 a82cc02049c2: Preparing 15:54:42 934d4bfba2be: Preparing 15:54:42 ef1583ff8e35: Preparing 15:54:42 966f89243ffb: Preparing 15:54:42 aa5968d388b8: Preparing 15:54:42 966f89243ffb: Waiting 15:54:42 ef1583ff8e35: Layer already exists 15:54:42 77720dd09e7f: Layer already exists 15:54:42 fffdbd2ba286: Layer already exists 15:54:42 934d4bfba2be: Layer already exists 15:54:42 a82cc02049c2: Layer already exists 15:54:42 966f89243ffb: Layer already exists 15:54:42 aa5968d388b8: Layer already exists 15:54:42 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:dede9a440dc5aff93f656c0484a6736b36ec1b7ce89f08046e5048654e1298a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:42 + 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:54:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 15:54:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:54:43 77720dd09e7f: Preparing 15:54:43 fffdbd2ba286: Preparing 15:54:43 a82cc02049c2: Preparing 15:54:43 934d4bfba2be: Preparing 15:54:43 ef1583ff8e35: Preparing 15:54:43 966f89243ffb: Preparing 15:54:43 aa5968d388b8: Preparing 15:54:43 966f89243ffb: Waiting 15:54:43 aa5968d388b8: Waiting 15:54:43 ef1583ff8e35: Layer already exists 15:54:43 a82cc02049c2: Layer already exists 15:54:43 934d4bfba2be: Layer already exists 15:54:43 fffdbd2ba286: Layer already exists 15:54:43 77720dd09e7f: Layer already exists 15:54:43 aa5968d388b8: Layer already exists 15:54:43 966f89243ffb: Layer already exists 15:54:43 main: digest: sha256:dede9a440dc5aff93f656c0484a6736b36ec1b7ce89f08046e5048654e1298a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:43 ===================================================== [Pipeline] echo 15:54:43 taggedImages: 15:54:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:54:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.94 15:54:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 15:54:43 [edgeXDocker.push] Tagging docker image core-data with the following tags: 15:54:43 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:43 latest 15:54:43 3.0.0-dev.94 15:54:43 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:43 main 15:54:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:43 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:43 + docker push nexus3.edgexfoundry.org:10004/core-data:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:54:43 7560dc91759a: Preparing 15:54:43 784030167a66: Preparing 15:54:43 ef1583ff8e35: Preparing 15:54:43 966f89243ffb: Preparing 15:54:43 aa5968d388b8: Preparing 15:54:43 966f89243ffb: Layer already exists 15:54:43 ef1583ff8e35: Layer already exists 15:54:43 aa5968d388b8: Layer already exists 15:54:43 7560dc91759a: Pushed 15:54:45 784030167a66: Pushed 15:54:45 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:debc6e8f54c8fcde8ef3c334cee379e5d79622ac345368d379cd1c4c7d5d156e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:45 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 15:54:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:54:45 7560dc91759a: Preparing 15:54:45 784030167a66: Preparing 15:54:45 ef1583ff8e35: Preparing 15:54:45 966f89243ffb: Preparing 15:54:45 aa5968d388b8: Preparing 15:54:45 ef1583ff8e35: Layer already exists 15:54:45 784030167a66: Layer already exists 15:54:45 966f89243ffb: Layer already exists 15:54:45 aa5968d388b8: Layer already exists 15:54:45 7560dc91759a: Layer already exists 15:54:45 latest: digest: sha256:debc6e8f54c8fcde8ef3c334cee379e5d79622ac345368d379cd1c4c7d5d156e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:46 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:46 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.94 15:54:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:54:46 7560dc91759a: Preparing 15:54:46 784030167a66: Preparing 15:54:46 ef1583ff8e35: Preparing 15:54:46 966f89243ffb: Preparing 15:54:46 aa5968d388b8: Preparing 15:54:46 784030167a66: Layer already exists 15:54:46 966f89243ffb: Layer already exists 15:54:46 aa5968d388b8: Layer already exists 15:54:46 ef1583ff8e35: Layer already exists 15:54:46 7560dc91759a: Layer already exists 15:54:46 3.0.0-dev.94: digest: sha256:debc6e8f54c8fcde8ef3c334cee379e5d79622ac345368d379cd1c4c7d5d156e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:46 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:47 + docker push nexus3.edgexfoundry.org:10004/core-data:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:54:47 7560dc91759a: Preparing 15:54:47 784030167a66: Preparing 15:54:47 ef1583ff8e35: Preparing 15:54:47 966f89243ffb: Preparing 15:54:47 aa5968d388b8: Preparing 15:54:47 7560dc91759a: Layer already exists 15:54:47 784030167a66: Layer already exists 15:54:47 966f89243ffb: Layer already exists 15:54:47 ef1583ff8e35: Layer already exists 15:54:47 aa5968d388b8: Layer already exists 15:54:47 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:debc6e8f54c8fcde8ef3c334cee379e5d79622ac345368d379cd1c4c7d5d156e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:47 + docker push nexus3.edgexfoundry.org:10004/core-data:main 15:54:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:54:47 7560dc91759a: Preparing 15:54:47 784030167a66: Preparing 15:54:47 ef1583ff8e35: Preparing 15:54:47 966f89243ffb: Preparing 15:54:47 aa5968d388b8: Preparing 15:54:47 966f89243ffb: Layer already exists 15:54:47 7560dc91759a: Layer already exists 15:54:47 784030167a66: Layer already exists 15:54:47 aa5968d388b8: Layer already exists 15:54:47 ef1583ff8e35: Layer already exists 15:54:47 main: digest: sha256:debc6e8f54c8fcde8ef3c334cee379e5d79622ac345368d379cd1c4c7d5d156e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:47 ===================================================== [Pipeline] echo 15:54:47 taggedImages: 15:54:47 - nexus3.edgexfoundry.org:10004/core-data:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:47 - nexus3.edgexfoundry.org:10004/core-data:latest 15:54:47 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.94 15:54:47 - nexus3.edgexfoundry.org:10004/core-data:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:47 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 15:54:47 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 15:54:47 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:47 latest 15:54:47 3.0.0-dev.94 15:54:47 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:47 main 15:54:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:48 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:54:48 aa7a9751407d: Preparing 15:54:48 2d3bc8392c54: Preparing 15:54:48 5b1b26889d9f: Preparing 15:54:48 ef1583ff8e35: Preparing 15:54:48 fe00e62c7389: Preparing 15:54:48 aa5968d388b8: Preparing 15:54:48 ef1583ff8e35: Layer already exists 15:54:48 aa5968d388b8: Layer already exists 15:54:48 aa7a9751407d: Pushed 15:54:48 2d3bc8392c54: Pushed 15:54:48 fe00e62c7389: Pushed 15:54:49 5b1b26889d9f: Pushed 15:54:49 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:55a9b9f45dcbc4bedfce4b8dae0098d76af673140c826a771a8e0a62c6c6bc5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 15:54:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:54:50 aa7a9751407d: Preparing 15:54:50 2d3bc8392c54: Preparing 15:54:50 5b1b26889d9f: Preparing 15:54:50 ef1583ff8e35: Preparing 15:54:50 fe00e62c7389: Preparing 15:54:50 aa5968d388b8: Preparing 15:54:50 aa5968d388b8: Waiting 15:54:50 fe00e62c7389: Layer already exists 15:54:50 2d3bc8392c54: Layer already exists 15:54:50 ef1583ff8e35: Layer already exists 15:54:50 5b1b26889d9f: Layer already exists 15:54:50 aa7a9751407d: Layer already exists 15:54:50 aa5968d388b8: Layer already exists 15:54:50 latest: digest: sha256:55a9b9f45dcbc4bedfce4b8dae0098d76af673140c826a771a8e0a62c6c6bc5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.94 15:54:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:54:51 aa7a9751407d: Preparing 15:54:51 2d3bc8392c54: Preparing 15:54:51 5b1b26889d9f: Preparing 15:54:51 ef1583ff8e35: Preparing 15:54:51 fe00e62c7389: Preparing 15:54:51 aa5968d388b8: Preparing 15:54:51 aa5968d388b8: Waiting 15:54:51 ef1583ff8e35: Layer already exists 15:54:51 5b1b26889d9f: Layer already exists 15:54:51 aa7a9751407d: Layer already exists 15:54:51 2d3bc8392c54: Layer already exists 15:54:51 fe00e62c7389: Layer already exists 15:54:51 aa5968d388b8: Layer already exists 15:54:51 3.0.0-dev.94: digest: sha256:55a9b9f45dcbc4bedfce4b8dae0098d76af673140c826a771a8e0a62c6c6bc5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:51 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:54:51 aa7a9751407d: Preparing 15:54:51 2d3bc8392c54: Preparing 15:54:51 5b1b26889d9f: Preparing 15:54:51 ef1583ff8e35: Preparing 15:54:51 fe00e62c7389: Preparing 15:54:51 aa5968d388b8: Preparing 15:54:51 aa5968d388b8: Waiting 15:54:51 5b1b26889d9f: Layer already exists 15:54:51 2d3bc8392c54: Layer already exists 15:54:51 fe00e62c7389: Layer already exists 15:54:51 ef1583ff8e35: Layer already exists 15:54:51 aa7a9751407d: Layer already exists 15:54:51 aa5968d388b8: Layer already exists 15:54:51 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:55a9b9f45dcbc4bedfce4b8dae0098d76af673140c826a771a8e0a62c6c6bc5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 15:54:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:54:52 aa7a9751407d: Preparing 15:54:52 2d3bc8392c54: Preparing 15:54:52 5b1b26889d9f: Preparing 15:54:52 ef1583ff8e35: Preparing 15:54:52 fe00e62c7389: Preparing 15:54:52 aa5968d388b8: Preparing 15:54:52 aa5968d388b8: Waiting 15:54:52 2d3bc8392c54: Layer already exists 15:54:52 aa7a9751407d: Layer already exists 15:54:52 5b1b26889d9f: Layer already exists 15:54:52 fe00e62c7389: Layer already exists 15:54:52 ef1583ff8e35: Layer already exists 15:54:52 aa5968d388b8: Layer already exists 15:54:52 main: digest: sha256:55a9b9f45dcbc4bedfce4b8dae0098d76af673140c826a771a8e0a62c6c6bc5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:52 ===================================================== [Pipeline] echo 15:54:52 taggedImages: 15:54:52 - nexus3.edgexfoundry.org:10004/core-metadata:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:52 - nexus3.edgexfoundry.org:10004/core-metadata:latest 15:54:52 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.94 15:54:52 - nexus3.edgexfoundry.org:10004/core-metadata:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:52 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 15:54:52 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 15:54:52 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:52 latest 15:54:52 3.0.0-dev.94 15:54:52 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:52 main 15:54:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:52 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:54:53 d82a85f92833: Preparing 15:54:53 d82a85f92833: Preparing 15:54:53 4e1a08e98f15: Preparing 15:54:53 1a49f075ac2e: Preparing 15:54:53 5761ccd9ce71: Preparing 15:54:53 1591068670e8: Preparing 15:54:53 5d377d2a104d: Preparing 15:54:53 ef1583ff8e35: Preparing 15:54:53 21cddb392e42: Preparing 15:54:53 709659835519: Preparing 15:54:53 dc7e8d1b7e7c: Preparing 15:54:53 82ec769e0367: Preparing 15:54:53 aa5968d388b8: Preparing 15:54:53 5d377d2a104d: Waiting 15:54:53 dc7e8d1b7e7c: Waiting 15:54:53 ef1583ff8e35: Waiting 15:54:53 aa5968d388b8: Waiting 15:54:53 82ec769e0367: Waiting 15:54:53 1a49f075ac2e: Pushed 15:54:53 1591068670e8: Pushed 15:54:53 4e1a08e98f15: Pushed 15:54:53 d82a85f92833: Pushed 15:54:53 5761ccd9ce71: Pushed 15:54:53 ef1583ff8e35: Layer already exists 15:54:53 21cddb392e42: Pushed 15:54:53 aa5968d388b8: Layer already exists 15:54:53 82ec769e0367: Pushed 15:54:53 dc7e8d1b7e7c: Pushed 15:54:53 709659835519: Pushed 15:54:54 5d377d2a104d: Pushed 15:54:54 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:3961e18211f188e95aa5a3d3d1bb8c1cc95c3e50ec192be88a25c688159ef3ee size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:54:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:54:55 d82a85f92833: Preparing 15:54:55 d82a85f92833: Preparing 15:54:55 4e1a08e98f15: Preparing 15:54:55 1a49f075ac2e: Preparing 15:54:55 5761ccd9ce71: Preparing 15:54:55 1591068670e8: Preparing 15:54:55 5d377d2a104d: Preparing 15:54:55 ef1583ff8e35: Preparing 15:54:55 21cddb392e42: Preparing 15:54:55 709659835519: Preparing 15:54:55 dc7e8d1b7e7c: Preparing 15:54:55 82ec769e0367: Preparing 15:54:55 aa5968d388b8: Preparing 15:54:55 21cddb392e42: Waiting 15:54:55 709659835519: Waiting 15:54:55 aa5968d388b8: Waiting 15:54:55 dc7e8d1b7e7c: Waiting 15:54:55 5d377d2a104d: Waiting 15:54:55 82ec769e0367: Waiting 15:54:55 ef1583ff8e35: Waiting 15:54:55 1591068670e8: Layer already exists 15:54:55 4e1a08e98f15: Layer already exists 15:54:55 d82a85f92833: Layer already exists 15:54:55 1a49f075ac2e: Layer already exists 15:54:55 5761ccd9ce71: Layer already exists 15:54:55 ef1583ff8e35: Layer already exists 15:54:55 5d377d2a104d: Layer already exists 15:54:55 709659835519: Layer already exists 15:54:55 21cddb392e42: Layer already exists 15:54:55 dc7e8d1b7e7c: Layer already exists 15:54:55 82ec769e0367: Layer already exists 15:54:55 aa5968d388b8: Layer already exists 15:54:55 latest: digest: sha256:3961e18211f188e95aa5a3d3d1bb8c1cc95c3e50ec192be88a25c688159ef3ee size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.94 15:54:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:54:56 d82a85f92833: Preparing 15:54:56 d82a85f92833: Preparing 15:54:56 4e1a08e98f15: Preparing 15:54:56 1a49f075ac2e: Preparing 15:54:56 5761ccd9ce71: Preparing 15:54:56 1591068670e8: Preparing 15:54:56 5d377d2a104d: Preparing 15:54:56 ef1583ff8e35: Preparing 15:54:56 21cddb392e42: Preparing 15:54:56 709659835519: Preparing 15:54:56 dc7e8d1b7e7c: Preparing 15:54:56 82ec769e0367: Preparing 15:54:56 aa5968d388b8: Preparing 15:54:56 ef1583ff8e35: Waiting 15:54:56 21cddb392e42: Waiting 15:54:56 709659835519: Waiting 15:54:56 dc7e8d1b7e7c: Waiting 15:54:56 82ec769e0367: Waiting 15:54:56 aa5968d388b8: Waiting 15:54:56 5d377d2a104d: Waiting 15:54:56 4e1a08e98f15: Layer already exists 15:54:56 1591068670e8: Layer already exists 15:54:56 d82a85f92833: Layer already exists 15:54:56 5761ccd9ce71: Layer already exists 15:54:56 1a49f075ac2e: Layer already exists 15:54:56 ef1583ff8e35: Layer already exists 15:54:56 5d377d2a104d: Layer already exists 15:54:56 709659835519: Layer already exists 15:54:56 dc7e8d1b7e7c: Layer already exists 15:54:56 21cddb392e42: Layer already exists 15:54:56 82ec769e0367: Layer already exists 15:54:56 aa5968d388b8: Layer already exists 15:54:56 3.0.0-dev.94: digest: sha256:3961e18211f188e95aa5a3d3d1bb8c1cc95c3e50ec192be88a25c688159ef3ee size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:56 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:54:56 d82a85f92833: Preparing 15:54:56 d82a85f92833: Preparing 15:54:56 4e1a08e98f15: Preparing 15:54:56 1a49f075ac2e: Preparing 15:54:56 5761ccd9ce71: Preparing 15:54:56 1591068670e8: Preparing 15:54:56 5d377d2a104d: Preparing 15:54:56 ef1583ff8e35: Preparing 15:54:56 21cddb392e42: Preparing 15:54:56 709659835519: Preparing 15:54:56 dc7e8d1b7e7c: Preparing 15:54:56 82ec769e0367: Preparing 15:54:56 aa5968d388b8: Preparing 15:54:56 5d377d2a104d: Waiting 15:54:56 709659835519: Waiting 15:54:56 82ec769e0367: Waiting 15:54:56 dc7e8d1b7e7c: Waiting 15:54:56 21cddb392e42: Waiting 15:54:56 ef1583ff8e35: Waiting 15:54:56 aa5968d388b8: Waiting 15:54:56 1a49f075ac2e: Layer already exists 15:54:56 4e1a08e98f15: Layer already exists 15:54:56 1591068670e8: Layer already exists 15:54:56 5761ccd9ce71: Layer already exists 15:54:56 d82a85f92833: Layer already exists 15:54:56 ef1583ff8e35: Layer already exists 15:54:56 5d377d2a104d: Layer already exists 15:54:56 21cddb392e42: Layer already exists 15:54:56 709659835519: Layer already exists 15:54:56 dc7e8d1b7e7c: Layer already exists 15:54:56 82ec769e0367: Layer already exists 15:54:56 aa5968d388b8: Layer already exists 15:54:56 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:3961e18211f188e95aa5a3d3d1bb8c1cc95c3e50ec192be88a25c688159ef3ee size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 15:54:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:54:57 d82a85f92833: Preparing 15:54:57 d82a85f92833: Preparing 15:54:57 4e1a08e98f15: Preparing 15:54:57 1a49f075ac2e: Preparing 15:54:57 5761ccd9ce71: Preparing 15:54:57 1591068670e8: Preparing 15:54:57 5d377d2a104d: Preparing 15:54:57 ef1583ff8e35: Preparing 15:54:57 21cddb392e42: Preparing 15:54:57 709659835519: Preparing 15:54:57 dc7e8d1b7e7c: Preparing 15:54:57 82ec769e0367: Preparing 15:54:57 aa5968d388b8: Preparing 15:54:57 21cddb392e42: Waiting 15:54:57 709659835519: Waiting 15:54:57 dc7e8d1b7e7c: Waiting 15:54:57 5d377d2a104d: Waiting 15:54:57 aa5968d388b8: Waiting 15:54:57 82ec769e0367: Waiting 15:54:57 ef1583ff8e35: Waiting 15:54:57 1591068670e8: Layer already exists 15:54:57 4e1a08e98f15: Layer already exists 15:54:57 d82a85f92833: Layer already exists 15:54:57 5761ccd9ce71: Layer already exists 15:54:57 1a49f075ac2e: Layer already exists 15:54:57 5d377d2a104d: Layer already exists 15:54:57 ef1583ff8e35: Layer already exists 15:54:57 709659835519: Layer already exists 15:54:57 dc7e8d1b7e7c: Layer already exists 15:54:57 21cddb392e42: Layer already exists 15:54:57 82ec769e0367: Layer already exists 15:54:57 aa5968d388b8: Layer already exists 15:54:57 main: digest: sha256:3961e18211f188e95aa5a3d3d1bb8c1cc95c3e50ec192be88a25c688159ef3ee size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:57 ===================================================== [Pipeline] echo 15:54:57 taggedImages: 15:54:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:54:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.94 15:54:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 15:54:57 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 15:54:57 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:57 latest 15:54:57 3.0.0-dev.94 15:54:57 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:54:57 main 15:54:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:57 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:54:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:54:57 bf91d4ff548b: Preparing 15:54:57 5ef89edfa14e: Preparing 15:54:57 4d7b5ee4613b: Preparing 15:54:57 d565e4766772: Preparing 15:54:57 ef1583ff8e35: Preparing 15:54:57 966f89243ffb: Preparing 15:54:57 aa5968d388b8: Preparing 15:54:57 966f89243ffb: Waiting 15:54:57 aa5968d388b8: Waiting 15:54:57 ef1583ff8e35: Layer already exists 15:54:57 966f89243ffb: Layer already exists 15:54:57 aa5968d388b8: Layer already exists 15:54:58 bf91d4ff548b: Pushed 15:54:59 4d7b5ee4613b: Pushed 15:54:59 5ef89edfa14e: Pushed 15:55:00 d565e4766772: Pushed 15:55:00 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:35036e69553fa3fe6494b891127a609abfb1cd93b7c162b85e2e70ee5b012f86 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:00 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 15:55:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:55:01 bf91d4ff548b: Preparing 15:55:01 5ef89edfa14e: Preparing 15:55:01 4d7b5ee4613b: Preparing 15:55:01 d565e4766772: Preparing 15:55:01 ef1583ff8e35: Preparing 15:55:01 966f89243ffb: Preparing 15:55:01 aa5968d388b8: Preparing 15:55:01 966f89243ffb: Waiting 15:55:01 5ef89edfa14e: Layer already exists 15:55:01 4d7b5ee4613b: Layer already exists 15:55:01 bf91d4ff548b: Layer already exists 15:55:01 d565e4766772: Layer already exists 15:55:01 ef1583ff8e35: Layer already exists 15:55:01 966f89243ffb: Layer already exists 15:55:01 aa5968d388b8: Layer already exists 15:55:01 latest: digest: sha256:35036e69553fa3fe6494b891127a609abfb1cd93b7c162b85e2e70ee5b012f86 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.94 15:55:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:55:01 bf91d4ff548b: Preparing 15:55:01 5ef89edfa14e: Preparing 15:55:01 4d7b5ee4613b: Preparing 15:55:01 d565e4766772: Preparing 15:55:01 ef1583ff8e35: Preparing 15:55:01 966f89243ffb: Preparing 15:55:01 aa5968d388b8: Preparing 15:55:01 aa5968d388b8: Waiting 15:55:01 966f89243ffb: Waiting 15:55:01 bf91d4ff548b: Layer already exists 15:55:01 4d7b5ee4613b: Layer already exists 15:55:01 d565e4766772: Layer already exists 15:55:01 ef1583ff8e35: Layer already exists 15:55:01 5ef89edfa14e: Layer already exists 15:55:01 aa5968d388b8: Layer already exists 15:55:01 966f89243ffb: Layer already exists 15:55:01 3.0.0-dev.94: digest: sha256:35036e69553fa3fe6494b891127a609abfb1cd93b7c162b85e2e70ee5b012f86 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:02 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:55:02 bf91d4ff548b: Preparing 15:55:02 5ef89edfa14e: Preparing 15:55:02 4d7b5ee4613b: Preparing 15:55:02 d565e4766772: Preparing 15:55:02 ef1583ff8e35: Preparing 15:55:02 966f89243ffb: Preparing 15:55:02 aa5968d388b8: Preparing 15:55:02 966f89243ffb: Waiting 15:55:02 aa5968d388b8: Waiting 15:55:02 d565e4766772: Layer already exists 15:55:02 ef1583ff8e35: Layer already exists 15:55:02 5ef89edfa14e: Layer already exists 15:55:02 4d7b5ee4613b: Layer already exists 15:55:02 bf91d4ff548b: Layer already exists 15:55:02 966f89243ffb: Layer already exists 15:55:02 aa5968d388b8: Layer already exists 15:55:02 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:35036e69553fa3fe6494b891127a609abfb1cd93b7c162b85e2e70ee5b012f86 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:02 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 15:55:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:55:03 bf91d4ff548b: Preparing 15:55:03 5ef89edfa14e: Preparing 15:55:03 4d7b5ee4613b: Preparing 15:55:03 d565e4766772: Preparing 15:55:03 ef1583ff8e35: Preparing 15:55:03 966f89243ffb: Preparing 15:55:03 aa5968d388b8: Preparing 15:55:03 966f89243ffb: Waiting 15:55:03 aa5968d388b8: Waiting 15:55:03 d565e4766772: Layer already exists 15:55:03 ef1583ff8e35: Layer already exists 15:55:03 4d7b5ee4613b: Layer already exists 15:55:03 bf91d4ff548b: Layer already exists 15:55:03 5ef89edfa14e: Layer already exists 15:55:03 966f89243ffb: Layer already exists 15:55:03 aa5968d388b8: Layer already exists 15:55:03 main: digest: sha256:35036e69553fa3fe6494b891127a609abfb1cd93b7c162b85e2e70ee5b012f86 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:03 ===================================================== [Pipeline] echo 15:55:03 taggedImages: 15:55:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 15:55:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.94 15:55:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 15:55:03 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 15:55:03 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:03 latest 15:55:03 3.0.0-dev.94 15:55:03 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:03 main 15:55:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:03 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:55:03 98f0754b5506: Preparing 15:55:03 0f900803bc46: Preparing 15:55:03 4b30d8a5d440: Preparing 15:55:03 e25847754e23: Preparing 15:55:03 6a33589e56a5: Preparing 15:55:03 495e83dd60f8: Preparing 15:55:03 aa5968d388b8: Preparing 15:55:03 495e83dd60f8: Waiting 15:55:03 aa5968d388b8: Waiting 15:55:03 98f0754b5506: Pushed 15:55:03 6a33589e56a5: Pushed 15:55:03 e25847754e23: Pushed 15:55:03 0f900803bc46: Pushed 15:55:03 aa5968d388b8: Layer already exists 15:55:03 495e83dd60f8: Pushed 15:55:04 4b30d8a5d440: Pushed 15:55:05 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:c937d6d8237036c8afd55fe52dc2ebc994a094e45e840fd87d8727a3cac9ad3e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:05 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:55:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:55:05 98f0754b5506: Preparing 15:55:05 0f900803bc46: Preparing 15:55:05 4b30d8a5d440: Preparing 15:55:05 e25847754e23: Preparing 15:55:05 6a33589e56a5: Preparing 15:55:05 495e83dd60f8: Preparing 15:55:05 aa5968d388b8: Preparing 15:55:05 aa5968d388b8: Waiting 15:55:05 495e83dd60f8: Waiting 15:55:05 6a33589e56a5: Layer already exists 15:55:05 0f900803bc46: Layer already exists 15:55:05 98f0754b5506: Layer already exists 15:55:05 4b30d8a5d440: Layer already exists 15:55:05 e25847754e23: Layer already exists 15:55:05 495e83dd60f8: Layer already exists 15:55:05 aa5968d388b8: Layer already exists 15:55:05 latest: digest: sha256:c937d6d8237036c8afd55fe52dc2ebc994a094e45e840fd87d8727a3cac9ad3e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.94 15:55:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:55:06 98f0754b5506: Preparing 15:55:06 0f900803bc46: Preparing 15:55:06 4b30d8a5d440: Preparing 15:55:06 e25847754e23: Preparing 15:55:06 6a33589e56a5: Preparing 15:55:06 495e83dd60f8: Preparing 15:55:06 aa5968d388b8: Preparing 15:55:06 495e83dd60f8: Waiting 15:55:06 aa5968d388b8: Waiting 15:55:06 e25847754e23: Layer already exists 15:55:06 98f0754b5506: Layer already exists 15:55:06 0f900803bc46: Layer already exists 15:55:06 4b30d8a5d440: Layer already exists 15:55:06 6a33589e56a5: Layer already exists 15:55:06 495e83dd60f8: Layer already exists 15:55:06 aa5968d388b8: Layer already exists 15:55:06 3.0.0-dev.94: digest: sha256:c937d6d8237036c8afd55fe52dc2ebc994a094e45e840fd87d8727a3cac9ad3e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:55:07 98f0754b5506: Preparing 15:55:07 0f900803bc46: Preparing 15:55:07 4b30d8a5d440: Preparing 15:55:07 e25847754e23: Preparing 15:55:07 6a33589e56a5: Preparing 15:55:07 495e83dd60f8: Preparing 15:55:07 aa5968d388b8: Preparing 15:55:07 495e83dd60f8: Waiting 15:55:07 4b30d8a5d440: Layer already exists 15:55:07 6a33589e56a5: Layer already exists 15:55:07 98f0754b5506: Layer already exists 15:55:07 0f900803bc46: Layer already exists 15:55:07 e25847754e23: Layer already exists 15:55:07 aa5968d388b8: Layer already exists 15:55:07 495e83dd60f8: Layer already exists 15:55:07 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:c937d6d8237036c8afd55fe52dc2ebc994a094e45e840fd87d8727a3cac9ad3e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 15:55:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:55:07 98f0754b5506: Preparing 15:55:07 0f900803bc46: Preparing 15:55:07 4b30d8a5d440: Preparing 15:55:07 e25847754e23: Preparing 15:55:07 6a33589e56a5: Preparing 15:55:07 495e83dd60f8: Preparing 15:55:07 aa5968d388b8: Preparing 15:55:07 495e83dd60f8: Waiting 15:55:07 aa5968d388b8: Waiting 15:55:07 4b30d8a5d440: Layer already exists 15:55:07 6a33589e56a5: Layer already exists 15:55:07 0f900803bc46: Layer already exists 15:55:07 98f0754b5506: Layer already exists 15:55:07 e25847754e23: Layer already exists 15:55:07 495e83dd60f8: Layer already exists 15:55:07 aa5968d388b8: Layer already exists 15:55:07 main: digest: sha256:c937d6d8237036c8afd55fe52dc2ebc994a094e45e840fd87d8727a3cac9ad3e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:07 ===================================================== [Pipeline] echo 15:55:07 taggedImages: 15:55:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:55:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.94 15:55:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 15:55:07 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 15:55:07 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:07 latest 15:55:07 3.0.0-dev.94 15:55:07 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:07 main 15:55:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:08 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:55:08 e8ad682b313f: Preparing 15:55:08 3d245b24d81b: Preparing 15:55:08 d2ddcd30ef8f: Preparing 15:55:08 0387d43e56d9: Preparing 15:55:08 b4a6a00d820c: Preparing 15:55:08 8cc56f2a73b9: Preparing 15:55:08 05eff5335141: Preparing 15:55:08 3add801eeb86: Preparing 15:55:08 aa5968d388b8: Preparing 15:55:08 05eff5335141: Waiting 15:55:08 8cc56f2a73b9: Waiting 15:55:08 3add801eeb86: Waiting 15:55:08 e8ad682b313f: Pushed 15:55:08 3d245b24d81b: Pushed 15:55:08 b4a6a00d820c: Pushed 15:55:08 8cc56f2a73b9: Pushed 15:55:08 aa5968d388b8: Layer already exists 15:55:08 05eff5335141: Pushed 15:55:08 3add801eeb86: Pushed 15:55:09 0387d43e56d9: Pushed 15:55:10 d2ddcd30ef8f: Pushed 15:55:10 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:2a3e1b0cb66f9317b637c237a96576bf7f5308e8db052aa97ce162686ac5bd18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:10 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:55:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:55:11 e8ad682b313f: Preparing 15:55:11 3d245b24d81b: Preparing 15:55:11 d2ddcd30ef8f: Preparing 15:55:11 0387d43e56d9: Preparing 15:55:11 b4a6a00d820c: Preparing 15:55:11 8cc56f2a73b9: Preparing 15:55:11 05eff5335141: Preparing 15:55:11 3add801eeb86: Preparing 15:55:11 aa5968d388b8: Preparing 15:55:11 8cc56f2a73b9: Waiting 15:55:11 05eff5335141: Waiting 15:55:11 3add801eeb86: Waiting 15:55:11 aa5968d388b8: Waiting 15:55:11 d2ddcd30ef8f: Layer already exists 15:55:11 0387d43e56d9: Layer already exists 15:55:11 b4a6a00d820c: Layer already exists 15:55:11 3d245b24d81b: Layer already exists 15:55:11 e8ad682b313f: Layer already exists 15:55:11 8cc56f2a73b9: Layer already exists 15:55:11 05eff5335141: Layer already exists 15:55:11 3add801eeb86: Layer already exists 15:55:11 aa5968d388b8: Layer already exists 15:55:11 latest: digest: sha256:2a3e1b0cb66f9317b637c237a96576bf7f5308e8db052aa97ce162686ac5bd18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:11 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.94 15:55:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:55:11 e8ad682b313f: Preparing 15:55:11 3d245b24d81b: Preparing 15:55:11 d2ddcd30ef8f: Preparing 15:55:11 0387d43e56d9: Preparing 15:55:11 b4a6a00d820c: Preparing 15:55:11 8cc56f2a73b9: Preparing 15:55:11 05eff5335141: Preparing 15:55:11 3add801eeb86: Preparing 15:55:11 aa5968d388b8: Preparing 15:55:11 05eff5335141: Waiting 15:55:11 aa5968d388b8: Waiting 15:55:11 3add801eeb86: Waiting 15:55:11 8cc56f2a73b9: Waiting 15:55:11 3d245b24d81b: Layer already exists 15:55:11 0387d43e56d9: Layer already exists 15:55:11 b4a6a00d820c: Layer already exists 15:55:11 e8ad682b313f: Layer already exists 15:55:11 d2ddcd30ef8f: Layer already exists 15:55:11 05eff5335141: Layer already exists 15:55:11 8cc56f2a73b9: Layer already exists 15:55:11 3add801eeb86: Layer already exists 15:55:11 aa5968d388b8: Layer already exists 15:55:11 3.0.0-dev.94: digest: sha256:2a3e1b0cb66f9317b637c237a96576bf7f5308e8db052aa97ce162686ac5bd18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:55:12 e8ad682b313f: Preparing 15:55:12 3d245b24d81b: Preparing 15:55:12 d2ddcd30ef8f: Preparing 15:55:12 0387d43e56d9: Preparing 15:55:12 b4a6a00d820c: Preparing 15:55:12 8cc56f2a73b9: Preparing 15:55:12 05eff5335141: Preparing 15:55:12 3add801eeb86: Preparing 15:55:12 aa5968d388b8: Preparing 15:55:12 8cc56f2a73b9: Waiting 15:55:12 05eff5335141: Waiting 15:55:12 aa5968d388b8: Waiting 15:55:12 e8ad682b313f: Layer already exists 15:55:12 d2ddcd30ef8f: Layer already exists 15:55:12 b4a6a00d820c: Layer already exists 15:55:12 0387d43e56d9: Layer already exists 15:55:12 3d245b24d81b: Layer already exists 15:55:12 8cc56f2a73b9: Layer already exists 15:55:12 3add801eeb86: Layer already exists 15:55:12 aa5968d388b8: Layer already exists 15:55:12 05eff5335141: Layer already exists 15:55:12 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:2a3e1b0cb66f9317b637c237a96576bf7f5308e8db052aa97ce162686ac5bd18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 15:55:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:55:12 e8ad682b313f: Preparing 15:55:12 3d245b24d81b: Preparing 15:55:12 d2ddcd30ef8f: Preparing 15:55:12 0387d43e56d9: Preparing 15:55:12 b4a6a00d820c: Preparing 15:55:12 8cc56f2a73b9: Preparing 15:55:12 05eff5335141: Preparing 15:55:12 3add801eeb86: Preparing 15:55:12 aa5968d388b8: Preparing 15:55:12 8cc56f2a73b9: Waiting 15:55:12 05eff5335141: Waiting 15:55:12 aa5968d388b8: Waiting 15:55:12 0387d43e56d9: Layer already exists 15:55:12 b4a6a00d820c: Layer already exists 15:55:12 d2ddcd30ef8f: Layer already exists 15:55:12 e8ad682b313f: Layer already exists 15:55:12 3d245b24d81b: Layer already exists 15:55:12 8cc56f2a73b9: Layer already exists 15:55:12 05eff5335141: Layer already exists 15:55:12 aa5968d388b8: Layer already exists 15:55:12 3add801eeb86: Layer already exists 15:55:12 main: digest: sha256:2a3e1b0cb66f9317b637c237a96576bf7f5308e8db052aa97ce162686ac5bd18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:13 ===================================================== [Pipeline] echo 15:55:13 taggedImages: 15:55:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:55:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.94 15:55:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 15:55:13 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 15:55:13 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:13 latest 15:55:13 3.0.0-dev.94 15:55:13 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:13 main 15:55:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:13 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:55:13 fc700a168343: Preparing 15:55:13 0e934042d3bd: Preparing 15:55:13 ef1583ff8e35: Preparing 15:55:13 8b94fa8caf89: Preparing 15:55:13 4e6476652798: Preparing 15:55:13 4e6476652798: Layer already exists 15:55:13 ef1583ff8e35: Layer already exists 15:55:13 fc700a168343: Pushed 15:55:14 8b94fa8caf89: Pushed 15:55:15 0e934042d3bd: Pushed 15:55:15 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:c9b648aae8f2383866c680e0cdae0933acab0d5c8ca9fa8fe2d528f40ca846da size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:16 + 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:55:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:55:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:55:16 fc700a168343: Preparing 15:55:16 0e934042d3bd: Preparing 15:55:16 ef1583ff8e35: Preparing 15:55:16 8b94fa8caf89: Preparing 15:55:16 4e6476652798: Preparing 15:55:16 fc700a168343: Layer already exists 15:55:16 8b94fa8caf89: Layer already exists 15:55:16 ef1583ff8e35: Layer already exists 15:55:16 4e6476652798: Layer already exists 15:55:16 0e934042d3bd: Layer already exists 15:55:16 latest: digest: sha256:c9b648aae8f2383866c680e0cdae0933acab0d5c8ca9fa8fe2d528f40ca846da size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:16 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.94 15:55:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:55:17 fc700a168343: Preparing 15:55:17 0e934042d3bd: Preparing 15:55:17 ef1583ff8e35: Preparing 15:55:17 8b94fa8caf89: Preparing 15:55:17 4e6476652798: Preparing 15:55:17 ef1583ff8e35: Layer already exists 15:55:17 4e6476652798: Layer already exists 15:55:17 8b94fa8caf89: Layer already exists 15:55:17 fc700a168343: Layer already exists 15:55:17 0e934042d3bd: Layer already exists 15:55:17 3.0.0-dev.94: digest: sha256:c9b648aae8f2383866c680e0cdae0933acab0d5c8ca9fa8fe2d528f40ca846da size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:17 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:55:17 fc700a168343: Preparing 15:55:17 0e934042d3bd: Preparing 15:55:17 ef1583ff8e35: Preparing 15:55:17 8b94fa8caf89: Preparing 15:55:17 4e6476652798: Preparing 15:55:17 ef1583ff8e35: Layer already exists 15:55:17 fc700a168343: Layer already exists 15:55:17 0e934042d3bd: Layer already exists 15:55:17 4e6476652798: Layer already exists 15:55:17 8b94fa8caf89: Layer already exists 15:55:17 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:c9b648aae8f2383866c680e0cdae0933acab0d5c8ca9fa8fe2d528f40ca846da size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:17 + 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:55:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 15:55:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:55:18 fc700a168343: Preparing 15:55:18 0e934042d3bd: Preparing 15:55:18 ef1583ff8e35: Preparing 15:55:18 8b94fa8caf89: Preparing 15:55:18 4e6476652798: Preparing 15:55:18 4e6476652798: Layer already exists 15:55:18 8b94fa8caf89: Layer already exists 15:55:18 ef1583ff8e35: Layer already exists 15:55:18 0e934042d3bd: Layer already exists 15:55:18 fc700a168343: Layer already exists 15:55:18 main: digest: sha256:c9b648aae8f2383866c680e0cdae0933acab0d5c8ca9fa8fe2d528f40ca846da size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:18 ===================================================== [Pipeline] echo 15:55:18 taggedImages: 15:55:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:55:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.94 15:55:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 15:55:18 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 15:55:18 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:18 latest 15:55:18 3.0.0-dev.94 15:55:18 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:18 main 15:55:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:55:18 1da97e43203c: Preparing 15:55:18 a56994da7f01: Preparing 15:55:18 d03d5738b991: Preparing 15:55:18 db994326191c: Preparing 15:55:18 2c934b78ac05: Preparing 15:55:18 89fc00b41fa8: Preparing 15:55:18 4e6476652798: Preparing 15:55:18 89fc00b41fa8: Waiting 15:55:18 4e6476652798: Waiting 15:55:18 d03d5738b991: Pushed 15:55:18 a56994da7f01: Pushed 15:55:18 1da97e43203c: Pushed 15:55:18 4e6476652798: Layer already exists 15:55:19 89fc00b41fa8: Pushed 15:55:22 2c934b78ac05: Pushed 15:55:26 db994326191c: Pushed 15:55:26 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:c3c8f731855c1d4ddd125fb269b612c4a5d74150b684e78c82528bc443297fcd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:26 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:55:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:55:26 1da97e43203c: Preparing 15:55:26 a56994da7f01: Preparing 15:55:26 d03d5738b991: Preparing 15:55:26 db994326191c: Preparing 15:55:26 2c934b78ac05: Preparing 15:55:26 89fc00b41fa8: Preparing 15:55:26 4e6476652798: Preparing 15:55:26 4e6476652798: Waiting 15:55:26 89fc00b41fa8: Waiting 15:55:26 d03d5738b991: Layer already exists 15:55:26 db994326191c: Layer already exists 15:55:26 1da97e43203c: Layer already exists 15:55:26 a56994da7f01: Layer already exists 15:55:26 2c934b78ac05: Layer already exists 15:55:26 4e6476652798: Layer already exists 15:55:26 89fc00b41fa8: Layer already exists 15:55:26 latest: digest: sha256:c3c8f731855c1d4ddd125fb269b612c4a5d74150b684e78c82528bc443297fcd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.94 15:55:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:55:27 1da97e43203c: Preparing 15:55:27 a56994da7f01: Preparing 15:55:27 d03d5738b991: Preparing 15:55:27 db994326191c: Preparing 15:55:27 2c934b78ac05: Preparing 15:55:27 89fc00b41fa8: Preparing 15:55:27 4e6476652798: Preparing 15:55:27 89fc00b41fa8: Waiting 15:55:27 1da97e43203c: Layer already exists 15:55:27 db994326191c: Layer already exists 15:55:27 d03d5738b991: Layer already exists 15:55:27 2c934b78ac05: Layer already exists 15:55:27 a56994da7f01: Layer already exists 15:55:27 4e6476652798: Layer already exists 15:55:27 89fc00b41fa8: Layer already exists 15:55:27 3.0.0-dev.94: digest: sha256:c3c8f731855c1d4ddd125fb269b612c4a5d74150b684e78c82528bc443297fcd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:55:28 1da97e43203c: Preparing 15:55:28 a56994da7f01: Preparing 15:55:28 d03d5738b991: Preparing 15:55:28 db994326191c: Preparing 15:55:28 2c934b78ac05: Preparing 15:55:28 89fc00b41fa8: Preparing 15:55:28 4e6476652798: Preparing 15:55:28 89fc00b41fa8: Waiting 15:55:28 4e6476652798: Waiting 15:55:28 d03d5738b991: Layer already exists 15:55:28 a56994da7f01: Layer already exists 15:55:28 1da97e43203c: Layer already exists 15:55:28 db994326191c: Layer already exists 15:55:28 2c934b78ac05: Layer already exists 15:55:28 89fc00b41fa8: Layer already exists 15:55:28 4e6476652798: Layer already exists 15:55:28 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:c3c8f731855c1d4ddd125fb269b612c4a5d74150b684e78c82528bc443297fcd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 15:55:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:55:28 1da97e43203c: Preparing 15:55:28 a56994da7f01: Preparing 15:55:28 d03d5738b991: Preparing 15:55:28 db994326191c: Preparing 15:55:28 2c934b78ac05: Preparing 15:55:28 89fc00b41fa8: Preparing 15:55:28 4e6476652798: Preparing 15:55:28 89fc00b41fa8: Waiting 15:55:28 4e6476652798: Waiting 15:55:28 d03d5738b991: Layer already exists 15:55:28 a56994da7f01: Layer already exists 15:55:28 1da97e43203c: Layer already exists 15:55:28 2c934b78ac05: Layer already exists 15:55:28 db994326191c: Layer already exists 15:55:28 89fc00b41fa8: Layer already exists 15:55:28 4e6476652798: Layer already exists 15:55:28 main: digest: sha256:c3c8f731855c1d4ddd125fb269b612c4a5d74150b684e78c82528bc443297fcd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:28 ===================================================== [Pipeline] echo 15:55:28 taggedImages: 15:55:28 - nexus3.edgexfoundry.org:10004/security-spire-agent:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:28 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:55:28 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.94 15:55:28 - nexus3.edgexfoundry.org:10004/security-spire-agent:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:28 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 15:55:28 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 15:55:28 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:28 latest 15:55:28 3.0.0-dev.94 15:55:28 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:28 main 15:55:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:55:29 463a0dd3d664: Preparing 15:55:29 52a72e20a55b: Preparing 15:55:29 e0fef244c0de: Preparing 15:55:29 e69d3d284a17: Preparing 15:55:29 dfce8e5ee932: Preparing 15:55:29 4e6476652798: Preparing 15:55:29 52a72e20a55b: Pushed 15:55:29 463a0dd3d664: Pushed 15:55:29 4e6476652798: Layer already exists 15:55:29 e0fef244c0de: Pushed 15:55:29 dfce8e5ee932: Pushed 15:55:36 e69d3d284a17: Pushed 15:55:36 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:1a57ff2e04013bcf9889f2eec224aa6f8a84599d3ed6b0a45ba3a19c5518ba80 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:36 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:55:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:55:36 463a0dd3d664: Preparing 15:55:36 52a72e20a55b: Preparing 15:55:36 e0fef244c0de: Preparing 15:55:36 e69d3d284a17: Preparing 15:55:36 dfce8e5ee932: Preparing 15:55:36 4e6476652798: Preparing 15:55:36 4e6476652798: Waiting 15:55:36 463a0dd3d664: Layer already exists 15:55:36 e69d3d284a17: Layer already exists 15:55:36 52a72e20a55b: Layer already exists 15:55:36 dfce8e5ee932: Layer already exists 15:55:36 e0fef244c0de: Layer already exists 15:55:36 4e6476652798: Layer already exists 15:55:36 latest: digest: sha256:1a57ff2e04013bcf9889f2eec224aa6f8a84599d3ed6b0a45ba3a19c5518ba80 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:37 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.94 15:55:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:55:37 463a0dd3d664: Preparing 15:55:37 52a72e20a55b: Preparing 15:55:37 e0fef244c0de: Preparing 15:55:37 e69d3d284a17: Preparing 15:55:37 dfce8e5ee932: Preparing 15:55:37 4e6476652798: Preparing 15:55:37 4e6476652798: Waiting 15:55:37 dfce8e5ee932: Layer already exists 15:55:37 52a72e20a55b: Layer already exists 15:55:37 e69d3d284a17: Layer already exists 15:55:37 e0fef244c0de: Layer already exists 15:55:37 463a0dd3d664: Layer already exists 15:55:37 4e6476652798: Layer already exists 15:55:37 3.0.0-dev.94: digest: sha256:1a57ff2e04013bcf9889f2eec224aa6f8a84599d3ed6b0a45ba3a19c5518ba80 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:37 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:55:37 463a0dd3d664: Preparing 15:55:37 52a72e20a55b: Preparing 15:55:37 e0fef244c0de: Preparing 15:55:37 e69d3d284a17: Preparing 15:55:37 dfce8e5ee932: Preparing 15:55:37 4e6476652798: Preparing 15:55:37 4e6476652798: Waiting 15:55:37 52a72e20a55b: Layer already exists 15:55:37 e69d3d284a17: Layer already exists 15:55:37 dfce8e5ee932: Layer already exists 15:55:37 e0fef244c0de: Layer already exists 15:55:37 463a0dd3d664: Layer already exists 15:55:37 4e6476652798: Layer already exists 15:55:37 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:1a57ff2e04013bcf9889f2eec224aa6f8a84599d3ed6b0a45ba3a19c5518ba80 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:38 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 15:55:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:55:38 463a0dd3d664: Preparing 15:55:38 52a72e20a55b: Preparing 15:55:38 e0fef244c0de: Preparing 15:55:38 e69d3d284a17: Preparing 15:55:38 dfce8e5ee932: Preparing 15:55:38 4e6476652798: Preparing 15:55:38 4e6476652798: Waiting 15:55:38 463a0dd3d664: Layer already exists 15:55:38 dfce8e5ee932: Layer already exists 15:55:38 e69d3d284a17: Layer already exists 15:55:38 52a72e20a55b: Layer already exists 15:55:38 e0fef244c0de: Layer already exists 15:55:38 4e6476652798: Layer already exists 15:55:38 main: digest: sha256:1a57ff2e04013bcf9889f2eec224aa6f8a84599d3ed6b0a45ba3a19c5518ba80 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:38 ===================================================== [Pipeline] echo 15:55:38 taggedImages: 15:55:38 - nexus3.edgexfoundry.org:10004/security-spire-config:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:38 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:55:38 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.94 15:55:38 - nexus3.edgexfoundry.org:10004/security-spire-config:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:38 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 15:55:38 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 15:55:38 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:38 latest 15:55:38 3.0.0-dev.94 15:55:38 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:38 main 15:55:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:38 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:55:39 e84b0eb5d71b: Preparing 15:55:39 d094f324d1df: Preparing 15:55:39 6a9a923a1c89: Preparing 15:55:39 e69d3d284a17: Preparing 15:55:39 5874996dc0cf: Preparing 15:55:39 4e6476652798: Preparing 15:55:39 4e6476652798: Waiting 15:55:39 e69d3d284a17: Layer already exists 15:55:39 4e6476652798: Layer already exists 15:55:39 6a9a923a1c89: Pushed 15:55:39 e84b0eb5d71b: Pushed 15:55:39 d094f324d1df: Pushed 15:55:39 5874996dc0cf: Pushed 15:55:40 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:2087abd1ad5d31514b5d316644ade1be7498063c2fd3003ffc261625e7e81c96 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:40 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:55:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:55:40 e84b0eb5d71b: Preparing 15:55:40 d094f324d1df: Preparing 15:55:40 6a9a923a1c89: Preparing 15:55:40 e69d3d284a17: Preparing 15:55:40 5874996dc0cf: Preparing 15:55:40 4e6476652798: Preparing 15:55:40 4e6476652798: Waiting 15:55:40 e84b0eb5d71b: Layer already exists 15:55:40 d094f324d1df: Layer already exists 15:55:40 5874996dc0cf: Layer already exists 15:55:40 e69d3d284a17: Layer already exists 15:55:40 6a9a923a1c89: Layer already exists 15:55:40 4e6476652798: Layer already exists 15:55:40 latest: digest: sha256:2087abd1ad5d31514b5d316644ade1be7498063c2fd3003ffc261625e7e81c96 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:40 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.94 15:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:55:41 e84b0eb5d71b: Preparing 15:55:41 d094f324d1df: Preparing 15:55:41 6a9a923a1c89: Preparing 15:55:41 e69d3d284a17: Preparing 15:55:41 5874996dc0cf: Preparing 15:55:41 4e6476652798: Preparing 15:55:41 4e6476652798: Waiting 15:55:41 e84b0eb5d71b: Layer already exists 15:55:41 d094f324d1df: Layer already exists 15:55:41 5874996dc0cf: Layer already exists 15:55:41 6a9a923a1c89: Layer already exists 15:55:41 e69d3d284a17: Layer already exists 15:55:41 4e6476652798: Layer already exists 15:55:41 3.0.0-dev.94: digest: sha256:2087abd1ad5d31514b5d316644ade1be7498063c2fd3003ffc261625e7e81c96 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:41 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:55:42 e84b0eb5d71b: Preparing 15:55:42 d094f324d1df: Preparing 15:55:42 6a9a923a1c89: Preparing 15:55:42 e69d3d284a17: Preparing 15:55:42 5874996dc0cf: Preparing 15:55:42 4e6476652798: Preparing 15:55:42 4e6476652798: Waiting 15:55:42 d094f324d1df: Layer already exists 15:55:42 e69d3d284a17: Layer already exists 15:55:42 e84b0eb5d71b: Layer already exists 15:55:42 5874996dc0cf: Layer already exists 15:55:42 6a9a923a1c89: Layer already exists 15:55:42 4e6476652798: Layer already exists 15:55:42 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:2087abd1ad5d31514b5d316644ade1be7498063c2fd3003ffc261625e7e81c96 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 15:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:55:42 e84b0eb5d71b: Preparing 15:55:42 d094f324d1df: Preparing 15:55:42 6a9a923a1c89: Preparing 15:55:42 e69d3d284a17: Preparing 15:55:42 5874996dc0cf: Preparing 15:55:42 4e6476652798: Preparing 15:55:42 4e6476652798: Waiting 15:55:42 6a9a923a1c89: Layer already exists 15:55:42 e69d3d284a17: Layer already exists 15:55:42 5874996dc0cf: Layer already exists 15:55:42 d094f324d1df: Layer already exists 15:55:42 e84b0eb5d71b: Layer already exists 15:55:42 4e6476652798: Layer already exists 15:55:42 main: digest: sha256:2087abd1ad5d31514b5d316644ade1be7498063c2fd3003ffc261625e7e81c96 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:42 ===================================================== [Pipeline] echo 15:55:42 taggedImages: 15:55:42 - nexus3.edgexfoundry.org:10004/security-spire-server:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:42 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:55:42 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.94 15:55:42 - nexus3.edgexfoundry.org:10004/security-spire-server:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:42 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 15:55:42 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 15:55:42 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:42 latest 15:55:42 3.0.0-dev.94 15:55:42 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:42 main 15:55:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:55:43 b67a1d3dcb62: Preparing 15:55:43 5ae39f05db53: Preparing 15:55:43 ef1583ff8e35: Preparing 15:55:43 bd316a75f28f: Preparing 15:55:43 aa5968d388b8: Preparing 15:55:43 aa5968d388b8: Layer already exists 15:55:43 ef1583ff8e35: Layer already exists 15:55:43 b67a1d3dcb62: Pushed 15:55:43 bd316a75f28f: Pushed 15:55:46 5ae39f05db53: Pushed 15:55:46 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:73ee7564e2edd7b00e73cb68b45b03abe3e2bf768814c88f33bafb2bd0a9087d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 15:55:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:55:46 b67a1d3dcb62: Preparing 15:55:46 5ae39f05db53: Preparing 15:55:46 ef1583ff8e35: Preparing 15:55:46 bd316a75f28f: Preparing 15:55:46 aa5968d388b8: Preparing 15:55:46 b67a1d3dcb62: Layer already exists 15:55:46 ef1583ff8e35: Layer already exists 15:55:46 5ae39f05db53: Layer already exists 15:55:46 bd316a75f28f: Layer already exists 15:55:46 aa5968d388b8: Layer already exists 15:55:46 latest: digest: sha256:73ee7564e2edd7b00e73cb68b45b03abe3e2bf768814c88f33bafb2bd0a9087d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.94 15:55:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:55:47 b67a1d3dcb62: Preparing 15:55:47 5ae39f05db53: Preparing 15:55:47 ef1583ff8e35: Preparing 15:55:47 bd316a75f28f: Preparing 15:55:47 aa5968d388b8: Preparing 15:55:47 aa5968d388b8: Layer already exists 15:55:47 b67a1d3dcb62: Layer already exists 15:55:47 ef1583ff8e35: Layer already exists 15:55:47 bd316a75f28f: Layer already exists 15:55:47 5ae39f05db53: Layer already exists 15:55:47 3.0.0-dev.94: digest: sha256:73ee7564e2edd7b00e73cb68b45b03abe3e2bf768814c88f33bafb2bd0a9087d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:55:47 b67a1d3dcb62: Preparing 15:55:47 5ae39f05db53: Preparing 15:55:47 ef1583ff8e35: Preparing 15:55:47 bd316a75f28f: Preparing 15:55:47 aa5968d388b8: Preparing 15:55:47 aa5968d388b8: Layer already exists 15:55:47 bd316a75f28f: Layer already exists 15:55:47 ef1583ff8e35: Layer already exists 15:55:47 b67a1d3dcb62: Layer already exists 15:55:47 5ae39f05db53: Layer already exists 15:55:47 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:73ee7564e2edd7b00e73cb68b45b03abe3e2bf768814c88f33bafb2bd0a9087d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 15:55:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:55:48 b67a1d3dcb62: Preparing 15:55:48 5ae39f05db53: Preparing 15:55:48 ef1583ff8e35: Preparing 15:55:48 bd316a75f28f: Preparing 15:55:48 aa5968d388b8: Preparing 15:55:48 5ae39f05db53: Layer already exists 15:55:48 ef1583ff8e35: Layer already exists 15:55:48 b67a1d3dcb62: Layer already exists 15:55:48 bd316a75f28f: Layer already exists 15:55:48 aa5968d388b8: Layer already exists 15:55:48 main: digest: sha256:73ee7564e2edd7b00e73cb68b45b03abe3e2bf768814c88f33bafb2bd0a9087d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:48 ===================================================== [Pipeline] echo 15:55:48 taggedImages: 15:55:48 - nexus3.edgexfoundry.org:10004/support-notifications:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:48 - nexus3.edgexfoundry.org:10004/support-notifications:latest 15:55:48 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.94 15:55:48 - nexus3.edgexfoundry.org:10004/support-notifications:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:48 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 15:55:48 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 15:55:48 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:48 latest 15:55:48 3.0.0-dev.94 15:55:48 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:48 main 15:55:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:55:49 03145785c6f7: Preparing 15:55:49 7316d752d2ec: Preparing 15:55:49 ef1583ff8e35: Preparing 15:55:49 966f89243ffb: Preparing 15:55:49 aa5968d388b8: Preparing 15:55:49 966f89243ffb: Layer already exists 15:55:49 ef1583ff8e35: Layer already exists 15:55:49 aa5968d388b8: Layer already exists 15:55:49 03145785c6f7: Pushed 15:55:52 7316d752d2ec: Pushed 15:55:52 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:7426753b58452c90a93e781f66e04f436198437d88cb7ddc9e166a325c0ed1dc size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:55:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:55:53 03145785c6f7: Preparing 15:55:53 7316d752d2ec: Preparing 15:55:53 ef1583ff8e35: Preparing 15:55:53 966f89243ffb: Preparing 15:55:53 aa5968d388b8: Preparing 15:55:53 aa5968d388b8: Layer already exists 15:55:53 966f89243ffb: Layer already exists 15:55:53 7316d752d2ec: Layer already exists 15:55:53 ef1583ff8e35: Layer already exists 15:55:53 03145785c6f7: Layer already exists 15:55:53 latest: digest: sha256:7426753b58452c90a93e781f66e04f436198437d88cb7ddc9e166a325c0ed1dc size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:53 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.94 15:55:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:55:53 03145785c6f7: Preparing 15:55:53 7316d752d2ec: Preparing 15:55:53 ef1583ff8e35: Preparing 15:55:53 966f89243ffb: Preparing 15:55:53 aa5968d388b8: Preparing 15:55:53 7316d752d2ec: Layer already exists 15:55:53 03145785c6f7: Layer already exists 15:55:53 966f89243ffb: Layer already exists 15:55:53 aa5968d388b8: Layer already exists 15:55:53 ef1583ff8e35: Layer already exists 15:55:53 3.0.0-dev.94: digest: sha256:7426753b58452c90a93e781f66e04f436198437d88cb7ddc9e166a325c0ed1dc size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:55:54 03145785c6f7: Preparing 15:55:54 7316d752d2ec: Preparing 15:55:54 ef1583ff8e35: Preparing 15:55:54 966f89243ffb: Preparing 15:55:54 aa5968d388b8: Preparing 15:55:54 aa5968d388b8: Layer already exists 15:55:54 03145785c6f7: Layer already exists 15:55:54 ef1583ff8e35: Layer already exists 15:55:54 7316d752d2ec: Layer already exists 15:55:54 966f89243ffb: Layer already exists 15:55:54 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:7426753b58452c90a93e781f66e04f436198437d88cb7ddc9e166a325c0ed1dc size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 15:55:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:55:54 03145785c6f7: Preparing 15:55:54 7316d752d2ec: Preparing 15:55:54 ef1583ff8e35: Preparing 15:55:54 966f89243ffb: Preparing 15:55:54 aa5968d388b8: Preparing 15:55:54 aa5968d388b8: Layer already exists 15:55:54 7316d752d2ec: Layer already exists 15:55:54 966f89243ffb: Layer already exists 15:55:54 ef1583ff8e35: Layer already exists 15:55:54 03145785c6f7: Layer already exists 15:55:54 main: digest: sha256:7426753b58452c90a93e781f66e04f436198437d88cb7ddc9e166a325c0ed1dc size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:55 ===================================================== [Pipeline] echo 15:55:55 taggedImages: 15:55:55 - nexus3.edgexfoundry.org:10004/support-scheduler:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 15:55:55 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:55:55 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.94 15:55:55 - nexus3.edgexfoundry.org:10004/support-scheduler:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 15:55:55 - 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:56:06 Removing intermediate container f3bbe78c6ad5 15:56:06 ---> 9f74fc2a192d 15:56:06 Step 7/19 : COPY . . 15:56:06 ---> 05ecd6b146bc 15:56:06 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:56:06 ---> Running in 422ae3c9ce2d 15:56:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:59:58 Removing intermediate container 12e4a21ab424 15:59:58 ---> fa138543816e 15:59:58 15:59:58 Step 10/22 : FROM alpine:3.16 15:59:58 3.16: Pulling from library/alpine 15:59:58 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:59:58 Status: Downloaded newer image for alpine:3.16 15:59:58 ---> 4c81e5bf8899 15:59:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:59:58 ---> Running in 965b4e6bad0d 15:59:58 Removing intermediate container 965b4e6bad0d 15:59:58 ---> 32d8266a46c2 15:59:58 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:59:58 ---> Running in e76837b5ddbf 15:59:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:59:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:59:58 (1/1) Installing dumb-init (1.2.5-r1) 15:59:58 Executing busybox-1.35.0-r17.trigger 15:59:58 OK: 5 MiB in 15 packages 15:59:58 Removing intermediate container 6a087eeda71e 15:59:58 ---> f5ec1c33b357 15:59:58 15:59:58 Step 9/20 : FROM alpine:3.16 15:59:58 ---> 4c81e5bf8899 15:59:58 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 15:59:58 ---> Running in 30647928edac 15:59:59 Removing intermediate container e76837b5ddbf 15:59:59 ---> a16312193f3f 15:59:59 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:59:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:00:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:00:00 ---> 36eaf00ad21f 16:00:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 16:00:02 ---> 2253d6501555 16:00:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 16:00:02 (1/2) Installing dumb-init (1.2.5-r1) 16:00:02 (2/2) Installing openssl (1.1.1t-r0) 16:00:02 Executing busybox-1.35.0-r17.trigger 16:00:02 OK: 6 MiB in 16 packages 16:00:06 ---> 879aa3348d23 16:00:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 16:00:07 Removing intermediate container 30647928edac 16:00:07 ---> 7cb83bc8e3b7 16:00:07 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 16:00:07 ---> Running in 953cc657ff7d 16:00:07 ---> cd45c973ad77 16:00:07 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:00:07 ---> Running in b2460a6e90c2 16:00:07 Removing intermediate container 953cc657ff7d 16:00:07 ---> e178d30d32a0 16:00:07 Step 12/20 : WORKDIR /edgex 16:00:08 ---> Running in 6d3a90fe70a2 16:00:09 Removing intermediate container 6d3a90fe70a2 16:00:09 ---> 74796582d01e 16:00:09 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 16:00:10 ---> 2e375a2600a0 16:00:10 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:00:12 Removing intermediate container b2460a6e90c2 16:00:12 ---> 1aa3ea0b5392 16:00:12 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 16:00:12 ---> Running in bf67f17eea6e 16:00:12 ---> 920b0e2c3d27 16:00:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 16:00:12 Removing intermediate container bf67f17eea6e 16:00:12 ---> 61ea3d8000a0 16:00:12 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 16:00:13 ---> Running in 52275acf916c 16:00:13 ---> c1cab141d8cf 16:00:13 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:00:13 ---> Running in 757d44997d24 16:00:14 Removing intermediate container 52275acf916c 16:00:14 ---> e65005dfcf8a 16:00:14 Step 20/22 : LABEL arch=arm64 16:00:14 ---> Running in 144fdd5cdbf4 16:00:15 Removing intermediate container 144fdd5cdbf4 16:00:15 ---> 3937285c15f7 16:00:15 Step 21/22 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:00:15 ---> Running in 187fac24fab1 16:00:15 Removing intermediate container 187fac24fab1 16:00:15 ---> 521471068faf 16:00:15 Step 22/22 : LABEL version=3.0.0-dev.94 16:00:15 ---> Running in 5f1e8afcbdba 16:00:16 Removing intermediate container 5f1e8afcbdba 16:00:16 ---> d58908cc01d2 16:00:16 16:00:16 Successfully built d58908cc01d2 16:00:16 Successfully tagged security-proxy-auth-arm64:latest 16:00:16  Building security-proxy-auth ... done Building core-metadata 16:00:17 Removing intermediate container 757d44997d24 16:00:17 ---> 9d819cb29d66 16:00:17 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 16:00:17 ---> Running in 431bab02645c 16:00:18 Removing intermediate container 431bab02645c 16:00:18 ---> a96a4d9e7216 16:00:18 Step 18/20 : LABEL arch=arm64 16:00:18 ---> Running in bb2b7b31982a 16:00:18 Removing intermediate container bb2b7b31982a 16:00:18 ---> d01ef4df9a11 16:00:18 Step 19/20 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:00:18 ---> Running in 16a5d88b744e 16:00:19 Removing intermediate container 16a5d88b744e 16:00:19 ---> 7f515645561b 16:00:19 Step 20/20 : LABEL version=3.0.0-dev.94 16:00:19 ---> Running in 5fa784b272fd 16:00:20 Removing intermediate container 5fa784b272fd 16:00:20 ---> 216009b34945 16:00:20 16:00:20 Successfully built 216009b34945 16:00:20 Successfully tagged security-proxy-setup-arm64:latest 16:00:20 Building security-secretstore-setup 16:00:22  Building security-proxy-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:00:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:00:22 ---> ef6df249a13e 16:00:22 Step 3/24 : ARG ADD_BUILD_TAGS="" 16:00:22 ---> Using cache 16:00:22 ---> 1e244d8ecfd8 16:00:22 Step 4/24 : WORKDIR /edgex-go 16:00:22 ---> Using cache 16:00:22 ---> 0aa4761017d9 16:00:22 Step 5/24 : RUN apk add --update --no-cache make git 16:00:22 ---> Using cache 16:00:22 ---> 59710c443e4a 16:00:22 Step 6/24 : COPY go.mod vendor* ./ 16:00:22 ---> Using cache 16:00:22 ---> 72f31720a8ee 16:00:22 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:00:22 ---> Using cache 16:00:22 ---> 5e4f39fd7769 16:00:22 Step 8/24 : COPY . . 16:00:22 ---> Using cache 16:00:22 ---> 041bb796c2d2 16:00:22 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 16:00:22 ---> Running in 435420ce5adb 16:00:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:00:26 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:00:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:00:26 ---> ef6df249a13e 16:00:26 Step 3/23 : WORKDIR /edgex-go 16:00:26 ---> Using cache 16:00:26 ---> 2b120b43f214 16:00:26 Step 4/23 : RUN apk add --update --no-cache make git 16:00:26 ---> Running in 59be1b7825bc 16:00:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:00:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:00:30 OK: 221 MiB in 51 packages 16:00:33 Removing intermediate container 59be1b7825bc 16:00:33 ---> defbeac55e27 16:00:33 Step 5/23 : COPY go.mod vendor* ./ 16:00:34 ---> 89b959b14fac 16:00:34 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:00:35 ---> Running in ed08eff0352f 16:01:01 Removing intermediate container a940547d0523 16:01:01 ---> cb03f00a328e 16:01:01 16:01:01 Step 10/22 : FROM alpine:3.16 16:01:01 ---> 4c81e5bf8899 16:01:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:01:01 ---> Running in 9312834f44ef 16:01:01 Removing intermediate container 9312834f44ef 16:01:01 ---> 47807fb41f19 16:01:01 Step 12/22 : ENV APP_PORT=59880 16:01:01 ---> Running in 4b1359e3b99c 16:01:02 Removing intermediate container 4b1359e3b99c 16:01:02 ---> 125c80cacf77 16:01:02 Step 13/22 : EXPOSE $APP_PORT 16:01:02 ---> Running in 35fed9100510 16:01:03 Removing intermediate container 35fed9100510 16:01:03 ---> 11654218fca4 16:01:03 Step 14/22 : RUN apk add --update --no-cache dumb-init 16:01:03 ---> Running in 337263ed81fb 16:01:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:01:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:01:07 (1/1) Installing dumb-init (1.2.5-r1) 16:01:07 Executing busybox-1.35.0-r17.trigger 16:01:07 OK: 5 MiB in 15 packages 16:01:09 Removing intermediate container 337263ed81fb 16:01:09 ---> 772636565800 16:01:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:01:10 ---> 209101f78e23 16:01:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:01:13 ---> 4f949cd1434a 16:01:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:01:14 ---> a3ddc5c2e942 16:01:14 Step 18/22 : ENTRYPOINT ["/core-data"] 16:01:14 ---> Running in 0940ab3fc7ed 16:01:14 Removing intermediate container 0940ab3fc7ed 16:01:14 ---> 7d3cc6ee4aad 16:01:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:01:14 ---> Running in 603d94f224d5 16:01:15 Removing intermediate container 603d94f224d5 16:01:15 ---> 4a2d82e8c5dc 16:01:15 Step 20/22 : LABEL arch=arm64 16:01:15 ---> Running in 3fc5210dfa41 16:01:16 Removing intermediate container 3fc5210dfa41 16:01:16 ---> cee6131fd3d9 16:01:16 Step 21/22 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:01:16 ---> Running in 33eb8c634f48 16:01:17 Removing intermediate container 33eb8c634f48 16:01:17 ---> 4756a2a4f470 16:01:17 Step 22/22 : LABEL version=3.0.0-dev.94 16:01:17 ---> Running in 8e271fadaf31 16:01:17 Removing intermediate container 8e271fadaf31 16:01:17 ---> cda059602d56 16:01:17 16:01:18 Successfully built cda059602d56 16:01:18 Successfully tagged core-data-arm64:latest 16:01:18  Building core-data ... done Building security-spire-config 16:01:22 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:01:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:01:22 ---> ef6df249a13e 16:01:22 Step 3/24 : WORKDIR /edgex-go 16:01:22 ---> Using cache 16:01:22 ---> 2b120b43f214 16:01:22 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 16:01:22 ---> Using cache 16:01:22 ---> e0e1abce8ab2 16:01:22 Step 5/24 : COPY go.mod vendor* ./ 16:01:22 ---> Using cache 16:01:22 ---> 2fa88a3f92f8 16:01:22 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:01:22 ---> Using cache 16:01:22 ---> 3451d19e4dfa 16:01:22 Step 7/24 : COPY . . 16:01:22 ---> Using cache 16:01:22 ---> ab8563c7362e 16:01:22 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 16:01:22 ---> Using cache 16:01:22 ---> e3d28b1964cb 16:01:22 Step 9/24 : WORKDIR /edgex-go/spire-build 16:01:22 ---> Using cache 16:01:22 ---> 1a6303c29305 16:01:22 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:01:22 ---> Running in 259261f8fcf0 16:01:26 Removing intermediate container 259261f8fcf0 16:01:26 ---> 8b7eba0a13fd 16:01:26 Step 11/24 : WORKDIR /edgex-go 16:01:26 ---> Running in 9f396bafe99d 16:01:27 Removing intermediate container 9f396bafe99d 16:01:27 ---> dc0b4e2adf15 16:01:27 16:01:27 Step 12/24 : FROM alpine:3.15 16:01:27 ---> 354640af7b1b 16:01:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:01:27 ---> Using cache 16:01:27 ---> 86e9ad64b432 16:01:27 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 16:01:27 ---> Running in 6e5db33e9fb7 16:01:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:01:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:01:32 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:01:32 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:01:32 OK: 15736 distinct packages available 16:01:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:01:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:01:34 (1/4) Installing dumb-init (1.2.5-r1) 16:01:34 (2/4) Installing musl-obstack (1.2.3-r0) 16:01:34 (3/4) Installing libucontext (1.1-r0) 16:01:34 (4/4) Installing gcompat (1.0.0-r4) 16:01:34 Executing busybox-1.34.1-r7.trigger 16:01:34 OK: 6 MiB in 18 packages 16:01:36 Removing intermediate container 6e5db33e9fb7 16:01:36 ---> 6006219ccbf0 16:01:36 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:01:43 ---> 8f81b7ed6f6d 16:01:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 16:01:44 ---> dfc1b2b8dfb7 16:01:44 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 16:01:44 ---> Running in c09e65231709 16:01:45 Removing intermediate container c09e65231709 16:01:45 ---> 55572f5d808c 16:01:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 16:01:46 ---> 64c708557411 16:01:46 Step 19/24 : WORKDIR / 16:01:46 ---> Running in eb85955dc110 16:01:47 Removing intermediate container eb85955dc110 16:01:47 ---> 86a4a5e80384 16:01:47 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:01:47 ---> Running in 1522f61c8eb0 16:01:47 Removing intermediate container 1522f61c8eb0 16:01:47 ---> 77fa97f4505a 16:01:47 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:01:48 ---> Running in ba9a019774bd 16:01:49 Removing intermediate container ba9a019774bd 16:01:49 ---> b2261ee1d184 16:01:49 Step 22/24 : LABEL arch=arm64 16:01:49 ---> Running in dd9f067b5b8f 16:01:50 Removing intermediate container dd9f067b5b8f 16:01:50 ---> ae8fee6e33b3 16:01:50 Step 23/24 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:01:50 ---> Running in 2f86c6229efd 16:01:51 Removing intermediate container 2f86c6229efd 16:01:51 ---> 992c83567cbc 16:01:51 Step 24/24 : LABEL version=3.0.0-dev.94 16:01:51 ---> Running in 8389b0acda7f 16:01:52 Removing intermediate container 8389b0acda7f 16:01:52 ---> 73807c7a441a 16:01:52 16:01:52 Successfully built 73807c7a441a 16:01:52 Successfully tagged security-spire-config-arm64:latest 16:01:52 Building security-bootstrapper 16:01:59  Building security-spire-config ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:01:59 Step 2/32 : FROM ${BUILDER_BASE} AS builder 16:01:59 ---> ef6df249a13e 16:01:59 Step 3/32 : WORKDIR /edgex-go 16:01:59 ---> Using cache 16:01:59 ---> 2b120b43f214 16:01:59 Step 4/32 : RUN apk add --update --no-cache make git 16:01:59 ---> Using cache 16:01:59 ---> defbeac55e27 16:01:59 Step 5/32 : COPY go.mod vendor* ./ 16:01:59 ---> Using cache 16:01:59 ---> 89b959b14fac 16:01:59 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:01:59 ---> Running in a2b7d2dd8442 16:02:32 Removing intermediate container ed08eff0352f 16:02:32 ---> d4b34a7c92a9 16:02:32 Step 7/23 : COPY . . 16:02:33 ---> ddb22a518528 16:02:33 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:02:33 ---> Running in 4582849ec9d7 16:02:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:03:57 Removing intermediate container a2b7d2dd8442 16:03:57 ---> ca7a3cfe5e3e 16:03:57 Step 7/32 : COPY . . 16:03:57 ---> 1d305dda56ab 16:03:57 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:03:57 ---> Running in b7b6d33e0eb7 16:03:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:04:24 Removing intermediate container 4af2a7fc77c5 16:04:24 ---> fbac8dfeaa30 16:04:24 16:04:24 Step 10/22 : FROM alpine:3.16 16:04:24 ---> 4c81e5bf8899 16:04:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:04:24 ---> Running in 998dc0e6bfdf 16:04:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:04:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:04:27 (1/1) Installing dumb-init (1.2.5-r1) 16:04:27 Executing busybox-1.35.0-r17.trigger 16:04:27 OK: 5 MiB in 15 packages 16:04:29 Removing intermediate container 998dc0e6bfdf 16:04:29 ---> cd45b719c78f 16:04:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:04:29 ---> Running in f2b03ddb5a1e 16:04:31 Removing intermediate container f2b03ddb5a1e 16:04:31 ---> 4338bd0cc6aa 16:04:31 Step 13/22 : ENV APP_PORT=59861 16:04:31 ---> Running in 7e0ba10df8a5 16:04:32 Removing intermediate container 7e0ba10df8a5 16:04:32 ---> 606102910eb8 16:04:32 Step 14/22 : EXPOSE $APP_PORT 16:04:32 ---> Running in d946e519acd2 16:04:32 Removing intermediate container d946e519acd2 16:04:32 ---> d1485929c590 16:04:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:04:34 ---> a7075941f2ae 16:04:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:04:36 ---> 6e1bfd08f8cd 16:04:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:04:37 ---> e03620775af1 16:04:37 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:04:38 ---> Running in 168a1e6bab9c 16:04:38 Removing intermediate container 168a1e6bab9c 16:04:38 ---> df218df96c84 16:04:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:04:38 ---> Running in 0824fd5247cd 16:04:39 Removing intermediate container 0824fd5247cd 16:04:39 ---> ea0bcbb9838b 16:04:39 Step 20/22 : LABEL arch=arm64 16:04:39 ---> Running in 5faaa376ff77 16:04:40 Removing intermediate container 5faaa376ff77 16:04:40 ---> b9f8cddc9ff2 16:04:40 Step 21/22 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:04:40 ---> Running in 10953336b72e 16:04:40 Removing intermediate container 10953336b72e 16:04:40 ---> cc3cee0a783c 16:04:40 Step 22/22 : LABEL version=3.0.0-dev.94 16:04:41 ---> Running in 79e3ef47fd54 16:04:41 Removing intermediate container 79e3ef47fd54 16:04:41 ---> bdb2affa17a8 16:04:41 16:04:41 Successfully built bdb2affa17a8 16:04:41 Successfully tagged support-scheduler-arm64:latest 16:04:41  Building support-scheduler ... done Building core-command 16:04:45 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:04:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:04:45 ---> ef6df249a13e 16:04:45 Step 3/23 : ARG ADD_BUILD_TAGS="" 16:04:45 ---> Using cache 16:04:45 ---> 1e244d8ecfd8 16:04:45 Step 4/23 : WORKDIR /edgex-go 16:04:45 ---> Using cache 16:04:45 ---> 0aa4761017d9 16:04:45 Step 5/23 : RUN apk add --update --no-cache make git 16:04:45 ---> Using cache 16:04:45 ---> 59710c443e4a 16:04:45 Step 6/23 : COPY go.mod vendor* ./ 16:04:45 ---> Using cache 16:04:45 ---> 72f31720a8ee 16:04:45 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:04:45 ---> Using cache 16:04:45 ---> 5e4f39fd7769 16:04:45 Step 8/23 : COPY . . 16:04:45 ---> Using cache 16:04:45 ---> 041bb796c2d2 16:04:45 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 16:04:45 ---> Running in 4567062f3816 16:04:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 16:05:44 Removing intermediate container 422ae3c9ce2d 16:05:44 ---> da854e7cf92e 16:05:44 16:05:44 Step 9/19 : FROM alpine:3.15 16:05:44 ---> 354640af7b1b 16:05:44 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:05:44 ---> Using cache 16:05:44 ---> 86e9ad64b432 16:05:44 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 16:05:44 ---> Running in 4d0a8df8107f 16:05:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:05:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:05:44 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:05:44 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:05:44 OK: 15736 distinct packages available 16:05:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:05:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:05:45 (1/9) Installing ca-certificates (20220614-r0) 16:05:45 (2/9) Installing brotli-libs (1.0.9-r5) 16:05:45 (3/9) Installing nghttp2-libs (1.46.0-r0) 16:05:45 (4/9) Installing libcurl (7.80.0-r6) 16:05:45 (5/9) Installing curl (7.80.0-r6) 16:05:45 (6/9) Installing dumb-init (1.2.5-r1) 16:05:45 (7/9) Installing musl-obstack (1.2.3-r0) 16:05:45 (8/9) Installing libucontext (1.1-r0) 16:05:45 (9/9) Installing gcompat (1.0.0-r4) 16:05:45 Executing busybox-1.34.1-r7.trigger 16:05:45 Executing ca-certificates-20220614-r0.trigger 16:05:46 OK: 8 MiB in 23 packages 16:05:49 Removing intermediate container 4d0a8df8107f 16:05:49 ---> 46c0a8567198 16:05:49 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 16:05:50 ---> 038c845d4107 16:05:50 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 16:05:52 ---> ef7b0dd72416 16:05:52 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 16:05:53 ---> c454551c0a5a 16:05:53 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 16:05:53 ---> Running in c961bf9ac91c 16:05:54 Removing intermediate container c961bf9ac91c 16:05:54 ---> ffb6b77422a7 16:05:54 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:05:54 ---> Running in c35f88740eef 16:05:55 Removing intermediate container c35f88740eef 16:05:55 ---> 732cb97b51d8 16:05:55 Step 17/19 : LABEL arch=arm64 16:05:55 ---> Running in e5aa361a0e9b 16:05:55 Removing intermediate container e5aa361a0e9b 16:05:55 ---> 16d69aa3ed2a 16:05:55 Step 18/19 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:05:55 ---> Running in 4dff30cbc151 16:05:56 Removing intermediate container 4dff30cbc151 16:05:56 ---> e8a88f8c252c 16:05:56 Step 19/19 : LABEL version=3.0.0-dev.94 16:05:56 ---> Running in ccbcc8c3756a 16:05:56 Removing intermediate container ccbcc8c3756a 16:05:56 ---> 8a2a39e653e3 16:05:56 16:05:56 Successfully built 8a2a39e653e3 16:05:56 Successfully tagged security-spiffe-token-provider-arm64:latest 16:05:56  Building security-spiffe-token-provider ... done Building security-spire-agent 16:06:01 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:06:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:06:01 ---> ef6df249a13e 16:06:01 Step 3/24 : WORKDIR /edgex-go 16:06:01 ---> Using cache 16:06:01 ---> 2b120b43f214 16:06:01 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 16:06:01 ---> Using cache 16:06:01 ---> e0e1abce8ab2 16:06:01 Step 5/24 : COPY go.mod vendor* ./ 16:06:01 ---> Using cache 16:06:01 ---> 2fa88a3f92f8 16:06:01 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:01 ---> Using cache 16:06:01 ---> 3451d19e4dfa 16:06:01 Step 7/24 : COPY . . 16:06:01 ---> Using cache 16:06:01 ---> ab8563c7362e 16:06:01 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 16:06:01 ---> Using cache 16:06:01 ---> e3d28b1964cb 16:06:01 Step 9/24 : WORKDIR /edgex-go/spire-build 16:06:01 ---> Using cache 16:06:01 ---> 1a6303c29305 16:06:01 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:06:01 ---> Using cache 16:06:01 ---> 8b7eba0a13fd 16:06:01 Step 11/24 : WORKDIR /edgex-go 16:06:01 ---> Using cache 16:06:01 ---> dc0b4e2adf15 16:06:01 16:06:01 Step 12/24 : FROM alpine:3.15 16:06:01 ---> 354640af7b1b 16:06:01 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:06:01 ---> Using cache 16:06:01 ---> 86e9ad64b432 16:06:01 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:06:01 ---> Using cache 16:06:01 ---> ac96532e9a06 16:06:01 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 16:06:04 ---> f68a24666bce 16:06:04 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:06:11 ---> 209f2a6f1faa 16:06:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 16:06:11 ---> 3b622c244833 16:06:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 16:06:15 ---> fe2df321a4b4 16:06:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 16:06:15 ---> 08af7767ef69 16:06:15 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:06:15 ---> Running in ec8e2dba5233 16:06:16 Removing intermediate container ec8e2dba5233 16:06:16 ---> 0509b61a3e57 16:06:16 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:06:16 ---> Running in dd42ec13c439 16:06:17 Removing intermediate container dd42ec13c439 16:06:17 ---> 377b1278e471 16:06:17 Step 22/24 : LABEL arch=arm64 16:06:17 ---> Running in f63edfdbc6f6 16:06:18 Removing intermediate container f63edfdbc6f6 16:06:18 ---> 2c74f319c1e0 16:06:18 Step 23/24 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:06:18 ---> Running in 868d7c0fedc3 16:06:18 Removing intermediate container 868d7c0fedc3 16:06:18 ---> 0d785d5c93a6 16:06:18 Step 24/24 : LABEL version=3.0.0-dev.94 16:06:18 ---> Running in 1e7d684f4a5a 16:06:19 Removing intermediate container 1e7d684f4a5a 16:06:19 ---> d3e2366b53db 16:06:19 16:06:19 Successfully built d3e2366b53db 16:06:19 Successfully tagged security-spire-agent-arm64:latest 16:06:19  Building security-spire-agent ... done Building core-common-config-bootstrapper 16:06:23 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:06:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:06:23 ---> ef6df249a13e 16:06:23 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:06:23 ---> Using cache 16:06:23 ---> 1e244d8ecfd8 16:06:23 Step 4/22 : WORKDIR /edgex-go 16:06:23 ---> Using cache 16:06:23 ---> 0aa4761017d9 16:06:23 Step 5/22 : RUN apk add --update --no-cache make git 16:06:23 ---> Using cache 16:06:23 ---> 59710c443e4a 16:06:23 Step 6/22 : COPY go.mod vendor* ./ 16:06:23 ---> Using cache 16:06:23 ---> 72f31720a8ee 16:06:23 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:23 ---> Using cache 16:06:23 ---> 5e4f39fd7769 16:06:23 Step 8/22 : COPY . . 16:06:23 ---> Using cache 16:06:23 ---> 041bb796c2d2 16:06:23 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 16:06:24 ---> Running in cf3cd8968cb2 16:06:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 16:09:03 Removing intermediate container 435420ce5adb 16:09:03 ---> c6694b1e0d9f 16:09:03 16:09:03 Step 10/24 : FROM alpine:3.16 16:09:03 ---> 4c81e5bf8899 16:09:03 Step 11/24 : RUN apk add --update --no-cache dumb-init 16:09:03 ---> Using cache 16:09:03 ---> cd45b719c78f 16:09:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:09:03 ---> Using cache 16:09:03 ---> 4338bd0cc6aa 16:09:03 Step 13/24 : ENV APP_PORT=59881 16:09:03 ---> Running in da759d91a432 16:09:03 Removing intermediate container da759d91a432 16:09:03 ---> 7d6a11185644 16:09:03 Step 14/24 : EXPOSE $APP_PORT 16:09:03 ---> Running in 2d692edae5cf 16:09:03 Removing intermediate container 2d692edae5cf 16:09:03 ---> 4519180d9a42 16:09:03 Step 15/24 : WORKDIR / 16:09:03 ---> Running in d8006fcbabb3 16:09:03 Removing intermediate container d8006fcbabb3 16:09:03 ---> 10fb0fef1835 16:09:03 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:09:03 ---> baeaff7e079d 16:09:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:09:03 ---> 11409ba14976 16:09:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:09:03 ---> cf39ef8537ab 16:09:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 16:09:03 ---> 117c9e609bea 16:09:03 Step 20/24 : ENTRYPOINT ["/core-metadata"] 16:09:03 ---> Running in 118626d631ff 16:09:03 Removing intermediate container 118626d631ff 16:09:03 ---> 5ac33f0f8ef3 16:09:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:09:03 ---> Running in f8c59d485be2 16:09:03 Removing intermediate container f8c59d485be2 16:09:03 ---> 090d0151bfe7 16:09:03 Step 22/24 : LABEL arch=arm64 16:09:03 ---> Running in cd06862056c3 16:09:03 Removing intermediate container cd06862056c3 16:09:03 ---> a7384cb16881 16:09:03 Step 23/24 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:09:03 ---> Running in 8bf8838055b2 16:09:03 Removing intermediate container 8bf8838055b2 16:09:03 ---> a07a26dc7493 16:09:03 Step 24/24 : LABEL version=3.0.0-dev.94 16:09:03 ---> Running in d5b44c2a8cba 16:09:03 Removing intermediate container d5b44c2a8cba 16:09:03 ---> 9053f254f004 16:09:03 16:09:03 Successfully built 9053f254f004 16:09:03 Successfully tagged core-metadata-arm64:latest 16:09:03  Building core-metadata ... done Building support-notifications 16:09:03 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:09:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:09:03 ---> ef6df249a13e 16:09:03 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:09:03 ---> Using cache 16:09:03 ---> 1e244d8ecfd8 16:09:03 Step 4/22 : WORKDIR /edgex-go 16:09:03 ---> Using cache 16:09:03 ---> 0aa4761017d9 16:09:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:09:03 ---> Running in 5f9e606f3921 16:09:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:09:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:09:07 OK: 221 MiB in 51 packages 16:09:08 Removing intermediate container 5f9e606f3921 16:09:08 ---> c13555ecad6e 16:09:08 Step 6/22 : COPY go.mod vendor* ./ 16:09:09 ---> 4191ce7f0479 16:09:09 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:09:09 ---> Running in 2b21129295ef 16:09:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:09:39 Removing intermediate container 4582849ec9d7 16:09:39 ---> c7e3b45a5d7e 16:09:39 16:09:39 Step 9/23 : FROM alpine:3.16 16:09:39 ---> 4c81e5bf8899 16:09:39 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:09:39 ---> Running in 58e9fb39469d 16:09:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:09:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:09:40 (1/3) Installing ca-certificates (20220614-r0) 16:09:41 (2/3) Installing dumb-init (1.2.5-r1) 16:09:41 (3/3) Installing su-exec (0.2-r1) 16:09:41 Executing busybox-1.35.0-r17.trigger 16:09:41 Executing ca-certificates-20220614-r0.trigger 16:09:41 OK: 6 MiB in 17 packages 16:09:44 Removing intermediate container 58e9fb39469d 16:09:44 ---> 8ec1c9b1ff2f 16:09:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:09:44 ---> Running in bdf7d13bb28e 16:09:44 Removing intermediate container bdf7d13bb28e 16:09:44 ---> 992f42f71f7b 16:09:44 Step 12/23 : WORKDIR / 16:09:44 ---> Running in d4e00fd2be05 16:09:45 Removing intermediate container d4e00fd2be05 16:09:45 ---> 799e5f5cc035 16:09:45 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:09:47 ---> 364ae11a6318 16:09:47 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:09:48 ---> 74db2e16de7b 16:09:48 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:09:49 ---> b1ddcc4d5364 16:09:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:09:51 ---> d59f70e0e8cc 16:09:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:09:53 ---> a1c03bf3f665 16:09:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:09:54 ---> 40eca270929f 16:09:54 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:09:54 ---> Running in 2518c12eb818 16:09:57 Removing intermediate container 2518c12eb818 16:09:57 ---> 8d6b93659e6a 16:09:57 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 16:09:57 ---> Running in 0cdba7483412 16:09:58 Removing intermediate container 0cdba7483412 16:09:58 ---> 7971ad962c7f 16:09:58 Step 21/23 : LABEL arch=arm64 16:09:58 ---> Running in 016366a1e3f3 16:09:58 Removing intermediate container 016366a1e3f3 16:09:58 ---> 31b3725d1ea0 16:09:58 Step 22/23 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:09:59 ---> Running in 38269991c654 16:09:59 Removing intermediate container 38269991c654 16:09:59 ---> 46080041b932 16:09:59 Step 23/23 : LABEL version=3.0.0-dev.94 16:09:59 ---> Running in 0bf735813c24 16:10:00 Removing intermediate container 0bf735813c24 16:10:00 ---> 7d9946900339 16:10:00 16:10:00 Successfully built 7d9946900339 16:10:00 Successfully tagged security-secretstore-setup-arm64:latest 16:10:39  Building security-secretstore-setup ... done Removing intermediate container b7b6d33e0eb7 16:10:39 ---> b127f75cff94 16:10:39 16:10:39 Step 9/32 : FROM alpine:3.16 16:10:39 ---> 4c81e5bf8899 16:10:39 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:10:39 ---> Running in b9f3b933d35d 16:10:40 Removing intermediate container b9f3b933d35d 16:10:40 ---> f8b6cd019361 16:10:40 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 16:10:41 ---> Running in 46558dc2ee3c 16:10:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:10:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:10:45 (1/2) Installing dumb-init (1.2.5-r1) 16:10:45 (2/2) Installing su-exec (0.2-r1) 16:10:45 Executing busybox-1.35.0-r17.trigger 16:10:45 OK: 5 MiB in 16 packages 16:10:48 Removing intermediate container 46558dc2ee3c 16:10:48 ---> e5fbc0791d03 16:10:48 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 16:10:48 ---> Running in 580e94ae4aad 16:10:48 Removing intermediate container 580e94ae4aad 16:10:48 ---> 37cfbb444708 16:10:48 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 16:10:49 ---> Running in d022ba7fada1 16:10:50 Removing intermediate container d022ba7fada1 16:10:50 ---> 87eb38b8261d 16:10:50 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 16:10:50 ---> Running in 226af0c3af96 16:10:52 Removing intermediate container 226af0c3af96 16:10:52 ---> 0676c6bf70e8 16:10:52 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 16:10:52 ---> Running in ee409a2d3822 16:10:53 Removing intermediate container ee409a2d3822 16:10:53 ---> fbea825caea0 16:10:53 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 16:10:53 ---> Running in 81bb71d6973a 16:10:56 Removing intermediate container 2b21129295ef 16:10:56 ---> 53544820d23f 16:10:56 Step 8/22 : COPY . . 16:10:57 Removing intermediate container 81bb71d6973a 16:10:57 ---> c068920868fb 16:10:57 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 16:10:57 ---> Running in 114ae21a7efc 16:10:57 Removing intermediate container 114ae21a7efc 16:10:57 ---> f5ee8d1d0190 16:10:58 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 16:10:58 ---> a7085b4e3ed7 16:10:58 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 16:10:58 ---> Running in b57292479a02 16:11:00 ---> bd97c2972365 16:11:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:11:01 ---> Running in 6962d1880f91 16:11:02 Removing intermediate container b57292479a02 16:11:02 ---> 13fff2f1db18 16:11:02 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 16:11:03 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.94" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:11:05 ---> 5606916a8cb1 16:11:05 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:11:07 ---> ad905e1c377d 16:11:07 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:11:08 ---> ff1b15da58ef 16:11:08 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:11:08 ---> abb491495f28 16:11:08 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 16:11:09 ---> 28692b1e96cf 16:11:09 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 16:11:10 ---> daebec58e7bf 16:11:10 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:11:11 ---> c76b5ebb1524 16:11:11 Step 27/32 : RUN chmod +x /entrypoint.sh 16:11:11 ---> Running in 8909b6a62bb6 16:11:14 Removing intermediate container 8909b6a62bb6 16:11:14 ---> 512560f86884 16:11:14 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 16:11:14 ---> Running in 8e593b65b859 16:11:15 Removing intermediate container 8e593b65b859 16:11:15 ---> e572078c8ddc 16:11:15 Step 29/32 : CMD ["gate"] 16:11:15 ---> Running in fdd34aa9d7ba 16:11:18 Removing intermediate container fdd34aa9d7ba 16:11:18 ---> f4ae2671543b 16:11:18 Step 30/32 : LABEL arch=arm64 16:11:18 ---> Running in a91f3691b840 16:11:19 Removing intermediate container a91f3691b840 16:11:19 ---> 8c8087b9e452 16:11:19 Step 31/32 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:11:19 ---> Running in a7a981e0ddf2 16:11:20 Removing intermediate container a7a981e0ddf2 16:11:20 ---> 1e52f7526815 16:11:20 Step 32/32 : LABEL version=3.0.0-dev.94 16:11:20 ---> Running in 948b16b0a270 16:11:21 Removing intermediate container 948b16b0a270 16:11:21 ---> 18746694e3e1 16:11:21 16:11:21 Successfully built 18746694e3e1 16:11:21 Successfully tagged security-bootstrapper-arm64:latest 16:11:23  Building security-bootstrapper ... done Removing intermediate container 4567062f3816 16:11:23 ---> 12898f59a948 16:11:23 16:11:23 Step 10/23 : FROM alpine:3.16 16:11:23 ---> 4c81e5bf8899 16:11:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:11:23 ---> Using cache 16:11:23 ---> cd45b719c78f 16:11:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:11:23 ---> Using cache 16:11:23 ---> 4338bd0cc6aa 16:11:23 Step 13/23 : ENV APP_PORT=59882 16:11:23 ---> Running in d414cad35aee 16:11:23 Removing intermediate container d414cad35aee 16:11:23 ---> 2cac23a2c844 16:11:23 Step 14/23 : EXPOSE $APP_PORT 16:11:23 ---> Running in 6e4cb80ad3b3 16:11:24 Removing intermediate container 6e4cb80ad3b3 16:11:24 ---> 4daf02569647 16:11:24 Step 15/23 : WORKDIR / 16:11:24 ---> Running in fd3b534c5292 16:11:24 Removing intermediate container fd3b534c5292 16:11:24 ---> 0c1c577b20d2 16:11:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:11:25 ---> 25992eb9e036 16:11:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:11:27 ---> 16d80e871faf 16:11:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:11:28 ---> 4cb852d8e80f 16:11:28 Step 19/23 : ENTRYPOINT ["/core-command"] 16:11:28 ---> Running in fe12c82c352e 16:11:28 Removing intermediate container fe12c82c352e 16:11:28 ---> 1abe08719260 16:11:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:11:28 ---> Running in 470d74cb1040 16:11:29 Removing intermediate container 470d74cb1040 16:11:29 ---> 543361208d7f 16:11:29 Step 21/23 : LABEL arch=arm64 16:11:29 ---> Running in c156bf327967 16:11:29 Removing intermediate container c156bf327967 16:11:29 ---> fff320762de6 16:11:29 Step 22/23 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:11:29 ---> Running in 6285f5f95cbc 16:11:30 Removing intermediate container 6285f5f95cbc 16:11:30 ---> cb93e312789b 16:11:30 Step 23/23 : LABEL version=3.0.0-dev.94 16:11:30 ---> Running in e9765bac843e 16:11:31 Removing intermediate container e9765bac843e 16:11:31 ---> ff9daadd05e2 16:11:31 16:11:31 Successfully built ff9daadd05e2 16:11:31 Successfully tagged core-command-arm64:latest 16:11:53  Building core-command ... done Removing intermediate container cf3cd8968cb2 16:11:53 ---> 8a7290fd2719 16:11:53 16:11:53 Step 10/22 : FROM alpine:3.16 16:11:53 ---> 4c81e5bf8899 16:11:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 16:11:53 ---> Using cache 16:11:53 ---> 32d8266a46c2 16:11:53 Step 12/22 : RUN apk add --update --no-cache dumb-init 16:11:53 ---> Using cache 16:11:53 ---> a16312193f3f 16:11:53 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:11:53 ---> Using cache 16:11:53 ---> 36eaf00ad21f 16:11:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 16:11:53 ---> bc7785720910 16:11:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 16:11:53 ---> 4ef0b69e5a93 16:11:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 16:11:56 ---> 7f70ee7eb85b 16:11:56 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:11:56 ---> Running in b80ecdf7a61d 16:11:58 Removing intermediate container b80ecdf7a61d 16:11:58 ---> e082eb78c26c 16:11:58 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 16:11:58 ---> Running in 50ef692c53d4 16:11:58 Removing intermediate container 50ef692c53d4 16:11:58 ---> 1aeddd42762f 16:11:58 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 16:11:59 ---> Running in f165659c12d7 16:11:59 Removing intermediate container f165659c12d7 16:11:59 ---> 6ad016afb04d 16:11:59 Step 20/22 : LABEL arch=arm64 16:11:59 ---> Running in 949d28817fc3 16:12:00 Removing intermediate container 949d28817fc3 16:12:00 ---> 5a763aeb9217 16:12:00 Step 21/22 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:12:00 ---> Running in 28d0f7a735da 16:12:00 Removing intermediate container 28d0f7a735da 16:12:00 ---> 1fc2b6925892 16:12:00 Step 22/22 : LABEL version=3.0.0-dev.94 16:12:00 ---> Running in 390182564ea4 16:12:01 Removing intermediate container 390182564ea4 16:12:01 ---> 763db851b08b 16:12:01 16:12:01 Successfully built 763db851b08b 16:12:01 Successfully tagged core-common-config-bootstrapper-arm64:latest 16:13:38  Building core-common-config-bootstrapper ... done Removing intermediate container 6962d1880f91 16:13:38 ---> 14ad02c8972c 16:13:38 16:13:38 Step 10/22 : FROM alpine:3.16 16:13:38 ---> 4c81e5bf8899 16:13:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:13:38 ---> Running in 661a8083f07f 16:13:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:13:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:13:38 (1/2) Installing ca-certificates (20220614-r0) 16:13:38 (2/2) Installing dumb-init (1.2.5-r1) 16:13:38 Executing busybox-1.35.0-r17.trigger 16:13:38 Executing ca-certificates-20220614-r0.trigger 16:13:38 OK: 6 MiB in 16 packages 16:13:38 Removing intermediate container 661a8083f07f 16:13:38 ---> 3037fd9627e6 16:13:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:13:38 ---> Running in fad748fb76aa 16:13:38 Removing intermediate container fad748fb76aa 16:13:38 ---> 2db8fb8502d8 16:13:38 Step 13/22 : ENV APP_PORT=59860 16:13:38 ---> Running in cc65e6986877 16:13:38 Removing intermediate container cc65e6986877 16:13:38 ---> c65ecd25114f 16:13:38 Step 14/22 : EXPOSE $APP_PORT 16:13:38 ---> Running in 95c35bf94c27 16:13:38 Removing intermediate container 95c35bf94c27 16:13:38 ---> 5da75ed665c7 16:13:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:13:38 ---> e63e457b902c 16:13:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:13:41 ---> e3cef9e275c8 16:13:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:13:41 ---> a3548181a2a9 16:13:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:13:41 ---> Running in 15ae6318f95c 16:13:41 Removing intermediate container 15ae6318f95c 16:13:41 ---> 3159ad2a0fca 16:13:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:13:41 ---> Running in c7f5eea30dea 16:13:42 Removing intermediate container c7f5eea30dea 16:13:42 ---> 099c33e7061c 16:13:42 Step 20/22 : LABEL arch=arm64 16:13:42 ---> Running in 82eb2d383c57 16:13:42 Removing intermediate container 82eb2d383c57 16:13:42 ---> 561120059542 16:13:42 Step 21/22 : LABEL git_sha=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:13:42 ---> Running in fad840063ca4 16:13:42 Removing intermediate container fad840063ca4 16:13:42 ---> 1ee7e5d7d7d2 16:13:42 Step 22/22 : LABEL version=3.0.0-dev.94 16:13:42 ---> Running in e1941dfe58a2 16:13:43 Removing intermediate container e1941dfe58a2 16:13:43 ---> f6a20d0c4080 16:13:43 16:13:43 Successfully built f6a20d0c4080 16:13:43 Successfully tagged support-notifications-arm64:latest 16:13:43  Building support-notifications ... done  [Pipeline] } 16:13:43 $ docker stop --time=1 55bcbdd6fe25c8c085ae904851e10a729fd20fa664215c6b7b3653ca163eb038 16:13:45 $ docker rm -f --volumes 55bcbdd6fe25c8c085ae904851e10a729fd20fa664215c6b7b3653ca163eb038 [Pipeline] // withDockerContainer [Pipeline] sh 16:13:45 + docker images 16:13:45 REPOSITORY TAG IMAGE ID CREATED SIZE 16:13:45 support-notifications-arm64 latest f6a20d0c4080 3 seconds ago 29.7MB 16:13:45 14ad02c8972c 14 seconds ago 1.4GB 16:13:45 core-common-config-bootstrapper-arm64 latest 763db851b08b About a minute ago 14.9MB 16:13:45 8a7290fd2719 About a minute ago 1.33GB 16:13:45 core-command-arm64 latest ff9daadd05e2 2 minutes ago 17.1MB 16:13:45 12898f59a948 2 minutes ago 1.34GB 16:13:45 security-bootstrapper-arm64 latest 18746694e3e1 2 minutes ago 19MB 16:13:45 b127f75cff94 3 minutes ago 1.32GB 16:13:45 security-secretstore-setup-arm64 latest 7d9946900339 3 minutes ago 28.8MB 16:13:45 c7e3b45a5d7e 4 minutes ago 1.33GB 16:13:45 core-metadata-arm64 latest 9053f254f004 4 minutes ago 17.8MB 16:13:45 c6694b1e0d9f 4 minutes ago 1.35GB 16:13:45 security-spire-agent-arm64 latest d3e2366b53db 7 minutes ago 122MB 16:13:45 security-spiffe-token-provider-arm64 latest 8a2a39e653e3 7 minutes ago 29.1MB 16:13:45 da854e7cf92e 8 minutes ago 1.37GB 16:13:45 support-scheduler-arm64 latest bdb2affa17a8 9 minutes ago 29.1MB 16:13:45 fbac8dfeaa30 9 minutes ago 1.4GB 16:13:45 security-spire-config-arm64 latest 73807c7a441a 11 minutes ago 83.6MB 16:13:45 dc0b4e2adf15 12 minutes ago 1.21GB 16:13:45 core-data-arm64 latest cda059602d56 12 minutes ago 17.3MB 16:13:45 cb03f00a328e 12 minutes ago 1.34GB 16:13:45 security-proxy-setup-arm64 latest 216009b34945 13 minutes ago 15.8MB 16:13:45 security-proxy-auth-arm64 latest d58908cc01d2 13 minutes ago 15.7MB 16:13:45 f5ec1c33b357 13 minutes ago 1.32GB 16:13:45 fa138543816e 13 minutes ago 1.32GB 16:13:45 security-spire-server-arm64 latest 156a1863a34c 19 minutes ago 84.3MB 16:13:45 b7f58654a798 20 minutes ago 1.21GB 16:13:45 ci-base-image-arm64 latest ef6df249a13e 23 minutes ago 904MB 16:13:45 alpine 3.15 354640af7b1b 4 weeks ago 5.34MB 16:13:45 alpine 3.16 4c81e5bf8899 4 weeks ago 5.3MB 16:13:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 16:13:45 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 16:13:45 provisioning config files... 16:13:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/456@tmp/config18276681859593218375tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:13:46 ---> docker-login.sh 16:13:46 nexus3.edgexfoundry.org:10001 16:13:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:46 Configure a credential helper to remove this warning. See 16:13:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:46 16:13:46 Login Succeeded 16:13:46 nexus3.edgexfoundry.org:10002 16:13:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:46 Configure a credential helper to remove this warning. See 16:13:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:46 16:13:46 Login Succeeded 16:13:47 nexus3.edgexfoundry.org:10003 16:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:47 Configure a credential helper to remove this warning. See 16:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:47 16:13:47 Login Succeeded 16:13:47 nexus3.edgexfoundry.org:10004 16:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:47 Configure a credential helper to remove this warning. See 16:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:47 16:13:47 Login Succeeded 16:13:47 docker.io 16:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:48 Configure a credential helper to remove this warning. See 16:13:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:48 16:13:48 Login Succeeded 16:13:48 ---> docker-login.sh ends [Pipeline] } 16:13:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:13:48 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 16:13:48 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:13:48 latest 16:13:48 3.0.0-dev.94 16:13:48 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:13:48 main 16:13:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:48 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:13:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:13:48 b241a42aca80: Preparing 16:13:48 ba519e974204: Preparing 16:13:48 7ea01d32b29e: Preparing 16:13:48 a08d8aeb278d: Preparing 16:13:48 f70ee36035b9: Preparing 16:13:48 f70ee36035b9: Layer already exists 16:13:49 7ea01d32b29e: Pushed 16:13:49 a08d8aeb278d: Pushed 16:13:49 b241a42aca80: Pushed 16:13:51 ba519e974204: Pushed 16:13:51 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:425cdd4b025e67631c1aff9a0df38849c337904d84b1106fe6f1a0e3f606e096 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:52 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 16:13:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:13:52 b241a42aca80: Preparing 16:13:52 ba519e974204: Preparing 16:13:52 7ea01d32b29e: Preparing 16:13:52 a08d8aeb278d: Preparing 16:13:52 f70ee36035b9: Preparing 16:13:52 a08d8aeb278d: Layer already exists 16:13:52 f70ee36035b9: Layer already exists 16:13:52 ba519e974204: Layer already exists 16:13:52 7ea01d32b29e: Layer already exists 16:13:52 b241a42aca80: Layer already exists 16:13:52 latest: digest: sha256:425cdd4b025e67631c1aff9a0df38849c337904d84b1106fe6f1a0e3f606e096 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.94 16:13:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:13:53 b241a42aca80: Preparing 16:13:53 ba519e974204: Preparing 16:13:53 7ea01d32b29e: Preparing 16:13:53 a08d8aeb278d: Preparing 16:13:53 f70ee36035b9: Preparing 16:13:53 f70ee36035b9: Layer already exists 16:13:53 a08d8aeb278d: Layer already exists 16:13:53 b241a42aca80: Layer already exists 16:13:53 ba519e974204: Layer already exists 16:13:53 7ea01d32b29e: Layer already exists 16:13:53 3.0.0-dev.94: digest: sha256:425cdd4b025e67631c1aff9a0df38849c337904d84b1106fe6f1a0e3f606e096 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:13:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:13:53 b241a42aca80: Preparing 16:13:53 ba519e974204: Preparing 16:13:53 7ea01d32b29e: Preparing 16:13:53 a08d8aeb278d: Preparing 16:13:53 f70ee36035b9: Preparing 16:13:55 a08d8aeb278d: Layer already exists 16:13:55 7ea01d32b29e: Layer already exists 16:13:55 f70ee36035b9: Layer already exists 16:13:55 ba519e974204: Layer already exists 16:13:55 b241a42aca80: Layer already exists 16:13:55 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:425cdd4b025e67631c1aff9a0df38849c337904d84b1106fe6f1a0e3f606e096 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 16:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:13:55 b241a42aca80: Preparing 16:13:55 ba519e974204: Preparing 16:13:55 7ea01d32b29e: Preparing 16:13:55 a08d8aeb278d: Preparing 16:13:55 f70ee36035b9: Preparing 16:13:55 f70ee36035b9: Layer already exists 16:13:55 b241a42aca80: Layer already exists 16:13:55 ba519e974204: Layer already exists 16:13:55 a08d8aeb278d: Layer already exists 16:13:55 7ea01d32b29e: Layer already exists 16:13:55 main: digest: sha256:425cdd4b025e67631c1aff9a0df38849c337904d84b1106fe6f1a0e3f606e096 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:56 ===================================================== [Pipeline] echo 16:13:56 taggedImages: 16:13:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:13:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 16:13:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.94 16:13:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:13:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 16:13:56 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 16:13:56 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:13:56 latest 16:13:56 3.0.0-dev.94 16:13:56 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:13:56 main 16:13:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 16:13:56 946314769400: Preparing 16:13:56 721033e92af1: Preparing 16:13:56 70f269dfed28: Preparing 16:13:56 f692bf7666e3: Preparing 16:13:56 7ea01d32b29e: Preparing 16:13:56 9b496ff79ea5: Preparing 16:13:56 f70ee36035b9: Preparing 16:13:56 9b496ff79ea5: Waiting 16:13:56 f70ee36035b9: Waiting 16:13:56 7ea01d32b29e: Layer already exists 16:13:56 70f269dfed28: Pushed 16:13:56 946314769400: Pushed 16:13:56 721033e92af1: Pushed 16:13:56 f70ee36035b9: Layer already exists 16:13:56 9b496ff79ea5: Pushed 16:13:58 f692bf7666e3: Pushed 16:13:59 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:230898a57a60748076733aff70c7c4269c5b38668b5f9045ff02b174ce9f2331 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:59 + 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 16:13:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 16:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 16:13:59 946314769400: Preparing 16:13:59 721033e92af1: Preparing 16:13:59 70f269dfed28: Preparing 16:13:59 f692bf7666e3: Preparing 16:13:59 7ea01d32b29e: Preparing 16:13:59 9b496ff79ea5: Preparing 16:13:59 f70ee36035b9: Preparing 16:13:59 9b496ff79ea5: Waiting 16:13:59 721033e92af1: Layer already exists 16:13:59 7ea01d32b29e: Layer already exists 16:13:59 946314769400: Layer already exists 16:13:59 f692bf7666e3: Layer already exists 16:13:59 70f269dfed28: Layer already exists 16:13:59 f70ee36035b9: Layer already exists 16:13:59 9b496ff79ea5: Layer already exists 16:13:59 latest: digest: sha256:230898a57a60748076733aff70c7c4269c5b38668b5f9045ff02b174ce9f2331 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.94 16:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 16:14:00 946314769400: Preparing 16:14:00 721033e92af1: Preparing 16:14:00 70f269dfed28: Preparing 16:14:00 f692bf7666e3: Preparing 16:14:00 7ea01d32b29e: Preparing 16:14:00 9b496ff79ea5: Preparing 16:14:00 f70ee36035b9: Preparing 16:14:00 9b496ff79ea5: Waiting 16:14:00 f70ee36035b9: Waiting 16:14:00 946314769400: Layer already exists 16:14:00 70f269dfed28: Layer already exists 16:14:00 721033e92af1: Layer already exists 16:14:00 7ea01d32b29e: Layer already exists 16:14:00 f692bf7666e3: Layer already exists 16:14:00 9b496ff79ea5: Layer already exists 16:14:00 f70ee36035b9: Layer already exists 16:14:00 3.0.0-dev.94: digest: sha256:230898a57a60748076733aff70c7c4269c5b38668b5f9045ff02b174ce9f2331 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 16:14:01 946314769400: Preparing 16:14:01 721033e92af1: Preparing 16:14:01 70f269dfed28: Preparing 16:14:01 f692bf7666e3: Preparing 16:14:01 7ea01d32b29e: Preparing 16:14:01 9b496ff79ea5: Preparing 16:14:01 f70ee36035b9: Preparing 16:14:01 9b496ff79ea5: Waiting 16:14:01 f70ee36035b9: Waiting 16:14:01 7ea01d32b29e: Layer already exists 16:14:01 f692bf7666e3: Layer already exists 16:14:01 721033e92af1: Layer already exists 16:14:01 70f269dfed28: Layer already exists 16:14:01 946314769400: Layer already exists 16:14:01 9b496ff79ea5: Layer already exists 16:14:01 f70ee36035b9: Layer already exists 16:14:01 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:230898a57a60748076733aff70c7c4269c5b38668b5f9045ff02b174ce9f2331 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:01 + 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 16:14:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 16:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 16:14:01 946314769400: Preparing 16:14:01 721033e92af1: Preparing 16:14:01 70f269dfed28: Preparing 16:14:01 f692bf7666e3: Preparing 16:14:01 7ea01d32b29e: Preparing 16:14:01 9b496ff79ea5: Preparing 16:14:01 f70ee36035b9: Preparing 16:14:01 9b496ff79ea5: Waiting 16:14:01 f70ee36035b9: Waiting 16:14:01 7ea01d32b29e: Layer already exists 16:14:01 946314769400: Layer already exists 16:14:01 70f269dfed28: Layer already exists 16:14:01 f692bf7666e3: Layer already exists 16:14:01 721033e92af1: Layer already exists 16:14:01 9b496ff79ea5: Layer already exists 16:14:01 f70ee36035b9: Layer already exists 16:14:01 main: digest: sha256:230898a57a60748076733aff70c7c4269c5b38668b5f9045ff02b174ce9f2331 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:01 ===================================================== [Pipeline] echo 16:14:01 taggedImages: 16:14:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 16:14:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.94 16:14:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 16:14:01 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 16:14:01 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:01 latest 16:14:01 3.0.0-dev.94 16:14:01 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:01 main 16:14:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:02 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:02 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:14:02 20881fa983e4: Preparing 16:14:02 5f92e0a0c4f6: Preparing 16:14:02 7ea01d32b29e: Preparing 16:14:02 4c6b8be700a0: Preparing 16:14:02 f70ee36035b9: Preparing 16:14:02 f70ee36035b9: Layer already exists 16:14:02 7ea01d32b29e: Layer already exists 16:14:02 20881fa983e4: Pushed 16:14:02 4c6b8be700a0: Pushed 16:14:05 5f92e0a0c4f6: Pushed 16:14:05 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:f3b6ccd14536d817eccd6e6d05262100273c5304f0b3909757a23e7e9ad3e3ee size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:05 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:06 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 16:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:14:06 20881fa983e4: Preparing 16:14:06 5f92e0a0c4f6: Preparing 16:14:06 7ea01d32b29e: Preparing 16:14:06 4c6b8be700a0: Preparing 16:14:06 f70ee36035b9: Preparing 16:14:06 5f92e0a0c4f6: Layer already exists 16:14:06 f70ee36035b9: Layer already exists 16:14:06 20881fa983e4: Layer already exists 16:14:06 4c6b8be700a0: Layer already exists 16:14:06 7ea01d32b29e: Layer already exists 16:14:06 latest: digest: sha256:f3b6ccd14536d817eccd6e6d05262100273c5304f0b3909757a23e7e9ad3e3ee size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:06 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:06 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.94 16:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:14:06 20881fa983e4: Preparing 16:14:06 5f92e0a0c4f6: Preparing 16:14:06 7ea01d32b29e: Preparing 16:14:06 4c6b8be700a0: Preparing 16:14:06 f70ee36035b9: Preparing 16:14:06 f70ee36035b9: Layer already exists 16:14:06 20881fa983e4: Layer already exists 16:14:06 4c6b8be700a0: Layer already exists 16:14:06 5f92e0a0c4f6: Layer already exists 16:14:06 7ea01d32b29e: Layer already exists 16:14:06 3.0.0-dev.94: digest: sha256:f3b6ccd14536d817eccd6e6d05262100273c5304f0b3909757a23e7e9ad3e3ee size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:07 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:07 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:14:07 20881fa983e4: Preparing 16:14:07 5f92e0a0c4f6: Preparing 16:14:07 7ea01d32b29e: Preparing 16:14:07 4c6b8be700a0: Preparing 16:14:07 f70ee36035b9: Preparing 16:14:07 7ea01d32b29e: Layer already exists 16:14:07 4c6b8be700a0: Layer already exists 16:14:07 20881fa983e4: Layer already exists 16:14:07 f70ee36035b9: Layer already exists 16:14:07 5f92e0a0c4f6: Layer already exists 16:14:07 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:f3b6ccd14536d817eccd6e6d05262100273c5304f0b3909757a23e7e9ad3e3ee size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:07 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 16:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:14:08 20881fa983e4: Preparing 16:14:08 5f92e0a0c4f6: Preparing 16:14:08 7ea01d32b29e: Preparing 16:14:08 4c6b8be700a0: Preparing 16:14:08 f70ee36035b9: Preparing 16:14:08 7ea01d32b29e: Layer already exists 16:14:08 5f92e0a0c4f6: Layer already exists 16:14:08 20881fa983e4: Layer already exists 16:14:08 f70ee36035b9: Layer already exists 16:14:08 4c6b8be700a0: Layer already exists 16:14:08 main: digest: sha256:f3b6ccd14536d817eccd6e6d05262100273c5304f0b3909757a23e7e9ad3e3ee size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:08 ===================================================== [Pipeline] echo 16:14:08 taggedImages: 16:14:08 - nexus3.edgexfoundry.org:10004/core-data-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:08 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 16:14:08 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.94 16:14:08 - nexus3.edgexfoundry.org:10004/core-data-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:08 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 16:14:08 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 16:14:08 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:08 latest 16:14:08 3.0.0-dev.94 16:14:08 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:08 main 16:14:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:08 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:14:08 91d9f9bfa19f: Preparing 16:14:08 3ab03458ef62: Preparing 16:14:08 26714d8c26bb: Preparing 16:14:08 7ea01d32b29e: Preparing 16:14:08 a08d8aeb278d: Preparing 16:14:08 f70ee36035b9: Preparing 16:14:08 f70ee36035b9: Waiting 16:14:08 7ea01d32b29e: Layer already exists 16:14:08 a08d8aeb278d: Layer already exists 16:14:08 f70ee36035b9: Layer already exists 16:14:08 3ab03458ef62: Pushed 16:14:08 91d9f9bfa19f: Pushed 16:14:12 26714d8c26bb: Pushed 16:14:12 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:7f7fc731c33e4ff78734d293b76f1a632a82334c436e9db917bf99c6f5c3ddac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 16:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:14:13 91d9f9bfa19f: Preparing 16:14:13 3ab03458ef62: Preparing 16:14:13 26714d8c26bb: Preparing 16:14:13 7ea01d32b29e: Preparing 16:14:13 a08d8aeb278d: Preparing 16:14:13 f70ee36035b9: Preparing 16:14:13 f70ee36035b9: Waiting 16:14:13 26714d8c26bb: Layer already exists 16:14:13 a08d8aeb278d: Layer already exists 16:14:13 7ea01d32b29e: Layer already exists 16:14:13 3ab03458ef62: Layer already exists 16:14:13 91d9f9bfa19f: Layer already exists 16:14:13 f70ee36035b9: Layer already exists 16:14:13 latest: digest: sha256:7f7fc731c33e4ff78734d293b76f1a632a82334c436e9db917bf99c6f5c3ddac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.94 16:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:14:13 91d9f9bfa19f: Preparing 16:14:13 3ab03458ef62: Preparing 16:14:13 26714d8c26bb: Preparing 16:14:13 7ea01d32b29e: Preparing 16:14:13 a08d8aeb278d: Preparing 16:14:13 f70ee36035b9: Preparing 16:14:13 f70ee36035b9: Waiting 16:14:13 91d9f9bfa19f: Layer already exists 16:14:13 3ab03458ef62: Layer already exists 16:14:13 a08d8aeb278d: Layer already exists 16:14:13 7ea01d32b29e: Layer already exists 16:14:13 26714d8c26bb: Layer already exists 16:14:13 f70ee36035b9: Layer already exists 16:14:14 3.0.0-dev.94: digest: sha256:7f7fc731c33e4ff78734d293b76f1a632a82334c436e9db917bf99c6f5c3ddac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:14:14 91d9f9bfa19f: Preparing 16:14:14 3ab03458ef62: Preparing 16:14:14 26714d8c26bb: Preparing 16:14:14 7ea01d32b29e: Preparing 16:14:14 a08d8aeb278d: Preparing 16:14:14 f70ee36035b9: Preparing 16:14:14 f70ee36035b9: Waiting 16:14:14 7ea01d32b29e: Layer already exists 16:14:14 3ab03458ef62: Layer already exists 16:14:14 91d9f9bfa19f: Layer already exists 16:14:14 26714d8c26bb: Layer already exists 16:14:14 a08d8aeb278d: Layer already exists 16:14:14 f70ee36035b9: Layer already exists 16:14:15 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:7f7fc731c33e4ff78734d293b76f1a632a82334c436e9db917bf99c6f5c3ddac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 16:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:14:15 91d9f9bfa19f: Preparing 16:14:15 3ab03458ef62: Preparing 16:14:15 26714d8c26bb: Preparing 16:14:15 7ea01d32b29e: Preparing 16:14:15 a08d8aeb278d: Preparing 16:14:15 f70ee36035b9: Preparing 16:14:15 f70ee36035b9: Waiting 16:14:15 7ea01d32b29e: Layer already exists 16:14:15 3ab03458ef62: Layer already exists 16:14:15 26714d8c26bb: Layer already exists 16:14:15 a08d8aeb278d: Layer already exists 16:14:15 91d9f9bfa19f: Layer already exists 16:14:15 f70ee36035b9: Layer already exists 16:14:16 main: digest: sha256:7f7fc731c33e4ff78734d293b76f1a632a82334c436e9db917bf99c6f5c3ddac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:16 ===================================================== [Pipeline] echo 16:14:16 taggedImages: 16:14:16 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:16 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 16:14:16 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.94 16:14:16 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:16 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 16:14:16 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 16:14:16 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:16 latest 16:14:16 3.0.0-dev.94 16:14:16 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:16 main 16:14:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:16 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:14:16 ddb207011c70: Preparing 16:14:16 ddb207011c70: Preparing 16:14:16 846551ed252d: Preparing 16:14:16 5b4e5faee6ae: Preparing 16:14:16 c90fe7b7b2db: Preparing 16:14:16 c1b064904876: Preparing 16:14:16 41af0f859b9e: Preparing 16:14:16 7ea01d32b29e: Preparing 16:14:16 0f518b9d2dbb: Preparing 16:14:16 6ed88ebf18f4: Preparing 16:14:16 82a9e7408d45: Preparing 16:14:16 a0227d6467c8: Preparing 16:14:16 f70ee36035b9: Preparing 16:14:16 41af0f859b9e: Waiting 16:14:16 6ed88ebf18f4: Waiting 16:14:16 7ea01d32b29e: Waiting 16:14:16 0f518b9d2dbb: Waiting 16:14:16 82a9e7408d45: Waiting 16:14:16 a0227d6467c8: Waiting 16:14:16 f70ee36035b9: Waiting 16:14:17 c1b064904876: Pushed 16:14:17 5b4e5faee6ae: Pushed 16:14:17 c90fe7b7b2db: Pushed 16:14:17 846551ed252d: Pushed 16:14:17 ddb207011c70: Pushed 16:14:17 7ea01d32b29e: Layer already exists 16:14:17 0f518b9d2dbb: Pushed 16:14:17 6ed88ebf18f4: Pushed 16:14:17 f70ee36035b9: Layer already exists 16:14:17 a0227d6467c8: Pushed 16:14:17 82a9e7408d45: Pushed 16:14:20 41af0f859b9e: Pushed 16:14:20 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:b07efc42412c1a144d73a6b8e7024a6a4f0f6ff7c791a903f397e2eea1f98786 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 16:14:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:14:21 ddb207011c70: Preparing 16:14:21 ddb207011c70: Preparing 16:14:21 846551ed252d: Preparing 16:14:21 5b4e5faee6ae: Preparing 16:14:21 c90fe7b7b2db: Preparing 16:14:21 c1b064904876: Preparing 16:14:21 41af0f859b9e: Preparing 16:14:21 7ea01d32b29e: Preparing 16:14:21 0f518b9d2dbb: Preparing 16:14:21 6ed88ebf18f4: Preparing 16:14:21 82a9e7408d45: Preparing 16:14:21 a0227d6467c8: Preparing 16:14:21 f70ee36035b9: Preparing 16:14:21 0f518b9d2dbb: Waiting 16:14:21 6ed88ebf18f4: Waiting 16:14:21 82a9e7408d45: Waiting 16:14:21 a0227d6467c8: Waiting 16:14:21 f70ee36035b9: Waiting 16:14:21 41af0f859b9e: Waiting 16:14:21 7ea01d32b29e: Waiting 16:14:21 846551ed252d: Layer already exists 16:14:21 5b4e5faee6ae: Layer already exists 16:14:21 c1b064904876: Layer already exists 16:14:21 c90fe7b7b2db: Layer already exists 16:14:21 ddb207011c70: Layer already exists 16:14:21 0f518b9d2dbb: Layer already exists 16:14:21 41af0f859b9e: Layer already exists 16:14:21 7ea01d32b29e: Layer already exists 16:14:21 6ed88ebf18f4: Layer already exists 16:14:21 82a9e7408d45: Layer already exists 16:14:21 f70ee36035b9: Layer already exists 16:14:21 a0227d6467c8: Layer already exists 16:14:21 latest: digest: sha256:b07efc42412c1a144d73a6b8e7024a6a4f0f6ff7c791a903f397e2eea1f98786 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.94 16:14:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:14:22 ddb207011c70: Preparing 16:14:22 ddb207011c70: Preparing 16:14:22 846551ed252d: Preparing 16:14:22 5b4e5faee6ae: Preparing 16:14:22 c90fe7b7b2db: Preparing 16:14:22 c1b064904876: Preparing 16:14:22 41af0f859b9e: Preparing 16:14:22 7ea01d32b29e: Preparing 16:14:22 0f518b9d2dbb: Preparing 16:14:22 6ed88ebf18f4: Preparing 16:14:22 82a9e7408d45: Preparing 16:14:22 a0227d6467c8: Preparing 16:14:22 f70ee36035b9: Preparing 16:14:22 0f518b9d2dbb: Waiting 16:14:22 6ed88ebf18f4: Waiting 16:14:22 82a9e7408d45: Waiting 16:14:22 a0227d6467c8: Waiting 16:14:22 f70ee36035b9: Waiting 16:14:22 41af0f859b9e: Waiting 16:14:22 7ea01d32b29e: Waiting 16:14:22 c1b064904876: Layer already exists 16:14:22 5b4e5faee6ae: Layer already exists 16:14:22 846551ed252d: Layer already exists 16:14:22 c90fe7b7b2db: Layer already exists 16:14:22 ddb207011c70: Layer already exists 16:14:22 7ea01d32b29e: Layer already exists 16:14:22 0f518b9d2dbb: Layer already exists 16:14:22 41af0f859b9e: Layer already exists 16:14:22 82a9e7408d45: Layer already exists 16:14:22 6ed88ebf18f4: Layer already exists 16:14:22 f70ee36035b9: Layer already exists 16:14:22 a0227d6467c8: Layer already exists 16:14:22 3.0.0-dev.94: digest: sha256:b07efc42412c1a144d73a6b8e7024a6a4f0f6ff7c791a903f397e2eea1f98786 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:14:23 ddb207011c70: Preparing 16:14:23 ddb207011c70: Preparing 16:14:23 846551ed252d: Preparing 16:14:23 5b4e5faee6ae: Preparing 16:14:23 c90fe7b7b2db: Preparing 16:14:23 c1b064904876: Preparing 16:14:23 41af0f859b9e: Preparing 16:14:23 7ea01d32b29e: Preparing 16:14:23 0f518b9d2dbb: Preparing 16:14:23 6ed88ebf18f4: Preparing 16:14:23 82a9e7408d45: Preparing 16:14:23 a0227d6467c8: Preparing 16:14:23 f70ee36035b9: Preparing 16:14:23 0f518b9d2dbb: Waiting 16:14:23 6ed88ebf18f4: Waiting 16:14:23 82a9e7408d45: Waiting 16:14:23 a0227d6467c8: Waiting 16:14:23 f70ee36035b9: Waiting 16:14:23 41af0f859b9e: Waiting 16:14:23 7ea01d32b29e: Waiting 16:14:23 c1b064904876: Layer already exists 16:14:23 846551ed252d: Layer already exists 16:14:23 c90fe7b7b2db: Layer already exists 16:14:23 ddb207011c70: Layer already exists 16:14:23 5b4e5faee6ae: Layer already exists 16:14:23 0f518b9d2dbb: Layer already exists 16:14:23 7ea01d32b29e: Layer already exists 16:14:23 82a9e7408d45: Layer already exists 16:14:23 41af0f859b9e: Layer already exists 16:14:23 6ed88ebf18f4: Layer already exists 16:14:23 a0227d6467c8: Layer already exists 16:14:23 f70ee36035b9: Layer already exists 16:14:23 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:b07efc42412c1a144d73a6b8e7024a6a4f0f6ff7c791a903f397e2eea1f98786 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 16:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:14:24 ddb207011c70: Preparing 16:14:24 ddb207011c70: Preparing 16:14:24 846551ed252d: Preparing 16:14:24 5b4e5faee6ae: Preparing 16:14:24 c90fe7b7b2db: Preparing 16:14:24 c1b064904876: Preparing 16:14:24 41af0f859b9e: Preparing 16:14:24 7ea01d32b29e: Preparing 16:14:24 0f518b9d2dbb: Preparing 16:14:24 6ed88ebf18f4: Preparing 16:14:24 82a9e7408d45: Preparing 16:14:24 a0227d6467c8: Preparing 16:14:24 f70ee36035b9: Preparing 16:14:24 6ed88ebf18f4: Waiting 16:14:24 82a9e7408d45: Waiting 16:14:24 41af0f859b9e: Waiting 16:14:24 f70ee36035b9: Waiting 16:14:24 0f518b9d2dbb: Waiting 16:14:24 a0227d6467c8: Waiting 16:14:24 7ea01d32b29e: Waiting 16:14:24 ddb207011c70: Layer already exists 16:14:24 c1b064904876: Layer already exists 16:14:24 c90fe7b7b2db: Layer already exists 16:14:24 5b4e5faee6ae: Layer already exists 16:14:24 846551ed252d: Layer already exists 16:14:24 41af0f859b9e: Layer already exists 16:14:24 0f518b9d2dbb: Layer already exists 16:14:24 7ea01d32b29e: Layer already exists 16:14:24 6ed88ebf18f4: Layer already exists 16:14:24 82a9e7408d45: Layer already exists 16:14:24 f70ee36035b9: Layer already exists 16:14:24 a0227d6467c8: Layer already exists 16:14:24 main: digest: sha256:b07efc42412c1a144d73a6b8e7024a6a4f0f6ff7c791a903f397e2eea1f98786 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:24 ===================================================== [Pipeline] echo 16:14:24 taggedImages: 16:14:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 16:14:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.94 16:14:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 16:14:24 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 16:14:24 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:24 latest 16:14:24 3.0.0-dev.94 16:14:24 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:24 main 16:14:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:24 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 16:14:25 ed6439cbba1b: Preparing 16:14:25 dedf276fdb53: Preparing 16:14:25 b3473dbbb547: Preparing 16:14:25 1a7851c72eb9: Preparing 16:14:25 7ea01d32b29e: Preparing 16:14:25 9b496ff79ea5: Preparing 16:14:25 f70ee36035b9: Preparing 16:14:25 9b496ff79ea5: Waiting 16:14:25 f70ee36035b9: Waiting 16:14:25 7ea01d32b29e: Layer already exists 16:14:25 9b496ff79ea5: Layer already exists 16:14:25 f70ee36035b9: Layer already exists 16:14:25 ed6439cbba1b: Pushed 16:14:25 dedf276fdb53: Pushed 16:14:25 b3473dbbb547: Pushed 16:14:28 1a7851c72eb9: Pushed 16:14:28 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:dc6ea3390122251172472cd15682c5ae869896844e96fa917bce1ea56ed3d2cd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:28 + 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 16:14:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 16:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 16:14:28 ed6439cbba1b: Preparing 16:14:28 dedf276fdb53: Preparing 16:14:28 b3473dbbb547: Preparing 16:14:28 1a7851c72eb9: Preparing 16:14:28 7ea01d32b29e: Preparing 16:14:28 9b496ff79ea5: Preparing 16:14:28 f70ee36035b9: Preparing 16:14:28 9b496ff79ea5: Waiting 16:14:28 f70ee36035b9: Waiting 16:14:28 b3473dbbb547: Layer already exists 16:14:28 7ea01d32b29e: Layer already exists 16:14:28 ed6439cbba1b: Layer already exists 16:14:28 dedf276fdb53: Layer already exists 16:14:28 1a7851c72eb9: Layer already exists 16:14:28 f70ee36035b9: Layer already exists 16:14:28 9b496ff79ea5: Layer already exists 16:14:28 latest: digest: sha256:dc6ea3390122251172472cd15682c5ae869896844e96fa917bce1ea56ed3d2cd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:29 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.94 16:14:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 16:14:29 ed6439cbba1b: Preparing 16:14:29 dedf276fdb53: Preparing 16:14:29 b3473dbbb547: Preparing 16:14:29 1a7851c72eb9: Preparing 16:14:29 7ea01d32b29e: Preparing 16:14:29 9b496ff79ea5: Preparing 16:14:29 f70ee36035b9: Preparing 16:14:29 9b496ff79ea5: Waiting 16:14:29 f70ee36035b9: Waiting 16:14:29 b3473dbbb547: Layer already exists 16:14:29 dedf276fdb53: Layer already exists 16:14:29 1a7851c72eb9: Layer already exists 16:14:29 7ea01d32b29e: Layer already exists 16:14:29 ed6439cbba1b: Layer already exists 16:14:29 f70ee36035b9: Layer already exists 16:14:29 9b496ff79ea5: Layer already exists 16:14:29 3.0.0-dev.94: digest: sha256:dc6ea3390122251172472cd15682c5ae869896844e96fa917bce1ea56ed3d2cd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:30 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 16:14:30 ed6439cbba1b: Preparing 16:14:30 dedf276fdb53: Preparing 16:14:30 b3473dbbb547: Preparing 16:14:30 1a7851c72eb9: Preparing 16:14:30 7ea01d32b29e: Preparing 16:14:30 9b496ff79ea5: Preparing 16:14:30 f70ee36035b9: Preparing 16:14:30 9b496ff79ea5: Waiting 16:14:30 f70ee36035b9: Waiting 16:14:30 1a7851c72eb9: Layer already exists 16:14:30 7ea01d32b29e: Layer already exists 16:14:30 dedf276fdb53: Layer already exists 16:14:30 b3473dbbb547: Layer already exists 16:14:30 ed6439cbba1b: Layer already exists 16:14:30 9b496ff79ea5: Layer already exists 16:14:30 f70ee36035b9: Layer already exists 16:14:30 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:dc6ea3390122251172472cd15682c5ae869896844e96fa917bce1ea56ed3d2cd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:31 + 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 16:14:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 16:14:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 16:14:31 ed6439cbba1b: Preparing 16:14:31 dedf276fdb53: Preparing 16:14:31 b3473dbbb547: Preparing 16:14:31 1a7851c72eb9: Preparing 16:14:31 7ea01d32b29e: Preparing 16:14:31 9b496ff79ea5: Preparing 16:14:31 f70ee36035b9: Preparing 16:14:31 9b496ff79ea5: Waiting 16:14:31 f70ee36035b9: Waiting 16:14:31 1a7851c72eb9: Layer already exists 16:14:31 7ea01d32b29e: Layer already exists 16:14:31 b3473dbbb547: Layer already exists 16:14:31 dedf276fdb53: Layer already exists 16:14:31 ed6439cbba1b: Layer already exists 16:14:31 9b496ff79ea5: Layer already exists 16:14:31 f70ee36035b9: Layer already exists 16:14:31 main: digest: sha256:dc6ea3390122251172472cd15682c5ae869896844e96fa917bce1ea56ed3d2cd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:31 ===================================================== [Pipeline] echo 16:14:31 taggedImages: 16:14:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 16:14:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.94 16:14:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 16:14:31 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 16:14:31 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:31 latest 16:14:31 3.0.0-dev.94 16:14:31 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:31 main 16:14:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:14:32 d2a4caf237b6: Preparing 16:14:32 49ad0ebcd552: Preparing 16:14:32 e6866b65a889: Preparing 16:14:32 9664f36592af: Preparing 16:14:32 a7f1b2fefa45: Preparing 16:14:32 6310bb23f438: Preparing 16:14:32 f70ee36035b9: Preparing 16:14:32 6310bb23f438: Waiting 16:14:32 f70ee36035b9: Waiting 16:14:32 9664f36592af: Pushed 16:14:32 a7f1b2fefa45: Pushed 16:14:32 49ad0ebcd552: Pushed 16:14:32 d2a4caf237b6: Pushed 16:14:32 f70ee36035b9: Layer already exists 16:14:33 6310bb23f438: Pushed 16:14:35 e6866b65a889: Pushed 16:14:35 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:ceb6cd125120677d354bebc28691b8954dc926e98ce1522f0e4e3e945ab50b03 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:35 + 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 16:14:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 16:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:14:35 d2a4caf237b6: Preparing 16:14:35 49ad0ebcd552: Preparing 16:14:35 e6866b65a889: Preparing 16:14:35 9664f36592af: Preparing 16:14:35 a7f1b2fefa45: Preparing 16:14:35 6310bb23f438: Preparing 16:14:35 f70ee36035b9: Preparing 16:14:35 f70ee36035b9: Waiting 16:14:35 6310bb23f438: Waiting 16:14:35 9664f36592af: Layer already exists 16:14:35 49ad0ebcd552: Layer already exists 16:14:35 e6866b65a889: Layer already exists 16:14:35 d2a4caf237b6: Layer already exists 16:14:35 a7f1b2fefa45: Layer already exists 16:14:35 6310bb23f438: Layer already exists 16:14:35 f70ee36035b9: Layer already exists 16:14:35 latest: digest: sha256:ceb6cd125120677d354bebc28691b8954dc926e98ce1522f0e4e3e945ab50b03 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:36 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.94 16:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:14:36 d2a4caf237b6: Preparing 16:14:36 49ad0ebcd552: Preparing 16:14:36 e6866b65a889: Preparing 16:14:36 9664f36592af: Preparing 16:14:36 a7f1b2fefa45: Preparing 16:14:36 6310bb23f438: Preparing 16:14:36 f70ee36035b9: Preparing 16:14:36 6310bb23f438: Waiting 16:14:36 f70ee36035b9: Waiting 16:14:36 49ad0ebcd552: Layer already exists 16:14:36 a7f1b2fefa45: Layer already exists 16:14:36 e6866b65a889: Layer already exists 16:14:36 d2a4caf237b6: Layer already exists 16:14:36 9664f36592af: Layer already exists 16:14:36 f70ee36035b9: Layer already exists 16:14:36 6310bb23f438: Layer already exists 16:14:36 3.0.0-dev.94: digest: sha256:ceb6cd125120677d354bebc28691b8954dc926e98ce1522f0e4e3e945ab50b03 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:37 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:14:37 d2a4caf237b6: Preparing 16:14:37 49ad0ebcd552: Preparing 16:14:37 e6866b65a889: Preparing 16:14:37 9664f36592af: Preparing 16:14:37 a7f1b2fefa45: Preparing 16:14:37 6310bb23f438: Preparing 16:14:37 f70ee36035b9: Preparing 16:14:37 6310bb23f438: Waiting 16:14:37 f70ee36035b9: Waiting 16:14:37 e6866b65a889: Layer already exists 16:14:37 a7f1b2fefa45: Layer already exists 16:14:37 9664f36592af: Layer already exists 16:14:37 49ad0ebcd552: Layer already exists 16:14:37 d2a4caf237b6: Layer already exists 16:14:37 f70ee36035b9: Layer already exists 16:14:37 6310bb23f438: Layer already exists 16:14:37 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:ceb6cd125120677d354bebc28691b8954dc926e98ce1522f0e4e3e945ab50b03 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:38 + 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 16:14:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 16:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:14:38 d2a4caf237b6: Preparing 16:14:38 49ad0ebcd552: Preparing 16:14:38 e6866b65a889: Preparing 16:14:38 9664f36592af: Preparing 16:14:38 a7f1b2fefa45: Preparing 16:14:38 6310bb23f438: Preparing 16:14:38 f70ee36035b9: Preparing 16:14:38 f70ee36035b9: Waiting 16:14:38 6310bb23f438: Waiting 16:14:38 49ad0ebcd552: Layer already exists 16:14:38 d2a4caf237b6: Layer already exists 16:14:38 a7f1b2fefa45: Layer already exists 16:14:38 9664f36592af: Layer already exists 16:14:38 e6866b65a889: Layer already exists 16:14:38 6310bb23f438: Layer already exists 16:14:38 f70ee36035b9: Layer already exists 16:14:38 main: digest: sha256:ceb6cd125120677d354bebc28691b8954dc926e98ce1522f0e4e3e945ab50b03 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:38 ===================================================== [Pipeline] echo 16:14:38 taggedImages: 16:14:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 16:14:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.94 16:14:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 16:14:38 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 16:14:38 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:38 latest 16:14:38 3.0.0-dev.94 16:14:38 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:38 main 16:14:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:14:39 988a91f1aa92: Preparing 16:14:39 6ea0f6d23403: Preparing 16:14:39 ea83cf563100: Preparing 16:14:39 366291a7da43: Preparing 16:14:39 a68e66ba0ab9: Preparing 16:14:39 e444ae0d6af4: Preparing 16:14:39 4a1bde36d879: Preparing 16:14:39 bcc42a4b0562: Preparing 16:14:39 f70ee36035b9: Preparing 16:14:39 bcc42a4b0562: Waiting 16:14:39 e444ae0d6af4: Waiting 16:14:39 4a1bde36d879: Waiting 16:14:39 988a91f1aa92: Pushed 16:14:39 6ea0f6d23403: Pushed 16:14:39 a68e66ba0ab9: Pushed 16:14:39 e444ae0d6af4: Pushed 16:14:39 4a1bde36d879: Pushed 16:14:39 f70ee36035b9: Layer already exists 16:14:40 bcc42a4b0562: Pushed 16:14:42 366291a7da43: Pushed 16:14:42 ea83cf563100: Pushed 16:14:43 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:f42cd4ec0f22719ea250e0b60e4dfbacb5b8e237b6bc843074bbe5d99a390f63 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:43 + 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 16:14:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 16:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:14:43 988a91f1aa92: Preparing 16:14:43 6ea0f6d23403: Preparing 16:14:43 ea83cf563100: Preparing 16:14:43 366291a7da43: Preparing 16:14:43 a68e66ba0ab9: Preparing 16:14:43 e444ae0d6af4: Preparing 16:14:43 4a1bde36d879: Preparing 16:14:43 bcc42a4b0562: Preparing 16:14:43 f70ee36035b9: Preparing 16:14:43 e444ae0d6af4: Waiting 16:14:43 4a1bde36d879: Waiting 16:14:43 bcc42a4b0562: Waiting 16:14:43 f70ee36035b9: Waiting 16:14:43 366291a7da43: Layer already exists 16:14:43 6ea0f6d23403: Layer already exists 16:14:43 988a91f1aa92: Layer already exists 16:14:43 ea83cf563100: Layer already exists 16:14:43 a68e66ba0ab9: Layer already exists 16:14:43 e444ae0d6af4: Layer already exists 16:14:43 4a1bde36d879: Layer already exists 16:14:43 f70ee36035b9: Layer already exists 16:14:43 bcc42a4b0562: Layer already exists 16:14:43 latest: digest: sha256:f42cd4ec0f22719ea250e0b60e4dfbacb5b8e237b6bc843074bbe5d99a390f63 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.94 16:14:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:14:44 988a91f1aa92: Preparing 16:14:44 6ea0f6d23403: Preparing 16:14:44 ea83cf563100: Preparing 16:14:44 366291a7da43: Preparing 16:14:44 a68e66ba0ab9: Preparing 16:14:44 e444ae0d6af4: Preparing 16:14:44 4a1bde36d879: Preparing 16:14:44 bcc42a4b0562: Preparing 16:14:44 f70ee36035b9: Preparing 16:14:44 e444ae0d6af4: Waiting 16:14:44 4a1bde36d879: Waiting 16:14:44 bcc42a4b0562: Waiting 16:14:44 f70ee36035b9: Waiting 16:14:44 6ea0f6d23403: Layer already exists 16:14:44 366291a7da43: Layer already exists 16:14:44 988a91f1aa92: Layer already exists 16:14:44 ea83cf563100: Layer already exists 16:14:44 a68e66ba0ab9: Layer already exists 16:14:44 4a1bde36d879: Layer already exists 16:14:44 f70ee36035b9: Layer already exists 16:14:44 bcc42a4b0562: Layer already exists 16:14:44 e444ae0d6af4: Layer already exists 16:14:44 3.0.0-dev.94: digest: sha256:f42cd4ec0f22719ea250e0b60e4dfbacb5b8e237b6bc843074bbe5d99a390f63 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:45 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:14:45 988a91f1aa92: Preparing 16:14:45 6ea0f6d23403: Preparing 16:14:45 ea83cf563100: Preparing 16:14:45 366291a7da43: Preparing 16:14:45 a68e66ba0ab9: Preparing 16:14:45 e444ae0d6af4: Preparing 16:14:45 4a1bde36d879: Preparing 16:14:45 bcc42a4b0562: Preparing 16:14:45 f70ee36035b9: Preparing 16:14:45 4a1bde36d879: Waiting 16:14:45 bcc42a4b0562: Waiting 16:14:45 f70ee36035b9: Waiting 16:14:45 e444ae0d6af4: Waiting 16:14:45 988a91f1aa92: Layer already exists 16:14:45 366291a7da43: Layer already exists 16:14:45 a68e66ba0ab9: Layer already exists 16:14:45 6ea0f6d23403: Layer already exists 16:14:45 ea83cf563100: Layer already exists 16:14:45 4a1bde36d879: Layer already exists 16:14:45 bcc42a4b0562: Layer already exists 16:14:45 f70ee36035b9: Layer already exists 16:14:45 e444ae0d6af4: Layer already exists 16:14:45 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:f42cd4ec0f22719ea250e0b60e4dfbacb5b8e237b6bc843074bbe5d99a390f63 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:46 + 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 16:14:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 16:14:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:14:46 988a91f1aa92: Preparing 16:14:46 6ea0f6d23403: Preparing 16:14:46 ea83cf563100: Preparing 16:14:46 366291a7da43: Preparing 16:14:46 a68e66ba0ab9: Preparing 16:14:46 e444ae0d6af4: Preparing 16:14:46 4a1bde36d879: Preparing 16:14:46 bcc42a4b0562: Preparing 16:14:46 f70ee36035b9: Preparing 16:14:46 e444ae0d6af4: Waiting 16:14:46 4a1bde36d879: Waiting 16:14:46 bcc42a4b0562: Waiting 16:14:46 f70ee36035b9: Waiting 16:14:46 366291a7da43: Layer already exists 16:14:46 6ea0f6d23403: Layer already exists 16:14:46 a68e66ba0ab9: Layer already exists 16:14:46 ea83cf563100: Layer already exists 16:14:46 988a91f1aa92: Layer already exists 16:14:46 4a1bde36d879: Layer already exists 16:14:46 e444ae0d6af4: Layer already exists 16:14:46 bcc42a4b0562: Layer already exists 16:14:46 f70ee36035b9: Layer already exists 16:14:46 main: digest: sha256:f42cd4ec0f22719ea250e0b60e4dfbacb5b8e237b6bc843074bbe5d99a390f63 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:46 ===================================================== [Pipeline] echo 16:14:46 taggedImages: 16:14:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 16:14:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.94 16:14:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 16:14:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 16:14:46 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:46 latest 16:14:46 3.0.0-dev.94 16:14:46 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:46 main 16:14:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:14:47 848f6671a7bb: Preparing 16:14:47 99d2d2e3a4db: Preparing 16:14:47 7ea01d32b29e: Preparing 16:14:47 f8a45934d8a7: Preparing 16:14:47 a8cfdf0cc8ec: Preparing 16:14:47 7ea01d32b29e: Layer already exists 16:14:47 a8cfdf0cc8ec: Layer already exists 16:14:47 848f6671a7bb: Pushed 16:14:48 f8a45934d8a7: Pushed 16:14:52 99d2d2e3a4db: Pushed 16:14:52 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:dad610cb3009ab8f72580d9d337b860b45ebe1dd50f678c0443ab7c295f1fe58 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:52 + 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 16:14:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 16:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:14:53 848f6671a7bb: Preparing 16:14:53 99d2d2e3a4db: Preparing 16:14:53 7ea01d32b29e: Preparing 16:14:53 f8a45934d8a7: Preparing 16:14:53 a8cfdf0cc8ec: Preparing 16:14:53 848f6671a7bb: Layer already exists 16:14:53 7ea01d32b29e: Layer already exists 16:14:53 99d2d2e3a4db: Layer already exists 16:14:53 a8cfdf0cc8ec: Layer already exists 16:14:53 f8a45934d8a7: Layer already exists 16:14:53 latest: digest: sha256:dad610cb3009ab8f72580d9d337b860b45ebe1dd50f678c0443ab7c295f1fe58 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.94 16:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:14:53 848f6671a7bb: Preparing 16:14:53 99d2d2e3a4db: Preparing 16:14:53 7ea01d32b29e: Preparing 16:14:53 f8a45934d8a7: Preparing 16:14:53 a8cfdf0cc8ec: Preparing 16:14:53 99d2d2e3a4db: Layer already exists 16:14:53 848f6671a7bb: Layer already exists 16:14:53 a8cfdf0cc8ec: Layer already exists 16:14:53 f8a45934d8a7: Layer already exists 16:14:53 7ea01d32b29e: Layer already exists 16:14:53 3.0.0-dev.94: digest: sha256:dad610cb3009ab8f72580d9d337b860b45ebe1dd50f678c0443ab7c295f1fe58 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:54 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:14:54 848f6671a7bb: Preparing 16:14:54 99d2d2e3a4db: Preparing 16:14:54 7ea01d32b29e: Preparing 16:14:54 f8a45934d8a7: Preparing 16:14:54 a8cfdf0cc8ec: Preparing 16:14:54 848f6671a7bb: Layer already exists 16:14:54 99d2d2e3a4db: Layer already exists 16:14:54 a8cfdf0cc8ec: Layer already exists 16:14:54 f8a45934d8a7: Layer already exists 16:14:54 7ea01d32b29e: Layer already exists 16:14:54 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:dad610cb3009ab8f72580d9d337b860b45ebe1dd50f678c0443ab7c295f1fe58 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:55 + 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 16:14:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 16:14:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:14:55 848f6671a7bb: Preparing 16:14:55 99d2d2e3a4db: Preparing 16:14:55 7ea01d32b29e: Preparing 16:14:55 f8a45934d8a7: Preparing 16:14:55 a8cfdf0cc8ec: Preparing 16:14:55 f8a45934d8a7: Layer already exists 16:14:55 99d2d2e3a4db: Layer already exists 16:14:55 7ea01d32b29e: Layer already exists 16:14:55 a8cfdf0cc8ec: Layer already exists 16:14:55 848f6671a7bb: Layer already exists 16:14:55 main: digest: sha256:dad610cb3009ab8f72580d9d337b860b45ebe1dd50f678c0443ab7c295f1fe58 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:55 ===================================================== [Pipeline] echo 16:14:55 taggedImages: 16:14:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 16:14:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.94 16:14:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 16:14:55 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 16:14:55 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:55 latest 16:14:55 3.0.0-dev.94 16:14:55 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:14:55 main 16:14:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:56 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:14:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:14:56 326232b5cb7c: Preparing 16:14:56 ac6ea5891f44: Preparing 16:14:56 2eff51c194bf: Preparing 16:14:56 27a4dc3dd460: Preparing 16:14:56 5cc3e046ea80: Preparing 16:14:56 04da1274ea4b: Preparing 16:14:56 a8cfdf0cc8ec: Preparing 16:14:56 04da1274ea4b: Waiting 16:14:56 a8cfdf0cc8ec: Waiting 16:14:56 326232b5cb7c: Pushed 16:14:56 ac6ea5891f44: Pushed 16:14:56 2eff51c194bf: Pushed 16:14:56 a8cfdf0cc8ec: Layer already exists 16:14:57 04da1274ea4b: Pushed 16:15:04 5cc3e046ea80: Pushed 16:15:12 27a4dc3dd460: Pushed 16:15:12 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:3248c2b31151f0e70dd24179f4ebe2435b7c7a096af9acfaeb21bed5a48472c4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:12 + 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 16:15:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 16:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:15:13 326232b5cb7c: Preparing 16:15:13 ac6ea5891f44: Preparing 16:15:13 2eff51c194bf: Preparing 16:15:13 27a4dc3dd460: Preparing 16:15:13 5cc3e046ea80: Preparing 16:15:13 04da1274ea4b: Preparing 16:15:13 a8cfdf0cc8ec: Preparing 16:15:13 a8cfdf0cc8ec: Waiting 16:15:13 04da1274ea4b: Waiting 16:15:13 27a4dc3dd460: Layer already exists 16:15:13 5cc3e046ea80: Layer already exists 16:15:13 2eff51c194bf: Layer already exists 16:15:13 326232b5cb7c: Layer already exists 16:15:13 ac6ea5891f44: Layer already exists 16:15:13 04da1274ea4b: Layer already exists 16:15:13 a8cfdf0cc8ec: Layer already exists 16:15:13 latest: digest: sha256:3248c2b31151f0e70dd24179f4ebe2435b7c7a096af9acfaeb21bed5a48472c4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:13 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.94 16:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:15:14 326232b5cb7c: Preparing 16:15:14 ac6ea5891f44: Preparing 16:15:14 2eff51c194bf: Preparing 16:15:14 27a4dc3dd460: Preparing 16:15:14 5cc3e046ea80: Preparing 16:15:14 04da1274ea4b: Preparing 16:15:14 a8cfdf0cc8ec: Preparing 16:15:14 04da1274ea4b: Waiting 16:15:14 a8cfdf0cc8ec: Waiting 16:15:14 5cc3e046ea80: Layer already exists 16:15:14 27a4dc3dd460: Layer already exists 16:15:14 326232b5cb7c: Layer already exists 16:15:14 2eff51c194bf: Layer already exists 16:15:14 ac6ea5891f44: Layer already exists 16:15:14 a8cfdf0cc8ec: Layer already exists 16:15:14 04da1274ea4b: Layer already exists 16:15:14 3.0.0-dev.94: digest: sha256:3248c2b31151f0e70dd24179f4ebe2435b7c7a096af9acfaeb21bed5a48472c4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:14 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:15:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:15:15 326232b5cb7c: Preparing 16:15:15 ac6ea5891f44: Preparing 16:15:15 2eff51c194bf: Preparing 16:15:15 27a4dc3dd460: Preparing 16:15:15 5cc3e046ea80: Preparing 16:15:15 04da1274ea4b: Preparing 16:15:15 a8cfdf0cc8ec: Preparing 16:15:15 04da1274ea4b: Waiting 16:15:15 a8cfdf0cc8ec: Waiting 16:15:15 2eff51c194bf: Layer already exists 16:15:15 326232b5cb7c: Layer already exists 16:15:15 ac6ea5891f44: Layer already exists 16:15:15 27a4dc3dd460: Layer already exists 16:15:15 5cc3e046ea80: Layer already exists 16:15:15 04da1274ea4b: Layer already exists 16:15:15 a8cfdf0cc8ec: Layer already exists 16:15:15 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:3248c2b31151f0e70dd24179f4ebe2435b7c7a096af9acfaeb21bed5a48472c4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:15 + 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 16:15:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 16:15:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:15:15 326232b5cb7c: Preparing 16:15:15 ac6ea5891f44: Preparing 16:15:15 2eff51c194bf: Preparing 16:15:15 27a4dc3dd460: Preparing 16:15:15 5cc3e046ea80: Preparing 16:15:15 04da1274ea4b: Preparing 16:15:15 a8cfdf0cc8ec: Preparing 16:15:15 04da1274ea4b: Waiting 16:15:15 a8cfdf0cc8ec: Waiting 16:15:15 326232b5cb7c: Layer already exists 16:15:15 2eff51c194bf: Layer already exists 16:15:15 ac6ea5891f44: Layer already exists 16:15:15 5cc3e046ea80: Layer already exists 16:15:15 27a4dc3dd460: Layer already exists 16:15:15 a8cfdf0cc8ec: Layer already exists 16:15:15 04da1274ea4b: Layer already exists 16:15:16 main: digest: sha256:3248c2b31151f0e70dd24179f4ebe2435b7c7a096af9acfaeb21bed5a48472c4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:16 ===================================================== [Pipeline] echo 16:15:16 taggedImages: 16:15:16 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:15:16 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 16:15:16 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.94 16:15:16 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:15:16 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 16:15:16 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 16:15:16 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:15:16 latest 16:15:16 3.0.0-dev.94 16:15:16 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:15:16 main 16:15:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:16 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:15:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:15:16 bb7d83918ecb: Preparing 16:15:16 ef457907fb1b: Preparing 16:15:16 cfac80e2a74e: Preparing 16:15:16 88a0fe4184ca: Preparing 16:15:16 99f1091f7a00: Preparing 16:15:16 a8cfdf0cc8ec: Preparing 16:15:16 a8cfdf0cc8ec: Waiting 16:15:17 ef457907fb1b: Pushed 16:15:17 cfac80e2a74e: Pushed 16:15:17 bb7d83918ecb: Pushed 16:15:17 a8cfdf0cc8ec: Layer already exists 16:15:17 99f1091f7a00: Pushed 16:15:32 88a0fe4184ca: Pushed 16:15:32 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:88d49efc1ff1b416855311117d202c1f6edab454127afee9b290399ae207fade size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:33 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 16:15:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:15:33 bb7d83918ecb: Preparing 16:15:33 ef457907fb1b: Preparing 16:15:33 cfac80e2a74e: Preparing 16:15:33 88a0fe4184ca: Preparing 16:15:33 99f1091f7a00: Preparing 16:15:33 a8cfdf0cc8ec: Preparing 16:15:33 a8cfdf0cc8ec: Waiting 16:15:33 ef457907fb1b: Layer already exists 16:15:33 88a0fe4184ca: Layer already exists 16:15:33 bb7d83918ecb: Layer already exists 16:15:33 99f1091f7a00: Layer already exists 16:15:33 cfac80e2a74e: Layer already exists 16:15:33 a8cfdf0cc8ec: Layer already exists 16:15:33 latest: digest: sha256:88d49efc1ff1b416855311117d202c1f6edab454127afee9b290399ae207fade size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:34 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.94 16:15:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:15:34 bb7d83918ecb: Preparing 16:15:34 ef457907fb1b: Preparing 16:15:34 cfac80e2a74e: Preparing 16:15:34 88a0fe4184ca: Preparing 16:15:34 99f1091f7a00: Preparing 16:15:34 a8cfdf0cc8ec: Preparing 16:15:34 a8cfdf0cc8ec: Waiting 16:15:34 99f1091f7a00: Layer already exists 16:15:34 bb7d83918ecb: Layer already exists 16:15:34 cfac80e2a74e: Layer already exists 16:15:34 ef457907fb1b: Layer already exists 16:15:34 88a0fe4184ca: Layer already exists 16:15:34 a8cfdf0cc8ec: Layer already exists 16:15:34 3.0.0-dev.94: digest: sha256:88d49efc1ff1b416855311117d202c1f6edab454127afee9b290399ae207fade size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:34 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:15:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:15:35 bb7d83918ecb: Preparing 16:15:35 ef457907fb1b: Preparing 16:15:35 cfac80e2a74e: Preparing 16:15:35 88a0fe4184ca: Preparing 16:15:35 99f1091f7a00: Preparing 16:15:35 a8cfdf0cc8ec: Preparing 16:15:35 a8cfdf0cc8ec: Waiting 16:15:35 cfac80e2a74e: Layer already exists 16:15:35 99f1091f7a00: Layer already exists 16:15:35 ef457907fb1b: Layer already exists 16:15:35 88a0fe4184ca: Layer already exists 16:15:35 bb7d83918ecb: Layer already exists 16:15:35 a8cfdf0cc8ec: Layer already exists 16:15:35 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:88d49efc1ff1b416855311117d202c1f6edab454127afee9b290399ae207fade size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:35 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 16:15:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:15:36 bb7d83918ecb: Preparing 16:15:36 ef457907fb1b: Preparing 16:15:36 cfac80e2a74e: Preparing 16:15:36 88a0fe4184ca: Preparing 16:15:36 99f1091f7a00: Preparing 16:15:36 a8cfdf0cc8ec: Preparing 16:15:36 a8cfdf0cc8ec: Waiting 16:15:36 cfac80e2a74e: Layer already exists 16:15:36 ef457907fb1b: Layer already exists 16:15:36 bb7d83918ecb: Layer already exists 16:15:36 99f1091f7a00: Layer already exists 16:15:36 88a0fe4184ca: Layer already exists 16:15:36 a8cfdf0cc8ec: Layer already exists 16:15:36 main: digest: sha256:88d49efc1ff1b416855311117d202c1f6edab454127afee9b290399ae207fade size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:36 ===================================================== [Pipeline] echo 16:15:36 taggedImages: 16:15:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:15:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 16:15:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.94 16:15:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:15:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 16:15:36 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 16:15:36 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:15:36 latest 16:15:36 3.0.0-dev.94 16:15:36 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:15:36 main 16:15:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:15:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:15:37 6a1719be3a84: Preparing 16:15:37 acc2b962bff3: Preparing 16:15:37 cda4238c63d6: Preparing 16:15:37 b45bcf7db712: Preparing 16:15:37 04da1274ea4b: Preparing 16:15:37 a8cfdf0cc8ec: Preparing 16:15:37 a8cfdf0cc8ec: Waiting 16:15:37 04da1274ea4b: Layer already exists 16:15:37 a8cfdf0cc8ec: Layer already exists 16:15:37 6a1719be3a84: Pushed 16:15:37 cda4238c63d6: Pushed 16:15:37 acc2b962bff3: Pushed 16:15:52 b45bcf7db712: Pushed 16:15:52 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:5bc020e64f1eaa324ab54764476e46d8e4eb5979be69a96e2a9f65e6b68953a2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:53 + 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 16:15:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 16:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:15:53 6a1719be3a84: Preparing 16:15:53 acc2b962bff3: Preparing 16:15:53 cda4238c63d6: Preparing 16:15:53 b45bcf7db712: Preparing 16:15:53 04da1274ea4b: Preparing 16:15:53 a8cfdf0cc8ec: Preparing 16:15:53 a8cfdf0cc8ec: Waiting 16:15:53 acc2b962bff3: Layer already exists 16:15:53 cda4238c63d6: Layer already exists 16:15:53 04da1274ea4b: Layer already exists 16:15:53 b45bcf7db712: Layer already exists 16:15:53 6a1719be3a84: Layer already exists 16:15:53 a8cfdf0cc8ec: Layer already exists 16:15:53 latest: digest: sha256:5bc020e64f1eaa324ab54764476e46d8e4eb5979be69a96e2a9f65e6b68953a2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:54 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.94 16:15:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:15:54 6a1719be3a84: Preparing 16:15:54 acc2b962bff3: Preparing 16:15:54 cda4238c63d6: Preparing 16:15:54 b45bcf7db712: Preparing 16:15:54 04da1274ea4b: Preparing 16:15:54 a8cfdf0cc8ec: Preparing 16:15:54 a8cfdf0cc8ec: Waiting 16:15:54 04da1274ea4b: Layer already exists 16:15:54 b45bcf7db712: Layer already exists 16:15:54 6a1719be3a84: Layer already exists 16:15:54 cda4238c63d6: Layer already exists 16:15:54 acc2b962bff3: Layer already exists 16:15:54 a8cfdf0cc8ec: Layer already exists 16:15:54 3.0.0-dev.94: digest: sha256:5bc020e64f1eaa324ab54764476e46d8e4eb5979be69a96e2a9f65e6b68953a2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:55 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:15:55 6a1719be3a84: Preparing 16:15:55 acc2b962bff3: Preparing 16:15:55 cda4238c63d6: Preparing 16:15:55 b45bcf7db712: Preparing 16:15:55 04da1274ea4b: Preparing 16:15:55 a8cfdf0cc8ec: Preparing 16:15:55 a8cfdf0cc8ec: Waiting 16:15:55 6a1719be3a84: Layer already exists 16:15:55 cda4238c63d6: Layer already exists 16:15:55 b45bcf7db712: Layer already exists 16:15:55 04da1274ea4b: Layer already exists 16:15:55 acc2b962bff3: Layer already exists 16:15:55 a8cfdf0cc8ec: Layer already exists 16:15:55 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:5bc020e64f1eaa324ab54764476e46d8e4eb5979be69a96e2a9f65e6b68953a2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:55 + 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 16:15:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 16:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:15:56 6a1719be3a84: Preparing 16:15:56 acc2b962bff3: Preparing 16:15:56 cda4238c63d6: Preparing 16:15:56 b45bcf7db712: Preparing 16:15:56 04da1274ea4b: Preparing 16:15:56 a8cfdf0cc8ec: Preparing 16:15:56 a8cfdf0cc8ec: Waiting 16:15:56 04da1274ea4b: Layer already exists 16:15:56 acc2b962bff3: Layer already exists 16:15:56 cda4238c63d6: Layer already exists 16:15:56 b45bcf7db712: Layer already exists 16:15:56 6a1719be3a84: Layer already exists 16:15:56 a8cfdf0cc8ec: Layer already exists 16:15:56 main: digest: sha256:5bc020e64f1eaa324ab54764476e46d8e4eb5979be69a96e2a9f65e6b68953a2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:56 ===================================================== [Pipeline] echo 16:15:56 taggedImages: 16:15:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:15:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 16:15:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.94 16:15:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:15:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 16:15:56 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 16:15:56 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:15:56 latest 16:15:56 3.0.0-dev.94 16:15:56 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:15:56 main 16:15:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:56 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:15:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:15:57 bf74c0595042: Preparing 16:15:57 8da249060cb5: Preparing 16:15:57 7ea01d32b29e: Preparing 16:15:57 b7ccfd190718: Preparing 16:15:57 f70ee36035b9: Preparing 16:15:57 f70ee36035b9: Layer already exists 16:15:57 7ea01d32b29e: Layer already exists 16:15:57 bf74c0595042: Pushed 16:15:57 b7ccfd190718: Pushed 16:16:03 8da249060cb5: Pushed 16:16:03 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:6acccaf814806a45371309cceb6c39e8a33956c6f6b7013e6f5d37ff72aceac8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:03 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 16:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:16:03 bf74c0595042: Preparing 16:16:03 8da249060cb5: Preparing 16:16:03 7ea01d32b29e: Preparing 16:16:03 b7ccfd190718: Preparing 16:16:03 f70ee36035b9: Preparing 16:16:03 b7ccfd190718: Layer already exists 16:16:03 bf74c0595042: Layer already exists 16:16:03 8da249060cb5: Layer already exists 16:16:03 f70ee36035b9: Layer already exists 16:16:03 7ea01d32b29e: Layer already exists 16:16:03 latest: digest: sha256:6acccaf814806a45371309cceb6c39e8a33956c6f6b7013e6f5d37ff72aceac8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:04 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.94 16:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:16:04 bf74c0595042: Preparing 16:16:04 8da249060cb5: Preparing 16:16:04 7ea01d32b29e: Preparing 16:16:04 b7ccfd190718: Preparing 16:16:04 f70ee36035b9: Preparing 16:16:04 8da249060cb5: Layer already exists 16:16:04 7ea01d32b29e: Layer already exists 16:16:04 bf74c0595042: Layer already exists 16:16:04 f70ee36035b9: Layer already exists 16:16:04 b7ccfd190718: Layer already exists 16:16:05 3.0.0-dev.94: digest: sha256:6acccaf814806a45371309cceb6c39e8a33956c6f6b7013e6f5d37ff72aceac8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:05 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:16:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:16:05 bf74c0595042: Preparing 16:16:05 8da249060cb5: Preparing 16:16:05 7ea01d32b29e: Preparing 16:16:05 b7ccfd190718: Preparing 16:16:05 f70ee36035b9: Preparing 16:16:05 b7ccfd190718: Layer already exists 16:16:05 f70ee36035b9: Layer already exists 16:16:05 8da249060cb5: Layer already exists 16:16:05 bf74c0595042: Layer already exists 16:16:05 7ea01d32b29e: Layer already exists 16:16:05 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:6acccaf814806a45371309cceb6c39e8a33956c6f6b7013e6f5d37ff72aceac8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:06 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 16:16:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:16:06 bf74c0595042: Preparing 16:16:06 8da249060cb5: Preparing 16:16:06 7ea01d32b29e: Preparing 16:16:06 b7ccfd190718: Preparing 16:16:06 f70ee36035b9: Preparing 16:16:06 7ea01d32b29e: Layer already exists 16:16:06 8da249060cb5: Layer already exists 16:16:06 b7ccfd190718: Layer already exists 16:16:06 bf74c0595042: Layer already exists 16:16:06 f70ee36035b9: Layer already exists 16:16:06 main: digest: sha256:6acccaf814806a45371309cceb6c39e8a33956c6f6b7013e6f5d37ff72aceac8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:06 ===================================================== [Pipeline] echo 16:16:06 taggedImages: 16:16:06 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:16:06 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 16:16:06 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.94 16:16:06 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:16:06 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 16:16:06 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 16:16:06 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:16:06 latest 16:16:06 3.0.0-dev.94 16:16:06 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:16:06 main 16:16:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:07 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:16:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:16:07 41e8ed6bc154: Preparing 16:16:07 10e2c8b3dc45: Preparing 16:16:07 7ea01d32b29e: Preparing 16:16:07 a08d8aeb278d: Preparing 16:16:07 f70ee36035b9: Preparing 16:16:07 a08d8aeb278d: Layer already exists 16:16:07 f70ee36035b9: Layer already exists 16:16:07 7ea01d32b29e: Layer already exists 16:16:07 41e8ed6bc154: Pushed 16:16:13 10e2c8b3dc45: Pushed 16:16:13 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd: digest: sha256:6127d81a2d3b843fab53426eaacd6d7359029af0219b4d87717e4f9d89b5e335 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:14 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 16:16:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:16:14 41e8ed6bc154: Preparing 16:16:14 10e2c8b3dc45: Preparing 16:16:14 7ea01d32b29e: Preparing 16:16:14 a08d8aeb278d: Preparing 16:16:14 f70ee36035b9: Preparing 16:16:14 f70ee36035b9: Layer already exists 16:16:14 41e8ed6bc154: Layer already exists 16:16:14 a08d8aeb278d: Layer already exists 16:16:14 10e2c8b3dc45: Layer already exists 16:16:14 7ea01d32b29e: Layer already exists 16:16:14 latest: digest: sha256:6127d81a2d3b843fab53426eaacd6d7359029af0219b4d87717e4f9d89b5e335 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.94 16:16:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:16:15 41e8ed6bc154: Preparing 16:16:15 10e2c8b3dc45: Preparing 16:16:15 7ea01d32b29e: Preparing 16:16:15 a08d8aeb278d: Preparing 16:16:15 f70ee36035b9: Preparing 16:16:15 f70ee36035b9: Layer already exists 16:16:15 41e8ed6bc154: Layer already exists 16:16:15 7ea01d32b29e: Layer already exists 16:16:15 a08d8aeb278d: Layer already exists 16:16:15 10e2c8b3dc45: Layer already exists 16:16:15 3.0.0-dev.94: digest: sha256:6127d81a2d3b843fab53426eaacd6d7359029af0219b4d87717e4f9d89b5e335 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:16:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:16:16 41e8ed6bc154: Preparing 16:16:16 10e2c8b3dc45: Preparing 16:16:16 7ea01d32b29e: Preparing 16:16:16 a08d8aeb278d: Preparing 16:16:16 f70ee36035b9: Preparing 16:16:16 a08d8aeb278d: Layer already exists 16:16:16 41e8ed6bc154: Layer already exists 16:16:16 10e2c8b3dc45: Layer already exists 16:16:16 f70ee36035b9: Layer already exists 16:16:16 7ea01d32b29e: Layer already exists 16:16:16 a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94: digest: sha256:6127d81a2d3b843fab53426eaacd6d7359029af0219b4d87717e4f9d89b5e335 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:16 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 16:16:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:16:17 41e8ed6bc154: Preparing 16:16:17 10e2c8b3dc45: Preparing 16:16:17 7ea01d32b29e: Preparing 16:16:17 a08d8aeb278d: Preparing 16:16:17 f70ee36035b9: Preparing 16:16:17 7ea01d32b29e: Layer already exists 16:16:17 a08d8aeb278d: Layer already exists 16:16:17 41e8ed6bc154: Layer already exists 16:16:17 10e2c8b3dc45: Layer already exists 16:16:17 f70ee36035b9: Layer already exists 16:16:17 main: digest: sha256:6127d81a2d3b843fab53426eaacd6d7359029af0219b4d87717e4f9d89b5e335 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:17 ===================================================== [Pipeline] echo 16:16:17 taggedImages: 16:16:17 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd 16:16:17 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 16:16:17 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.94 16:16:17 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd-3.0.0-dev.94 16:16:17 - 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 16:16:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:16:17 16:16:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:16:18 arm64: Pulling from edgex-lftools-log-publisher 16:16:18 8998bd30e6a1: Pulling fs layer 16:16:18 04944245beec: Pulling fs layer 16:16:18 699f458cf7ca: Pulling fs layer 16:16:18 765212b225bb: Pulling fs layer 16:16:18 f23df028b6ca: Pulling fs layer 16:16:18 d65c8cfc05b1: Pulling fs layer 16:16:18 2437ff75d9bd: Pulling fs layer 16:16:18 765212b225bb: Waiting 16:16:18 d65c8cfc05b1: Waiting 16:16:18 f23df028b6ca: Waiting 16:16:18 2437ff75d9bd: Waiting 16:16:18 04944245beec: Verifying Checksum 16:16:18 04944245beec: Download complete 16:16:18 765212b225bb: Verifying Checksum 16:16:18 765212b225bb: Download complete 16:16:18 f23df028b6ca: Download complete 16:16:18 d65c8cfc05b1: Verifying Checksum 16:16:18 d65c8cfc05b1: Download complete 16:16:18 699f458cf7ca: Verifying Checksum 16:16:18 699f458cf7ca: Download complete 16:16:18 8998bd30e6a1: Verifying Checksum 16:16:18 8998bd30e6a1: Download complete 16:16:21 2437ff75d9bd: Verifying Checksum 16:16:21 2437ff75d9bd: Download complete 16:16:22 8998bd30e6a1: Pull complete 16:16:23 04944245beec: Pull complete 16:16:24 699f458cf7ca: Pull complete 16:16:24 765212b225bb: Pull complete 16:16:25 f23df028b6ca: Pull complete 16:16:25 d65c8cfc05b1: Pull complete 16:16:40 2437ff75d9bd: Pull complete 16:16:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:16:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:16:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:16:40 prd-ubuntu20.04-docker-arm64-4c-16g-9896 does not seem to be running inside a container 16:16:41 $ 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/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@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 16:16:42 $ docker top 75e8f851ae790b7cc180505f0d7b1d5a4bfb2154c0824a5881408a15d004fa66 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:16:43 ---> job-cost.sh 16:16:43 lf-activate-venv: SKIPPING 16:16:43 INFO: No Stack... 16:16:44 INFO: Retrieving Pricing Info for: v3-standard-4 16:16:44 INFO: Archiving Costs [Pipeline] sh 16:16:45 + cat /w/workspace/edgex-go/456/archives/cost.csv 16:16:45 + cut -d, -f6 [Pipeline] lock 16:16:45 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-456-stack-cost] 16:16:45 Resource [jenkins-edgexfoundry-edgex-go-main-456-stack-cost] did not exist. Created. 16:16:45 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-456-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:16:46 + echo total: 0.10999999940395355 [Pipeline] stash 16:16:46 Stashed 1 file(s) [Pipeline] } 16:16:46 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-456-stack-cost] [Pipeline] // lock [Pipeline] } 16:16:46 $ docker stop --time=1 75e8f851ae790b7cc180505f0d7b1d5a4bfb2154c0824a5881408a15d004fa66 16:16:48 $ docker rm -f --volumes 75e8f851ae790b7cc180505f0d7b1d5a4bfb2154c0824a5881408a15d004fa66 [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 16:16:48 provisioning config files... 16:16:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/456@tmp/config13386092947583597125tmp [Pipeline] { [Pipeline] sh 16:16:49 + set +x 16:16:49 + curl -s https://codecov.io/bash 16:16:49 + bash -s -- 16:16:49 16:16:49 _____ _ 16:16:49 / ____| | | 16:16:49 | | ___ __| | ___ ___ _____ __ 16:16:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:16:49 | |___| (_) | (_| | __/ (_| (_) \ V / 16:16:49 \_____\___/ \__,_|\___|\___\___/ \_/ 16:16:49 Bash-1.0.6 16:16:49 16:16:49 16:16:49 ==> git version 2.25.1 found 16:16:49 ==> 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 16:16:49 Release-Date: 2020-01-08 16:16:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:16:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:16:49 ==> Jenkins CI detected. 16:16:49 current dir:  /w/workspace/edgex-go/456 16:16:49 project root: . 16:16:49 --> token set from env 16:16:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:16:49 ==> Running gcov in . (disable via -X gcov) 16:16:49 ==> Python coveragepy not found 16:16:49 ==> Searching for coverage reports in: 16:16:49 + . 16:16:49 -> Found 1 reports 16:16:49 ==> Detecting git/mercurial file structure 16:16:49 ==> Reading reports 16:16:49 + ./coverage.out bytes=447486 16:16:49 ==> Appending adjustments 16:16:49 https://docs.codecov.io/docs/fixing-reports 16:16:50 + Found adjustments 16:16:50 ==> Gzipping contents 16:16:50 60K /tmp/codecov.xx6Lc7.gz 16:16:50 ==> Uploading reports 16:16:50 url: https://codecov.io 16:16:50 query: branch=main&commit=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd&build=456&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F456%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:16:50 -> Pinging Codecov 16:16:50 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=a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd&build=456&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F456%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:16:50 -> Uploading to 16:16:50 https://storage.googleapis.com/codecov/v4/raw/2023-03-13/00271124DB129430A58F1EEE437C3FCB/a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd/6f7fd6dd-824c-4b1b-a15e-68cffacac476.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230313%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230313T161650Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=901aa3be4a93173313c600c8b60eb69b88eb028e741d2223dac7b2ad05a2548a 16:16:50 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:50 Dload Upload Total Spent Left Speed 16:16:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58212 0 0 100 58212 0 203k --:--:-- --:--:-- --:--:-- 203k 16:16:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd [Pipeline] } 16:16:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:16:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:16:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:51 16:16:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:51 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:16:51 df9b9388f04a: Pulling fs layer 16:16:51 52dc419b0ee2: Pulling fs layer 16:16:51 25bc292e5bac: Pulling fs layer 16:16:51 114826534d7a: Pulling fs layer 16:16:51 4657fd5d0bcf: Pulling fs layer 16:16:51 6ad1cebc031e: Pulling fs layer 16:16:51 8a3aa393b2d8: Pulling fs layer 16:16:51 4657fd5d0bcf: Waiting 16:16:51 114826534d7a: Waiting 16:16:51 6ad1cebc031e: Waiting 16:16:51 8a3aa393b2d8: Waiting 16:16:51 25bc292e5bac: Verifying Checksum 16:16:51 25bc292e5bac: Download complete 16:16:51 52dc419b0ee2: Verifying Checksum 16:16:51 52dc419b0ee2: Download complete 16:16:51 4657fd5d0bcf: Verifying Checksum 16:16:51 4657fd5d0bcf: Download complete 16:16:51 df9b9388f04a: Download complete 16:16:51 6ad1cebc031e: Verifying Checksum 16:16:51 6ad1cebc031e: Download complete 16:16:51 df9b9388f04a: Pull complete 16:16:52 52dc419b0ee2: Pull complete 16:16:52 25bc292e5bac: Pull complete 16:16:52 114826534d7a: Verifying Checksum 16:16:52 114826534d7a: Download complete 16:16:52 8a3aa393b2d8: Verifying Checksum 16:16:52 8a3aa393b2d8: Download complete 16:16:56 114826534d7a: Pull complete 16:16:56 4657fd5d0bcf: Pull complete 16:16:56 6ad1cebc031e: Pull complete 16:16:59 8a3aa393b2d8: Pull complete 16:16:59 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:16:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:16:59 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 16:16:59 $ 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/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:17:03 $ docker top e9fc64a17003d029566b738f981217d827acae2bb47537988cb9b225b3fceb21 -eo pid,comm [Pipeline] { [Pipeline] echo 16:17:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 16:17:04 + set -o pipefail 16:17:04 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 16:17:09 16:17:09 Monitoring /w/workspace/edgex-go/456 (github.com/edgexfoundry/edgex-go)... 16:17:09 16:17:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/0d65092f-69cb-47aa-98e4-0e07bab0f6a4 16:17:09 16:17:09 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:17:09 16:17:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:17:09 16:17:09 16:17:09 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:17:09 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:17:09 More details here: https://snyk.co/ue1NS 16:17:09 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 16:17:09 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:17:09 $ docker stop --time=1 e9fc64a17003d029566b738f981217d827acae2bb47537988cb9b225b3fceb21 16:17:11 $ docker rm -f --volumes e9fc64a17003d029566b738f981217d827acae2bb47537988cb9b225b3fceb21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 16:17:11 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:17:11 provisioning config files... 16:17:11 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/456@tmp/config12776852212104927184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:17:12 --> edgex-publish-swagger.sh 16:17:12 === Publish openapi/v3 API === 16:17:12 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 16:17:12 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/456/openapi/v3/core-command.yaml] 16:17:12 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:12 Dload Upload Total Spent Left Speed 16:17:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 48626 --:--:-- --:--:-- --:--:-- 48545 100 29030 0 0 100 29030 0 48626 --:--:-- --:--:-- --:--:-- 48545 16:17:12 16:17:12 16:17:12 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/456/openapi/v3/core-data.yaml] 16:17:12 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:12 Dload Upload Total Spent Left Speed 16:17:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 145k --:--:-- --:--:-- --:--:-- 145k 16:17:13 16:17:13 16:17:13 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/456/openapi/v3/core-metadata.yaml] 16:17:13 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:13 Dload Upload Total Spent Left Speed 16:17:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 690k --:--:-- --:--:-- --:--:-- 686k 100 140k 0 0 100 140k 0 225k --:--:-- --:--:-- --:--:-- 225k 16:17:13 16:17:13 16:17:13 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/456/openapi/v3/support-notifications.yaml] 16:17:13 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:13 Dload Upload Total Spent Left Speed 16:17:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 170k --:--:-- --:--:-- --:--:-- 170k 16:17:14 16:17:14 16:17:14 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/456/openapi/v3/support-scheduler.yaml] 16:17:14 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:14 Dload Upload Total Spent Left Speed 16:17:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 74727 --:--:-- --:--:-- --:--:-- 74727 16:17:14 16:17:14 [Pipeline] } 16:17:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 16:17:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:17:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:17:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:15 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 16:17:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:17:15 $ docker top 6fdbaffc2d70d632a7682429b2388fb7460cf1f5caa70a7a851fc289bfab4790 -eo pid,comm 16:17:15 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). 16:17:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:15 [ssh-agent] Looking for ssh-agent implementation... 16:17:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:16 $ docker exec 6fdbaffc2d70d632a7682429b2388fb7460cf1f5caa70a7a851fc289bfab4790 ssh-agent 16:17:16 SSH_AUTH_SOCK=/tmp/ssh-aFeoeHMmX5yc/agent.32 16:17:16 SSH_AGENT_PID=38 16:17:16 Running ssh-add (command line suppressed) 16:17:16 Identity added: /w/workspace/edgex-go/456@tmp/private_key_17444671543949730892.key (/w/workspace/edgex-go/456@tmp/private_key_17444671543949730892.key) 16:17:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:16 + git semver tag 16:17:16 2023-03-13 16:17:16,807 [run_tag] DEBUG tag force:False 16:17:16 2023-03-13 16:17:16,807 [check_head_tag] DEBUG check head tag 16:17:16 2023-03-13 16:17:16,810 [execute] INFO git cat-file --batch-check 16:17:16 2023-03-13 16:17:16,810 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/456, universal_newlines=False, shell=None, istream=) 16:17:16 2023-03-13 16:17:16,814 [execute] INFO git cat-file --batch 16:17:16 2023-03-13 16:17:16,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/456, universal_newlines=False, shell=None, istream=) 16:17:17 2023-03-13 16:17:16,879 [read_version] DEBUG read version from /w/workspace/edgex-go/456/.semver/main 16:17:17 2023-03-13 16:17:16,880 [execute] INFO git tag -a v3.0.0-dev.94 -m v3.0.0-dev.94 16:17:17 2023-03-13 16:17:16,880 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.94', '-m', 'v3.0.0-dev.94'], cwd=/w/workspace/edgex-go/456, universal_newlines=False, shell=None, istream=None) 16:17:17 2023-03-13 16:17:16,884 [read_version] DEBUG read version from /w/workspace/edgex-go/456/.semver/main 16:17:17 3.0.0-dev.94 [Pipeline] } 16:17:17 $ docker exec --env ******** --env ******** 6fdbaffc2d70d632a7682429b2388fb7460cf1f5caa70a7a851fc289bfab4790 ssh-agent -k 16:17:17 unset SSH_AUTH_SOCK; 16:17:17 unset SSH_AGENT_PID; 16:17:17 echo Agent pid 38 killed; 16:17:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:17 + git semver [Pipeline] } 16:17:17 $ docker stop --time=1 6fdbaffc2d70d632a7682429b2388fb7460cf1f5caa70a7a851fc289bfab4790 16:17:19 $ docker rm -f --volumes 6fdbaffc2d70d632a7682429b2388fb7460cf1f5caa70a7a851fc289bfab4790 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:19 16:17:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:19 0.23.1-centos7: Pulling from edgex-lftools 16:17:19 ab5ef0e58194: Pulling fs layer 16:17:19 9712f1f96733: Pulling fs layer 16:17:19 63f879dbbcfc: Pulling fs layer 16:17:19 0d9ebad4ef96: Pulling fs layer 16:17:19 e9a5061849ea: Pulling fs layer 16:17:19 d747dcd14b5f: Pulling fs layer 16:17:19 2de7ff778b66: Pulling fs layer 16:17:19 0d9ebad4ef96: Waiting 16:17:19 d747dcd14b5f: Waiting 16:17:19 e9a5061849ea: Waiting 16:17:19 2de7ff778b66: Waiting 16:17:19 9712f1f96733: Verifying Checksum 16:17:19 9712f1f96733: Download complete 16:17:20 63f879dbbcfc: Verifying Checksum 16:17:20 63f879dbbcfc: Download complete 16:17:20 e9a5061849ea: Verifying Checksum 16:17:20 e9a5061849ea: Download complete 16:17:20 0d9ebad4ef96: Verifying Checksum 16:17:20 0d9ebad4ef96: Download complete 16:17:20 d747dcd14b5f: Download complete 16:17:20 ab5ef0e58194: Verifying Checksum 16:17:20 ab5ef0e58194: Download complete 16:17:20 2de7ff778b66: Verifying Checksum 16:17:20 2de7ff778b66: Download complete 16:17:23 ab5ef0e58194: Pull complete 16:17:23 9712f1f96733: Pull complete 16:17:23 63f879dbbcfc: Pull complete 16:17:28 0d9ebad4ef96: Pull complete 16:17:28 e9a5061849ea: Pull complete 16:17:28 d747dcd14b5f: Pull complete 16:17:29 2de7ff778b66: Pull complete 16:17:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:17:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:29 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 16:17:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:17:32 $ docker top 8fd6231902149889ba19cbe5ec0ac193e3fd33109f703d949bc3a9ef32561a95 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:17:32 provisioning config files... 16:17:32 copy managed file [sigul-config] to file:/w/workspace/edgex-go/456@tmp/config900551548735491151tmp 16:17:32 copy managed file [sigul-password] to file:/w/workspace/edgex-go/456@tmp/config8684414326954841388tmp 16:17:32 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/456@tmp/config4658188070820793485tmp [Pipeline] { [Pipeline] echo 16:17:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:17:32 ---> sigul-configuration.sh 16:17:32 gpg: directory `/root/.gnupg' created 16:17:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:17:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:17:32 gpg: keyring `/root/.gnupg/secring.gpg' created 16:17:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:17:32 gpg: CAST5 encrypted data 16:17:32 gpg: encrypted with 1 passphrase 16:17:32 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:17:33 + mkdir /home/jenkins 16:17:33 + mkdir /home/jenkins/sigul [Pipeline] sh 16:17:33 + 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 16:17:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:17:33 ---> sigul-install.sh 16:17:33 Sigul already installed; skipping installation. [Pipeline] sh 16:17:33 + git tag --list 16:17:33 0.6.0 16:17:33 0.6.1 16:17:33 0.7.0 16:17:33 0.7.1 16:17:33 v1.0.0 16:17:33 v1.0.1 16:17:33 v1.1.0 16:17:33 v1.2.0 16:17:33 v1.2.1 16:17:33 v1.3.0 16:17:33 v1.3.1 16:17:33 v2.0.0 16:17:33 v2.1.0 16:17:33 v2.1.1 16:17:33 v2.1.1-dev.1 16:17:33 v2.1.1-dev.2 16:17:33 v2.1.1-dev.3 16:17:33 v2.1.1-dev.4 16:17:33 v2.1.1-dev.5 16:17:33 v2.1.1-dev.6 16:17:33 v2.1.1-dev.7 16:17:33 v2.1.1-dev.8 16:17:33 v2.1.2-dev.1 16:17:33 v2.2.0 16:17:33 v2.2.1-dev.1 16:17:33 v2.2.1-dev.10 16:17:33 v2.2.1-dev.11 16:17:33 v2.2.1-dev.12 16:17:33 v2.2.1-dev.13 16:17:33 v2.2.1-dev.14 16:17:33 v2.2.1-dev.15 16:17:33 v2.2.1-dev.16 16:17:33 v2.2.1-dev.17 16:17:33 v2.2.1-dev.18 16:17:33 v2.2.1-dev.19 16:17:33 v2.2.1-dev.2 16:17:33 v2.2.1-dev.20 16:17:33 v2.2.1-dev.21 16:17:33 v2.2.1-dev.22 16:17:33 v2.2.1-dev.23 16:17:33 v2.2.1-dev.24 16:17:33 v2.2.1-dev.25 16:17:33 v2.2.1-dev.26 16:17:33 v2.2.1-dev.27 16:17:33 v2.2.1-dev.28 16:17:33 v2.2.1-dev.29 16:17:33 v2.2.1-dev.3 16:17:33 v2.2.1-dev.4 16:17:33 v2.2.1-dev.5 16:17:33 v2.2.1-dev.6 16:17:33 v2.2.1-dev.7 16:17:33 v2.2.1-dev.8 16:17:33 v2.2.1-dev.9 16:17:33 v2.3.0 16:17:33 v2.3.0-dev.100 16:17:33 v2.3.0-dev.101 16:17:33 v2.3.0-dev.102 16:17:33 v2.3.0-dev.103 16:17:33 v2.3.0-dev.104 16:17:33 v2.3.0-dev.105 16:17:33 v2.3.0-dev.106 16:17:33 v2.3.0-dev.29 16:17:33 v2.3.0-dev.30 16:17:33 v2.3.0-dev.31 16:17:33 v2.3.0-dev.32 16:17:33 v2.3.0-dev.33 16:17:33 v2.3.0-dev.34 16:17:33 v2.3.0-dev.35 16:17:33 v2.3.0-dev.36 16:17:33 v2.3.0-dev.37 16:17:33 v2.3.0-dev.38 16:17:33 v2.3.0-dev.39 16:17:33 v2.3.0-dev.40 16:17:33 v2.3.0-dev.41 16:17:33 v2.3.0-dev.42 16:17:33 v2.3.0-dev.43 16:17:33 v2.3.0-dev.44 16:17:33 v2.3.0-dev.45 16:17:33 v2.3.0-dev.46 16:17:33 v2.3.0-dev.47 16:17:33 v2.3.0-dev.48 16:17:33 v2.3.0-dev.49 16:17:33 v2.3.0-dev.50 16:17:33 v2.3.0-dev.51 16:17:33 v2.3.0-dev.52 16:17:33 v2.3.0-dev.53 16:17:33 v2.3.0-dev.54 16:17:33 v2.3.0-dev.55 16:17:33 v2.3.0-dev.56 16:17:33 v2.3.0-dev.57 16:17:33 v2.3.0-dev.58 16:17:33 v2.3.0-dev.59 16:17:33 v2.3.0-dev.60 16:17:33 v2.3.0-dev.61 16:17:33 v2.3.0-dev.62 16:17:33 v2.3.0-dev.63 16:17:33 v2.3.0-dev.64 16:17:33 v2.3.0-dev.65 16:17:33 v2.3.0-dev.66 16:17:33 v2.3.0-dev.67 16:17:33 v2.3.0-dev.68 16:17:33 v2.3.0-dev.69 16:17:33 v2.3.0-dev.70 16:17:33 v2.3.0-dev.71 16:17:33 v2.3.0-dev.72 16:17:33 v2.3.0-dev.73 16:17:33 v2.3.0-dev.74 16:17:33 v2.3.0-dev.75 16:17:33 v2.3.0-dev.76 16:17:33 v2.3.0-dev.77 16:17:33 v2.3.0-dev.78 16:17:33 v2.3.0-dev.79 16:17:33 v2.3.0-dev.80 16:17:33 v2.3.0-dev.81 16:17:33 v2.3.0-dev.82 16:17:33 v2.3.0-dev.83 16:17:33 v2.3.0-dev.84 16:17:33 v2.3.0-dev.85 16:17:33 v2.3.0-dev.86 16:17:33 v2.3.0-dev.87 16:17:33 v2.3.0-dev.88 16:17:33 v2.3.0-dev.89 16:17:33 v2.3.0-dev.90 16:17:33 v2.3.0-dev.91 16:17:33 v2.3.0-dev.92 16:17:33 v2.3.0-dev.93 16:17:33 v2.3.0-dev.94 16:17:33 v2.3.0-dev.95 16:17:33 v2.3.0-dev.96 16:17:33 v2.3.0-dev.97 16:17:33 v2.3.0-dev.98 16:17:33 v2.3.0-dev.99 16:17:33 v2.3.1-dev.1 16:17:33 v2.3.1-dev.2 16:17:33 v2.3.1-dev.3 16:17:33 v2.3.1-dev.4 16:17:33 v2.3.1-dev.5 16:17:33 v3.0.0-dev.1 16:17:33 v3.0.0-dev.10 16:17:33 v3.0.0-dev.11 16:17:33 v3.0.0-dev.12 16:17:33 v3.0.0-dev.13 16:17:33 v3.0.0-dev.14 16:17:33 v3.0.0-dev.15 16:17:33 v3.0.0-dev.16 16:17:33 v3.0.0-dev.17 16:17:33 v3.0.0-dev.18 16:17:33 v3.0.0-dev.19 16:17:33 v3.0.0-dev.2 16:17:33 v3.0.0-dev.20 16:17:33 v3.0.0-dev.21 16:17:33 v3.0.0-dev.22 16:17:33 v3.0.0-dev.23 16:17:33 v3.0.0-dev.24 16:17:33 v3.0.0-dev.25 16:17:33 v3.0.0-dev.26 16:17:33 v3.0.0-dev.27 16:17:33 v3.0.0-dev.28 16:17:33 v3.0.0-dev.29 16:17:33 v3.0.0-dev.3 16:17:33 v3.0.0-dev.30 16:17:33 v3.0.0-dev.31 16:17:33 v3.0.0-dev.32 16:17:33 v3.0.0-dev.33 16:17:33 v3.0.0-dev.34 16:17:33 v3.0.0-dev.35 16:17:33 v3.0.0-dev.36 16:17:33 v3.0.0-dev.37 16:17:33 v3.0.0-dev.38 16:17:33 v3.0.0-dev.39 16:17:33 v3.0.0-dev.4 16:17:33 v3.0.0-dev.40 16:17:33 v3.0.0-dev.41 16:17:33 v3.0.0-dev.42 16:17:33 v3.0.0-dev.43 16:17:33 v3.0.0-dev.44 16:17:33 v3.0.0-dev.45 16:17:33 v3.0.0-dev.46 16:17:33 v3.0.0-dev.47 16:17:33 v3.0.0-dev.48 16:17:33 v3.0.0-dev.49 16:17:33 v3.0.0-dev.5 16:17:33 v3.0.0-dev.50 16:17:33 v3.0.0-dev.51 16:17:33 v3.0.0-dev.52 16:17:33 v3.0.0-dev.53 16:17:33 v3.0.0-dev.54 16:17:33 v3.0.0-dev.55 16:17:33 v3.0.0-dev.56 16:17:33 v3.0.0-dev.57 16:17:33 v3.0.0-dev.58 16:17:33 v3.0.0-dev.59 16:17:33 v3.0.0-dev.6 16:17:33 v3.0.0-dev.60 16:17:33 v3.0.0-dev.61 16:17:33 v3.0.0-dev.62 16:17:33 v3.0.0-dev.63 16:17:33 v3.0.0-dev.64 16:17:33 v3.0.0-dev.65 16:17:33 v3.0.0-dev.66 16:17:33 v3.0.0-dev.67 16:17:33 v3.0.0-dev.68 16:17:33 v3.0.0-dev.69 16:17:33 v3.0.0-dev.7 16:17:33 v3.0.0-dev.70 16:17:33 v3.0.0-dev.71 16:17:33 v3.0.0-dev.72 16:17:33 v3.0.0-dev.73 16:17:33 v3.0.0-dev.74 16:17:33 v3.0.0-dev.75 16:17:33 v3.0.0-dev.76 16:17:33 v3.0.0-dev.77 16:17:33 v3.0.0-dev.78 16:17:33 v3.0.0-dev.79 16:17:33 v3.0.0-dev.8 16:17:33 v3.0.0-dev.80 16:17:33 v3.0.0-dev.81 16:17:33 v3.0.0-dev.82 16:17:33 v3.0.0-dev.83 16:17:33 v3.0.0-dev.84 16:17:33 v3.0.0-dev.85 16:17:33 v3.0.0-dev.86 16:17:33 v3.0.0-dev.87 16:17:33 v3.0.0-dev.88 16:17:33 v3.0.0-dev.89 16:17:33 v3.0.0-dev.9 16:17:33 v3.0.0-dev.90 16:17:33 v3.0.0-dev.91 16:17:33 v3.0.0-dev.92 16:17:33 v3.0.0-dev.93 16:17:33 v3.0.0-dev.94 [Pipeline] sh 16:17:34 + lftools sign git-tag v3.0.0-dev.94 16:17:34 Signing Git tag with Sigul... 16:17:34 Signing v3.0.0-dev.94 [Pipeline] echo 16:17:35 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:17:35 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:17:35 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:17:35 $ docker stop --time=1 8fd6231902149889ba19cbe5ec0ac193e3fd33109f703d949bc3a9ef32561a95 16:17:36 $ docker rm -f --volumes 8fd6231902149889ba19cbe5ec0ac193e3fd33109f703d949bc3a9ef32561a95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:17:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:17:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:17:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:37 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 16:17:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:17:38 $ docker top 454154ded1933d84e2225061340d168699363678ed858e98291ef34ae57f3ab2 -eo pid,comm 16:17:38 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:17:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:38 [ssh-agent] Looking for ssh-agent implementation... 16:17:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:38 $ docker exec 454154ded1933d84e2225061340d168699363678ed858e98291ef34ae57f3ab2 ssh-agent 16:17:38 SSH_AUTH_SOCK=/tmp/ssh-tODRkT3SFUTV/agent.32 16:17:38 SSH_AGENT_PID=38 16:17:38 Running ssh-add (command line suppressed) 16:17:38 Identity added: /w/workspace/edgex-go/456@tmp/private_key_7249477938854290434.key (/w/workspace/edgex-go/456@tmp/private_key_7249477938854290434.key) 16:17:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:38 + git semver bump pre 16:17:39 2023-03-13 16:17:39,134 [read_version] DEBUG read version from /w/workspace/edgex-go/456/.semver/main 16:17:39 2023-03-13 16:17:39,134 [bump_version] DEBUG bumping version:3.0.0-dev.94 on axis:pre with prefix:dev 16:17:39 2023-03-13 16:17:39,135 [bump_version] DEBUG bumped version:3.0.0-dev.95 16:17:39 2023-03-13 16:17:39,135 [write_version] DEBUG write version:3.0.0-dev.95 to path:/w/workspace/edgex-go/456/.semver/main with force:True 16:17:39 2023-03-13 16:17:39,135 [read_version] DEBUG read version from /w/workspace/edgex-go/456/.semver/main 16:17:39 2023-03-13 16:17:39,135 [write_file] DEBUG write to file:/w/workspace/edgex-go/456/.semver/main 16:17:39 2023-03-13 16:17:39,139 [execute] INFO git cat-file --batch-check 16:17:39 2023-03-13 16:17:39,139 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/456/.semver, universal_newlines=False, shell=None, istream=) 16:17:39 2023-03-13 16:17:39,144 [execute] INFO git cat-file --batch 16:17:39 2023-03-13 16:17:39,144 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/456/.semver, universal_newlines=False, shell=None, istream=) 16:17:39 2023-03-13 16:17:39,149 [read_version] DEBUG read version from /w/workspace/edgex-go/456/.semver/main 16:17:39 3.0.0-dev.95 [Pipeline] } 16:17:39 $ docker exec --env ******** --env ******** 454154ded1933d84e2225061340d168699363678ed858e98291ef34ae57f3ab2 ssh-agent -k 16:17:39 unset SSH_AUTH_SOCK; 16:17:39 unset SSH_AGENT_PID; 16:17:39 echo Agent pid 38 killed; 16:17:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:39 + git semver [Pipeline] } 16:17:39 $ docker stop --time=1 454154ded1933d84e2225061340d168699363678ed858e98291ef34ae57f3ab2 16:17:41 $ docker rm -f --volumes 454154ded1933d84e2225061340d168699363678ed858e98291ef34ae57f3ab2 [Pipeline] // withDockerContainer [Pipeline] sh 16:17:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:17:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:17:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:41 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 16:17:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:17:42 $ docker top 018f0ba5d34f58311558449264b92d52bff246230a7c0ba4ee4207748238aaa8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:42 [ssh-agent] Looking for ssh-agent implementation... 16:17:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:42 $ docker exec 018f0ba5d34f58311558449264b92d52bff246230a7c0ba4ee4207748238aaa8 ssh-agent 16:17:42 SSH_AUTH_SOCK=/tmp/ssh-4DiVHZbILgSS/agent.32 16:17:42 SSH_AGENT_PID=38 16:17:42 Running ssh-add (command line suppressed) 16:17:42 Identity added: /w/workspace/edgex-go/456@tmp/private_key_5772344202585724796.key (/w/workspace/edgex-go/456@tmp/private_key_5772344202585724796.key) 16:17:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:43 + git semver push 16:17:43 2023-03-13 16:17:43,379 [run_push] DEBUG push 16:17:43 2023-03-13 16:17:43,379 [execute] INFO git cat-file --batch-check 16:17:43 2023-03-13 16:17:43,380 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/456/.semver, universal_newlines=False, shell=None, istream=) 16:17:43 2023-03-13 16:17:43,384 [execute] INFO git rev-list 00fa2f0cc96c45bc45160877e889118b4858b4f4 -- 16:17:43 2023-03-13 16:17:43,384 [execute] DEBUG Popen(['git', 'rev-list', '00fa2f0cc96c45bc45160877e889118b4858b4f4', '--'], cwd=/w/workspace/edgex-go/456/.semver, universal_newlines=False, shell=None, istream=None) 16:17:43 2023-03-13 16:17:43,400 [execute] INFO git fetch -v origin 16:17:43 2023-03-13 16:17:43,401 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/456/.semver, universal_newlines=True, shell=None, istream=None) 16:17:43 2023-03-13 16:17:43,898 [run_push] DEBUG no remote changes detected 16:17:43 2023-03-13 16:17:43,898 [execute] INFO git push origin semver 16:17:43 2023-03-13 16:17:43,899 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/456/.semver, universal_newlines=False, shell=None, istream=None) 16:17:44 2023-03-13 16:17:44,775 [run_push] DEBUG push all version tags 16:17:44 2023-03-13 16:17:44,775 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:17:44 2023-03-13 16:17:44,776 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/456, universal_newlines=False, shell=None, istream=None) 16:17:45 2023-03-13 16:17:45,625 [read_version] DEBUG read version from /w/workspace/edgex-go/456/.semver/main 16:17:45 3.0.0-dev.95 [Pipeline] } 16:17:45 $ docker exec --env ******** --env ******** 018f0ba5d34f58311558449264b92d52bff246230a7c0ba4ee4207748238aaa8 ssh-agent -k 16:17:45 unset SSH_AUTH_SOCK; 16:17:45 unset SSH_AGENT_PID; 16:17:45 echo Agent pid 38 killed; 16:17:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:46 + git semver [Pipeline] } 16:17:46 $ docker stop --time=1 018f0ba5d34f58311558449264b92d52bff246230a7c0ba4ee4207748238aaa8 16:17:47 $ docker rm -f --volumes 018f0ba5d34f58311558449264b92d52bff246230a7c0ba4ee4207748238aaa8 [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 16:17:48 + [ -d /w/workspace/edgex-go/456/archives ] [Pipeline] libraryResource [Pipeline] sh 16:17:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:17:49 ---> package-listing.sh 16:17:49 ++ facter osfamily 16:17:49 ++ tr '[:upper:]' '[:lower:]' 16:17:49 + OS_FAMILY=debian 16:17:49 + workspace=/w/workspace/edgex-go/456 16:17:49 + START_PACKAGES=/tmp/packages_start.txt 16:17:49 + END_PACKAGES=/tmp/packages_end.txt 16:17:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:17:49 + PACKAGES=/tmp/packages_start.txt 16:17:49 + '[' /w/workspace/edgex-go/456 ']' 16:17:49 + PACKAGES=/tmp/packages_end.txt 16:17:49 + case "${OS_FAMILY}" in 16:17:49 + dpkg -l 16:17:49 + grep '^ii' 16:17:49 + '[' -f /tmp/packages_start.txt ']' 16:17:49 + '[' -f /tmp/packages_end.txt ']' 16:17:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:17:49 + '[' /w/workspace/edgex-go/456 ']' 16:17:49 + mkdir -p /w/workspace/edgex-go/456/archives/ 16:17:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/456/archives/ [Pipeline] echo 16:17:49 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/456/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:17:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:17:50 16:17:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:17:50 latest: Pulling from edgex-lftools-log-publisher 16:17:50 5eb5b503b376: Pulling fs layer 16:17:50 5c69ac0246d0: Pulling fs layer 16:17:50 ec43610c2a17: Pulling fs layer 16:17:50 3a2ae6a8a46f: Pulling fs layer 16:17:50 33b1e0a273af: Pulling fs layer 16:17:50 5d3b04190fa2: Pulling fs layer 16:17:50 3a2ae6a8a46f: Waiting 16:17:50 33b1e0a273af: Waiting 16:17:50 2f39f015ded8: Pulling fs layer 16:17:50 5d3b04190fa2: Waiting 16:17:50 2f39f015ded8: Waiting 16:17:50 5c69ac0246d0: Download complete 16:17:50 3a2ae6a8a46f: Verifying Checksum 16:17:50 3a2ae6a8a46f: Download complete 16:17:51 33b1e0a273af: Verifying Checksum 16:17:51 33b1e0a273af: Download complete 16:17:51 5d3b04190fa2: Download complete 16:17:51 ec43610c2a17: Verifying Checksum 16:17:51 ec43610c2a17: Download complete 16:17:52 5eb5b503b376: Download complete 16:17:52 2f39f015ded8: Verifying Checksum 16:17:52 2f39f015ded8: Download complete 16:17:53 5eb5b503b376: Pull complete 16:17:53 5c69ac0246d0: Pull complete 16:17:53 ec43610c2a17: Pull complete 16:17:53 3a2ae6a8a46f: Pull complete 16:17:54 33b1e0a273af: Pull complete 16:17:54 5d3b04190fa2: Pull complete 16:17:58 2f39f015ded8: Pull complete 16:17:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:17:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:17:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:58 prd-ubuntu20.04-docker-8c-8g-9895 does not seem to be running inside a container 16:17:58 $ 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/456/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/456 -v /w/workspace/edgex-go/456:/w/workspace/edgex-go/456:rw,z -v /w/workspace/edgex-go/456@tmp:/w/workspace/edgex-go/456@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:18:00 $ docker top e94f2237a7dfccb7e395aa6daa1d4d66af69c53a820f639f2473e8c9b8bb1b64 -eo pid,comm [Pipeline] { [Pipeline] sh 16:18:00 + touch /tmp/pre-build-complete [Pipeline] sh 16:18:01 + mkdir -p /var/log/sysstat [Pipeline] sh 16:18:01 + ls /var/log/sa-host 16:18:01 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:01 provisioning config files... 16:18:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/456@tmp/config5338257531843949268tmp [Pipeline] { [Pipeline] echo 16:18:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:18:01 ---> create-netrc.sh [Pipeline] } 16:18:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:18:02 ---> python-tools-install.sh [Pipeline] echo 16:18:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:18:02 ---> sudo-logs.sh 16:18:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:18:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:18:02 ---> job-cost.sh 16:18:02 lf-activate-venv: SKIPPING 16:18:02 DEBUG: total: 0.10999999940395355 16:18:02 INFO: Retrieving Stack Cost... 16:18:02 INFO: Retrieving Pricing Info for: v3-standard-8 16:18:03 INFO: Archiving Costs [Pipeline] echo 16:18:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:18:03 ---> logs-deploy.sh 16:18:03 lf-activate-venv: SKIPPING 16:18:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/456 16:18:03 INFO: archiving workspace using pattern(s): 16:18:04 Archives upload complete. 16:18:04 INFO: archiving logs to Nexus 16:18:05 ---> uname -a: 16:18:05 Linux prd-ubuntu20-04-docker-8c-8g-9895 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 16:18:05 16:18:05 16:18:05 ---> lscpu: 16:18:05 Architecture: x86_64 16:18:05 CPU op-mode(s): 32-bit, 64-bit 16:18:05 Byte Order: Little Endian 16:18:05 Address sizes: 40 bits physical, 48 bits virtual 16:18:05 CPU(s): 8 16:18:05 On-line CPU(s) list: 0-7 16:18:05 Thread(s) per core: 1 16:18:05 Core(s) per socket: 1 16:18:05 Socket(s): 8 16:18:05 NUMA node(s): 1 16:18:05 Vendor ID: AuthenticAMD 16:18:05 CPU family: 23 16:18:05 Model: 49 16:18:05 Model name: AMD EPYC-Rome Processor 16:18:05 Stepping: 0 16:18:05 CPU MHz: 2799.998 16:18:05 BogoMIPS: 5599.99 16:18:05 Virtualization: AMD-V 16:18:05 Hypervisor vendor: KVM 16:18:05 Virtualization type: full 16:18:05 L1d cache: 256 KiB 16:18:05 L1i cache: 256 KiB 16:18:05 L2 cache: 4 MiB 16:18:05 L3 cache: 128 MiB 16:18:05 NUMA node0 CPU(s): 0-7 16:18:05 Vulnerability Itlb multihit: Not affected 16:18:05 Vulnerability L1tf: Not affected 16:18:05 Vulnerability Mds: Not affected 16:18:05 Vulnerability Meltdown: Not affected 16:18:05 Vulnerability Mmio stale data: Not affected 16:18:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:18:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:18:05 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:18:05 Vulnerability Srbds: Not affected 16:18:05 Vulnerability Tsx async abort: Not affected 16:18:05 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 16:18:05 16:18:05 16:18:05 ---> nproc: 16:18:05 8 16:18:05 16:18:05 16:18:05 ---> df -h: 16:18:05 Filesystem Size Used Avail Use% Mounted on 16:18:05 overlay 155G 22G 134G 14% / 16:18:05 tmpfs 64M 0 64M 0% /dev 16:18:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:18:05 shm 64M 0 64M 0% /dev/shm 16:18:05 /dev/vda1 155G 22G 134G 14% /facter-os 16:18:05 16:18:05 16:18:05 ---> sar -b -r -n DEV: 16:18:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9895) 03/13/23 _x86_64_ (8 CPU) 16:18:05 16:18:05 15:45:11 LINUX RESTART (8 CPU) 16:18:05 16:18:05 15:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:18:05 15:47:01 132.99 3.43 129.56 0.00 421.46 65941.75 0.00 16:18:05 15:48:01 29.85 0.23 29.61 0.00 3.07 13441.38 0.00 16:18:05 15:49:01 83.54 0.07 83.47 0.00 10.66 40410.86 0.00 16:18:05 15:50:01 471.24 10.28 460.96 0.00 95.85 152977.70 0.00 16:18:05 15:51:01 305.75 11.61 294.14 0.00 5155.08 181274.78 0.00 16:18:05 15:52:01 679.82 1.30 678.52 0.00 32.53 171639.66 0.00 16:18:05 15:53:01 613.76 3.27 610.49 0.00 29.55 235617.56 0.00 16:18:05 15:54:01 540.82 0.10 540.72 0.00 14.19 162857.90 0.00 16:18:05 15:55:01 432.31 0.10 432.21 0.00 13.46 45195.80 0.00 16:18:05 15:56:01 30.66 0.05 30.61 0.00 11.46 738.15 0.00 16:18:05 15:57:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 16:18:05 15:58:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 16:18:05 15:59:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 16:18:05 16:00:01 1.37 0.02 1.35 0.00 0.13 15.20 0.00 16:18:05 16:01:01 1.52 0.00 1.52 0.00 0.00 22.66 0.00 16:18:05 16:02:01 1.80 0.00 1.80 0.00 0.00 20.13 0.00 16:18:05 16:03:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 16:18:05 16:04:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 16:18:05 16:05:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 16:18:05 16:06:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 16:18:05 16:07:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 16:18:05 16:08:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 16:18:05 16:09:01 2.97 1.58 1.38 0.00 36.26 16.93 0.00 16:18:05 16:10:01 1.70 0.00 1.70 0.00 0.00 18.26 0.00 16:18:05 16:11:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 16:18:05 16:12:01 1.75 0.00 1.75 0.00 0.00 19.20 0.00 16:18:05 16:13:01 1.02 0.00 1.02 0.00 0.00 10.53 0.00 16:18:05 16:14:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 16:18:05 16:15:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 16:18:05 16:16:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 16:18:05 16:17:01 24.87 0.10 24.77 0.00 10.26 15314.99 0.00 16:18:05 16:18:01 138.44 0.43 138.01 0.00 23.06 58315.48 0.00 16:18:05 Average: 109.54 1.02 108.52 0.00 183.11 35666.32 0.00 16:18:05 16:18:05 15:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:18:05 15:47:01 28031256 31311672 984956 3.00 111652 3393372 2390416 7.04 1541100 2878648 228512 16:18:05 15:48:01 28050932 31569156 723452 2.20 116072 3594312 2131536 6.28 1218908 3143704 173300 16:18:05 15:49:01 26207076 31559744 734584 2.23 118800 5382616 1832868 5.40 1519640 4645576 1608592 16:18:05 15:50:01 22407140 31516068 763700 2.32 284108 8623408 1891380 5.57 2081716 7517028 1021364 16:18:05 15:51:01 20033364 30474936 1776772 5.40 307636 9931768 4024328 11.86 3386788 8545412 164560 16:18:05 15:52:01 20672908 31336244 921736 2.80 332676 10130564 2584016 7.62 2347320 8957740 122532 16:18:05 15:53:01 17544220 31283496 971760 2.96 420220 12938104 2952092 8.70 2501456 11745684 2528 16:18:05 15:54:01 16181096 31325216 933588 2.84 425604 14268244 2486784 7.33 2568320 12980200 221800 16:18:05 15:55:01 17923220 31540536 725448 2.21 431120 12785396 1811020 5.34 2419280 11448848 2072 16:18:05 15:56:01 17922364 31541728 723816 2.20 432228 12786180 1835728 5.41 2418200 11449004 0 16:18:05 15:57:01 17923104 31542476 723068 2.20 432240 12786176 1835728 5.41 2417328 11449004 32 16:18:05 15:58:01 17923064 31542456 723376 2.20 432260 12786184 1835728 5.41 2417268 11449008 12 16:18:05 15:59:01 17930136 31549540 716340 2.18 432272 12786188 1835728 5.41 2410536 11449012 28 16:18:05 16:00:01 17928812 31548584 717712 2.18 432292 12786188 1871652 5.52 2410360 11449324 204 16:18:05 16:01:01 17929972 31549756 716484 2.18 432332 12786156 1871652 5.52 2409452 11449304 72 16:18:05 16:02:01 17930236 31550040 716344 2.18 432348 12786172 1871652 5.52 2409536 11449308 184 16:18:05 16:03:01 17929936 31549748 716536 2.18 432356 12786176 1871652 5.52 2409600 11449312 4 16:18:05 16:04:01 17929856 31549700 716544 2.18 432364 12786180 1871652 5.52 2409404 11449316 60 16:18:05 16:05:01 17929800 31549668 716536 2.18 432364 12786180 1871652 5.52 2409504 11449336 8 16:18:05 16:06:01 17930296 31550176 715964 2.18 432384 12786176 1871652 5.52 2409452 11449340 28 16:18:05 16:07:01 17929972 31549880 716184 2.18 432392 12786188 1871652 5.52 2409408 11449344 24 16:18:05 16:08:01 17930156 31550068 716152 2.18 432408 12786180 1871652 5.52 2409392 11449344 8 16:18:05 16:09:01 17920428 31542300 723976 2.20 432436 12787280 1871652 5.52 2420852 11449668 20 16:18:05 16:10:01 17920680 31542572 723624 2.20 432456 12787280 1871652 5.52 2420592 11449632 16 16:18:05 16:11:01 17920592 31542500 723616 2.20 432476 12787284 1871652 5.52 2420592 11449636 56 16:18:05 16:12:01 17920600 31542540 723652 2.20 432484 12787292 1855188 5.47 2420552 11449644 28 16:18:05 16:13:01 17920804 31542744 723376 2.20 432504 12787292 1855188 5.47 2420536 11449644 4 16:18:05 16:14:01 17920756 31542736 723348 2.20 432516 12787296 1855188 5.47 2420576 11449652 180 16:18:05 16:15:01 17920924 31542912 723320 2.20 432524 12787300 1855188 5.47 2420560 11449656 4 16:18:05 16:16:01 17920648 31542668 723544 2.20 432544 12787292 1855188 5.47 2420700 11449652 8 16:18:05 16:17:01 17134548 31514608 748616 2.28 442932 13491364 1954744 5.76 2454172 12153740 241244 16:18:05 16:18:01 15878648 31501204 758892 2.31 496588 14548792 1928596 5.68 2587300 13140868 444 16:18:05 Average: 18953048 31481177 786469 2.39 392737 11800206 2033327 5.99 2354388 10549831 118373 16:18:05 16:18:05 15:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:18:05 15:47:01 ens3 712.03 678.17 7469.84 77.48 0.00 0.00 0.00 0.00 16:18:05 15:47:01 docker0 570.99 537.20 41.83 3426.35 0.00 0.00 0.00 0.00 16:18:05 15:47:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 16:18:05 15:47:01 veth859e339 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:48:01 ens3 23.31 16.88 18.98 10.71 0.00 0.00 0.00 0.00 16:18:05 15:48:01 docker0 1.32 1.32 0.08 0.11 0.00 0.00 0.00 0.00 16:18:05 15:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 15:48:01 veth859e339 1.32 1.37 0.10 0.11 0.00 0.00 0.00 0.00 16:18:05 15:49:01 ens3 111.53 94.58 1698.59 116.85 0.00 0.00 0.00 0.00 16:18:05 15:49:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:49:01 veth2b9dbfa 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:49:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 16:18:05 15:50:01 ens3 965.59 636.03 6147.14 62.33 0.00 0.00 0.00 0.00 16:18:05 15:50:01 docker0 630.53 954.66 48.93 6138.28 0.00 0.00 0.00 0.00 16:18:05 15:50:01 veth2b9dbfa 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 16:18:05 15:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 15:51:01 ens3 257.60 141.32 2814.24 13.28 0.00 0.00 0.00 0.00 16:18:05 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:51:01 veth9eca9c4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:51:01 vethaa3b802 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:51:01 vethd111c41 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:51:01 vethf280ed4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:51:01 veth2b9dbfa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:51:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 16:18:05 15:51:01 vetha5e1976 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:52:01 ens3 227.63 148.68 497.62 25.01 0.00 0.00 0.00 0.00 16:18:05 15:52:01 docker0 126.68 196.60 10.38 428.59 0.00 0.00 0.00 0.00 16:18:05 15:52:01 veth84d6761 30.48 44.56 2.97 16.31 0.00 0.00 0.00 0.00 16:18:05 15:52:01 vethffd3043 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:52:01 vethe414c46 31.43 45.78 3.07 16.91 0.00 0.00 0.00 0.00 16:18:05 15:52:01 veth2450238 25.70 37.68 2.52 12.79 0.00 0.00 0.00 0.00 16:18:05 15:52:01 veth2b9dbfa 0.00 0.58 0.00 0.02 0.00 0.00 0.00 0.00 16:18:05 15:52:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 16:18:05 15:52:01 vetha44feb7 25.73 37.74 2.53 12.80 0.00 0.00 0.00 0.00 16:18:05 15:53:01 vethe42580e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:53:01 ens3 519.78 266.73 4906.96 31.80 0.00 0.00 0.00 0.00 16:18:05 15:53:01 docker0 251.89 500.49 21.27 4846.84 0.00 0.00 0.00 0.00 16:18:05 15:53:01 veth54e2df8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:53:01 vethb8eea5f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:53:01 veth74e670d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:53:01 vethbdceed6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:53:01 veth02e9c6f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:53:01 veth2b9dbfa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:53:01 vethb232e61 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:53:01 lo 0.95 0.95 0.09 0.09 0.00 0.00 0.00 0.00 16:18:05 15:53:01 veth2dc465b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:54:01 ens3 242.23 128.34 1531.48 24.33 0.00 0.00 0.00 0.00 16:18:05 15:54:01 docker0 106.93 208.67 8.45 1505.39 0.00 0.00 0.00 0.00 16:18:05 15:54:01 veth2b9dbfa 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:54:01 vethfcf3cae 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 15:55:01 ens3 290.20 269.14 302.60 873.41 0.00 0.00 0.00 0.00 16:18:05 15:55:01 docker0 6.22 12.16 0.41 135.54 0.00 0.00 0.00 0.00 16:18:05 15:55:01 lo 27.40 27.40 2.70 2.70 0.00 0.00 0.00 0.00 16:18:05 15:56:01 ens3 426.74 416.21 205.65 2184.93 0.00 0.00 0.00 0.00 16:18:05 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:56:01 lo 38.25 38.25 3.77 3.77 0.00 0.00 0.00 0.00 16:18:05 15:57:01 ens3 0.05 0.05 0.00 0.01 0.00 0.00 0.00 0.00 16:18:05 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:58:01 ens3 2.78 1.57 7.74 0.11 0.00 0.00 0.00 0.00 16:18:05 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 15:59:01 ens3 1.23 0.60 0.56 0.41 0.00 0.00 0.00 0.00 16:18:05 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:00:01 ens3 0.77 0.40 0.27 0.21 0.00 0.00 0.00 0.00 16:18:05 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:01:01 ens3 1.35 0.17 0.17 0.07 0.00 0.00 0.00 0.00 16:18:05 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:02:01 ens3 1.35 0.48 0.43 0.28 0.00 0.00 0.00 0.00 16:18:05 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:03:01 ens3 0.93 0.68 0.60 0.48 0.00 0.00 0.00 0.00 16:18:05 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:04:01 ens3 0.68 0.15 0.11 0.01 0.00 0.00 0.00 0.00 16:18:05 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:05:01 ens3 0.47 0.48 0.26 0.22 0.00 0.00 0.00 0.00 16:18:05 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:06:01 ens3 0.40 0.22 0.09 0.07 0.00 0.00 0.00 0.00 16:18:05 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:08:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:09:01 ens3 8.03 6.98 5.21 6.29 0.00 0.00 0.00 0.00 16:18:05 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:09:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:10:01 ens3 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:11:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:18:05 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:12:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:14:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:16:01 ens3 0.42 0.23 0.20 0.07 0.00 0.00 0.00 0.00 16:18:05 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:05 16:17:01 ens3 139.57 74.02 3970.26 11.49 0.00 0.00 0.00 0.00 16:18:05 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:05 16:17:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 16:18:05 16:18:01 ens3 371.97 253.81 6367.31 152.90 0.00 0.00 0.00 0.00 16:18:05 16:18:01 docker0 42.09 72.99 3.60 587.83 0.00 0.00 0.00 0.00 16:18:05 16:18:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 16:18:05 Average: ens3 134.43 97.93 1121.48 112.31 0.00 0.00 0.00 0.00 16:18:05 Average: docker0 54.18 77.43 4.21 531.30 0.00 0.00 0.00 0.00 16:18:05 Average: lo 2.37 2.37 0.23 0.23 0.00 0.00 0.00 0.00 16:18:05 16:18:05 16:18:05 ---> sar -P ALL: 16:18:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9895) 03/13/23 _x86_64_ (8 CPU) 16:18:05 16:18:05 15:45:11 LINUX RESTART (8 CPU) 16:18:05 16:18:05 15:46:01 CPU %user %nice %system %iowait %steal %idle 16:18:05 15:47:01 all 18.76 0.00 4.98 3.63 0.07 72.56 16:18:05 15:47:01 0 18.04 0.00 4.96 0.66 0.05 76.29 16:18:05 15:47:01 1 21.41 0.00 6.36 15.20 0.08 56.94 16:18:05 15:47:01 2 18.19 0.00 4.04 0.24 0.05 77.48 16:18:05 15:47:01 3 17.82 0.00 3.76 0.56 0.07 77.79 16:18:05 15:47:01 4 18.09 0.00 3.66 0.05 0.05 78.15 16:18:05 15:47:01 5 19.42 0.00 4.88 3.38 0.08 72.24 16:18:05 15:47:01 6 19.00 0.00 6.03 0.08 0.07 74.82 16:18:05 15:47:01 7 18.08 0.00 6.18 8.99 0.10 66.64 16:18:05 15:48:01 all 44.33 0.00 6.50 0.77 0.08 48.31 16:18:05 15:48:01 0 44.53 0.00 7.15 4.33 0.08 43.90 16:18:05 15:48:01 1 43.75 0.00 6.63 0.64 0.08 48.90 16:18:05 15:48:01 2 44.04 0.00 6.54 0.05 0.08 49.29 16:18:05 15:48:01 3 43.91 0.00 6.45 0.10 0.08 49.46 16:18:05 15:48:01 4 44.85 0.00 6.48 0.27 0.08 48.31 16:18:05 15:48:01 5 45.46 0.00 6.40 0.10 0.08 47.96 16:18:05 15:48:01 6 44.71 0.00 6.40 0.13 0.08 48.67 16:18:05 15:48:01 7 43.37 0.00 5.99 0.54 0.08 50.02 16:18:05 15:49:01 all 27.99 0.00 8.13 1.51 0.08 62.28 16:18:05 15:49:01 0 26.31 0.00 7.98 2.05 0.08 63.57 16:18:05 15:49:01 1 30.21 0.00 7.97 0.05 0.08 61.68 16:18:05 15:49:01 2 27.18 0.00 8.42 0.07 0.09 64.24 16:18:05 15:49:01 3 28.20 0.00 7.86 0.20 0.08 63.66 16:18:05 15:49:01 4 28.60 0.00 8.24 0.07 0.09 63.01 16:18:05 15:49:01 5 29.01 0.00 8.42 0.27 0.09 62.21 16:18:05 15:49:01 6 27.97 0.00 7.57 0.00 0.07 64.39 16:18:05 15:49:01 7 26.45 0.00 8.61 9.36 0.09 55.50 16:18:05 15:50:01 all 10.83 0.00 5.56 12.78 0.06 70.77 16:18:05 15:50:01 0 10.96 0.00 5.00 9.92 0.07 74.05 16:18:05 15:50:01 1 11.04 0.00 5.47 19.24 0.07 64.19 16:18:05 15:50:01 2 11.78 0.00 5.92 15.27 0.07 66.96 16:18:05 15:50:01 3 11.01 0.00 5.85 24.06 0.07 59.01 16:18:05 15:50:01 4 11.16 0.00 4.80 3.69 0.03 80.32 16:18:05 15:50:01 5 10.84 0.00 5.08 7.58 0.05 76.45 16:18:05 15:50:01 6 9.67 0.00 5.36 7.02 0.05 77.90 16:18:05 15:50:01 7 10.14 0.00 7.01 15.55 0.10 67.20 16:18:05 15:51:01 all 46.52 0.00 9.88 8.11 0.11 35.37 16:18:05 15:51:01 0 46.29 0.00 10.43 12.67 0.22 30.38 16:18:05 15:51:01 1 47.09 0.00 9.41 8.41 0.07 35.02 16:18:05 15:51:01 2 47.09 0.00 9.20 0.47 0.08 43.17 16:18:05 15:51:01 3 47.08 0.00 9.87 3.85 0.10 39.09 16:18:05 15:51:01 4 46.85 0.00 9.01 18.60 0.08 25.45 16:18:05 15:51:01 5 46.36 0.00 9.97 5.99 0.10 37.57 16:18:05 15:51:01 6 46.88 0.00 9.48 0.50 0.08 43.05 16:18:05 15:51:01 7 44.51 0.00 11.70 14.52 0.15 29.12 16:18:05 15:52:01 all 35.37 0.00 10.33 10.86 0.12 43.33 16:18:05 15:52:01 0 33.09 0.00 10.33 4.96 0.12 51.51 16:18:05 15:52:01 1 35.80 0.00 10.38 29.26 0.12 24.45 16:18:05 15:52:01 2 38.19 0.00 11.21 3.82 0.12 46.66 16:18:05 15:52:01 3 36.55 0.00 9.97 11.78 0.10 41.61 16:18:05 15:52:01 4 35.74 0.00 9.74 10.82 0.10 43.60 16:18:05 15:52:01 5 36.15 0.00 10.28 11.36 0.17 42.04 16:18:05 15:52:01 6 36.84 0.00 12.58 5.86 0.10 44.62 16:18:05 15:52:01 7 30.53 0.00 8.11 9.00 0.12 52.23 16:18:05 15:53:01 all 23.80 0.00 9.50 17.07 0.13 49.51 16:18:05 15:53:01 0 22.32 0.00 8.06 3.90 0.28 65.44 16:18:05 15:53:01 1 24.89 0.00 9.25 12.96 0.10 52.80 16:18:05 15:53:01 2 24.04 0.00 10.37 25.69 0.09 39.80 16:18:05 15:53:01 3 24.60 0.00 10.37 16.06 0.10 48.86 16:18:05 15:53:01 4 23.22 0.00 8.97 24.07 0.07 43.68 16:18:05 15:53:01 5 24.90 0.00 10.07 22.53 0.10 42.39 16:18:05 15:53:01 6 25.23 0.00 9.63 25.31 0.10 39.72 16:18:05 15:53:01 7 21.14 0.00 9.28 5.85 0.18 63.55 16:18:05 15:54:01 all 36.00 0.00 10.16 15.72 0.16 37.96 16:18:05 15:54:01 0 37.12 0.00 10.59 17.63 0.14 34.52 16:18:05 15:54:01 1 37.02 0.00 12.81 26.53 0.17 23.47 16:18:05 15:54:01 2 32.58 0.00 8.93 11.94 0.17 46.38 16:18:05 15:54:01 3 38.18 0.00 10.69 21.87 0.18 29.09 16:18:05 15:54:01 4 33.33 0.00 8.52 8.62 0.12 49.41 16:18:05 15:54:01 5 38.52 0.00 11.44 16.78 0.18 33.07 16:18:05 15:54:01 6 36.70 0.00 8.71 12.26 0.12 42.22 16:18:05 15:54:01 7 34.60 0.00 9.66 10.18 0.23 45.33 16:18:05 15:55:01 all 24.96 0.00 4.88 3.99 0.08 66.10 16:18:05 15:55:01 0 26.35 0.00 5.29 3.49 0.08 64.79 16:18:05 15:55:01 1 25.40 0.00 4.98 2.45 0.07 67.10 16:18:05 15:55:01 2 22.52 0.00 4.14 4.94 0.07 68.33 16:18:05 15:55:01 3 27.50 0.00 5.20 1.48 0.12 65.70 16:18:05 15:55:01 4 24.73 0.00 4.42 2.83 0.07 67.96 16:18:05 15:55:01 5 25.80 0.00 4.94 2.40 0.07 66.80 16:18:05 15:55:01 6 21.71 0.00 4.61 4.86 0.08 68.73 16:18:05 15:55:01 7 25.63 0.00 5.44 9.50 0.10 59.32 16:18:05 15:56:01 all 7.40 0.00 0.93 0.13 0.06 91.48 16:18:05 15:56:01 0 10.12 0.00 1.22 0.08 0.05 88.53 16:18:05 15:56:01 1 5.72 0.00 0.80 0.02 0.03 93.43 16:18:05 15:56:01 2 8.73 0.00 0.75 0.02 0.03 90.47 16:18:05 15:56:01 3 9.46 0.00 0.97 0.15 0.07 89.35 16:18:05 15:56:01 4 6.92 0.00 1.12 0.52 0.05 91.39 16:18:05 15:56:01 5 6.71 0.00 0.63 0.03 0.03 92.59 16:18:05 15:56:01 6 6.05 0.00 0.75 0.02 0.03 93.15 16:18:05 15:56:01 7 5.51 0.00 1.18 0.18 0.22 92.92 16:18:05 15:57:01 all 0.26 0.00 0.01 0.00 0.01 99.71 16:18:05 15:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:18:05 15:57:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:18:05 15:57:01 2 0.07 0.00 0.03 0.00 0.02 99.88 16:18:05 15:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 15:57:01 4 0.05 0.00 0.03 0.03 0.02 99.87 16:18:05 15:57:01 5 0.00 0.00 0.02 0.00 0.02 99.97 16:18:05 15:57:01 6 1.87 0.00 0.00 0.00 0.02 98.11 16:18:05 15:57:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:18:05 16:18:05 15:57:01 CPU %user %nice %system %iowait %steal %idle 16:18:05 15:58:01 all 0.03 0.00 0.01 0.00 0.00 99.96 16:18:05 15:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 15:58:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:18:05 15:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 15:58:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:18:05 15:58:01 4 0.02 0.00 0.00 0.03 0.00 99.95 16:18:05 15:58:01 5 0.07 0.00 0.02 0.00 0.00 99.92 16:18:05 15:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 15:58:01 7 0.05 0.00 0.00 0.00 0.00 99.95 16:18:05 15:59:01 all 0.28 0.00 0.02 0.00 0.00 99.70 16:18:05 15:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 15:59:01 1 0.05 0.00 0.05 0.02 0.02 99.87 16:18:05 15:59:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:18:05 15:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 15:59:01 4 0.03 0.00 0.03 0.00 0.02 99.92 16:18:05 15:59:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:18:05 15:59:01 6 2.00 0.00 0.00 0.00 0.00 98.00 16:18:05 15:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:00:01 all 0.30 0.00 0.04 0.00 0.00 99.66 16:18:05 16:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:18:05 16:00:01 1 0.02 0.00 0.05 0.00 0.00 99.93 16:18:05 16:00:01 2 0.13 0.00 0.03 0.00 0.00 99.83 16:18:05 16:00:01 3 0.03 0.00 0.03 0.02 0.02 99.90 16:18:05 16:00:01 4 0.07 0.00 0.05 0.02 0.00 99.87 16:18:05 16:00:01 5 0.03 0.00 0.03 0.00 0.00 99.93 16:18:05 16:00:01 6 2.02 0.00 0.03 0.00 0.02 97.93 16:18:05 16:00:01 7 0.02 0.00 0.05 0.00 0.00 99.93 16:18:05 16:01:01 all 0.05 0.00 0.01 0.01 0.00 99.93 16:18:05 16:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:01:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:18:05 16:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:01:01 4 0.05 0.00 0.00 0.03 0.00 99.92 16:18:05 16:01:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:18:05 16:01:01 6 0.22 0.00 0.03 0.00 0.02 99.73 16:18:05 16:01:01 7 0.02 0.00 0.02 0.02 0.00 99.95 16:18:05 16:02:01 all 0.12 0.00 0.01 0.00 0.01 99.86 16:18:05 16:02:01 0 0.02 0.00 0.00 0.02 0.02 99.95 16:18:05 16:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:18:05 16:02:01 2 0.08 0.00 0.00 0.00 0.00 99.92 16:18:05 16:02:01 3 0.02 0.00 0.02 0.02 0.00 99.95 16:18:05 16:02:01 4 0.05 0.00 0.02 0.00 0.02 99.92 16:18:05 16:02:01 5 0.00 0.00 0.03 0.00 0.00 99.97 16:18:05 16:02:01 6 0.78 0.00 0.00 0.00 0.02 99.20 16:18:05 16:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:18:05 16:03:01 all 0.03 0.00 0.01 0.01 0.00 99.94 16:18:05 16:03:01 0 0.07 0.00 0.02 0.07 0.00 99.85 16:18:05 16:03:01 1 0.02 0.00 0.03 0.00 0.00 99.95 16:18:05 16:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:03:01 3 0.03 0.00 0.00 0.02 0.00 99.95 16:18:05 16:03:01 4 0.07 0.00 0.03 0.00 0.00 99.90 16:18:05 16:03:01 5 0.05 0.00 0.02 0.00 0.00 99.93 16:18:05 16:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:04:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:18:05 16:04:01 0 0.03 0.00 0.02 0.02 0.00 99.93 16:18:05 16:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:04:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:18:05 16:04:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:18:05 16:04:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:18:05 16:04:01 6 0.07 0.00 0.02 0.00 0.02 99.90 16:18:05 16:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:18:05 16:05:01 all 0.02 0.00 0.01 0.00 0.00 99.97 16:18:05 16:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:18:05 16:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:18:05 16:05:01 4 0.07 0.00 0.02 0.00 0.00 99.92 16:18:05 16:05:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:18:05 16:05:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:18:05 16:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:06:01 all 0.21 0.00 0.01 0.01 0.00 99.77 16:18:05 16:06:01 0 0.00 0.00 0.00 0.07 0.00 99.93 16:18:05 16:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:06:01 4 0.05 0.00 0.00 0.00 0.00 99.95 16:18:05 16:06:01 5 0.03 0.00 0.03 0.02 0.00 99.92 16:18:05 16:06:01 6 1.55 0.00 0.03 0.00 0.02 98.40 16:18:05 16:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:07:01 all 0.09 0.00 0.02 0.00 0.00 99.88 16:18:05 16:07:01 0 0.03 0.00 0.00 0.02 0.02 99.93 16:18:05 16:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:07:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:18:05 16:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:07:01 4 0.07 0.00 0.02 0.00 0.02 99.90 16:18:05 16:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:07:01 6 0.55 0.00 0.05 0.00 0.00 99.40 16:18:05 16:07:01 7 0.02 0.00 0.00 0.02 0.00 99.97 16:18:05 16:08:01 all 0.01 0.00 0.00 0.00 0.01 99.98 16:18:05 16:08:01 0 0.00 0.00 0.00 0.02 0.00 99.98 16:18:05 16:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:18:05 16:08:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:18:05 16:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 16:18:05 16:08:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:08:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:18:05 16:08:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:18:05 16:18:05 16:08:01 CPU %user %nice %system %iowait %steal %idle 16:18:05 16:09:01 all 0.41 0.00 0.03 0.01 0.00 99.55 16:18:05 16:09:01 0 0.27 0.00 0.07 0.02 0.00 99.65 16:18:05 16:09:01 1 0.27 0.00 0.03 0.03 0.00 99.67 16:18:05 16:09:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:18:05 16:09:01 3 0.07 0.00 0.05 0.02 0.00 99.87 16:18:05 16:09:01 4 1.17 0.00 0.02 0.00 0.00 98.82 16:18:05 16:09:01 5 0.07 0.00 0.00 0.02 0.02 99.90 16:18:05 16:09:01 6 1.18 0.00 0.00 0.00 0.02 98.81 16:18:05 16:09:01 7 0.20 0.00 0.02 0.00 0.00 99.78 16:18:05 16:10:01 all 0.25 0.00 0.02 0.01 0.00 99.72 16:18:05 16:10:01 0 0.02 0.00 0.05 0.02 0.00 99.92 16:18:05 16:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:10:01 3 0.00 0.00 0.00 0.03 0.02 99.95 16:18:05 16:10:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:18:05 16:10:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:10:01 6 1.92 0.00 0.07 0.00 0.02 98.00 16:18:05 16:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:11:01 all 0.02 0.00 0.01 0.00 0.00 99.97 16:18:05 16:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:18:05 16:11:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:18:05 16:11:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:18:05 16:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:18:05 16:12:01 0 0.02 0.00 0.02 0.02 0.02 99.93 16:18:05 16:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:18:05 16:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:12:01 3 0.00 0.00 0.02 0.02 0.00 99.97 16:18:05 16:12:01 4 0.05 0.00 0.02 0.00 0.00 99.93 16:18:05 16:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:18:05 16:12:01 6 0.03 0.00 0.03 0.00 0.02 99.92 16:18:05 16:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:13:01 all 0.02 0.00 0.01 0.00 0.00 99.97 16:18:05 16:13:01 0 0.03 0.00 0.00 0.02 0.00 99.95 16:18:05 16:13:01 1 0.00 0.00 0.03 0.00 0.00 99.97 16:18:05 16:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:13:01 3 0.00 0.00 0.00 0.02 0.00 99.98 16:18:05 16:13:01 4 0.05 0.00 0.02 0.00 0.00 99.93 16:18:05 16:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:13:01 6 0.05 0.00 0.02 0.00 0.02 99.92 16:18:05 16:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:14:01 all 0.02 0.00 0.01 0.01 0.00 99.95 16:18:05 16:14:01 0 0.00 0.00 0.02 0.02 0.00 99.97 16:18:05 16:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:18:05 16:14:01 4 0.08 0.00 0.03 0.00 0.00 99.88 16:18:05 16:14:01 5 0.02 0.00 0.02 0.07 0.02 99.88 16:18:05 16:14:01 6 0.05 0.00 0.02 0.00 0.00 99.93 16:18:05 16:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:15:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:18:05 16:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:15:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:18:05 16:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:18:05 16:15:01 4 0.07 0.00 0.03 0.00 0.02 99.88 16:18:05 16:15:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:18:05 16:15:01 6 0.00 0.00 0.02 0.00 0.02 99.97 16:18:05 16:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:16:01 all 0.05 0.00 0.00 0.01 0.00 99.94 16:18:05 16:16:01 0 0.00 0.00 0.00 0.02 0.00 99.98 16:18:05 16:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:18:05 16:16:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:18:05 16:16:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:18:05 16:16:01 5 0.02 0.00 0.00 0.03 0.00 99.95 16:18:05 16:16:01 6 0.30 0.00 0.02 0.00 0.00 99.68 16:18:05 16:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:18:05 16:17:01 all 3.32 0.00 1.61 0.33 0.02 94.73 16:18:05 16:17:01 0 2.87 0.00 1.98 0.15 0.02 94.99 16:18:05 16:17:01 1 4.69 0.00 1.12 0.03 0.02 94.14 16:18:05 16:17:01 2 2.56 0.00 1.42 0.00 0.02 96.00 16:18:05 16:17:01 3 3.69 0.00 1.43 2.40 0.02 92.46 16:18:05 16:17:01 4 3.58 0.00 1.51 0.00 0.02 94.89 16:18:05 16:17:01 5 1.96 0.00 1.71 0.02 0.02 96.30 16:18:05 16:17:01 6 4.23 0.00 1.80 0.02 0.03 93.92 16:18:05 16:17:01 7 2.97 0.00 1.88 0.02 0.02 95.12 16:18:05 16:18:01 all 9.80 0.00 4.30 1.53 0.06 84.31 16:18:05 16:18:01 0 9.48 0.00 4.33 1.30 0.07 84.82 16:18:05 16:18:01 1 9.77 0.00 4.06 1.06 0.05 85.06 16:18:05 16:18:01 2 10.07 0.00 4.51 0.10 0.05 85.27 16:18:05 16:18:01 3 8.27 0.00 5.28 8.90 0.05 77.50 16:18:05 16:18:01 4 9.36 0.00 3.43 0.42 0.05 86.75 16:18:05 16:18:01 5 9.06 0.00 4.50 0.05 0.05 86.34 16:18:05 16:18:01 6 10.50 0.00 3.64 0.37 0.07 85.42 16:18:05 16:18:01 7 11.93 0.00 4.64 0.14 0.07 83.23 16:18:05 Average: all 8.98 0.00 2.37 2.34 0.03 86.28 16:18:05 Average: 0 8.85 0.00 2.38 1.87 0.04 86.85 16:18:05 Average: 1 9.18 0.00 2.45 3.55 0.03 84.79 16:18:05 Average: 2 8.88 0.00 2.33 1.91 0.03 86.86 16:18:05 Average: 3 9.15 0.00 2.40 2.80 0.03 85.62 16:18:05 Average: 4 8.91 0.00 2.17 2.15 0.03 86.75 16:18:05 Average: 5 9.06 0.00 2.41 2.15 0.03 86.34 16:18:05 Average: 6 9.34 0.00 2.37 1.72 0.03 86.54 16:18:05 Average: 7 8.45 0.00 2.45 2.57 0.05 86.49 16:18:05 16:18:05 16:18:05