Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 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-ssh5690358726180726648.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-ssh14233177986118306807.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-ssh2921123782632785723.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-ssh9180487262384128312.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-ssh2474260535519052914.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8011 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/435 [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/435 # 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 8aa10c1497df1eea7ec4785a9c01b401f72abbbc (main) Commit message: "fix: Consume Request API fix in go-mod-messaging (#4404)" > 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 8aa10c1497df1eea7ec4785a9c01b401f72abbbc # timeout=10 > git rev-list --no-walk c62a5d89f5f52d8aa6b35d9623ff06e1c2b819d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:15:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:15:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:15:09 ========================================================= 19:15:09 EdgeX Global Pipelines Version Info 19:15:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:15:10 ------------------- 19:15:10 stable info: 19:15:10 ------------------- 19:15:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:15:10 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 19:15:10 Message: update stable to v1.0.244 19:15:10 ------------------- 19:15:10 experimental info: 19:15:10 ------------------- 19:15:10 Commited By: **** collab-it+edgex@linuxfoundation.org 19:15:10 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 19:15:10 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:15:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:15:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:15:11 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:15:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 19:15:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 19:15:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 19:15:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] echo 19:15:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8aa10c1 [Pipeline] echo 19:15:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:15:11 provisioning config files... 19:15:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/435@tmp/config4543167907530726224tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:15:11 ---> docker-login.sh 19:15:11 nexus3.edgexfoundry.org:10001 19:15:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:11 Configure a credential helper to remove this warning. See 19:15:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:11 19:15:11 Login Succeeded 19:15:11 nexus3.edgexfoundry.org:10002 19:15:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:11 Configure a credential helper to remove this warning. See 19:15:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:11 19:15:11 Login Succeeded 19:15:11 nexus3.edgexfoundry.org:10003 19:15:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:11 Configure a credential helper to remove this warning. See 19:15:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:11 19:15:11 Login Succeeded 19:15:11 nexus3.edgexfoundry.org:10004 19:15:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:11 Configure a credential helper to remove this warning. See 19:15:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:11 19:15:11 Login Succeeded 19:15:11 docker.io 19:15:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:12 Configure a credential helper to remove this warning. See 19:15:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:12 19:15:12 Login Succeeded 19:15:12 ---> docker-login.sh ends [Pipeline] } 19:15:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:15:12 + 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 19:15:12 + cut -d/ -f2 19:15:12 + dirname cmd/core-command/Dockerfile 19:15:12 + echo core-command,cmd/core-command/Dockerfile 19:15:12 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:15:12 + dirname cmd/core-data/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo core-data,cmd/core-data/Dockerfile 19:15:12 + dirname cmd/core-metadata/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo core-metadata,cmd/core-metadata/Dockerfile 19:15:12 + dirname cmd/security-bootstrapper/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:15:12 + dirname cmd/security-proxy-auth/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:15:12 + dirname cmd/security-proxy-setup/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:15:12 + dirname cmd/security-secretstore-setup/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:15:12 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:15:12 + dirname cmd/security-spire-agent/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:15:12 + dirname cmd/security-spire-config/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:15:12 + dirname cmd/security-spire-server/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:15:12 + dirname cmd/support-notifications/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo support-notifications,cmd/support-notifications/Dockerfile 19:15:12 + dirname cmd/support-scheduler/Dockerfile 19:15:12 + cut -d/ -f2 19:15:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:15:12 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 19:15:12 + git rev-list -1 --merges 8aa10c1497df1eea7ec4785a9c01b401f72abbbc~1..8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] echo 19:15:13 -----------> git rev-list -1 --merges 8aa10c1497df1eea7ec4785a9c01b401f72abbbc~1..8aa10c1497df1eea7ec4785a9c01b401f72abbbc 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [false] [Pipeline] sh 19:15:13 + git log --format=format:%s -1 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] echo 19:15:13 ========================================================= 19:15:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:15:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:15:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:15:13 + grep -v github /etc/ssh/ssh_known_hosts 19:15:13 + [ -e /tmp/ssh_known_hosts ] 19:15:13 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:15:13 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:15:13 sudo tee -a /etc/ssh/ssh_known_hosts 19:15:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:15:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:15:14 19:15:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:15:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:15:14 0.1.4: Pulling from edgex-devops/py-git-semver 19:15:14 b85a868b505f: Pulling fs layer 19:15:14 e2be974225ed: Pulling fs layer 19:15:14 339a4e72a1f5: Pulling fs layer 19:15:14 988bab9f4d93: Pulling fs layer 19:15:14 1469e6f7b9e6: Pulling fs layer 19:15:14 eaf3925da568: Pulling fs layer 19:15:14 bab4dde63d76: Pulling fs layer 19:15:14 bde34c3a00c8: Pulling fs layer 19:15:14 b352a97aabf1: Pulling fs layer 19:15:14 4872d77fe225: Pulling fs layer 19:15:14 5851b861e8e6: Pulling fs layer 19:15:14 1469e6f7b9e6: Waiting 19:15:14 988bab9f4d93: Waiting 19:15:14 b352a97aabf1: Waiting 19:15:14 4872d77fe225: Waiting 19:15:14 eaf3925da568: Waiting 19:15:14 bde34c3a00c8: Waiting 19:15:14 bab4dde63d76: Waiting 19:15:14 5851b861e8e6: Waiting 19:15:14 e2be974225ed: Download complete 19:15:14 339a4e72a1f5: Verifying Checksum 19:15:14 339a4e72a1f5: Download complete 19:15:14 1469e6f7b9e6: Verifying Checksum 19:15:14 1469e6f7b9e6: Download complete 19:15:14 eaf3925da568: Verifying Checksum 19:15:14 eaf3925da568: Download complete 19:15:14 bde34c3a00c8: Verifying Checksum 19:15:14 bde34c3a00c8: Download complete 19:15:14 b352a97aabf1: Download complete 19:15:14 4872d77fe225: Verifying Checksum 19:15:14 4872d77fe225: Download complete 19:15:14 5851b861e8e6: Verifying Checksum 19:15:14 5851b861e8e6: Download complete 19:15:15 b85a868b505f: Download complete 19:15:15 bab4dde63d76: Verifying Checksum 19:15:15 bab4dde63d76: Download complete 19:15:15 b85a868b505f: Pull complete 19:15:16 e2be974225ed: Pull complete 19:15:16 339a4e72a1f5: Pull complete 19:15:16 988bab9f4d93: Pull complete 19:15:17 1469e6f7b9e6: Pull complete 19:15:17 eaf3925da568: Pull complete 19:15:18 bab4dde63d76: Pull complete 19:15:18 bde34c3a00c8: Pull complete 19:15:18 b352a97aabf1: Pull complete 19:15:18 4872d77fe225: Pull complete 19:15:18 5851b861e8e6: Pull complete 19:15:18 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:15:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:15:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:15:19 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:15:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:15:21 $ docker top aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d -eo pid,comm 19:15:21 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). 19:15:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:15:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:15:21 [ssh-agent] Looking for ssh-agent implementation... 19:15:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:15:21 $ docker exec aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d ssh-agent 19:15:22 SSH_AUTH_SOCK=/tmp/ssh-sTx3EtJhFRyt/agent.33 19:15:22 SSH_AGENT_PID=39 19:15:22 Running ssh-add (command line suppressed) 19:15:22 Identity added: /w/workspace/edgex-go/435@tmp/private_key_12899076391893331527.key (/w/workspace/edgex-go/435@tmp/private_key_12899076391893331527.key) 19:15:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:15:22 + git tag --points-at HEAD [Pipeline] } 19:15:22 $ docker exec --env ******** --env ******** aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d ssh-agent -k 19:15:22 unset SSH_AUTH_SOCK; 19:15:22 unset SSH_AGENT_PID; 19:15:22 echo Agent pid 39 killed; 19:15:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:15:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:15:22 [ssh-agent] Looking for ssh-agent implementation... 19:15:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:15:22 $ docker exec aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d ssh-agent 19:15:22 SSH_AUTH_SOCK=/tmp/ssh-NryUm512NWZ0/agent.71 19:15:22 SSH_AGENT_PID=77 19:15:22 Running ssh-add (command line suppressed) 19:15:22 Identity added: /w/workspace/edgex-go/435@tmp/private_key_9291597680254287550.key (/w/workspace/edgex-go/435@tmp/private_key_9291597680254287550.key) 19:15:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:15:23 + git semver init 19:15:23 2023-03-01 19:15:23,371 [run_init] DEBUG init version:0.0.0 force:False 19:15:23 2023-03-01 19:15:23,371 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/435/.semver 19:15:23 2023-03-01 19:15:23,372 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/435/.semver 19:15:23 2023-03-01 19:15:23,372 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/435/.semver'], cwd=/w/workspace/edgex-go/435, universal_newlines=False, shell=None, istream=None) 19:15:28 2023-03-01 19:15:27,826 [append_file] DEBUG append to file:/w/workspace/edgex-go/435/.git/info/exclude 19:15:28 2023-03-01 19:15:27,826 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/435/.semver/main with force:False 19:15:28 2023-03-01 19:15:27,827 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main 19:15:28 2023-03-01 19:15:27,827 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main 19:15:28 3.0.0-dev.74 [Pipeline] } 19:15:28 $ docker exec --env ******** --env ******** aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d ssh-agent -k 19:15:28 unset SSH_AUTH_SOCK; 19:15:28 unset SSH_AGENT_PID; 19:15:28 echo Agent pid 77 killed; 19:15:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:15:29 + git semver [Pipeline] } 19:15:29 $ docker stop --time=1 aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d 19:15:30 $ docker rm -f --volumes aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d [Pipeline] // withDockerContainer [Pipeline] sh 19:15:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:15:31 Stashed 1 file(s) [Pipeline] echo 19:15:31 [edgeXSemver]: initialized semver on version 3.0.0-dev.74 [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 19:15:31 + git config --global --add safe.directory /w/workspace/edgex-go/435 [Pipeline] echo 19:15:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:15:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:15:31 ========================================================= 19:15:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:15:31 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:15:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:15:32 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:15:32 213ec9aee27d: Pulling fs layer 19:15:32 4583459ba037: Pulling fs layer 19:15:32 93c1e223e6f2: Pulling fs layer 19:15:32 53926ce57604: Pulling fs layer 19:15:32 21b2b0c7a3f4: Pulling fs layer 19:15:32 22ff95d597cd: Pulling fs layer 19:15:32 12d6caf4c0d1: Pulling fs layer 19:15:32 96b7cbca73a9: Pulling fs layer 19:15:32 a7acece74701: Pulling fs layer 19:15:32 96b7cbca73a9: Waiting 19:15:32 21b2b0c7a3f4: Waiting 19:15:32 22ff95d597cd: Waiting 19:15:32 12d6caf4c0d1: Waiting 19:15:32 53926ce57604: Waiting 19:15:32 a7acece74701: Waiting 19:15:32 93c1e223e6f2: Verifying Checksum 19:15:32 93c1e223e6f2: Download complete 19:15:32 4583459ba037: Verifying Checksum 19:15:32 4583459ba037: Download complete 19:15:32 21b2b0c7a3f4: Verifying Checksum 19:15:32 21b2b0c7a3f4: Download complete 19:15:32 22ff95d597cd: Verifying Checksum 19:15:32 22ff95d597cd: Download complete 19:15:32 213ec9aee27d: Verifying Checksum 19:15:32 213ec9aee27d: Download complete 19:15:32 12d6caf4c0d1: Verifying Checksum 19:15:32 12d6caf4c0d1: Download complete 19:15:32 213ec9aee27d: Pull complete 19:15:32 4583459ba037: Pull complete 19:15:32 93c1e223e6f2: Pull complete 19:15:32 a7acece74701: Verifying Checksum 19:15:32 a7acece74701: Download complete 19:15:33 96b7cbca73a9: Verifying Checksum 19:15:33 96b7cbca73a9: Download complete 19:15:33 53926ce57604: Verifying Checksum 19:15:33 53926ce57604: Download complete 19:15:36 53926ce57604: Pull complete 19:15:36 21b2b0c7a3f4: Pull complete 19:15:36 22ff95d597cd: Pull complete 19:15:36 12d6caf4c0d1: Pull complete 19:15:38 96b7cbca73a9: Pull complete 19:15:39 a7acece74701: Pull complete 19:15:39 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 19:15:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:15:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:15:39 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:15:39 WORKDIR /edgex 19:15:39 COPY go.mod . 19:15:39 RUN go mod download 19:15:39 docker build -t ci-base-image-x86_64 -f - . 19:15:40 Sending build context to Docker daemon 170.4MB 19:15:40 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:15:40 ---> db6d94c90886 19:15:40 Step 2/4 : WORKDIR /edgex 19:15:44 ---> Running in bc5d955d934e 19:15:44 Removing intermediate container bc5d955d934e 19:15:44 ---> 2c4106934349 19:15:44 Step 3/4 : COPY go.mod . 19:15:44 ---> 5a98c8142903 19:15:44 Step 4/4 : RUN go mod download 19:15:44 ---> Running in 46b257c45065 19:15:46 Still waiting to schedule task 19:15:46 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:15:57 Removing intermediate container 46b257c45065 19:15:57 ---> 827377a81e23 19:15:57 Successfully built 827377a81e23 19:15:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:15:57 + docker inspect -f . ci-base-image-x86_64 19:15:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:15:57 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:15:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:15:58 $ docker top 17802b6fe4597920a47af028008657f10c18c5ff042c53c48a8eac784948ab32 -eo pid,comm [Pipeline] { [Pipeline] sh 19:15:58 + go version 19:15:58 go version go1.18.7 linux/amd64 [Pipeline] } 19:15:58 $ docker stop --time=1 17802b6fe4597920a47af028008657f10c18c5ff042c53c48a8eac784948ab32 19:15:59 $ docker rm -f --volumes 17802b6fe4597920a47af028008657f10c18c5ff042c53c48a8eac784948ab32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:16:00 + docker inspect -f . ci-base-image-x86_64 19:16:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:16:00 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:16:00 $ 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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:16:00 $ docker top 2fedcc3dc1081610e0ea88cb0bf1f4589b909dffb8f7448edc2bc32500248d69 -eo pid,comm [Pipeline] { [Pipeline] echo 19:16:00 ========================================================= 19:16:00 [edgeXBuildGoParallel] Running Tests and Build... 19:16:00 ========================================================= [Pipeline] sh 19:16:00 + git config --global --add safe.directory /w/workspace/edgex-go/435 [Pipeline] fileExists [Pipeline] sh 19:16:01 + make test 19:16:01 go test -race -coverprofile=coverage.out ./... 19:16:07 ? github.com/edgexfoundry/edgex-go [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:16:19 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:16:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.043s coverage: 28.7% of statements 19:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:16:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.081s coverage: 98.5% of statements 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.128s coverage: 71.2% of statements 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.075s coverage: 54.0% of statements 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.355s coverage: 88.5% of statements 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 3.9% of statements 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.492s coverage: 95.6% of statements 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/io 0.113s coverage: 72.2% of statements 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.077s coverage: 65.9% of statements 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.076s coverage: 29.6% of statements 19:16:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.057s coverage: 82.9% of statements 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 19:16:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 19:16:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements 19:16:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.377s coverage: 79.9% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 86.9% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.051s coverage: 20.0% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 77.4% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 80.0% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.281s coverage: 91.2% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.1% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.294s coverage: 65.3% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.157s coverage: 41.0% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.075s coverage: 89.5% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.070s coverage: 84.8% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.097s coverage: 17.7% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.135s coverage: 92.3% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 63.2% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:16:45 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 19:17:03 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." 19:17:03 go vet ./... 19:17:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:17:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:17:05 ./bin/test-attribution-txt.sh [Pipeline] echo 19:17:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:17:06 + ls -al . 19:17:06 total 744 19:17:06 drwxrwxr-x 11 1001 1001 4096 Mar 1 19:16 . 19:17:06 drwxr-xr-x 4 root root 4096 Mar 1 19:16 .. 19:17:06 drwxrwxr-x 2 1001 1001 4096 Mar 1 19:15 .blubracket 19:17:06 -rw-rw-r-- 1 1001 1001 16 Mar 1 19:15 .dockerignore 19:17:06 drwxrwxr-x 8 1001 1001 4096 Mar 1 19:16 .git 19:17:06 drwxrwxr-x 3 1001 1001 4096 Mar 1 19:15 .github 19:17:06 -rw-rw-r-- 1 1001 1001 1068 Mar 1 19:15 .gitignore 19:17:06 -rw-rw-r-- 1 1001 1001 42 Mar 1 19:15 .golangci.yml 19:17:06 -rw-rw-r-- 1 1001 1001 87 Mar 1 19:15 .hadolint.yml 19:17:06 drwxr-xr-x 3 1001 1001 4096 Mar 1 19:15 .semver 19:17:06 -rw-rw-r-- 1 1001 1001 166 Mar 1 19:15 .sonarcloud.properties 19:17:06 -rw-rw-r-- 1 1001 1001 1171 Mar 1 19:15 ADOPTERS.md 19:17:06 -rw-rw-r-- 1 1001 1001 10825 Mar 1 19:15 Attribution.txt 19:17:06 -rw-rw-r-- 1 1001 1001 73765 Mar 1 19:15 CHANGELOG.md 19:17:06 -rw-rw-r-- 1 1001 1001 3804 Mar 1 19:15 CONTRIBUTING.md 19:17:06 -rw-rw-r-- 1 1001 1001 677 Mar 1 19:15 GOVERNANCE.md 19:17:06 -rw-rw-r-- 1 1001 1001 883 Mar 1 19:15 Jenkinsfile 19:17:06 -rw-rw-r-- 1 1001 1001 10775 Mar 1 19:15 LICENSE 19:17:06 -rw-rw-r-- 1 1001 1001 14116 Mar 1 19:15 Makefile 19:17:06 -rw-rw-r-- 1 1001 1001 582 Mar 1 19:15 OWNERS.md 19:17:06 -rw-rw-r-- 1 1001 1001 9403 Mar 1 19:15 README.md 19:17:06 -rw-rw-r-- 1 1001 1001 6912 Mar 1 19:15 SECURITY.md 19:17:06 -rw-rw-r-- 1 1001 1001 12 Mar 1 19:15 VERSION 19:17:06 drwxrwxr-x 2 1001 1001 4096 Mar 1 19:15 bin 19:17:06 drwxrwxr-x 18 1001 1001 4096 Mar 1 19:15 cmd 19:17:06 -rw-r--r-- 1 root root 487670 Mar 1 19:16 coverage.out 19:17:06 -rw-rw-r-- 1 1001 1001 3296 Mar 1 19:15 go.mod 19:17:06 -rw-rw-r-- 1 1001 1001 31429 Mar 1 19:15 go.sum 19:17:06 drwxrwxr-x 7 1001 1001 4096 Mar 1 19:15 internal 19:17:06 drwxrwxr-x 3 1001 1001 4096 Mar 1 19:15 openapi 19:17:06 drwxrwxr-x 4 1001 1001 4096 Mar 1 19:15 snap 19:17:06 -rw-rw-r-- 1 1001 1001 204 Mar 1 19:15 version.go [Pipeline] sh 19:17:06 + '[' -e coverage.out ] 19:17:06 + chown 1001:1001 coverage.out [Pipeline] stash 19:17:06 Stashed 1 file(s) [Pipeline] sh 19:17:06 + make build 19:17:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:17:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:17:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:17:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:17:20 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:17:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8012 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 19:17:26 Running in /w/workspace/edgex-go/435 [Pipeline] { [Pipeline] checkout 19:17:26 The recommended git tool is: git 19:17:26 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:17:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:17:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:17:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:17:30 using credential edgex-jenkins-ssh 19:17:30 Cloning the remote Git repository 19:17:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:17:30 > git init /w/workspace/edgex-go/435 # timeout=10 19:17:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:17:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:17:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:17:31 > git --version # timeout=10 19:17:31 > git --version # 'git version 2.25.1' 19:17:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:17:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:17:36 $ docker stop --time=1 2fedcc3dc1081610e0ea88cb0bf1f4589b909dffb8f7448edc2bc32500248d69 19:17:39 $ docker rm -f --volumes 2fedcc3dc1081610e0ea88cb0bf1f4589b909dffb8f7448edc2bc32500248d69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:17:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:17:41 19:17:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:17:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:17:43 latest: Pulling from edgex-devops/edgex-compose 19:17:43 cbdbe7a5bc2a: Pulling fs layer 19:17:43 ca9280d653b3: Pulling fs layer 19:17:43 7e9c9ca2126c: Pulling fs layer 19:17:43 cbdbe7a5bc2a: Verifying Checksum 19:17:43 cbdbe7a5bc2a: Download complete 19:17:43 ca9280d653b3: Verifying Checksum 19:17:43 ca9280d653b3: Download complete 19:17:43 cbdbe7a5bc2a: Pull complete 19:17:43 7e9c9ca2126c: Download complete 19:17:44 ca9280d653b3: Pull complete 19:17:47 7e9c9ca2126c: Pull complete 19:17:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:17:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:17:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } 19:17:47 Avoid second fetch 19:17:47 Checking out Revision 8aa10c1497df1eea7ec4785a9c01b401f72abbbc (main) [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:17:47 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:17:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:17:48 Commit message: "fix: Consume Request API fix in go-mod-messaging (#4404)" 19:17:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:17:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:47 > git config core.sparsecheckout # timeout=10 19:17:47 > git checkout -f 8aa10c1497df1eea7ec4785a9c01b401f72abbbc # timeout=10 19:17:49 $ docker top a9d0e0b2a7b5a836e09062511794f24795dc645d01df6d44773d22676481fa62 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:17:50 + docker-compose build --help 19:17:50 + grep parallel 19:17:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:17:50 % Total % Received % Xferd Average Speed Time Time Time Current 19:17:50 Dload Upload Total Spent Left Speed 19:17:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98844 0 --:--:-- --:--:-- --:--:-- 98844 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 97335 19:17:50 --parallel Build images in parallel. [Pipeline] } 19:17:50 $ docker stop --time=1 a9d0e0b2a7b5a836e09062511794f24795dc645d01df6d44773d22676481fa62 19:17:51 $ docker rm -f --volumes a9d0e0b2a7b5a836e09062511794f24795dc645d01df6d44773d22676481fa62 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:17:52 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:17:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:17:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:17:52 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:17:52 $ 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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:17:52 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:17:52 + sudo tee /etc/docker/daemon.new 19:17:52 { 19:17:52 "registry-mirrors": [ 19:17:52 "https://nexus3.edgexfoundry.org:10001" 19:17:52 ], 19:17:52 "bip": "10.250.0.254/24", 19:17:52 "hosts": [ 19:17:52 "tcp://0.0.0.0:5555", 19:17:52 "unix:///var/run/docker.sock" 19:17:52 ], 19:17:52 "mtu": 1458, 19:17:52 "selinux-enabled": true, 19:17:52 "seccomp-profile": "/etc/docker/seccomp.json" 19:17:52 } 19:17:52 $ docker top a379e95d30cdf3a767181755a9779a4a65a1e4480930c2353d6cdf1f273cc570 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 19:17:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:17:53 + docker-compose -f ./docker-compose-build.yml build --parallel 19:17:53 + sudo service docker restart 19:17:53 Building core-command ... 19:17:53 Building core-common-config-bootstrapper ... 19:17:53 Building core-data ... 19:17:53 Building core-metadata ... 19:17:53 Building security-bootstrapper ... 19:17:53 Building security-proxy-auth ... 19:17:53 Building security-proxy-setup ... 19:17:53 Building security-secretstore-setup ... 19:17:53 Building security-spiffe-token-provider ... 19:17:53 Building security-spire-agent ... 19:17:53 Building security-spire-config ... 19:17:53 Building security-spire-server ... 19:17:53 Building support-notifications ... 19:17:53 Building support-scheduler ... 19:17:53 Building security-proxy-setup 19:17:53 Building core-metadata 19:17:53 Building core-common-config-bootstrapper 19:17:53 Building support-scheduler 19:17:53 Building support-notifications 19:18:03 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:18:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:18:03 ---> 827377a81e23 19:18:03 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:18:03 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:18:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:18:03 ---> 827377a81e23 19:18:03 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:18:03 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:18:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:18:03 ---> 827377a81e23 19:18:03 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:18:03 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:18:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:18:03 ---> 827377a81e23 19:18:03 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:18:04 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:18:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:18:04 ---> 827377a81e23 19:18:04 Step 3/21 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:18:11 provisioning config files... 19:18:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/435@tmp/config10035165035168828113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:18:12 ---> docker-login.sh 19:18:12 nexus3.edgexfoundry.org:10001 19:18:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:18:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:18:12 Configure a credential helper to remove this warning. See 19:18:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:18:12 19:18:12 Login Succeeded 19:18:12 nexus3.edgexfoundry.org:10002 19:18:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:18:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:18:13 Configure a credential helper to remove this warning. See 19:18:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:18:13 19:18:13 Login Succeeded 19:18:13 nexus3.edgexfoundry.org:10003 19:18:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:18:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:18:13 Configure a credential helper to remove this warning. See 19:18:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:18:13 19:18:13 Login Succeeded 19:18:13 nexus3.edgexfoundry.org:10004 19:18:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:18:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:18:13 Configure a credential helper to remove this warning. See 19:18:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:18:13 19:18:13 Login Succeeded 19:18:13 docker.io 19:18:13 ---> Running in 0af9b9cba414 19:18:13 ---> Running in 566bd3d1c4f0 19:18:13 ---> Running in 857af7c0eb04 19:18:13 ---> Running in 332d2f44462d 19:18:13 ---> Running in 8b579ef175b9 19:18:13 Removing intermediate container 8b579ef175b9 19:18:13 ---> 252dc626add0 19:18:13 Step 4/24 : WORKDIR /edgex-go 19:18:13 Removing intermediate container 0af9b9cba414 19:18:13 ---> 80c77457b20e 19:18:13 Step 4/22 : WORKDIR /edgex-go 19:18:13 Removing intermediate container 566bd3d1c4f0 19:18:13 ---> f6b7b89c0f6e 19:18:13 Step 4/22 : WORKDIR /edgex-goRemoving intermediate container 332d2f44462d 19:18:13 19:18:13 ---> 0ed570705119 19:18:13 Step 4/22 : WORKDIR /edgex-go 19:18:13 Removing intermediate container 857af7c0eb04 19:18:13 ---> 4203ba0cf85d 19:18:13 Step 4/21 : RUN apk add --update --no-cache make git 19:18:13 ---> Running in 8f99f0ba0539 19:18:13 ---> Running in 2291bc21bef5 19:18:13 ---> Running in d7639d8f524c 19:18:13 ---> Running in 295e242afaa2 19:18:13 ---> Running in 0c690454bcaa 19:18:13 Removing intermediate container 8f99f0ba0539 19:18:13 ---> f9ea2fa73b33 19:18:13 Step 5/24 : RUN apk add --update --no-cache make git 19:18:13 Removing intermediate container 2291bc21bef5 19:18:13 ---> 1b350a1b32ea 19:18:13 Step 5/22 : RUN apk add --update --no-cache make git 19:18:13 ---> Running in 373b234618cc 19:18:13 ---> Running in 4b3a593aeeac 19:18:13 Removing intermediate container d7639d8f524c 19:18:13 ---> 468f1f962806 19:18:13 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:18:13 Removing intermediate container 295e242afaa2 19:18:13 ---> 6cac93aea874 19:18:13 Step 5/22 : RUN apk add --update --no-cache make git 19:18:13 ---> Running in df7f16416016 19:18:13 ---> Running in f5a9dc020ab4 19:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:13 OK: 211 MiB in 51 packages 19:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:18:13 OK: 211 MiB in 51 packages 19:18:13 OK: 211 MiB in 51 packages 19:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:18:14 OK: 211 MiB in 51 packages 19:18:14 OK: 211 MiB in 51 packages 19:18:14 Removing intermediate container 0c690454bcaa 19:18:14 ---> baac4bd23b5a 19:18:14 Step 5/21 : COPY go.mod vendor* ./ 19:18:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:18:14 Configure a credential helper to remove this warning. See 19:18:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:18:14 19:18:14 Login Succeeded 19:18:14 ---> docker-login.sh ends [Pipeline] } 19:18:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 19:18:14 Removing intermediate container 4b3a593aeeac 19:18:14 ---> 42e0818d2e2a 19:18:14 Step 6/22 : COPY go.mod vendor* ./ 19:18:14 ---> 6a90aaf84cf3 19:18:14 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:14 ---> Running in 0e124e7aa6ea 19:18:14 ---> 862ed51684b8 19:18:14 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:14 ---> Running in cfef69fc1809 [Pipeline] sh 19:18:14 Removing intermediate container f5a9dc020ab4 19:18:14 ---> e5f7448935e1 19:18:14 Step 6/22 : COPY go.mod vendor* ./ 19:18:14 Removing intermediate container 373b234618cc 19:18:14 ---> 67bb70314902 19:18:14 Step 6/24 : COPY go.mod vendor* ./ 19:18:14 Removing intermediate container df7f16416016 19:18:14 ---> ddd4fbe1e31c 19:18:14 Step 6/22 : COPY go.mod vendor* ./ 19:18:14 ---> 2eb71bea3769 19:18:14 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:14 + git config --global --add safe.directory /w/workspace/edgex-go/435 [Pipeline] echo 19:18:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:18:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:18:15 ========================================================= 19:18:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:18:15 ========================================================= [Pipeline] fileExists 19:18:15 ---> Running in 76844187aaa5 19:18:15 ---> c7eca0fe43e2 19:18:15 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:15 ---> Running in b80709f73b00 19:18:15 ---> fabf3b733384 19:18:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:15 ---> Running in f1346fecc577 [Pipeline] sh 19:18:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:18:17 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:18:17 9b18e9b68314: Pulling fs layer 19:18:17 35d82f9e3411: Pulling fs layer 19:18:17 e16973657156: Pulling fs layer 19:18:17 fc693d55d65f: Pulling fs layer 19:18:17 7e9fc2657dce: Pulling fs layer 19:18:17 dda99020689f: Pulling fs layer 19:18:17 db1c61fa0a46: Pulling fs layer 19:18:17 891c053d2c06: Pulling fs layer 19:18:17 fc693d55d65f: Waiting 19:18:17 7e9fc2657dce: Waiting 19:18:17 dda99020689f: Waiting 19:18:17 891c053d2c06: Waiting 19:18:17 db1c61fa0a46: Waiting 19:18:17 e16973657156: Verifying Checksum 19:18:17 e16973657156: Download complete 19:18:17 35d82f9e3411: Download complete 19:18:17 7e9fc2657dce: Verifying Checksum 19:18:17 7e9fc2657dce: Download complete 19:18:17 dda99020689f: Verifying Checksum 19:18:17 dda99020689f: Download complete 19:18:17 9b18e9b68314: Verifying Checksum 19:18:17 9b18e9b68314: Download complete 19:18:18 9b18e9b68314: Pull complete 19:18:18 891c053d2c06: Verifying Checksum 19:18:18 891c053d2c06: Download complete 19:18:19 35d82f9e3411: Pull complete 19:18:19 e16973657156: Pull complete 19:18:19 db1c61fa0a46: Verifying Checksum 19:18:19 db1c61fa0a46: Download complete 19:18:20 fc693d55d65f: Verifying Checksum 19:18:20 fc693d55d65f: Download complete 19:18:32 fc693d55d65f: Pull complete 19:18:32 7e9fc2657dce: Pull complete 19:18:32 dda99020689f: Pull complete 19:18:39 db1c61fa0a46: Pull complete 19:18:41 891c053d2c06: Pull complete 19:18:41 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 19:18:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:18:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:18:41 + + docker buildecho -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:18:41 WORKDIR /edgex 19:18:41 COPY go.mod . 19:18:41 RUN go mod download ci-base-image-arm64 19:18:41 -f - . 19:18:44 Sending build context to Docker daemon 3.118MB 19:18:44 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:18:44 ---> f96f9c87975a 19:18:44 Step 2/4 : WORKDIR /edgex 19:18:46 ---> Running in 6539075e05fa 19:18:46 Removing intermediate container 6539075e05fa 19:18:46 ---> e82a81c7f9b0 19:18:46 Step 3/4 : COPY go.mod . 19:18:47 ---> 446ef0460c70 19:18:47 Step 4/4 : RUN go mod download 19:18:47 ---> Running in 913eb68c429d 19:19:19 Removing intermediate container 913eb68c429d 19:19:19 ---> e4b13064ba74 19:19:19 Successfully built e4b13064ba74 19:19:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:19:20 + docker inspect -f . ci-base-image-arm64 19:19:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:19:20 prd-ubuntu20.04-docker-arm64-4c-16g-8012 does not seem to be running inside a container 19:19:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:19:22 Removing intermediate container cfef69fc1809 19:19:22 ---> 3bf5a4de918b 19:19:22 Step 8/22 : COPY . . 19:19:22 Removing intermediate container f1346fecc577 19:19:22 ---> 5e1c3d38a243 19:19:22 Step 8/22 : COPY . . 19:19:22 Removing intermediate container 76844187aaa5 19:19:22 ---> 71e12bd43f73 19:19:22 Step 8/22 : COPY . . 19:19:22 Removing intermediate container 0e124e7aa6ea 19:19:22 ---> 9a08bba7bb46 19:19:22 Step 7/21 : COPY . . 19:19:22 Removing intermediate container b80709f73b00 19:19:22 ---> 06cc3bc51fbb 19:19:22 Step 8/24 : COPY . . 19:19:23 $ docker top 6853f0b45e7f42e9904215c9eff7c8d2049b22c02374bc2059d84b6eabf3a050 -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:23 + go version 19:19:23 go version go1.18.7 linux/arm64 [Pipeline] } 19:19:23 $ docker stop --time=1 6853f0b45e7f42e9904215c9eff7c8d2049b22c02374bc2059d84b6eabf3a050 19:19:25 $ docker rm -f --volumes 6853f0b45e7f42e9904215c9eff7c8d2049b22c02374bc2059d84b6eabf3a050 [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 19:19:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:26 19:19:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:19:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:26 latest: Pulling from edgex-devops/edgex-compose-arm64 19:19:26 29e5d40040c1: Pulling fs layer 19:19:26 1ce36da41761: Pulling fs layer 19:19:26 25b303627fd3: Pulling fs layer 19:19:26 29e5d40040c1: Verifying Checksum 19:19:26 29e5d40040c1: Download complete 19:19:27 1ce36da41761: Verifying Checksum 19:19:27 1ce36da41761: Download complete 19:19:27 29e5d40040c1: Pull complete 19:19:28 25b303627fd3: Verifying Checksum 19:19:28 25b303627fd3: Download complete 19:19:28 1ce36da41761: Pull complete 19:19:38 25b303627fd3: Pull complete 19:19:38 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:19:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:19:38 prd-ubuntu20.04-docker-arm64-4c-16g-8012 does not seem to be running inside a container 19:19:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:19:40 ---> 7be0975fed51 19:19:40 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:19:40 ---> Running in 81b09df8ec1b 19:19:40 ---> 438578f0798f 19:19:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:19:40 ---> 83ec00dfb60b 19:19:40 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:19:40 ---> d8c0793176d7 19:19:40 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:19:40 ---> 3c057ead766d 19:19:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:19:40 ---> Running in 9214c7c201ae 19:19:40 ---> Running in 62705b27cdd2 19:19:40 ---> Running in 7854621e797e 19:19:40 ---> Running in 0a2f1cc74a06 19:19:40 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:19:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:19:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:19:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:19:40 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:19:41 $ docker top b3fa8999dfa9a7fc954bbdd4dd3415c740dfa30f23af0cb48cd5510d6bb3db72 -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:41 + docker-compose+ buildgrep --help parallel 19:19:41 19:19:46 --parallel Build images in parallel. [Pipeline] } 19:19:46 $ docker stop --time=1 b3fa8999dfa9a7fc954bbdd4dd3415c740dfa30f23af0cb48cd5510d6bb3db72 19:19:48 $ docker rm -f --volumes b3fa8999dfa9a7fc954bbdd4dd3415c740dfa30f23af0cb48cd5510d6bb3db72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:19:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:19:48 prd-ubuntu20.04-docker-arm64-4c-16g-8012 does not seem to be running inside a container 19:19: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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:19:50 $ docker top 9e623fc5d149d6de884d93cc16cd5c0c1d9f05786dcf0452f62790f1483c10de -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:50 + docker-compose -f ./docker-compose-build.yml build --parallel 19:19:54 Building core-command ... 19:19:54 Building core-common-config-bootstrapper ... 19:19:54 Building core-data ... 19:19:54 Building core-metadata ... 19:19:54 Building security-bootstrapper ... 19:19:54 Building security-proxy-auth ... 19:19:54 Building security-proxy-setup ... 19:19:54 Building security-secretstore-setup ... 19:19:54 Building security-spiffe-token-provider ... 19:19:54 Building security-spire-agent ... 19:19:54 Building security-spire-config ... 19:19:54 Building security-spire-server ... 19:19:54 Building support-notifications ... 19:19:54 Building support-scheduler ... 19:19:54 Building security-proxy-auth 19:19:54 Building support-scheduler 19:19:54 Building core-command 19:19:54 Building security-secretstore-setup 19:19:54 Building security-spiffe-token-provider 19:20:04 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:20:04 ---> e4b13064ba74 19:20:04 Step 3/24 : WORKDIR /edgex-go 19:20:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:20:04 ---> e4b13064ba74 19:20:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:20:05 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:20:05 ---> e4b13064ba74 19:20:05 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:20:05 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:05 Step 2/19 : FROM ${BUILDER_BASE} AS builder 19:20:05 ---> e4b13064ba74 19:20:05 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 3/19 : WORKDIR /edgex-go 19:20:05 19:20:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:20:05 ---> e4b13064ba74 19:20:05 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:20:05 ---> Running in 87f8d9141df9 19:20:05 ---> Running in 265bf472f435 19:20:05 ---> Running in ca72c4a06258 19:20:05 ---> Running in 7a8fd2dd1470 19:20:05 ---> Running in 6b698410556f 19:20:05 Removing intermediate container 87f8d9141df9 19:20:05 ---> 55ce18351133 19:20:05 Step 4/24 : RUN apk add --update --no-cache make git 19:20:05 Removing intermediate container 265bf472f435 19:20:05 ---> 98adbbe698bf 19:20:05 Step 4/22 : WORKDIR /edgex-go 19:20:06 Removing intermediate container 6b698410556f 19:20:06 ---> e4f97ca412c0 19:20:06 Step 4/23 : WORKDIR /edgex-go 19:20:06 Removing intermediate container 7a8fd2dd1470 19:20:06 ---> 047bad65557e 19:20:06 Step 4/22 : WORKDIR /edgex-go 19:20:06 ---> Running in e3908dc474c9 19:20:06 ---> Running in 5f38a3c80e4e 19:20:06 Removing intermediate container ca72c4a06258 19:20:06 ---> a40e9fb6faa9 19:20:06 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 19:20:06 ---> Running in bf9781e2d626 19:20:06 ---> Running in 02bd068f8f71 19:20:06 ---> Running in 63b1cd4d178f 19:20:06 Removing intermediate container bf9781e2d626 19:20:06 ---> d8b1db0e92a7 19:20:06 Step 5/23 : RUN apk add --update --no-cache make git 19:20:07 Removing intermediate container 5f38a3c80e4e 19:20:07 ---> b9b1dbb19f8e 19:20:07 Step 5/22 : RUN apk add --update --no-cache make git 19:20:07 ---> Running in eb5e118119d5 19:20:07 Removing intermediate container 02bd068f8f71 19:20:07 ---> 8d2860bd9624 19:20:07 Step 5/22 : RUN apk add --update --no-cache make git 19:20:07 ---> Running in 898c1bc940fc 19:20:07 ---> Running in 6f9441b11031 19:20:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:10 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:20:10 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:20:10 OK: 16903 distinct packages available 19:20:10 OK: 221 MiB in 51 packages 19:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:20:10 OK: 221 MiB in 51 packages 19:20:11 OK: 221 MiB in 51 packages 19:20:11 OK: 221 MiB in 51 packages 19:20:12 OK: 221 MiB in 51 packages 19:20:13 Removing intermediate container e3908dc474c9 19:20:13 ---> 24ba60739d74 19:20:13 Step 5/24 : COPY go.mod vendor* ./ 19:20:14 Removing intermediate container eb5e118119d5 19:20:14 ---> 9ec07caeeba8 19:20:14 Step 6/23 : COPY go.mod vendor* ./ 19:20:14 ---> 97fd3bb323ce 19:20:14 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:14 ---> Running in 3b5fba65e20e 19:20:14 Removing intermediate container 898c1bc940fc 19:20:14 ---> c71bf023516c 19:20:14 Step 6/22 : COPY go.mod vendor* ./ 19:20:14 Removing intermediate container 6f9441b11031 19:20:14 ---> da909da0b068 19:20:14 Step 6/22 : COPY go.mod vendor* ./ 19:20:14 Removing intermediate container 63b1cd4d178f 19:20:14 ---> fb38d2ada121 19:20:14 Step 5/19 : COPY go.mod vendor* ./ 19:20:15 ---> d288c23c01ef 19:20:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:15 ---> Running in adf4bdb16cbf 19:20:16 ---> d3a0b85913a8 19:20:16 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:16 ---> Running in d7f9bd37b449 19:20:16 ---> dde11dcd85de 19:20:16 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:16 ---> 71baafdefc0c 19:20:16 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:16 ---> Running in ed0ace23f52a 19:20:16 ---> Running in 9527375ec990 19:20:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:20:24 Removing intermediate container 7854621e797e 19:20:24 ---> d63a2f86b4df 19:20:24 19:20:24 Step 9/21 : FROM alpine:3.16 19:20:24 Removing intermediate container 62705b27cdd2 19:20:24 ---> cc733fc026ce 19:20:24 19:20:24 Step 10/22 : FROM alpine:3.16 19:20:24 Removing intermediate container 81b09df8ec1b 19:20:24 ---> 8d99ca0f519f 19:20:24 19:20:24 Step 10/24 : FROM alpine:3.16 19:20:24 3.16: Pulling from library/alpine 19:20:24 3.16: Pulling from library/alpine 19:20:24 3.16: Pulling from library/alpine 19:20:26 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 19:20:26 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 19:20:26 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 19:20:26 Status: Downloaded newer image for alpine:3.16 19:20:26 Status: Downloaded newer image for alpine:3.16 19:20:26 Status: Image is up to date for alpine:3.16 19:20:26 ---> dfd21b5a31f5 19:20:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 19:20:26 ---> dfd21b5a31f5 19:20:26 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 19:20:26 ---> dfd21b5a31f5 19:20:26 Step 11/24 : RUN apk add --update --no-cache dumb-init 19:20:29 ---> Running in fcdc6311d1e9 19:20:29 ---> Running in 140907e3bec4 19:20:29 ---> Running in 8e2b5edf5c33 19:20:29 Removing intermediate container 8e2b5edf5c33 19:20:29 ---> f68f6f446b2c 19:20:29 Step 12/22 : RUN apk add --update --no-cache dumb-init 19:20:29 Removing intermediate container 0a2f1cc74a06 19:20:29 ---> eb29ed665f2c 19:20:29 19:20:29 Step 10/22 : FROM alpine:3.16 19:20:29 ---> dfd21b5a31f5 19:20:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:20:29 ---> Running in ab7038079764 19:20:29 Removing intermediate container 9214c7c201ae 19:20:29 ---> dfb2f098fe77 19:20:29 19:20:29 Step 10/22 : FROM alpine:3.16 19:20:29 ---> dfd21b5a31f5 19:20:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:20:29 ---> Running in c817ae4d87f5 19:20:29 ---> Running in 4d0c57eafee3 19:20:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:30 (1/1) Installing dumb-init (1.2.5-r1) 19:20:30 Executing busybox-1.35.0-r17.trigger 19:20:30 OK: 6 MiB in 15 packages 19:20:30 (1/6) Installing ca-certificates (20220614-r0) 19:20:30 (1/1) Installing dumb-init (1.2.5-r1) 19:20:30 Executing busybox-1.35.0-r17.trigger 19:20:30 OK: 6 MiB in 15 packages 19:20:30 (2/6) Installing brotli-libs (1.0.9-r6) 19:20:30 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:20:30 (4/6) Installing libcurl (7.83.1-r6) 19:20:30 (5/6) Installing curl (7.83.1-r6) 19:20:30 (6/6) Installing dumb-init (1.2.5-r1) 19:20:30 Executing busybox-1.35.0-r17.trigger 19:20:30 Executing ca-certificates-20220614-r0.trigger 19:20:30 (1/1) Installing dumb-init (1.2.5-r1) 19:20:30 Executing busybox-1.35.0-r17.trigger 19:20:30 (1/2) Installing ca-certificates (20220614-r0) 19:20:30 OK: 6 MiB in 15 packages 19:20:30 (2/2) Installing dumb-init (1.2.5-r1) 19:20:30 Executing busybox-1.35.0-r17.trigger 19:20:30 Executing ca-certificates-20220614-r0.trigger 19:20:30 OK: 8 MiB in 20 packages 19:20:30 OK: 6 MiB in 16 packages 19:20:30 Removing intermediate container 140907e3bec4 19:20:30 ---> b1ae75c3fbc4 19:20:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:20:30 ---> Running in 63cc0e026485 19:20:30 Removing intermediate container 4d0c57eafee3 19:20:30 ---> abeae167ee87 19:20:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:20:30 Removing intermediate container 63cc0e026485 19:20:30 ---> 7f490e06856a 19:20:30 Step 13/24 : ENV APP_PORT=59881 19:20:30 ---> Running in 82800d6fff72 19:20:30 ---> Running in 54852758dade 19:20:30 Removing intermediate container ab7038079764 19:20:30 ---> 89be6981dc84 19:20:30 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:30 Removing intermediate container fcdc6311d1e9 19:20:30 ---> 6454959cb00e 19:20:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:20:30 ---> Running in b6fd62efbb71 19:20:30 Removing intermediate container 82800d6fff72 19:20:30 ---> e6972a0febe4 19:20:30 Step 13/22 : ENV APP_PORT=59861 19:20:30 Removing intermediate container 54852758dade 19:20:30 ---> 981def73c8d2 19:20:30 Step 14/24 : EXPOSE $APP_PORT 19:20:30 Removing intermediate container c817ae4d87f5 19:20:30 ---> af65fac0269d 19:20:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:20:30 ---> Running in 4c08bd0a4417 19:20:31 ---> Running in 891eab8622d5 19:20:31 ---> Running in f39c6d184cb3 19:20:31 ---> db2ea794a340 19:20:31 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:20:31 Removing intermediate container b6fd62efbb71 19:20:31 ---> 04bf75ee6391 19:20:31 Step 12/21 : WORKDIR /edgex 19:20:31 Removing intermediate container 4c08bd0a4417 19:20:31 ---> f50678d53104 19:20:31 Step 14/22 : EXPOSE $APP_PORT 19:20:31 ---> Running in 5254c26f0117 19:20:31 ---> Running in c7de7a8d4855 19:20:31 Removing intermediate container 891eab8622d5 19:20:31 ---> c2d5fa3f3d24 19:20:31 Step 15/24 : WORKDIR / 19:20:31 Removing intermediate container f39c6d184cb3 19:20:31 ---> dff78ba84694 19:20:31 Step 13/22 : ENV APP_PORT=59860 19:20:31 ---> Running in 80091450e3b2 19:20:31 Removing intermediate container 5254c26f0117 19:20:31 ---> 84aa3ac56ec8 19:20:31 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:20:31 Removing intermediate container c7de7a8d4855 19:20:31 ---> d3a85abf4add 19:20:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:31 ---> Running in 156839cac059 19:20:31 ---> cef485140cea 19:20:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:20:31 Removing intermediate container 80091450e3b2 19:20:31 ---> 52d5a0d288e1 19:20:31 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:31 Removing intermediate container 156839cac059 19:20:31 ---> 40c1418a0a6c 19:20:31 Step 14/22 : EXPOSE $APP_PORT 19:20:31 ---> Running in 8cc4adfb2fc0 19:20:31 ---> d880c66058cf 19:20:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:20:31 ---> 7fba379aec0a 19:20:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:20:31 ---> 31cf221af9cf 19:20:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:20:31 Removing intermediate container 8cc4adfb2fc0 19:20:31 ---> 03c9a1b64935 19:20:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:31 ---> dfbda8b0785c 19:20:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:20:32 ---> 2cd4a86bfa49 19:20:32 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:20:32 ---> d50d61dfe4b1 19:20:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:20:32 ---> Running in f16c4188db0c 19:20:32 ---> fb04020af254 19:20:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:20:32 ---> 899e462a38ca 19:20:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:20:32 ---> 742c0f4d0c72 19:20:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:20:33 ---> 219cde17d032 19:20:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:20:33 ---> 524b42a0b0d3 19:20:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:20:33 ---> 2cec82df2014 19:20:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:20:33 ---> 945af84dca9a 19:20:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:20:33 ---> Running in 4acd1adee2ab 19:20:33 ---> 5514849f9974 19:20:33 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:20:33 ---> Running in a663e6f5ef8e 19:20:33 ---> 61b535ab3d1d 19:20:33 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:20:33 ---> Running in 50ab2929af4d 19:20:33 Removing intermediate container 4acd1adee2ab 19:20:33 ---> 2c00cbf8b993 19:20:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:20:33 Removing intermediate container a663e6f5ef8e 19:20:33 ---> f8bf6ab89627 19:20:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:20:33 ---> Running in 73fcce7e5d82 19:20:33 Removing intermediate container f16c4188db0c 19:20:33 ---> 3ff8df744e5e 19:20:33 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 19:20:33 ---> 4999689e7d88 19:20:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:20:33 ---> Running in 384136ec097e 19:20:34 ---> Running in 0dbe68b9e7d7 19:20:34 ---> Running in 6ecf1d1b21a7 19:20:34 Removing intermediate container 73fcce7e5d82 19:20:34 ---> 4aefde932eb1 19:20:34 Step 20/22 : LABEL arch=x86_64 19:20:34 Removing intermediate container 384136ec097e 19:20:34 ---> b4767926b935 19:20:34 Step 22/24 : LABEL arch=x86_64 19:20:34 ---> Running in 18af8d003d86 19:20:34 Removing intermediate container 0dbe68b9e7d7 19:20:34 ---> 6acaf9a5083f 19:20:34 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 19:20:34 ---> Running in 1666be800dc5 19:20:34 Removing intermediate container 6ecf1d1b21a7 19:20:34 ---> 356bd6f5c7e3 19:20:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:20:34 Removing intermediate container 18af8d003d86 19:20:34 ---> e5bbb07c07ae 19:20:34 Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:20:34 ---> Running in e5f6da939e30 19:20:34 ---> Running in 9b504c41748f 19:20:34 ---> Running in 175a1966751c 19:20:34 Removing intermediate container 1666be800dc5 19:20:34 ---> 56c2217d325c 19:20:34 Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:20:34 Removing intermediate container e5f6da939e30 19:20:34 ---> a9cf63e2bcb0 19:20:34 Step 20/22 : LABEL arch=x86_64 19:20:34 ---> Running in f26fec2b6836 19:20:34 Removing intermediate container 9b504c41748f 19:20:34 ---> 6a2212fd759e 19:20:34 Step 20/22 : LABEL arch=x86_64 19:20:34 ---> Running in 72ab54f13bc8 19:20:34 Removing intermediate container 175a1966751c 19:20:34 ---> a53ea6010640 19:20:34 Step 22/22 : LABEL version=3.0.0-dev.74 19:20:34 ---> Running in 463f313584bc 19:20:34 Removing intermediate container 50ab2929af4d 19:20:34 ---> eda27663e3c1 19:20:34 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 19:20:34 ---> Running in 5cb3f90f00a3 19:20:34 Removing intermediate container f26fec2b6836 19:20:34 ---> 67f58e26c1a2 19:20:34 Step 24/24 : LABEL version=3.0.0-dev.74 19:20:34 Removing intermediate container 72ab54f13bc8 19:20:34 ---> 39b216f13df8 19:20:34 Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:20:34 ---> Running in 1e586a0a920c 19:20:34 ---> Running in ff8f8c647e6b 19:20:34 ---> Running in 30e4183853a0 19:20:34 Removing intermediate container 463f313584bc 19:20:34 ---> 23392695e3c1 19:20:34 Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:20:34 Removing intermediate container 5cb3f90f00a3 19:20:34 ---> 83487561fb08 19:20:34 19:20:34 ---> Running in c015ed3e615f 19:20:34 Removing intermediate container 1e586a0a920c 19:20:34 ---> 02b2f2fa90f8 19:20:34 Step 19/21 : LABEL arch=x86_64 19:20:34 Removing intermediate container ff8f8c647e6b 19:20:34 ---> dee20774e494 19:20:34 19:20:34 Successfully built 83487561fb08 19:20:34 Removing intermediate container 30e4183853a0 19:20:34 ---> 341db3a09d06 19:20:34 Step 22/22 : LABEL version=3.0.0-dev.74 19:20:34 Successfully tagged support-scheduler:latest 19:20:34  Building support-scheduler ... done Building core-data 19:20:34 ---> Running in 997758de76f1 19:20:34 Removing intermediate container c015ed3e615f 19:20:34 ---> 6f63ccade77f 19:20:34 Step 22/22 : LABEL version=3.0.0-dev.74 19:20:34 Successfully built dee20774e494 19:20:34 ---> Running in b53728e1af66 19:20:34 Successfully tagged core-metadata:latest 19:20:34  Building core-metadata ... done Building security-spire-config 19:20:35 ---> Running in c168339ff1b7 19:20:35 Removing intermediate container 997758de76f1 19:20:35 ---> 5ccda4196fef 19:20:35 Step 20/21 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:20:35 ---> Running in 56da9f898fc0 19:20:35 Removing intermediate container b53728e1af66 19:20:35 ---> f3163320efb5 19:20:35 19:20:35 Removing intermediate container c168339ff1b7 19:20:35 ---> 096fcaf68ea1 19:20:35 19:20:35 Successfully built f3163320efb5 19:20:35 Successfully built 096fcaf68ea1 19:20:36 Successfully tagged core-common-config-bootstrapper:latest 19:20:36 Successfully tagged support-notifications:latest 19:20:36 Building security-spire-server 19:20:36 Building security-spire-agent 19:20:36  Building core-common-config-bootstrapper ... done  Building support-notifications ... done Removing intermediate container 56da9f898fc0 19:20:36 ---> 6e1183507f9b 19:20:36 Step 21/21 : LABEL version=3.0.0-dev.74 19:20:41 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:20:41 ---> 827377a81e23 19:20:41 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:20:41 ---> Using cache 19:20:41 ---> 0ed570705119 19:20:41 Step 4/22 : WORKDIR /edgex-go 19:20:41 ---> Using cache 19:20:41 ---> 6cac93aea874 19:20:41 Step 5/22 : RUN apk add --update --no-cache make git 19:20:41 ---> Using cache 19:20:41 ---> e5f7448935e1 19:20:41 Step 6/22 : COPY go.mod vendor* ./ 19:20:41 ---> Using cache 19:20:41 ---> 2eb71bea3769 19:20:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:41 ---> Using cache 19:20:41 ---> 71e12bd43f73 19:20:41 Step 8/22 : COPY . . 19:20:41 ---> Using cache 19:20:41 ---> 438578f0798f 19:20:41 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:20:41 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:20:41 ---> 827377a81e23 19:20:41 Step 3/24 : WORKDIR /edgex-go 19:20:41 ---> Using cache 19:20:41 ---> 4203ba0cf85d 19:20:41 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:20:43 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:20:43 ---> 827377a81e23 19:20:43 Step 3/24 : WORKDIR /edgex-go 19:20:43 ---> Using cache 19:20:43 ---> 4203ba0cf85d 19:20:43 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:20:44 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:20:44 ---> 827377a81e23 19:20:44 Step 3/23 : WORKDIR /edgex-go 19:20:44 ---> Using cache 19:20:44 ---> 4203ba0cf85d 19:20:44 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 19:20:52 ---> Running in 9ad13ff57a28 19:20:52 ---> Running in 1381077b8c4a 19:20:52 ---> Running in 58c9f8c26477 19:20:52 ---> Running in cf94865a9848 19:20:52 ---> Running in 940ff60bb189 19:20:52 Removing intermediate container cf94865a9848 19:20:52 ---> 71f31fdc3994 19:20:52 19:20:52 Successfully built 71f31fdc3994 19:20:52 Successfully tagged security-proxy-setup:latest 19:20:52 Building core-command 19:20:52  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:20:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:20:52 OK: 211 MiB in 51 packages 19:20:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:20:52 OK: 211 MiB in 51 packages 19:20:52 OK: 211 MiB in 51 packages 19:20:56 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:20:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:20:56 ---> 827377a81e23 19:20:56 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:20:56 ---> Using cache 19:20:56 ---> 0ed570705119 19:20:56 Step 4/23 : WORKDIR /edgex-go 19:20:56 ---> Using cache 19:20:56 ---> 6cac93aea874 19:20:56 Step 5/23 : RUN apk add --update --no-cache make git 19:20:56 ---> Using cache 19:20:56 ---> e5f7448935e1 19:20:56 Step 6/23 : COPY go.mod vendor* ./ 19:20:56 ---> Using cache 19:20:56 ---> 2eb71bea3769 19:20:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:56 ---> Using cache 19:20:56 ---> 71e12bd43f73 19:20:56 Step 8/23 : COPY . . 19:20:56 ---> Using cache 19:20:56 ---> 438578f0798f 19:20:56 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:21:00 ---> Running in 19f41ec10135 19:21:00 Removing intermediate container 940ff60bb189 19:21:00 ---> ca1bb533a0d2 19:21:00 Step 5/23 : COPY go.mod vendor* ./ 19:21:00 Removing intermediate container 58c9f8c26477 19:21:00 ---> 74c7ba4c1cde 19:21:00 Step 5/24 : COPY go.mod vendor* ./ 19:21:00 Removing intermediate container 9ad13ff57a28 19:21:00 ---> 596c98f6adb6 19:21:00 Step 5/24 : COPY go.mod vendor* ./ 19:21:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:21:00 ---> cc3c3d87ad59 19:21:00 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:00 ---> Running in e3f5be7dbc6a 19:21:00 ---> c951c094df9c 19:21:00 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:00 ---> 2b583ccdeba6 19:21:00 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:00 ---> Running in ee8659457692 19:21:00 ---> Running in 4100852abc65 19:21:39 Removing intermediate container 19f41ec10135 19:21:39 ---> b10d1f962c66 19:21:39 19:21:39 Step 10/23 : FROM alpine:3.16 19:21:39 ---> dfd21b5a31f5 19:21:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:21:39 ---> Using cache 19:21:39 ---> abeae167ee87 19:21:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:21:39 ---> Using cache 19:21:39 ---> e6972a0febe4 19:21:39 Step 13/23 : ENV APP_PORT=59882 19:21:39 Removing intermediate container 1381077b8c4a 19:21:39 ---> af4f97eae107 19:21:39 19:21:39 Step 10/22 : FROM alpine:3.16 19:21:39 ---> dfd21b5a31f5 19:21:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:21:39 ---> Running in 2e1447526856 19:21:39 ---> Running in 4089951f5565 19:21:39 Removing intermediate container 2e1447526856 19:21:39 ---> 35211259b4d2 19:21:39 Step 14/23 : EXPOSE $APP_PORT 19:21:39 Removing intermediate container 4089951f5565 19:21:39 ---> be907ca89299 19:21:39 Step 12/22 : ENV APP_PORT=59880 19:21:39 ---> Running in a0f737c7908c 19:21:39 ---> Running in fc749384d028 19:21:39 Removing intermediate container a0f737c7908c 19:21:39 ---> e1900a64198c 19:21:39 Step 13/22 : EXPOSE $APP_PORT 19:21:39 Removing intermediate container fc749384d028 19:21:39 ---> 67f73aadf6c1 19:21:39 Step 15/23 : WORKDIR / 19:21:39 ---> Running in cfb43ac27021 19:21:39 ---> Running in 95b59ec0d166 19:21:39 Removing intermediate container cfb43ac27021 19:21:39 ---> 67f996fb5d8e 19:21:39 Step 14/22 : RUN apk add --update --no-cache dumb-init 19:21:39 Removing intermediate container 95b59ec0d166 19:21:39 ---> 62ed471bb377 19:21:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:21:39 ---> Running in 5b10cd0c9745 19:21:39 Removing intermediate container ee8659457692 19:21:39 ---> e6b9078d812b 19:21:39 Step 7/24 : COPY . . 19:21:39 Removing intermediate container 4100852abc65 19:21:39 ---> d808d410021a 19:21:39 Step 7/24 : COPY . . 19:21:39 Removing intermediate container e3f5be7dbc6a 19:21:39 ---> 4f7f06bc997d 19:21:39 Step 7/23 : COPY . . 19:21:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:21:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:21:39 (1/1) Installing dumb-init (1.2.5-r1) 19:21:39 Executing busybox-1.35.0-r17.trigger 19:21:39 OK: 6 MiB in 15 packages 19:21:49 ---> a4bd3d66ccd4 19:21:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:21:49 ---> 2f1c892c37f8 19:21:49 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 19:21:49 ---> 62a82de93a1e 19:21:49 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:21:49 ---> a16e5aa74dd1 19:21:49 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:21:49 ---> Running in 48c783a3840d 19:21:49 ---> Running in 6a9e45d903f5 19:21:49 ---> Running in 8eb9fdf6948a 19:21:49 Removing intermediate container 5b10cd0c9745 19:21:49 ---> 290b742f9875 19:21:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:21:49 ---> 3e2a53080659 19:21:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:21:49 Removing intermediate container 6a9e45d903f5 19:21:49 ---> c228c5553a70 19:21:49 Step 9/24 : WORKDIR /edgex-go/spire-build 19:21:49 Removing intermediate container 48c783a3840d 19:21:49 ---> 16c27506ef1b 19:21:49 Step 9/23 : WORKDIR /edgex-go/spire-build 19:21:49 Removing intermediate container 8eb9fdf6948a 19:21:49 ---> d528b51dd215 19:21:49 Step 9/24 : WORKDIR /edgex-go/spire-build 19:21:49 ---> Running in 56955b72771a 19:21:49 ---> Running in 1489f50c2382 19:21:49 ---> Running in ed886d9cd11a 19:21:49 ---> f6660b9c90b4 19:21:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:21:49 ---> 3ddfbb1ae827 19:21:49 Step 19/23 : ENTRYPOINT ["/core-command"] 19:21:49 Removing intermediate container 56955b72771a 19:21:49 ---> a7b15c6f47ee 19:21:49 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 19:21:49 Removing intermediate container 1489f50c2382 19:21:49 ---> f209b1197644 19:21:49 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 19:21:49 Removing intermediate container ed886d9cd11a 19:21:49 ---> ac01ac0899db 19:21:49 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 19:21:50 ---> Running in c485fb2110f7 19:21:50 ---> Running in 5d6d692244fd 19:21:50 ---> Running in 909aae42d2ad 19:21:50 ---> Running in 6f32d571e1a7 19:21:50 ---> f3982fa0e33b 19:21:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:21:50 Removing intermediate container 5d6d692244fd 19:21:50 ---> 62707cf8389a 19:21:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:21:50 ---> Running in 2d8cb92c797e 19:21:50 ---> 06a708cf2439 19:21:50 Step 18/22 : ENTRYPOINT ["/core-data"] 19:21:50 Removing intermediate container 2d8cb92c797e 19:21:50 ---> fabc9160856e 19:21:50 Step 21/23 : LABEL arch=x86_64 19:21:50 ---> Running in 6aa71668d0ff 19:21:50 ---> Running in 0bb58b3a3d68 19:21:50 Removing intermediate container 6aa71668d0ff 19:21:50 ---> 4707bc8f40c9 19:21:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:21:50 Removing intermediate container 0bb58b3a3d68 19:21:50 ---> 3ad2063e2f9d 19:21:50 Step 22/23 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:21:50 ---> Running in 7d46fca91b97 19:21:50 ---> Running in a6fbe116c078 19:21:50 Removing intermediate container 7d46fca91b97 19:21:50 ---> 866628a13c90 19:21:50 Step 20/22 : LABEL arch=x86_64 19:21:50 Removing intermediate container a6fbe116c078 19:21:50 ---> 97a3dc1db5ef 19:21:50 Step 23/23 : LABEL version=3.0.0-dev.74 19:21:50 ---> Running in c26609ae9e7c 19:21:50 ---> Running in 5940c3e7d0ac 19:21:50 Removing intermediate container c26609ae9e7c 19:21:50 ---> 01e002ebd2bc 19:21:50 19:21:50 Removing intermediate container 5940c3e7d0ac 19:21:50 ---> 69fb75c5728b 19:21:50 Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:21:50 ---> Running in 38ce6d3c6201 19:21:50 Successfully built 01e002ebd2bc 19:21:50 Successfully tagged core-command:latest 19:21:50  Building core-command ... done Building security-proxy-auth 19:21:50 Removing intermediate container 38ce6d3c6201 19:21:50 ---> 418a56f6f521 19:21:50 Step 22/22 : LABEL version=3.0.0-dev.74 19:21:50 Removing intermediate container c485fb2110f7 19:21:50 ---> 72306622754d 19:21:50 Step 11/24 : WORKDIR /edgex-go 19:21:50 ---> Running in 3f1cb2990481 19:21:53 ---> Running in 7559e1a8bbe1 19:21:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:21:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:21:54 ---> 827377a81e23 19:21:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:21:54 ---> Using cache 19:21:54 ---> 0ed570705119 19:21:54 Step 4/22 : WORKDIR /edgex-go 19:21:54 ---> Using cache 19:21:54 ---> 6cac93aea874 19:21:54 Step 5/22 : RUN apk add --update --no-cache make git 19:21:54 ---> Using cache 19:21:54 ---> e5f7448935e1 19:21:54 Step 6/22 : COPY go.mod vendor* ./ 19:21:54 ---> Using cache 19:21:54 ---> 2eb71bea3769 19:21:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:21:54 ---> Using cache 19:21:54 ---> 71e12bd43f73 19:21:54 Step 8/22 : COPY . . 19:21:54 ---> Using cache 19:21:54 ---> 438578f0798f 19:21:54 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 19:21:56 Removing intermediate container 3f1cb2990481 19:21:56 ---> 17fd5d2d5ed0 19:21:56 19:21:56 ---> Running in e9b28fe32faa 19:21:56 Successfully built 17fd5d2d5ed0 19:21:56 Successfully tagged core-data:latest 19:21:56  Building core-data ... done Building security-spiffe-token-provider 19:21:56 Removing intermediate container 7559e1a8bbe1 19:21:56 ---> 1dfc5323505e 19:21:56 19:21:56 Step 12/24 : FROM alpine:3.15 19:21:56 Removing intermediate container 6f32d571e1a7 19:21:56 ---> 5e31598a4c3d 19:21:56 Step 11/23 : WORKDIR /edgex-go 19:21:56 Removing intermediate container 909aae42d2ad 19:21:56 ---> f54e5a81cbc7 19:21:56 Step 11/24 : WORKDIR /edgex-go 19:21:56 ---> Running in 902fa9767f9d 19:21:57 3.15: Pulling from library/alpine 19:21:57 ---> Running in 018cf1948959 19:21:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:22:00 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:00 Step 2/19 : FROM ${BUILDER_BASE} AS builder 19:22:00 ---> 827377a81e23 19:22:00 Step 3/19 : WORKDIR /edgex-go 19:22:00 ---> Using cache 19:22:00 ---> 4203ba0cf85d 19:22:00 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 19:22:03 Removing intermediate container 902fa9767f9d 19:22:03 ---> b1f387ae70c8 19:22:03 19:22:03 Step 12/23 : FROM alpine:3.15 19:22:03 3.15: Pulling from library/alpine 19:22:03 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 19:22:03 ---> Running in 40d2e581d7d6 19:22:03 Status: Downloaded newer image for alpine:3.15 19:22:03 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 19:22:03 Status: Image is up to date for alpine:3.15 19:22:03 ---> 5ce65d7b0fde 19:22:03 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' ---> 5ce65d7b0fde 19:22:03 19:22:03 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:22:03 Removing intermediate container 018cf1948959 19:22:03 ---> c5adeb320458 19:22:03 19:22:03 Step 12/24 : FROM alpine:3.15 19:22:03 ---> 5ce65d7b0fde 19:22:03 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:22:03 ---> Running in 4d25f4d17257 19:22:03 ---> Running in 417f8e3aa169 19:22:03 ---> Running in 2fef1b95f17f 19:22:03 Removing intermediate container 417f8e3aa169 19:22:03 ---> f47870168f51 19:22:03 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:22:03 Removing intermediate container 4d25f4d17257 19:22:03 ---> 13838be2fd38 19:22:03 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:22:03 Removing intermediate container 2fef1b95f17f 19:22:03 ---> ef478c6973dc 19:22:03 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:22:03 ---> Running in ba5dc4098802 19:22:03 ---> Running in 0463329d8208 19:22:03 ---> Running in 2293e11e1e1f 19:22:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:22:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:22:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:22:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:22:03 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:22:03 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:22:03 OK: 17046 distinct packages available 19:22:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:22:04 OK: 211 MiB in 51 packages 19:22:04 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:22:04 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:22:04 OK: 15857 distinct packages available 19:22:04 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:22:04 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:22:04 OK: 15857 distinct packages available 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:22:04 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:22:04 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:22:04 OK: 15857 distinct packages available 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:22:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:22:04 (1/4) Installing dumb-init (1.2.5-r1) 19:22:04 (2/4) Installing musl-obstack (1.2.3-r0) 19:22:04 (1/5) Installing dumb-init (1.2.5-r1) 19:22:04 (3/4) Installing libucontext (1.1-r0) 19:22:04 (2/5) Installing musl-obstack (1.2.3-r0) 19:22:04 (1/5) Installing dumb-init (1.2.5-r1) 19:22:04 (3/5) Installing libucontext (1.1-r0) 19:22:04 (2/5) Installing musl-obstack (1.2.3-r0) 19:22:04 (4/5) Installing gcompat (1.0.0-r4) 19:22:04 (3/5) Installing libucontext (1.1-r0) 19:22:04 (4/4) Installing gcompat (1.0.0-r4) 19:22:04 (4/5) Installing gcompat (1.0.0-r4) 19:22:04 (5/5) Installing openssl (1.1.1t-r1) 19:22:04 Executing busybox-1.34.1-r7.trigger 19:22:04 (5/5) Installing openssl (1.1.1t-r1) 19:22:04 OK: 6 MiB in 18 packages 19:22:04 Executing busybox-1.34.1-r7.trigger 19:22:04 OK: 7 MiB in 19 packages 19:22:04 Executing busybox-1.34.1-r7.trigger 19:22:04 OK: 7 MiB in 19 packages 19:22:05 Removing intermediate container 40d2e581d7d6 19:22:05 ---> a5a32c856f6b 19:22:05 Step 5/19 : COPY go.mod vendor* ./ 19:22:05 Removing intermediate container 0463329d8208 19:22:05 ---> f25651dd2a51 19:22:05 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:22:05 ---> 8708809b3092 19:22:05 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:05 Removing intermediate container 2293e11e1e1f 19:22:05 ---> 55ad030bc44b 19:22:05 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:22:05 Removing intermediate container ba5dc4098802 19:22:05 ---> 42e7c0c4d5a3 19:22:05 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:22:05 ---> Running in 9dd301f2663b 19:22:08 Removing intermediate container 3b5fba65e20e 19:22:08 ---> 498ad5bf5cbc 19:22:08 Step 7/24 : COPY . . 19:22:08 Removing intermediate container 9527375ec990 19:22:08 ---> fa3d72c2c516 19:22:08 Step 7/19 : COPY . . 19:22:08 Removing intermediate container adf4bdb16cbf 19:22:08 ---> 1e4ef3ec4268 19:22:08 Step 8/23 : COPY . . 19:22:08 Removing intermediate container d7f9bd37b449 19:22:08 ---> 4cc67183e100 19:22:08 Step 8/22 : COPY . . 19:22:08 Removing intermediate container ed0ace23f52a 19:22:08 ---> ff37fcebaa41 19:22:08 Step 8/22 : COPY . . 19:22:08 ---> 1dc5db491159 19:22:08 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:22:08 ---> 1e7e10dbf9f3 19:22:08 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:22:08 ---> 012e7b2b3b0a 19:22:08 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:22:08 ---> e7ff708ee0bb 19:22:08 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 19:22:08 ---> 563567f625f3 19:22:08 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:22:08 ---> Running in c4eb46c4d230 19:22:08 ---> Running in ef2e3f8b7472 19:22:08 ---> Running in 3257ad518e7d 19:22:08 ---> Running in 9ed99b0e1d65 19:22:08 ---> Running in b3546eb7f8dc 19:22:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:22:10 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:22:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:22:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:22:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:22:11 ---> 116280194b19 19:22:11 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:22:11 ---> 487b44c8fbb9 19:22:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:22:11 ---> 63b92520165f 19:22:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:22:11 ---> e30b7c0874b4 19:22:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:22:11 ---> 93de72ac7c93 19:22:11 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:22:11 ---> Running in 9432ff9dfee8 19:22:11 ---> ad80e7151b7d 19:22:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:22:12 Removing intermediate container 9432ff9dfee8 19:22:12 ---> 81d46fc3ceae 19:22:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:22:12 ---> ff9f1d4c813e 19:22:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:22:12 ---> b4cfa773c712 19:22:12 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:22:12 ---> Running in 09f3d39bcd2c 19:22:12 ---> 4ff759c0d6af 19:22:12 Step 19/24 : WORKDIR / 19:22:12 ---> Running in 73fa8d5a4b06 19:22:12 ---> 25d47ce48db5 19:22:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:22:12 Removing intermediate container 09f3d39bcd2c 19:22:12 ---> 14cb99d0938f 19:22:12 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:22:12 ---> Running in 47ba7f187900 19:22:12 Removing intermediate container 73fa8d5a4b06 19:22:12 ---> 928db3939e1b 19:22:12 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:22:12 ---> Running in b8c88bab4ceb 19:22:12 Removing intermediate container 47ba7f187900 19:22:12 ---> 88cdcc3f2a35 19:22:12 Step 21/23 : LABEL arch=x86_64 19:22:12 Removing intermediate container b8c88bab4ceb 19:22:12 ---> 849e43b3e54c 19:22:12 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:22:12 ---> Running in c3bf96b21683 19:22:12 ---> 9dd5a97b5197 19:22:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:22:12 ---> Running in 54e843501793 19:22:12 Removing intermediate container c3bf96b21683 19:22:12 ---> 28933bf6e83c 19:22:12 Step 22/23 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:22:12 ---> Running in 7fce7b96ec3a 19:22:12 Removing intermediate container 54e843501793 19:22:12 ---> 20a06432ad7a 19:22:12 Step 22/24 : LABEL arch=x86_64 19:22:12 ---> Running in 2099557809d4 19:22:12 ---> 32525104cd5c 19:22:12 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:22:13 ---> Running in b3e9c4a4bb12 19:22:13 Removing intermediate container 2099557809d4 19:22:13 ---> 9421828d725b 19:22:13 Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:22:13 ---> Running in a1db404854da 19:22:13 Removing intermediate container 7fce7b96ec3a 19:22:13 ---> cebdcf208a24 19:22:13 Step 23/23 : LABEL version=3.0.0-dev.74 19:22:13 Removing intermediate container b3e9c4a4bb12 19:22:13 ---> 648142b3d810 19:22:13 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:22:13 ---> Running in 409ed7ba55fe 19:22:13 ---> Running in f58c4b9f249d 19:22:13 Removing intermediate container 409ed7ba55fe 19:22:13 ---> 0738f5605b21 19:22:13 19:22:13 Removing intermediate container a1db404854da 19:22:13 ---> d9b5e732bc09 19:22:13 Step 24/24 : LABEL version=3.0.0-dev.74 19:22:13 Removing intermediate container f58c4b9f249d 19:22:13 ---> fe6c796dc72a 19:22:13 Step 22/24 : LABEL arch=x86_64 19:22:13 ---> Running in 04c8dfa2dcec 19:22:13 ---> Running in f49187fe4bef 19:22:13 Successfully built 0738f5605b21 19:22:13 Successfully tagged security-spire-server:latest 19:22:13 Building security-secretstore-setup 19:22:13  Building security-spire-server ... done Removing intermediate container 04c8dfa2dcec 19:22:13 ---> bac02f9d7e3d 19:22:13 19:22:13 Successfully built bac02f9d7e3d 19:22:15 Successfully tagged security-spire-config:latest 19:22:15 Building security-bootstrapper 19:22:15  Building security-spire-config ... done Removing intermediate container f49187fe4bef 19:22:15 ---> b6474f9affae 19:22:15 Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:22:18 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:22:18 ---> 827377a81e23 19:22:18 Step 3/24 : WORKDIR /edgex-go 19:22:18 ---> Using cache 19:22:18 ---> 4203ba0cf85d 19:22:18 Step 4/24 : RUN apk add --update --no-cache make git 19:22:18 ---> Using cache 19:22:18 ---> baac4bd23b5a 19:22:18 Step 5/24 : COPY go.mod vendor* ./ 19:22:18 ---> Using cache 19:22:18 ---> 6a90aaf84cf3 19:22:18 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:18 ---> Using cache 19:22:18 ---> 9a08bba7bb46 19:22:18 Step 7/24 : COPY . . 19:22:18 ---> Using cache 19:22:18 ---> d8c0793176d7 19:22:18 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:22:20 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:22:20 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:22:20 ---> 827377a81e23 19:22:20 Step 3/32 : WORKDIR /edgex-go 19:22:20 ---> Using cache 19:22:20 ---> 4203ba0cf85d 19:22:20 Step 4/32 : RUN apk add --update --no-cache make git 19:22:20 ---> Using cache 19:22:20 ---> baac4bd23b5a 19:22:20 Step 5/32 : COPY go.mod vendor* ./ 19:22:20 ---> Using cache 19:22:20 ---> 6a90aaf84cf3 19:22:20 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:20 ---> Using cache 19:22:20 ---> 9a08bba7bb46 19:22:20 Step 7/32 : COPY . . 19:22:20 ---> Using cache 19:22:20 ---> d8c0793176d7 19:22:20 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:22:24 ---> Running in a74cdd3e493e 19:22:24 ---> Running in bc96356bd7f9 19:22:24 ---> Running in 5a2059776130 19:22:24 Removing intermediate container bc96356bd7f9 19:22:24 ---> 6988293d4175 19:22:24 Step 24/24 : LABEL version=3.0.0-dev.74 19:22:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:22:24 ---> Running in d5b3ccfa90fb 19:22:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:22:24 Removing intermediate container d5b3ccfa90fb 19:22:24 ---> 952a1f4e0a0c 19:22:24 19:22:24 Successfully built 952a1f4e0a0c 19:22:24 Successfully tagged security-spire-agent:latest 19:22:26  Building security-spire-agent ... done Removing intermediate container e9b28fe32faa 19:22:26 ---> 17237bab22f7 19:22:26 19:22:26 Step 10/22 : FROM alpine:3.16 19:22:26 ---> dfd21b5a31f5 19:22:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 19:22:26 ---> Using cache 19:22:26 ---> f68f6f446b2c 19:22:26 Step 12/22 : RUN apk add --update --no-cache dumb-init 19:22:26 ---> Using cache 19:22:26 ---> 89be6981dc84 19:22:26 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:22:26 ---> Using cache 19:22:26 ---> db2ea794a340 19:22:26 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:22:27 ---> 323c79246ffa 19:22:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 19:22:27 ---> 894b7b2ce55f 19:22:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:22:27 ---> c33e7372a602 19:22:27 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:22:27 ---> Running in d017b57a7eef 19:22:29 Removing intermediate container d017b57a7eef 19:22:29 ---> 179b248ba057 19:22:29 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 19:22:29 ---> Running in ce4f24c48182 19:22:29 Removing intermediate container ce4f24c48182 19:22:29 ---> 4b4e37ffd6e5 19:22:29 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 19:22:29 ---> Running in 25a820169b3c 19:22:29 Removing intermediate container 25a820169b3c 19:22:29 ---> 6b752c3cb062 19:22:29 Step 20/22 : LABEL arch=x86_64 19:22:30 ---> Running in 0af76ecf601f 19:22:31 Removing intermediate container 0af76ecf601f 19:22:31 ---> 247e526b53bf 19:22:31 Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:22:32 ---> Running in db0993224681 19:22:33 Removing intermediate container db0993224681 19:22:33 ---> 07f81c9b1ee0 19:22:33 Step 22/22 : LABEL version=3.0.0-dev.74 19:22:36 ---> Running in 5eeb6ca35fbc 19:22:36 Removing intermediate container 5eeb6ca35fbc 19:22:36 ---> 9afc14e997f9 19:22:36 19:22:36 Successfully built 9afc14e997f9 19:22:36 Successfully tagged security-proxy-auth:latest 19:22:46  Building security-proxy-auth ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:22:46 Removing intermediate container 9dd301f2663b 19:22:46 ---> ce791df8de69 19:22:46 Step 7/19 : COPY . . 19:22:55 Removing intermediate container 5a2059776130 19:22:55 ---> 2fff64396cbb 19:22:55 19:22:55 Step 9/32 : FROM alpine:3.16 19:22:55 ---> dfd21b5a31f5 19:22:55 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:22:55 ---> 16f85cf0af3f 19:22:55 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:22:55 Removing intermediate container a74cdd3e493e 19:22:55 ---> 4d8a0e5e9b6f 19:22:55 19:22:55 Step 9/24 : FROM alpine:3.16 19:22:55 ---> dfd21b5a31f5 19:22:55 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:22:55 ---> Running in 49f264bbdf32 19:22:55 ---> Running in 6e9fe7940f6e 19:22:55 ---> Running in a30b1557a8d9 19:22:55 Removing intermediate container 49f264bbdf32 19:22:55 ---> 3826db02c2c0 19:22:55 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 19:22:55 ---> Running in e276d83c553c 19:22:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:22:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:22:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:22:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:22:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:22:55 (1/3) Installing ca-certificates (20220614-r0) 19:22:55 (1/2) Installing dumb-init (1.2.5-r1) 19:22:55 (2/3) Installing dumb-init (1.2.5-r1) 19:22:55 (2/2) Installing su-exec (0.2-r1) 19:22:55 Executing busybox-1.35.0-r17.trigger 19:22:55 (3/3) Installing su-exec (0.2-r1) 19:22:55 Executing busybox-1.35.0-r17.trigger 19:22:55 OK: 6 MiB in 16 packages 19:22:55 Executing ca-certificates-20220614-r0.trigger 19:22:55 OK: 6 MiB in 17 packages 19:22:56 Removing intermediate container e276d83c553c 19:22:56 ---> 194c9a0d1e47 19:22:56 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 19:22:56 ---> Running in e3628682f576 19:22:56 Removing intermediate container 6e9fe7940f6e 19:22:56 ---> 7d66dec3b440 19:22:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:22:56 ---> Running in 8f546435af41 19:22:56 Removing intermediate container e3628682f576 19:22:56 ---> cc0e01bf5cee 19:22:56 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:22:56 ---> Running in beebf65bf2bd 19:22:56 Removing intermediate container beebf65bf2bd 19:22:56 ---> d73b7538b57a 19:22:56 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:22:56 Removing intermediate container 8f546435af41 19:22:56 ---> dbc6e5aafe68 19:22:56 Step 12/24 : WORKDIR / 19:22:56 ---> Running in 0445b5560a47 19:22:56 ---> Running in 14a2a59862b4 19:22:56 Removing intermediate container 0445b5560a47 19:22:56 ---> 9a94a2c0521b 19:22:56 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:22:56 ---> Running in 48cd0c14bcbf 19:22:56 Removing intermediate container 14a2a59862b4 19:22:56 ---> 1462d9c342ef 19:22:56 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:22:56 Removing intermediate container 48cd0c14bcbf 19:22:56 ---> 8d488cbd9902 19:22:56 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:22:56 ---> Running in d13c5ee8c7e7 19:22:56 ---> 2e896a6c8e1a 19:22:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:22:57 ---> d911d8f5223a 19:22:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:22:57 ---> 95229b6c6110 19:22:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:22:57 Removing intermediate container d13c5ee8c7e7 19:22:57 ---> d1c2ea906f62 19:22:57 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 19:22:57 ---> Running in ace395d03cdb 19:22:57 ---> 4fc00d522092 19:22:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:22:57 Removing intermediate container ace395d03cdb 19:22:57 ---> 357b2b1c99d5 19:22:57 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:22:58 ---> 386e1e4bb872 19:22:58 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:22:58 ---> 0015617f59ad 19:22:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:22:58 ---> Running in dffbf29f508f 19:22:59 ---> 24afacc29624 19:22:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:22:59 Removing intermediate container dffbf29f508f 19:22:59 ---> 58f61720e1e5 19:22:59 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:22:59 ---> 429b5c8bcf1e 19:22:59 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:22:59 ---> Running in 6fbad8b4d8c9 19:22:59 ---> d640a608fc7c 19:22:59 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:23:00 ---> ecb9917c6cfe 19:23:00 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:23:00 Removing intermediate container 6fbad8b4d8c9 19:23:00 ---> ac9facc2c2ef 19:23:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:23:01 ---> 34d880b0c563 19:23:01 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:23:01 ---> Running in 90bb8c63ab5a 19:23:01 Removing intermediate container 90bb8c63ab5a 19:23:01 ---> fecded2daffd 19:23:01 Step 22/24 : LABEL arch=x86_64 19:23:01 ---> Running in 6efffe9c9bbd 19:23:01 ---> 74551f79cd74 19:23:01 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:23:01 Removing intermediate container 6efffe9c9bbd 19:23:01 ---> d2a3e320091d 19:23:01 Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:01 ---> Running in 9d65b82e4666 19:23:02 Removing intermediate container 9d65b82e4666 19:23:02 ---> 67f04de396fc 19:23:02 Step 24/24 : LABEL version=3.0.0-dev.74 19:23:02 ---> 83886d9c6358 19:23:02 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:23:02 ---> Running in f47d995d655c 19:23:02 Removing intermediate container f47d995d655c 19:23:02 ---> c32f337f7140 19:23:02 19:23:02 ---> 2313d04082a0 19:23:02 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:23:02 Successfully built c32f337f7140 19:23:02 Successfully tagged security-secretstore-setup:latest 19:23:02  Building security-secretstore-setup ... done  ---> 0623c6bb72a7 19:23:02 Step 27/32 : RUN chmod +x /entrypoint.sh 19:23:02 ---> Running in 5fdf7a179ab2 19:23:04 Removing intermediate container 5fdf7a179ab2 19:23:04 ---> 626403b7df5e 19:23:04 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:23:04 ---> Running in 500f01dc2f7f 19:23:04 Removing intermediate container 500f01dc2f7f 19:23:04 ---> 09f3d2818554 19:23:04 Step 29/32 : CMD ["gate"] 19:23:04 ---> Running in 21539019364d 19:23:04 Removing intermediate container 21539019364d 19:23:04 ---> 6b643927b6b9 19:23:04 Step 30/32 : LABEL arch=x86_64 19:23:04 ---> Running in fc5f45bdbb56 19:23:04 Removing intermediate container fc5f45bdbb56 19:23:04 ---> 8c5a810df407 19:23:04 Step 31/32 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:04 ---> Running in d20b90f6b944 19:23:04 Removing intermediate container d20b90f6b944 19:23:04 ---> 707112e4273d 19:23:04 Step 32/32 : LABEL version=3.0.0-dev.74 19:23:04 ---> Running in d62f4ecaf2d4 19:23:05 Removing intermediate container d62f4ecaf2d4 19:23:05 ---> f24159503406 19:23:05 19:23:05 Successfully built f24159503406 19:23:05 Successfully tagged security-bootstrapper:latest 19:23:15  Building security-bootstrapper ... done Removing intermediate container a30b1557a8d9 19:23:15 ---> dd498d6e0848 19:23:15 19:23:15 Step 9/19 : FROM alpine:3.15 19:23:15 ---> 5ce65d7b0fde 19:23:15 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:23:15 ---> Using cache 19:23:15 ---> ef478c6973dc 19:23:15 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:23:15 ---> Running in d3184259d3ab 19:23:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:23:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:23:15 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:23:15 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:23:15 OK: 15857 distinct packages available 19:23:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:23:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:23:16 (1/9) Installing ca-certificates (20220614-r0) 19:23:16 (2/9) Installing brotli-libs (1.0.9-r5) 19:23:16 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:23:16 (4/9) Installing libcurl (7.80.0-r6) 19:23:16 (5/9) Installing curl (7.80.0-r6) 19:23:16 (6/9) Installing dumb-init (1.2.5-r1) 19:23:16 (7/9) Installing musl-obstack (1.2.3-r0) 19:23:16 (8/9) Installing libucontext (1.1-r0) 19:23:16 (9/9) Installing gcompat (1.0.0-r4) 19:23:16 Executing busybox-1.34.1-r7.trigger 19:23:16 Executing ca-certificates-20220614-r0.trigger 19:23:16 OK: 8 MiB in 23 packages 19:23:16 Removing intermediate container d3184259d3ab 19:23:16 ---> d87a07588fe3 19:23:16 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 19:23:16 ---> 7e8083c1e830 19:23:16 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:23:17 ---> 0c90e7f83092 19:23:17 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:23:17 ---> f4b31100e004 19:23:17 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:23:17 ---> Running in 3d18176fc4f0 19:23:17 Removing intermediate container 3d18176fc4f0 19:23:17 ---> d5d9b8a152af 19:23:17 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:23:17 ---> Running in e73cd0c5db7d 19:23:17 Removing intermediate container e73cd0c5db7d 19:23:17 ---> 77404bd74b6a 19:23:17 Step 17/19 : LABEL arch=x86_64 19:23:17 ---> Running in 4ab32d8a0a9c 19:23:18 Removing intermediate container 4ab32d8a0a9c 19:23:18 ---> 9044afe504e5 19:23:18 Step 18/19 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:18 ---> Running in 6fafc8f2d7a9 19:23:18 Removing intermediate container 6fafc8f2d7a9 19:23:18 ---> 883c07558522 19:23:18 Step 19/19 : LABEL version=3.0.0-dev.74 19:23:18 ---> Running in 6cf942978105 19:23:18 Removing intermediate container 6cf942978105 19:23:18 ---> 798fe697e957 19:23:18 19:23:18 Successfully built 798fe697e957 19:23:18 Successfully tagged security-spiffe-token-provider:latest 19:23:18  Building security-spiffe-token-provider ... done  [Pipeline] } 19:23:18 $ docker stop --time=1 a379e95d30cdf3a767181755a9779a4a65a1e4480930c2353d6cdf1f273cc570 19:23:19 $ docker rm -f --volumes a379e95d30cdf3a767181755a9779a4a65a1e4480930c2353d6cdf1f273cc570 [Pipeline] // withDockerContainer [Pipeline] sh 19:23:19 + docker images 19:23:19 REPOSITORY TAG IMAGE ID CREATED SIZE 19:23:19 security-spiffe-token-provider latest 798fe697e957 2 seconds ago 30MB 19:23:19 dd498d6e0848 6 seconds ago 1.73GB 19:23:19 security-bootstrapper latest f24159503406 15 seconds ago 20.4MB 19:23:19 security-secretstore-setup latest c32f337f7140 17 seconds ago 30MB 19:23:19 4d8a0e5e9b6f 29 seconds ago 1.68GB 19:23:19 2fff64396cbb 32 seconds ago 1.68GB 19:23:19 security-proxy-auth latest 9afc14e997f9 43 seconds ago 16.2MB 19:23:19 17237bab22f7 54 seconds ago 1.67GB 19:23:19 security-spire-agent latest 952a1f4e0a0c 55 seconds ago 125MB 19:23:19 security-spire-config latest bac02f9d7e3d About a minute ago 85.8MB 19:23:19 security-spire-server latest 0738f5605b21 About a minute ago 86.5MB 19:23:19 c5adeb320458 About a minute ago 1.56GB 19:23:19 b1f387ae70c8 About a minute ago 1.56GB 19:23:19 1dfc5323505e About a minute ago 1.56GB 19:23:19 core-data latest 17fd5d2d5ed0 About a minute ago 18MB 19:23:19 core-command latest 01e002ebd2bc About a minute ago 17.7MB 19:23:19 af4f97eae107 About a minute ago 1.7GB 19:23:19 b10d1f962c66 About a minute ago 1.69GB 19:23:19 security-proxy-setup latest 71f31fdc3994 2 minutes ago 27.8MB 19:23:19 core-metadata latest dee20774e494 2 minutes ago 18.5MB 19:23:19 support-scheduler latest 83487561fb08 2 minutes ago 30.1MB 19:23:19 support-notifications latest 096fcaf68ea1 2 minutes ago 30.7MB 19:23:19 core-common-config-bootstrapper latest f3163320efb5 2 minutes ago 15.5MB 19:23:19 eb29ed665f2c 2 minutes ago 1.76GB 19:23:19 dfb2f098fe77 2 minutes ago 1.75GB 19:23:19 8d99ca0f519f 2 minutes ago 1.7GB 19:23:19 d63a2f86b4df 2 minutes ago 1.68GB 19:23:19 cc733fc026ce 2 minutes ago 1.69GB 19:23:19 ci-base-image-x86_64 latest 827377a81e23 7 minutes ago 904MB 19:23:19 alpine 3.15 5ce65d7b0fde 2 weeks ago 5.59MB 19:23:19 alpine 3.16 dfd21b5a31f5 2 weeks ago 5.55MB 19:23:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 19:23:19 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 19:23:19 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 19:23:20 provisioning config files... 19:23:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/435@tmp/config13532071809221217189tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:23:20 ---> docker-login.sh 19:23:20 nexus3.edgexfoundry.org:10001 19:23:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:20 Configure a credential helper to remove this warning. See 19:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:20 19:23:20 Login Succeeded 19:23:20 nexus3.edgexfoundry.org:10002 19:23:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:20 Configure a credential helper to remove this warning. See 19:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:20 19:23:20 Login Succeeded 19:23:20 nexus3.edgexfoundry.org:10003 19:23:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:20 Configure a credential helper to remove this warning. See 19:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:20 19:23:20 Login Succeeded 19:23:20 nexus3.edgexfoundry.org:10004 19:23:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:20 Configure a credential helper to remove this warning. See 19:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:20 19:23:20 Login Succeeded 19:23:20 docker.io 19:23:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:21 Configure a credential helper to remove this warning. See 19:23:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:21 19:23:21 Login Succeeded 19:23:21 ---> docker-login.sh ends [Pipeline] } 19:23:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:23:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:23:21 [edgeXDocker.push] Tagging docker image core-command with the following tags: 19:23:21 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:21 latest 19:23:21 3.0.0-dev.74 19:23:21 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:21 main 19:23:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:21 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:21 + docker push nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:23:21 2310ca84f324: Preparing 19:23:21 36e4e97ada90: Preparing 19:23:21 8118559e3ee8: Preparing 19:23:21 12f5758fa1d5: Preparing 19:23:21 aa5968d388b8: Preparing 19:23:21 aa5968d388b8: Layer already exists 19:23:21 2310ca84f324: Pushed 19:23:21 12f5758fa1d5: Pushed 19:23:21 8118559e3ee8: Pushed 19:23:23 36e4e97ada90: Pushed 19:23:23 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:bdde6b46b4f55fbe870e05103806b166525b7f4be44e435b8672418715056198 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:23 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:23 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 19:23:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:23:23 2310ca84f324: Preparing 19:23:23 36e4e97ada90: Preparing 19:23:23 8118559e3ee8: Preparing 19:23:23 12f5758fa1d5: Preparing 19:23:23 aa5968d388b8: Preparing 19:23:23 aa5968d388b8: Layer already exists 19:23:23 8118559e3ee8: Layer already exists 19:23:23 2310ca84f324: Layer already exists 19:23:23 12f5758fa1d5: Layer already exists 19:23:23 36e4e97ada90: Layer already exists 19:23:23 latest: digest: sha256:bdde6b46b4f55fbe870e05103806b166525b7f4be44e435b8672418715056198 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:24 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:24 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.74 19:23:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:23:24 2310ca84f324: Preparing 19:23:24 36e4e97ada90: Preparing 19:23:24 8118559e3ee8: Preparing 19:23:24 12f5758fa1d5: Preparing 19:23:24 aa5968d388b8: Preparing 19:23:24 aa5968d388b8: Layer already exists 19:23:24 36e4e97ada90: Layer already exists 19:23:24 8118559e3ee8: Layer already exists 19:23:24 12f5758fa1d5: Layer already exists 19:23:24 2310ca84f324: Layer already exists 19:23:24 3.0.0-dev.74: digest: sha256:bdde6b46b4f55fbe870e05103806b166525b7f4be44e435b8672418715056198 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:24 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:25 + docker push nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:23:25 2310ca84f324: Preparing 19:23:25 36e4e97ada90: Preparing 19:23:25 8118559e3ee8: Preparing 19:23:25 12f5758fa1d5: Preparing 19:23:25 aa5968d388b8: Preparing 19:23:25 12f5758fa1d5: Layer already exists 19:23:25 aa5968d388b8: Layer already exists 19:23:25 2310ca84f324: Layer already exists 19:23:25 36e4e97ada90: Layer already exists 19:23:25 8118559e3ee8: Layer already exists 19:23:25 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:bdde6b46b4f55fbe870e05103806b166525b7f4be44e435b8672418715056198 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:25 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:25 + docker push nexus3.edgexfoundry.org:10004/core-command:main 19:23:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:23:25 2310ca84f324: Preparing 19:23:25 36e4e97ada90: Preparing 19:23:25 8118559e3ee8: Preparing 19:23:25 12f5758fa1d5: Preparing 19:23:25 aa5968d388b8: Preparing 19:23:25 aa5968d388b8: Layer already exists 19:23:25 8118559e3ee8: Layer already exists 19:23:25 36e4e97ada90: Layer already exists 19:23:25 2310ca84f324: Layer already exists 19:23:25 12f5758fa1d5: Layer already exists 19:23:25 main: digest: sha256:bdde6b46b4f55fbe870e05103806b166525b7f4be44e435b8672418715056198 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:23:25 ===================================================== [Pipeline] echo 19:23:25 taggedImages: 19:23:25 - nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:25 - nexus3.edgexfoundry.org:10004/core-command:latest 19:23:25 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.74 19:23:25 - nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:25 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 19:23:25 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 19:23:25 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:25 latest 19:23:25 3.0.0-dev.74 19:23:25 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:25 main 19:23:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:26 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 19:23:26 0d49c44e1a8f: Preparing 19:23:26 fd55fdac5b7c: Preparing 19:23:26 9ff8fc1f9aea: Preparing 19:23:26 a253e8758203: Preparing 19:23:26 8118559e3ee8: Preparing 19:23:26 12f5758fa1d5: Preparing 19:23:26 aa5968d388b8: Preparing 19:23:26 12f5758fa1d5: Waiting 19:23:26 8118559e3ee8: Layer already exists 19:23:26 12f5758fa1d5: Layer already exists 19:23:26 aa5968d388b8: Layer already exists 19:23:26 fd55fdac5b7c: Pushed 19:23:26 9ff8fc1f9aea: Pushed 19:23:26 0d49c44e1a8f: Pushed 19:23:27 a253e8758203: Pushed 19:23:27 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:ea1dce817df0bc940540dde55e6faf161c938cb4979d08b872f78adb8fde0d78 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:28 + 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 19:23:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 19:23:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 19:23:28 0d49c44e1a8f: Preparing 19:23:28 fd55fdac5b7c: Preparing 19:23:28 9ff8fc1f9aea: Preparing 19:23:28 a253e8758203: Preparing 19:23:28 8118559e3ee8: Preparing 19:23:28 12f5758fa1d5: Preparing 19:23:28 aa5968d388b8: Preparing 19:23:28 aa5968d388b8: Waiting 19:23:28 12f5758fa1d5: Waiting 19:23:28 8118559e3ee8: Layer already exists 19:23:28 fd55fdac5b7c: Layer already exists 19:23:28 0d49c44e1a8f: Layer already exists 19:23:28 9ff8fc1f9aea: Layer already exists 19:23:28 a253e8758203: Layer already exists 19:23:28 12f5758fa1d5: Layer already exists 19:23:28 aa5968d388b8: Layer already exists 19:23:28 latest: digest: sha256:ea1dce817df0bc940540dde55e6faf161c938cb4979d08b872f78adb8fde0d78 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:28 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.74 19:23:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 19:23:28 0d49c44e1a8f: Preparing 19:23:28 fd55fdac5b7c: Preparing 19:23:28 9ff8fc1f9aea: Preparing 19:23:28 a253e8758203: Preparing 19:23:28 8118559e3ee8: Preparing 19:23:28 12f5758fa1d5: Preparing 19:23:28 aa5968d388b8: Preparing 19:23:28 12f5758fa1d5: Waiting 19:23:28 aa5968d388b8: Waiting 19:23:28 a253e8758203: Layer already exists 19:23:28 0d49c44e1a8f: Layer already exists 19:23:28 8118559e3ee8: Layer already exists 19:23:28 9ff8fc1f9aea: Layer already exists 19:23:28 fd55fdac5b7c: Layer already exists 19:23:28 12f5758fa1d5: Layer already exists 19:23:28 aa5968d388b8: Layer already exists 19:23:28 3.0.0-dev.74: digest: sha256:ea1dce817df0bc940540dde55e6faf161c938cb4979d08b872f78adb8fde0d78 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:29 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 19:23:29 0d49c44e1a8f: Preparing 19:23:29 fd55fdac5b7c: Preparing 19:23:29 9ff8fc1f9aea: Preparing 19:23:29 a253e8758203: Preparing 19:23:29 8118559e3ee8: Preparing 19:23:29 12f5758fa1d5: Preparing 19:23:29 aa5968d388b8: Preparing 19:23:29 12f5758fa1d5: Waiting 19:23:29 aa5968d388b8: Waiting 19:23:29 a253e8758203: Layer already exists 19:23:29 9ff8fc1f9aea: Layer already exists 19:23:29 0d49c44e1a8f: Layer already exists 19:23:29 8118559e3ee8: Layer already exists 19:23:29 fd55fdac5b7c: Layer already exists 19:23:29 12f5758fa1d5: Layer already exists 19:23:29 aa5968d388b8: Layer already exists 19:23:29 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:ea1dce817df0bc940540dde55e6faf161c938cb4979d08b872f78adb8fde0d78 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:29 + 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 19:23:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 19:23:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 19:23:30 0d49c44e1a8f: Preparing 19:23:30 fd55fdac5b7c: Preparing 19:23:30 9ff8fc1f9aea: Preparing 19:23:30 a253e8758203: Preparing 19:23:30 8118559e3ee8: Preparing 19:23:30 12f5758fa1d5: Preparing 19:23:30 aa5968d388b8: Preparing 19:23:30 12f5758fa1d5: Waiting 19:23:30 aa5968d388b8: Waiting 19:23:30 a253e8758203: Layer already exists 19:23:30 0d49c44e1a8f: Layer already exists 19:23:30 8118559e3ee8: Layer already exists 19:23:30 fd55fdac5b7c: Layer already exists 19:23:30 9ff8fc1f9aea: Layer already exists 19:23:30 12f5758fa1d5: Layer already exists 19:23:30 aa5968d388b8: Layer already exists 19:23:30 main: digest: sha256:ea1dce817df0bc940540dde55e6faf161c938cb4979d08b872f78adb8fde0d78 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:23:30 ===================================================== [Pipeline] echo 19:23:30 taggedImages: 19:23:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 19:23:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.74 19:23:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 19:23:30 [edgeXDocker.push] Tagging docker image core-data with the following tags: 19:23:30 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:30 latest 19:23:30 3.0.0-dev.74 19:23:30 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:30 main 19:23:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:30 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:31 + docker push nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:23:31 805c71bb774d: Preparing 19:23:31 3426963318e9: Preparing 19:23:31 8118559e3ee8: Preparing 19:23:31 6a90bb6f5410: Preparing 19:23:31 aa5968d388b8: Preparing 19:23:31 aa5968d388b8: Layer already exists 19:23:31 8118559e3ee8: Layer already exists 19:23:31 805c71bb774d: Pushed 19:23:31 6a90bb6f5410: Pushed 19:23:32 3426963318e9: Pushed 19:23:32 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:2f0678a95be76715584205c1a5376acba56b4bf3ed50c0829002fda0a77293a4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:32 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:33 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 19:23:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:23:33 805c71bb774d: Preparing 19:23:33 3426963318e9: Preparing 19:23:33 8118559e3ee8: Preparing 19:23:33 6a90bb6f5410: Preparing 19:23:33 aa5968d388b8: Preparing 19:23:33 8118559e3ee8: Layer already exists 19:23:33 805c71bb774d: Layer already exists 19:23:33 aa5968d388b8: Layer already exists 19:23:33 6a90bb6f5410: Layer already exists 19:23:33 3426963318e9: Layer already exists 19:23:33 latest: digest: sha256:2f0678a95be76715584205c1a5376acba56b4bf3ed50c0829002fda0a77293a4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:33 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:33 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.74 19:23:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:23:33 805c71bb774d: Preparing 19:23:33 3426963318e9: Preparing 19:23:33 8118559e3ee8: Preparing 19:23:33 6a90bb6f5410: Preparing 19:23:33 aa5968d388b8: Preparing 19:23:33 3426963318e9: Layer already exists 19:23:33 8118559e3ee8: Layer already exists 19:23:33 805c71bb774d: Layer already exists 19:23:33 6a90bb6f5410: Layer already exists 19:23:33 aa5968d388b8: Layer already exists 19:23:33 3.0.0-dev.74: digest: sha256:2f0678a95be76715584205c1a5376acba56b4bf3ed50c0829002fda0a77293a4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:34 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:34 + docker push nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:23:34 805c71bb774d: Preparing 19:23:34 3426963318e9: Preparing 19:23:34 8118559e3ee8: Preparing 19:23:34 6a90bb6f5410: Preparing 19:23:34 aa5968d388b8: Preparing 19:23:34 3426963318e9: Layer already exists 19:23:34 805c71bb774d: Layer already exists 19:23:34 aa5968d388b8: Layer already exists 19:23:34 6a90bb6f5410: Layer already exists 19:23:34 8118559e3ee8: Layer already exists 19:23:34 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:2f0678a95be76715584205c1a5376acba56b4bf3ed50c0829002fda0a77293a4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:34 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:34 + docker push nexus3.edgexfoundry.org:10004/core-data:main 19:23:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:23:34 805c71bb774d: Preparing 19:23:34 3426963318e9: Preparing 19:23:34 8118559e3ee8: Preparing 19:23:34 6a90bb6f5410: Preparing 19:23:34 aa5968d388b8: Preparing 19:23:34 6a90bb6f5410: Layer already exists 19:23:34 8118559e3ee8: Layer already exists 19:23:34 805c71bb774d: Layer already exists 19:23:34 3426963318e9: Layer already exists 19:23:34 aa5968d388b8: Layer already exists 19:23:34 main: digest: sha256:2f0678a95be76715584205c1a5376acba56b4bf3ed50c0829002fda0a77293a4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:23:35 ===================================================== [Pipeline] echo 19:23:35 taggedImages: 19:23:35 - nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:35 - nexus3.edgexfoundry.org:10004/core-data:latest 19:23:35 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.74 19:23:35 - nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:35 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 19:23:35 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 19:23:35 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:35 latest 19:23:35 3.0.0-dev.74 19:23:35 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:35 main 19:23:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:23:35 246f8e27aa09: Preparing 19:23:35 3a8c87d41a80: Preparing 19:23:35 73da474048bf: Preparing 19:23:35 8118559e3ee8: Preparing 19:23:35 3558b8e368da: Preparing 19:23:35 aa5968d388b8: Preparing 19:23:35 aa5968d388b8: Waiting 19:23:35 8118559e3ee8: Layer already exists 19:23:35 aa5968d388b8: Layer already exists 19:23:35 3a8c87d41a80: Pushed 19:23:35 246f8e27aa09: Pushed 19:23:35 3558b8e368da: Pushed 19:23:37 73da474048bf: Pushed 19:23:37 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:ec00b32c2c75d3adcb17f39d39fb6922b897707182788748c9b5a453c7b7a79c size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:37 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 19:23:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:23:37 246f8e27aa09: Preparing 19:23:37 3a8c87d41a80: Preparing 19:23:37 73da474048bf: Preparing 19:23:37 8118559e3ee8: Preparing 19:23:37 3558b8e368da: Preparing 19:23:37 aa5968d388b8: Preparing 19:23:37 aa5968d388b8: Waiting 19:23:37 3a8c87d41a80: Layer already exists 19:23:37 246f8e27aa09: Layer already exists 19:23:37 3558b8e368da: Layer already exists 19:23:37 8118559e3ee8: Layer already exists 19:23:37 73da474048bf: Layer already exists 19:23:37 aa5968d388b8: Layer already exists 19:23:37 latest: digest: sha256:ec00b32c2c75d3adcb17f39d39fb6922b897707182788748c9b5a453c7b7a79c size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:37 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.74 19:23:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:23:38 246f8e27aa09: Preparing 19:23:38 3a8c87d41a80: Preparing 19:23:38 73da474048bf: Preparing 19:23:38 8118559e3ee8: Preparing 19:23:38 3558b8e368da: Preparing 19:23:38 aa5968d388b8: Preparing 19:23:38 aa5968d388b8: Waiting 19:23:38 3558b8e368da: Layer already exists 19:23:38 8118559e3ee8: Layer already exists 19:23:38 73da474048bf: Layer already exists 19:23:38 3a8c87d41a80: Layer already exists 19:23:38 246f8e27aa09: Layer already exists 19:23:38 aa5968d388b8: Layer already exists 19:23:38 3.0.0-dev.74: digest: sha256:ec00b32c2c75d3adcb17f39d39fb6922b897707182788748c9b5a453c7b7a79c size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:38 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:23:38 246f8e27aa09: Preparing 19:23:38 3a8c87d41a80: Preparing 19:23:38 73da474048bf: Preparing 19:23:38 8118559e3ee8: Preparing 19:23:38 3558b8e368da: Preparing 19:23:38 aa5968d388b8: Preparing 19:23:38 aa5968d388b8: Waiting 19:23:38 246f8e27aa09: Layer already exists 19:23:38 73da474048bf: Layer already exists 19:23:38 8118559e3ee8: Layer already exists 19:23:38 3558b8e368da: Layer already exists 19:23:38 3a8c87d41a80: Layer already exists 19:23:38 aa5968d388b8: Layer already exists 19:23:38 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:ec00b32c2c75d3adcb17f39d39fb6922b897707182788748c9b5a453c7b7a79c size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 19:23:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:23:39 246f8e27aa09: Preparing 19:23:39 3a8c87d41a80: Preparing 19:23:39 73da474048bf: Preparing 19:23:39 8118559e3ee8: Preparing 19:23:39 3558b8e368da: Preparing 19:23:39 aa5968d388b8: Preparing 19:23:39 aa5968d388b8: Waiting 19:23:39 3a8c87d41a80: Layer already exists 19:23:39 8118559e3ee8: Layer already exists 19:23:39 73da474048bf: Layer already exists 19:23:39 246f8e27aa09: Layer already exists 19:23:39 3558b8e368da: Layer already exists 19:23:39 aa5968d388b8: Layer already exists 19:23:39 main: digest: sha256:ec00b32c2c75d3adcb17f39d39fb6922b897707182788748c9b5a453c7b7a79c size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:23:39 ===================================================== [Pipeline] echo 19:23:39 taggedImages: 19:23:39 - nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:39 - nexus3.edgexfoundry.org:10004/core-metadata:latest 19:23:39 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.74 19:23:39 - nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:39 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 19:23:39 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 19:23:39 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:39 latest 19:23:39 3.0.0-dev.74 19:23:39 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:39 main 19:23:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:39 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:23:40 15d6f8e77382: Preparing 19:23:40 15d6f8e77382: Preparing 19:23:40 233125562371: Preparing 19:23:40 49300b425dcb: Preparing 19:23:40 3533eb50ec85: Preparing 19:23:40 9d6c209480be: Preparing 19:23:40 85665d171496: Preparing 19:23:40 8118559e3ee8: Preparing 19:23:40 c21252876343: Preparing 19:23:40 bba21ee7732d: Preparing 19:23:40 2b1ef437416c: Preparing 19:23:40 0df95ee0bda8: Preparing 19:23:40 aa5968d388b8: Preparing 19:23:40 2b1ef437416c: Waiting 19:23:40 c21252876343: Waiting 19:23:40 0df95ee0bda8: Waiting 19:23:40 bba21ee7732d: Waiting 19:23:40 aa5968d388b8: Waiting 19:23:40 85665d171496: Waiting 19:23:40 8118559e3ee8: Waiting 19:23:40 233125562371: Pushed 19:23:40 49300b425dcb: Pushed 19:23:40 15d6f8e77382: Pushed 19:23:40 9d6c209480be: Pushed 19:23:40 8118559e3ee8: Layer already exists 19:23:40 3533eb50ec85: Pushed 19:23:40 bba21ee7732d: Pushed 19:23:40 aa5968d388b8: Layer already exists 19:23:40 c21252876343: Pushed 19:23:40 0df95ee0bda8: Pushed 19:23:40 2b1ef437416c: Pushed 19:23:42 85665d171496: Pushed 19:23:42 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:70cc5d2f570519b62410adec2848993a85b93a0d511adf8194c488d1b4191e8b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:42 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 19:23:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:23:43 15d6f8e77382: Preparing 19:23:43 15d6f8e77382: Preparing 19:23:43 233125562371: Preparing 19:23:43 49300b425dcb: Preparing 19:23:43 3533eb50ec85: Preparing 19:23:43 9d6c209480be: Preparing 19:23:43 85665d171496: Preparing 19:23:43 85665d171496: Waiting 19:23:43 8118559e3ee8: Preparing 19:23:43 c21252876343: Preparing 19:23:43 bba21ee7732d: Preparing 19:23:43 8118559e3ee8: Waiting 19:23:43 c21252876343: Waiting 19:23:43 2b1ef437416c: Preparing 19:23:43 0df95ee0bda8: Preparing 19:23:43 aa5968d388b8: Preparing 19:23:43 0df95ee0bda8: Waiting 19:23:43 aa5968d388b8: Waiting 19:23:43 2b1ef437416c: Waiting 19:23:43 3533eb50ec85: Layer already exists 19:23:43 233125562371: Layer already exists 19:23:43 15d6f8e77382: Layer already exists 19:23:43 9d6c209480be: Layer already exists 19:23:43 49300b425dcb: Layer already exists 19:23:43 85665d171496: Layer already exists 19:23:43 c21252876343: Layer already exists 19:23:43 2b1ef437416c: Layer already exists 19:23:43 8118559e3ee8: Layer already exists 19:23:43 bba21ee7732d: Layer already exists 19:23:43 0df95ee0bda8: Layer already exists 19:23:43 aa5968d388b8: Layer already exists 19:23:43 latest: digest: sha256:70cc5d2f570519b62410adec2848993a85b93a0d511adf8194c488d1b4191e8b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.74 19:23:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:23:43 15d6f8e77382: Preparing 19:23:43 15d6f8e77382: Preparing 19:23:43 233125562371: Preparing 19:23:43 49300b425dcb: Preparing 19:23:43 3533eb50ec85: Preparing 19:23:43 9d6c209480be: Preparing 19:23:43 85665d171496: Preparing 19:23:43 8118559e3ee8: Preparing 19:23:43 c21252876343: Preparing 19:23:43 bba21ee7732d: Preparing 19:23:43 2b1ef437416c: Preparing 19:23:43 0df95ee0bda8: Preparing 19:23:43 aa5968d388b8: Preparing 19:23:43 c21252876343: Waiting 19:23:43 bba21ee7732d: Waiting 19:23:43 2b1ef437416c: Waiting 19:23:43 0df95ee0bda8: Waiting 19:23:43 85665d171496: Waiting 19:23:43 aa5968d388b8: Waiting 19:23:43 8118559e3ee8: Waiting 19:23:43 9d6c209480be: Layer already exists 19:23:43 233125562371: Layer already exists 19:23:43 15d6f8e77382: Layer already exists 19:23:43 49300b425dcb: Layer already exists 19:23:43 3533eb50ec85: Layer already exists 19:23:43 85665d171496: Layer already exists 19:23:43 bba21ee7732d: Layer already exists 19:23:43 8118559e3ee8: Layer already exists 19:23:43 c21252876343: Layer already exists 19:23:43 2b1ef437416c: Layer already exists 19:23:43 0df95ee0bda8: Layer already exists 19:23:43 aa5968d388b8: Layer already exists 19:23:43 3.0.0-dev.74: digest: sha256:70cc5d2f570519b62410adec2848993a85b93a0d511adf8194c488d1b4191e8b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:23:44 15d6f8e77382: Preparing 19:23:44 15d6f8e77382: Preparing 19:23:44 233125562371: Preparing 19:23:44 49300b425dcb: Preparing 19:23:44 3533eb50ec85: Preparing 19:23:44 9d6c209480be: Preparing 19:23:44 85665d171496: Preparing 19:23:44 8118559e3ee8: Preparing 19:23:44 c21252876343: Preparing 19:23:44 bba21ee7732d: Preparing 19:23:44 2b1ef437416c: Preparing 19:23:44 0df95ee0bda8: Preparing 19:23:44 aa5968d388b8: Preparing 19:23:44 85665d171496: Waiting 19:23:44 bba21ee7732d: Waiting 19:23:44 8118559e3ee8: Waiting 19:23:44 c21252876343: Waiting 19:23:44 2b1ef437416c: Waiting 19:23:44 0df95ee0bda8: Waiting 19:23:44 aa5968d388b8: Waiting 19:23:44 49300b425dcb: Layer already exists 19:23:44 9d6c209480be: Layer already exists 19:23:44 15d6f8e77382: Layer already exists 19:23:44 3533eb50ec85: Layer already exists 19:23:44 233125562371: Layer already exists 19:23:44 85665d171496: Layer already exists 19:23:44 8118559e3ee8: Layer already exists 19:23:44 bba21ee7732d: Layer already exists 19:23:44 2b1ef437416c: Layer already exists 19:23:44 c21252876343: Layer already exists 19:23:44 0df95ee0bda8: Layer already exists 19:23:44 aa5968d388b8: Layer already exists 19:23:44 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:70cc5d2f570519b62410adec2848993a85b93a0d511adf8194c488d1b4191e8b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:44 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 19:23:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:23:44 15d6f8e77382: Preparing 19:23:44 15d6f8e77382: Preparing 19:23:44 233125562371: Preparing 19:23:44 49300b425dcb: Preparing 19:23:44 3533eb50ec85: Preparing 19:23:44 9d6c209480be: Preparing 19:23:44 85665d171496: Preparing 19:23:44 8118559e3ee8: Preparing 19:23:44 c21252876343: Preparing 19:23:44 bba21ee7732d: Preparing 19:23:44 2b1ef437416c: Preparing 19:23:44 0df95ee0bda8: Preparing 19:23:44 aa5968d388b8: Preparing 19:23:44 8118559e3ee8: Waiting 19:23:44 2b1ef437416c: Waiting 19:23:44 85665d171496: Waiting 19:23:44 c21252876343: Waiting 19:23:44 0df95ee0bda8: Waiting 19:23:44 bba21ee7732d: Waiting 19:23:44 aa5968d388b8: Waiting 19:23:44 9d6c209480be: Layer already exists 19:23:44 233125562371: Layer already exists 19:23:44 3533eb50ec85: Layer already exists 19:23:44 15d6f8e77382: Layer already exists 19:23:44 49300b425dcb: Layer already exists 19:23:44 c21252876343: Layer already exists 19:23:44 85665d171496: Layer already exists 19:23:44 2b1ef437416c: Layer already exists 19:23:44 bba21ee7732d: Layer already exists 19:23:44 8118559e3ee8: Layer already exists 19:23:44 0df95ee0bda8: Layer already exists 19:23:44 aa5968d388b8: Layer already exists 19:23:44 main: digest: sha256:70cc5d2f570519b62410adec2848993a85b93a0d511adf8194c488d1b4191e8b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:23:44 ===================================================== [Pipeline] echo 19:23:44 taggedImages: 19:23:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 19:23:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.74 19:23:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 19:23:44 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 19:23:44 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:44 latest 19:23:44 3.0.0-dev.74 19:23:44 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:44 main 19:23:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:45 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 19:23:45 f6af7c23de3a: Preparing 19:23:45 e3986e372224: Preparing 19:23:45 295fefb7f0d1: Preparing 19:23:45 3ba1fc9bd23b: Preparing 19:23:45 8118559e3ee8: Preparing 19:23:45 12f5758fa1d5: Preparing 19:23:45 aa5968d388b8: Preparing 19:23:45 aa5968d388b8: Waiting 19:23:45 12f5758fa1d5: Waiting 19:23:45 8118559e3ee8: Layer already exists 19:23:45 12f5758fa1d5: Layer already exists 19:23:45 aa5968d388b8: Layer already exists 19:23:45 e3986e372224: Pushed 19:23:45 f6af7c23de3a: Pushed 19:23:45 295fefb7f0d1: Pushed 19:23:46 3ba1fc9bd23b: Pushed 19:23:46 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:617cb2ed015d66fc318dfc947bfb0a4aa6be88f8992d50826e79eac2e580773c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 19:23:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 19:23:47 f6af7c23de3a: Preparing 19:23:47 e3986e372224: Preparing 19:23:47 295fefb7f0d1: Preparing 19:23:47 3ba1fc9bd23b: Preparing 19:23:47 8118559e3ee8: Preparing 19:23:47 12f5758fa1d5: Preparing 19:23:47 aa5968d388b8: Preparing 19:23:47 12f5758fa1d5: Waiting 19:23:47 295fefb7f0d1: Layer already exists 19:23:47 8118559e3ee8: Layer already exists 19:23:47 3ba1fc9bd23b: Layer already exists 19:23:47 e3986e372224: Layer already exists 19:23:47 f6af7c23de3a: Layer already exists 19:23:47 12f5758fa1d5: Layer already exists 19:23:47 aa5968d388b8: Layer already exists 19:23:47 latest: digest: sha256:617cb2ed015d66fc318dfc947bfb0a4aa6be88f8992d50826e79eac2e580773c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.74 19:23:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 19:23:48 f6af7c23de3a: Preparing 19:23:48 e3986e372224: Preparing 19:23:48 295fefb7f0d1: Preparing 19:23:48 3ba1fc9bd23b: Preparing 19:23:48 8118559e3ee8: Preparing 19:23:48 12f5758fa1d5: Preparing 19:23:48 aa5968d388b8: Preparing 19:23:48 12f5758fa1d5: Waiting 19:23:48 aa5968d388b8: Waiting 19:23:48 f6af7c23de3a: Layer already exists 19:23:48 295fefb7f0d1: Layer already exists 19:23:48 8118559e3ee8: Layer already exists 19:23:48 e3986e372224: Layer already exists 19:23:48 3ba1fc9bd23b: Layer already exists 19:23:48 aa5968d388b8: Layer already exists 19:23:48 12f5758fa1d5: Layer already exists 19:23:48 3.0.0-dev.74: digest: sha256:617cb2ed015d66fc318dfc947bfb0a4aa6be88f8992d50826e79eac2e580773c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:48 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 19:23:48 f6af7c23de3a: Preparing 19:23:48 e3986e372224: Preparing 19:23:48 295fefb7f0d1: Preparing 19:23:48 3ba1fc9bd23b: Preparing 19:23:48 8118559e3ee8: Preparing 19:23:48 12f5758fa1d5: Preparing 19:23:48 aa5968d388b8: Preparing 19:23:48 12f5758fa1d5: Waiting 19:23:48 aa5968d388b8: Waiting 19:23:48 3ba1fc9bd23b: Layer already exists 19:23:48 8118559e3ee8: Layer already exists 19:23:48 295fefb7f0d1: Layer already exists 19:23:48 e3986e372224: Layer already exists 19:23:48 f6af7c23de3a: Layer already exists 19:23:48 aa5968d388b8: Layer already exists 19:23:48 12f5758fa1d5: Layer already exists 19:23:48 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:617cb2ed015d66fc318dfc947bfb0a4aa6be88f8992d50826e79eac2e580773c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 19:23:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 19:23:49 f6af7c23de3a: Preparing 19:23:49 e3986e372224: Preparing 19:23:49 295fefb7f0d1: Preparing 19:23:49 3ba1fc9bd23b: Preparing 19:23:49 8118559e3ee8: Preparing 19:23:49 12f5758fa1d5: Preparing 19:23:49 aa5968d388b8: Preparing 19:23:49 12f5758fa1d5: Waiting 19:23:49 aa5968d388b8: Waiting 19:23:49 e3986e372224: Layer already exists 19:23:49 f6af7c23de3a: Layer already exists 19:23:49 3ba1fc9bd23b: Layer already exists 19:23:49 295fefb7f0d1: Layer already exists 19:23:49 8118559e3ee8: Layer already exists 19:23:49 12f5758fa1d5: Layer already exists 19:23:49 aa5968d388b8: Layer already exists 19:23:49 main: digest: sha256:617cb2ed015d66fc318dfc947bfb0a4aa6be88f8992d50826e79eac2e580773c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:23:49 ===================================================== [Pipeline] echo 19:23:49 taggedImages: 19:23:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 19:23:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.74 19:23:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 19:23:49 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 19:23:49 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:49 latest 19:23:49 3.0.0-dev.74 19:23:49 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:49 main 19:23:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:23:50 848bfe4580b9: Preparing 19:23:50 8603dce33bc3: Preparing 19:23:50 26ed235a0d35: Preparing 19:23:50 883ac8fe9df4: Preparing 19:23:50 ff9c51190d56: Preparing 19:23:50 2808d8b01953: Preparing 19:23:50 f529706e48f5: Preparing 19:23:50 aa5968d388b8: Preparing 19:23:50 2808d8b01953: Waiting 19:23:50 f529706e48f5: Waiting 19:23:50 aa5968d388b8: Waiting 19:23:50 ff9c51190d56: Pushed 19:23:50 848bfe4580b9: Pushed 19:23:50 8603dce33bc3: Pushed 19:23:50 aa5968d388b8: Layer already exists 19:23:50 2808d8b01953: Pushed 19:23:50 f529706e48f5: Pushed 19:23:51 883ac8fe9df4: Pushed 19:23:51 26ed235a0d35: Pushed 19:23:51 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:69d4de0b2209434bfd1f7c60f18ab896f76a18afda810fd83ee46957b0020a52 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 19:23:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:23:52 848bfe4580b9: Preparing 19:23:52 8603dce33bc3: Preparing 19:23:52 26ed235a0d35: Preparing 19:23:52 883ac8fe9df4: Preparing 19:23:52 ff9c51190d56: Preparing 19:23:52 2808d8b01953: Preparing 19:23:52 f529706e48f5: Preparing 19:23:52 aa5968d388b8: Preparing 19:23:52 2808d8b01953: Waiting 19:23:52 aa5968d388b8: Waiting 19:23:52 f529706e48f5: Waiting 19:23:52 26ed235a0d35: Layer already exists 19:23:52 ff9c51190d56: Layer already exists 19:23:52 8603dce33bc3: Layer already exists 19:23:52 883ac8fe9df4: Layer already exists 19:23:52 848bfe4580b9: Layer already exists 19:23:52 aa5968d388b8: Layer already exists 19:23:52 2808d8b01953: Layer already exists 19:23:52 f529706e48f5: Layer already exists 19:23:52 latest: digest: sha256:69d4de0b2209434bfd1f7c60f18ab896f76a18afda810fd83ee46957b0020a52 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.74 19:23:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:23:52 848bfe4580b9: Preparing 19:23:52 8603dce33bc3: Preparing 19:23:52 26ed235a0d35: Preparing 19:23:52 883ac8fe9df4: Preparing 19:23:52 ff9c51190d56: Preparing 19:23:52 2808d8b01953: Preparing 19:23:52 f529706e48f5: Preparing 19:23:52 aa5968d388b8: Preparing 19:23:52 2808d8b01953: Waiting 19:23:52 f529706e48f5: Waiting 19:23:52 aa5968d388b8: Waiting 19:23:52 ff9c51190d56: Layer already exists 19:23:52 8603dce33bc3: Layer already exists 19:23:52 26ed235a0d35: Layer already exists 19:23:52 848bfe4580b9: Layer already exists 19:23:52 883ac8fe9df4: Layer already exists 19:23:52 f529706e48f5: Layer already exists 19:23:52 aa5968d388b8: Layer already exists 19:23:52 2808d8b01953: Layer already exists 19:23:52 3.0.0-dev.74: digest: sha256:69d4de0b2209434bfd1f7c60f18ab896f76a18afda810fd83ee46957b0020a52 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:23:53 848bfe4580b9: Preparing 19:23:53 8603dce33bc3: Preparing 19:23:53 26ed235a0d35: Preparing 19:23:53 883ac8fe9df4: Preparing 19:23:53 ff9c51190d56: Preparing 19:23:53 2808d8b01953: Preparing 19:23:53 f529706e48f5: Preparing 19:23:53 aa5968d388b8: Preparing 19:23:53 2808d8b01953: Waiting 19:23:53 f529706e48f5: Waiting 19:23:53 883ac8fe9df4: Layer already exists 19:23:53 848bfe4580b9: Layer already exists 19:23:53 8603dce33bc3: Layer already exists 19:23:53 26ed235a0d35: Layer already exists 19:23:53 ff9c51190d56: Layer already exists 19:23:53 2808d8b01953: Layer already exists 19:23:53 aa5968d388b8: Layer already exists 19:23:53 f529706e48f5: Layer already exists 19:23:53 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:69d4de0b2209434bfd1f7c60f18ab896f76a18afda810fd83ee46957b0020a52 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 19:23:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:23:53 848bfe4580b9: Preparing 19:23:53 8603dce33bc3: Preparing 19:23:53 26ed235a0d35: Preparing 19:23:53 883ac8fe9df4: Preparing 19:23:53 ff9c51190d56: Preparing 19:23:53 2808d8b01953: Preparing 19:23:53 f529706e48f5: Preparing 19:23:53 aa5968d388b8: Preparing 19:23:53 2808d8b01953: Waiting 19:23:53 f529706e48f5: Waiting 19:23:53 aa5968d388b8: Waiting 19:23:53 ff9c51190d56: Layer already exists 19:23:53 26ed235a0d35: Layer already exists 19:23:53 848bfe4580b9: Layer already exists 19:23:53 8603dce33bc3: Layer already exists 19:23:53 883ac8fe9df4: Layer already exists 19:23:53 aa5968d388b8: Layer already exists 19:23:53 f529706e48f5: Layer already exists 19:23:53 2808d8b01953: Layer already exists 19:23:53 main: digest: sha256:69d4de0b2209434bfd1f7c60f18ab896f76a18afda810fd83ee46957b0020a52 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:23:53 ===================================================== [Pipeline] echo 19:23:53 taggedImages: 19:23:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 19:23:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.74 19:23:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 19:23:53 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 19:23:53 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:53 latest 19:23:53 3.0.0-dev.74 19:23:53 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:53 main 19:23:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:23:54 7c94e9315a5f: Preparing 19:23:54 5b9d3cffb526: Preparing 19:23:54 940e64da0f2f: Preparing 19:23:54 20a295aa03e0: Preparing 19:23:54 2687b6b1a1c9: Preparing 19:23:54 707cbd6993ca: Preparing 19:23:54 6e563b939786: Preparing 19:23:54 113d460352fe: Preparing 19:23:54 d375abc755fa: Preparing 19:23:54 aa5968d388b8: Preparing 19:23:54 707cbd6993ca: Waiting 19:23:54 6e563b939786: Waiting 19:23:54 113d460352fe: Waiting 19:23:54 d375abc755fa: Waiting 19:23:54 aa5968d388b8: Waiting 19:23:54 2687b6b1a1c9: Pushed 19:23:54 5b9d3cffb526: Pushed 19:23:54 7c94e9315a5f: Pushed 19:23:54 6e563b939786: Pushed 19:23:54 707cbd6993ca: Pushed 19:23:54 113d460352fe: Pushed 19:23:54 aa5968d388b8: Layer already exists 19:23:54 d375abc755fa: Pushed 19:23:55 20a295aa03e0: Pushed 19:23:56 940e64da0f2f: Pushed 19:23:56 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:db20536e0bf158421dd0a9241639e955c09776115d45e4a9e107cf5d6bf48643 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 19:23:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:23:56 7c94e9315a5f: Preparing 19:23:56 5b9d3cffb526: Preparing 19:23:56 940e64da0f2f: Preparing 19:23:56 20a295aa03e0: Preparing 19:23:56 2687b6b1a1c9: Preparing 19:23:56 707cbd6993ca: Preparing 19:23:56 6e563b939786: Preparing 19:23:56 113d460352fe: Preparing 19:23:56 d375abc755fa: Preparing 19:23:56 aa5968d388b8: Preparing 19:23:56 113d460352fe: Waiting 19:23:56 707cbd6993ca: Waiting 19:23:56 6e563b939786: Waiting 19:23:56 aa5968d388b8: Waiting 19:23:56 d375abc755fa: Waiting 19:23:56 7c94e9315a5f: Layer already exists 19:23:56 940e64da0f2f: Layer already exists 19:23:56 20a295aa03e0: Layer already exists 19:23:56 5b9d3cffb526: Layer already exists 19:23:56 2687b6b1a1c9: Layer already exists 19:23:56 6e563b939786: Layer already exists 19:23:56 707cbd6993ca: Layer already exists 19:23:56 113d460352fe: Layer already exists 19:23:56 d375abc755fa: Layer already exists 19:23:56 aa5968d388b8: Layer already exists 19:23:56 latest: digest: sha256:db20536e0bf158421dd0a9241639e955c09776115d45e4a9e107cf5d6bf48643 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.74 19:23:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:23:57 7c94e9315a5f: Preparing 19:23:57 5b9d3cffb526: Preparing 19:23:57 940e64da0f2f: Preparing 19:23:57 20a295aa03e0: Preparing 19:23:57 2687b6b1a1c9: Preparing 19:23:57 707cbd6993ca: Preparing 19:23:57 6e563b939786: Preparing 19:23:57 113d460352fe: Preparing 19:23:57 d375abc755fa: Preparing 19:23:57 aa5968d388b8: Preparing 19:23:57 113d460352fe: Waiting 19:23:57 d375abc755fa: Waiting 19:23:57 aa5968d388b8: Waiting 19:23:57 707cbd6993ca: Waiting 19:23:57 6e563b939786: Waiting 19:23:57 940e64da0f2f: Layer already exists 19:23:57 20a295aa03e0: Layer already exists 19:23:57 7c94e9315a5f: Layer already exists 19:23:57 2687b6b1a1c9: Layer already exists 19:23:57 5b9d3cffb526: Layer already exists 19:23:57 6e563b939786: Layer already exists 19:23:57 707cbd6993ca: Layer already exists 19:23:57 113d460352fe: Layer already exists 19:23:57 aa5968d388b8: Layer already exists 19:23:57 d375abc755fa: Layer already exists 19:23:57 3.0.0-dev.74: digest: sha256:db20536e0bf158421dd0a9241639e955c09776115d45e4a9e107cf5d6bf48643 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:23:58 7c94e9315a5f: Preparing 19:23:58 5b9d3cffb526: Preparing 19:23:58 940e64da0f2f: Preparing 19:23:58 20a295aa03e0: Preparing 19:23:58 2687b6b1a1c9: Preparing 19:23:58 707cbd6993ca: Preparing 19:23:58 6e563b939786: Preparing 19:23:58 113d460352fe: Preparing 19:23:58 d375abc755fa: Preparing 19:23:58 aa5968d388b8: Preparing 19:23:58 707cbd6993ca: Waiting 19:23:58 6e563b939786: Waiting 19:23:58 113d460352fe: Waiting 19:23:58 d375abc755fa: Waiting 19:23:58 aa5968d388b8: Waiting 19:23:58 2687b6b1a1c9: Layer already exists 19:23:58 5b9d3cffb526: Layer already exists 19:23:58 940e64da0f2f: Layer already exists 19:23:58 20a295aa03e0: Layer already exists 19:23:58 7c94e9315a5f: Layer already exists 19:23:58 707cbd6993ca: Layer already exists 19:23:58 6e563b939786: Layer already exists 19:23:58 d375abc755fa: Layer already exists 19:23:58 aa5968d388b8: Layer already exists 19:23:58 113d460352fe: Layer already exists 19:23:58 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:db20536e0bf158421dd0a9241639e955c09776115d45e4a9e107cf5d6bf48643 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 19:23:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:23:58 7c94e9315a5f: Preparing 19:23:58 5b9d3cffb526: Preparing 19:23:58 940e64da0f2f: Preparing 19:23:58 20a295aa03e0: Preparing 19:23:58 2687b6b1a1c9: Preparing 19:23:58 707cbd6993ca: Preparing 19:23:58 6e563b939786: Preparing 19:23:58 113d460352fe: Preparing 19:23:58 d375abc755fa: Preparing 19:23:58 aa5968d388b8: Preparing 19:23:58 707cbd6993ca: Waiting 19:23:58 6e563b939786: Waiting 19:23:58 113d460352fe: Waiting 19:23:58 d375abc755fa: Waiting 19:23:58 aa5968d388b8: Waiting 19:23:58 940e64da0f2f: Layer already exists 19:23:58 7c94e9315a5f: Layer already exists 19:23:58 20a295aa03e0: Layer already exists 19:23:58 5b9d3cffb526: Layer already exists 19:23:58 2687b6b1a1c9: Layer already exists 19:23:58 707cbd6993ca: Layer already exists 19:23:58 aa5968d388b8: Layer already exists 19:23:58 113d460352fe: Layer already exists 19:23:58 6e563b939786: Layer already exists 19:23:58 d375abc755fa: Layer already exists 19:23:58 main: digest: sha256:db20536e0bf158421dd0a9241639e955c09776115d45e4a9e107cf5d6bf48643 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:23:58 ===================================================== [Pipeline] echo 19:23:58 taggedImages: 19:23:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 19:23:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.74 19:23:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 19:23:58 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 19:23:58 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:58 latest 19:23:58 3.0.0-dev.74 19:23:58 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:23:58 main 19:23:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:59 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:23:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:23:59 2d5364f6369e: Preparing 19:23:59 ef733ac7c6e0: Preparing 19:23:59 8118559e3ee8: Preparing 19:23:59 4cce1124b3c1: Preparing 19:23:59 4e6476652798: Preparing 19:23:59 4e6476652798: Layer already exists 19:23:59 8118559e3ee8: Layer already exists 19:23:59 2d5364f6369e: Pushed 19:23:59 4cce1124b3c1: Pushed 19:24:01 ef733ac7c6e0: Pushed 19:24:01 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:1a25e540a98912c85c09e3be84d43b12e51816f212f8d55fcefa27b70a0bc6aa size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:02 + 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 19:24:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 19:24:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:24:02 2d5364f6369e: Preparing 19:24:02 ef733ac7c6e0: Preparing 19:24:02 8118559e3ee8: Preparing 19:24:02 4cce1124b3c1: Preparing 19:24:02 4e6476652798: Preparing 19:24:02 8118559e3ee8: Layer already exists 19:24:02 4cce1124b3c1: Layer already exists 19:24:02 ef733ac7c6e0: Layer already exists 19:24:02 2d5364f6369e: Layer already exists 19:24:02 4e6476652798: Layer already exists 19:24:02 latest: digest: sha256:1a25e540a98912c85c09e3be84d43b12e51816f212f8d55fcefa27b70a0bc6aa size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.74 19:24:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:24:03 2d5364f6369e: Preparing 19:24:03 ef733ac7c6e0: Preparing 19:24:03 8118559e3ee8: Preparing 19:24:03 4cce1124b3c1: Preparing 19:24:03 4e6476652798: Preparing 19:24:03 2d5364f6369e: Layer already exists 19:24:03 4e6476652798: Layer already exists 19:24:03 4cce1124b3c1: Layer already exists 19:24:03 8118559e3ee8: Layer already exists 19:24:03 ef733ac7c6e0: Layer already exists 19:24:03 3.0.0-dev.74: digest: sha256:1a25e540a98912c85c09e3be84d43b12e51816f212f8d55fcefa27b70a0bc6aa size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:03 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:24:03 2d5364f6369e: Preparing 19:24:03 ef733ac7c6e0: Preparing 19:24:03 8118559e3ee8: Preparing 19:24:03 4cce1124b3c1: Preparing 19:24:03 4e6476652798: Preparing 19:24:03 8118559e3ee8: Layer already exists 19:24:03 4cce1124b3c1: Layer already exists 19:24:03 ef733ac7c6e0: Layer already exists 19:24:03 4e6476652798: Layer already exists 19:24:03 2d5364f6369e: Layer already exists 19:24:03 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:1a25e540a98912c85c09e3be84d43b12e51816f212f8d55fcefa27b70a0bc6aa size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:04 + 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 19:24:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 19:24:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:24:04 2d5364f6369e: Preparing 19:24:04 ef733ac7c6e0: Preparing 19:24:04 8118559e3ee8: Preparing 19:24:04 4cce1124b3c1: Preparing 19:24:04 4e6476652798: Preparing 19:24:04 8118559e3ee8: Layer already exists 19:24:04 ef733ac7c6e0: Layer already exists 19:24:04 4cce1124b3c1: Layer already exists 19:24:04 4e6476652798: Layer already exists 19:24:04 2d5364f6369e: Layer already exists 19:24:04 main: digest: sha256:1a25e540a98912c85c09e3be84d43b12e51816f212f8d55fcefa27b70a0bc6aa size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:24:04 ===================================================== [Pipeline] echo 19:24:04 taggedImages: 19:24:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 19:24:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.74 19:24:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 19:24:04 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 19:24:04 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:04 latest 19:24:04 3.0.0-dev.74 19:24:04 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:04 main 19:24:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:24:05 73284357b13e: Preparing 19:24:05 08830bb91a41: Preparing 19:24:05 a23858360530: Preparing 19:24:05 0cad600a8541: Preparing 19:24:05 78862d8ea468: Preparing 19:24:05 3a4469c921e3: Preparing 19:24:05 4e6476652798: Preparing 19:24:05 3a4469c921e3: Waiting 19:24:05 4e6476652798: Waiting 19:24:05 08830bb91a41: Pushed 19:24:05 73284357b13e: Pushed 19:24:05 a23858360530: Pushed 19:24:05 4e6476652798: Layer already exists 19:24:05 3a4469c921e3: Pushed 19:24:08 78862d8ea468: Pushed 19:24:12 0cad600a8541: Pushed 19:24:12 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:a4b81f5e9970ce3319f52c6856b66035095d730ec69ef2b74f3ad332527d502b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 19:24:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:24:12 73284357b13e: Preparing 19:24:12 08830bb91a41: Preparing 19:24:12 a23858360530: Preparing 19:24:12 0cad600a8541: Preparing 19:24:12 78862d8ea468: Preparing 19:24:12 3a4469c921e3: Preparing 19:24:12 4e6476652798: Preparing 19:24:12 4e6476652798: Waiting 19:24:12 0cad600a8541: Layer already exists 19:24:12 73284357b13e: Layer already exists 19:24:12 78862d8ea468: Layer already exists 19:24:12 a23858360530: Layer already exists 19:24:12 08830bb91a41: Layer already exists 19:24:12 3a4469c921e3: Layer already exists 19:24:12 4e6476652798: Layer already exists 19:24:12 latest: digest: sha256:a4b81f5e9970ce3319f52c6856b66035095d730ec69ef2b74f3ad332527d502b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.74 19:24:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:24:13 73284357b13e: Preparing 19:24:13 08830bb91a41: Preparing 19:24:13 a23858360530: Preparing 19:24:13 0cad600a8541: Preparing 19:24:13 78862d8ea468: Preparing 19:24:13 3a4469c921e3: Preparing 19:24:13 4e6476652798: Preparing 19:24:13 3a4469c921e3: Waiting 19:24:13 4e6476652798: Waiting 19:24:13 a23858360530: Layer already exists 19:24:13 78862d8ea468: Layer already exists 19:24:13 08830bb91a41: Layer already exists 19:24:13 73284357b13e: Layer already exists 19:24:13 0cad600a8541: Layer already exists 19:24:13 3a4469c921e3: Layer already exists 19:24:13 4e6476652798: Layer already exists 19:24:13 3.0.0-dev.74: digest: sha256:a4b81f5e9970ce3319f52c6856b66035095d730ec69ef2b74f3ad332527d502b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:24:14 73284357b13e: Preparing 19:24:14 08830bb91a41: Preparing 19:24:14 a23858360530: Preparing 19:24:14 0cad600a8541: Preparing 19:24:14 78862d8ea468: Preparing 19:24:14 3a4469c921e3: Preparing 19:24:14 4e6476652798: Preparing 19:24:14 3a4469c921e3: Waiting 19:24:14 4e6476652798: Waiting 19:24:14 0cad600a8541: Layer already exists 19:24:14 73284357b13e: Layer already exists 19:24:14 78862d8ea468: Layer already exists 19:24:14 08830bb91a41: Layer already exists 19:24:14 a23858360530: Layer already exists 19:24:14 4e6476652798: Layer already exists 19:24:14 3a4469c921e3: Layer already exists 19:24:14 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:a4b81f5e9970ce3319f52c6856b66035095d730ec69ef2b74f3ad332527d502b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:14 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 19:24:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:24:14 73284357b13e: Preparing 19:24:14 08830bb91a41: Preparing 19:24:14 a23858360530: Preparing 19:24:14 0cad600a8541: Preparing 19:24:14 78862d8ea468: Preparing 19:24:14 3a4469c921e3: Preparing 19:24:14 4e6476652798: Preparing 19:24:14 3a4469c921e3: Waiting 19:24:14 4e6476652798: Waiting 19:24:14 08830bb91a41: Layer already exists 19:24:14 78862d8ea468: Layer already exists 19:24:14 0cad600a8541: Layer already exists 19:24:14 73284357b13e: Layer already exists 19:24:14 a23858360530: Layer already exists 19:24:14 3a4469c921e3: Layer already exists 19:24:14 4e6476652798: Layer already exists 19:24:14 main: digest: sha256:a4b81f5e9970ce3319f52c6856b66035095d730ec69ef2b74f3ad332527d502b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:24:14 ===================================================== [Pipeline] echo 19:24:14 taggedImages: 19:24:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 19:24:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.74 19:24:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 19:24:14 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 19:24:14 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:14 latest 19:24:14 3.0.0-dev.74 19:24:14 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:14 main 19:24:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:24:15 9c6d882aa58d: Preparing 19:24:15 fb4c73a3cbaa: Preparing 19:24:15 a5a7dd6adbb5: Preparing 19:24:15 b159c78be5e2: Preparing 19:24:15 9c27a1dbf7b0: Preparing 19:24:15 4e6476652798: Preparing 19:24:15 4e6476652798: Waiting 19:24:15 a5a7dd6adbb5: Pushed 19:24:15 fb4c73a3cbaa: Pushed 19:24:15 9c6d882aa58d: Pushed 19:24:15 4e6476652798: Layer already exists 19:24:15 9c27a1dbf7b0: Pushed 19:24:22 b159c78be5e2: Pushed 19:24:22 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:e9aaca50851cc7f3aa0641f131fc3f0bc52cb3769fd555a20f130c9870e37fc2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:22 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 19:24:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:24:23 9c6d882aa58d: Preparing 19:24:23 fb4c73a3cbaa: Preparing 19:24:23 a5a7dd6adbb5: Preparing 19:24:23 b159c78be5e2: Preparing 19:24:23 9c27a1dbf7b0: Preparing 19:24:23 4e6476652798: Preparing 19:24:23 4e6476652798: Waiting 19:24:23 9c27a1dbf7b0: Layer already exists 19:24:23 9c6d882aa58d: Layer already exists 19:24:23 b159c78be5e2: Layer already exists 19:24:23 fb4c73a3cbaa: Layer already exists 19:24:23 a5a7dd6adbb5: Layer already exists 19:24:23 4e6476652798: Layer already exists 19:24:23 latest: digest: sha256:e9aaca50851cc7f3aa0641f131fc3f0bc52cb3769fd555a20f130c9870e37fc2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.74 19:24:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:24:23 9c6d882aa58d: Preparing 19:24:23 fb4c73a3cbaa: Preparing 19:24:23 a5a7dd6adbb5: Preparing 19:24:23 b159c78be5e2: Preparing 19:24:23 9c27a1dbf7b0: Preparing 19:24:23 4e6476652798: Preparing 19:24:23 4e6476652798: Waiting 19:24:23 9c6d882aa58d: Layer already exists 19:24:23 9c27a1dbf7b0: Layer already exists 19:24:23 fb4c73a3cbaa: Layer already exists 19:24:23 a5a7dd6adbb5: Layer already exists 19:24:23 b159c78be5e2: Layer already exists 19:24:23 4e6476652798: Layer already exists 19:24:23 3.0.0-dev.74: digest: sha256:e9aaca50851cc7f3aa0641f131fc3f0bc52cb3769fd555a20f130c9870e37fc2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:24:24 9c6d882aa58d: Preparing 19:24:24 fb4c73a3cbaa: Preparing 19:24:24 a5a7dd6adbb5: Preparing 19:24:24 b159c78be5e2: Preparing 19:24:24 9c27a1dbf7b0: Preparing 19:24:24 4e6476652798: Preparing 19:24:24 4e6476652798: Waiting 19:24:24 b159c78be5e2: Layer already exists 19:24:24 fb4c73a3cbaa: Layer already exists 19:24:24 9c27a1dbf7b0: Layer already exists 19:24:24 a5a7dd6adbb5: Layer already exists 19:24:24 9c6d882aa58d: Layer already exists 19:24:24 4e6476652798: Layer already exists 19:24:24 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:e9aaca50851cc7f3aa0641f131fc3f0bc52cb3769fd555a20f130c9870e37fc2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 19:24:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:24:24 9c6d882aa58d: Preparing 19:24:24 fb4c73a3cbaa: Preparing 19:24:24 a5a7dd6adbb5: Preparing 19:24:24 b159c78be5e2: Preparing 19:24:24 9c27a1dbf7b0: Preparing 19:24:24 4e6476652798: Preparing 19:24:24 4e6476652798: Waiting 19:24:24 fb4c73a3cbaa: Layer already exists 19:24:24 b159c78be5e2: Layer already exists 19:24:24 a5a7dd6adbb5: Layer already exists 19:24:24 9c6d882aa58d: Layer already exists 19:24:24 9c27a1dbf7b0: Layer already exists 19:24:24 4e6476652798: Layer already exists 19:24:24 main: digest: sha256:e9aaca50851cc7f3aa0641f131fc3f0bc52cb3769fd555a20f130c9870e37fc2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:24:24 ===================================================== [Pipeline] echo 19:24:24 taggedImages: 19:24:24 - nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:24 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 19:24:24 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.74 19:24:24 - nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:24 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 19:24:24 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 19:24:24 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:24 latest 19:24:24 3.0.0-dev.74 19:24:24 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:24 main 19:24:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:25 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:24:25 f9fdfed6a911: Preparing 19:24:25 9a92821168f2: Preparing 19:24:25 753cb2e3ad71: Preparing 19:24:25 b159c78be5e2: Preparing 19:24:25 3a4469c921e3: Preparing 19:24:25 4e6476652798: Preparing 19:24:25 4e6476652798: Waiting 19:24:25 3a4469c921e3: Layer already exists 19:24:25 b159c78be5e2: Layer already exists 19:24:25 4e6476652798: Layer already exists 19:24:25 753cb2e3ad71: Pushed 19:24:25 f9fdfed6a911: Pushed 19:24:25 9a92821168f2: Pushed 19:24:25 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:4c10fab0b7d538931dfb85412dbaf40578b03c73b7f841775ef470d334052607 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:26 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 19:24:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:24:26 f9fdfed6a911: Preparing 19:24:26 9a92821168f2: Preparing 19:24:26 753cb2e3ad71: Preparing 19:24:26 b159c78be5e2: Preparing 19:24:26 3a4469c921e3: Preparing 19:24:26 4e6476652798: Preparing 19:24:26 4e6476652798: Waiting 19:24:26 f9fdfed6a911: Layer already exists 19:24:26 9a92821168f2: Layer already exists 19:24:26 3a4469c921e3: Layer already exists 19:24:26 753cb2e3ad71: Layer already exists 19:24:26 b159c78be5e2: Layer already exists 19:24:26 4e6476652798: Layer already exists 19:24:26 latest: digest: sha256:4c10fab0b7d538931dfb85412dbaf40578b03c73b7f841775ef470d334052607 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:26 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.74 19:24:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:24:27 f9fdfed6a911: Preparing 19:24:27 9a92821168f2: Preparing 19:24:27 753cb2e3ad71: Preparing 19:24:27 b159c78be5e2: Preparing 19:24:27 3a4469c921e3: Preparing 19:24:27 4e6476652798: Preparing 19:24:27 4e6476652798: Waiting 19:24:27 f9fdfed6a911: Layer already exists 19:24:27 9a92821168f2: Layer already exists 19:24:27 753cb2e3ad71: Layer already exists 19:24:27 3a4469c921e3: Layer already exists 19:24:27 b159c78be5e2: Layer already exists 19:24:27 4e6476652798: Layer already exists 19:24:27 3.0.0-dev.74: digest: sha256:4c10fab0b7d538931dfb85412dbaf40578b03c73b7f841775ef470d334052607 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:27 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:24:27 f9fdfed6a911: Preparing 19:24:27 9a92821168f2: Preparing 19:24:27 753cb2e3ad71: Preparing 19:24:27 b159c78be5e2: Preparing 19:24:27 3a4469c921e3: Preparing 19:24:27 4e6476652798: Preparing 19:24:27 4e6476652798: Waiting 19:24:27 b159c78be5e2: Layer already exists 19:24:27 753cb2e3ad71: Layer already exists 19:24:27 f9fdfed6a911: Layer already exists 19:24:27 9a92821168f2: Layer already exists 19:24:27 3a4469c921e3: Layer already exists 19:24:27 4e6476652798: Layer already exists 19:24:27 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:4c10fab0b7d538931dfb85412dbaf40578b03c73b7f841775ef470d334052607 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 19:24:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:24:28 f9fdfed6a911: Preparing 19:24:28 9a92821168f2: Preparing 19:24:28 753cb2e3ad71: Preparing 19:24:28 b159c78be5e2: Preparing 19:24:28 3a4469c921e3: Preparing 19:24:28 4e6476652798: Preparing 19:24:28 4e6476652798: Waiting 19:24:28 9a92821168f2: Layer already exists 19:24:28 b159c78be5e2: Layer already exists 19:24:28 3a4469c921e3: Layer already exists 19:24:28 753cb2e3ad71: Layer already exists 19:24:28 f9fdfed6a911: Layer already exists 19:24:28 4e6476652798: Layer already exists 19:24:28 main: digest: sha256:4c10fab0b7d538931dfb85412dbaf40578b03c73b7f841775ef470d334052607 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:24:28 ===================================================== [Pipeline] echo 19:24:28 taggedImages: 19:24:28 - nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:28 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 19:24:28 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.74 19:24:28 - nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:28 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 19:24:28 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 19:24:28 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:28 latest 19:24:28 3.0.0-dev.74 19:24:28 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:28 main 19:24:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:28 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:24:29 754f1f19a2b4: Preparing 19:24:29 6a0f2d0b8294: Preparing 19:24:29 8118559e3ee8: Preparing 19:24:29 ac093934d967: Preparing 19:24:29 aa5968d388b8: Preparing 19:24:29 8118559e3ee8: Layer already exists 19:24:29 aa5968d388b8: Layer already exists 19:24:29 754f1f19a2b4: Pushed 19:24:29 ac093934d967: Pushed 19:24:31 6a0f2d0b8294: Pushed 19:24:31 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:0cd0193b610934522fc8370b4ca7d9d7b11d570897be784c09648d866fcfab75 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:31 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 19:24:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:24:32 754f1f19a2b4: Preparing 19:24:32 6a0f2d0b8294: Preparing 19:24:32 8118559e3ee8: Preparing 19:24:32 ac093934d967: Preparing 19:24:32 aa5968d388b8: Preparing 19:24:32 754f1f19a2b4: Layer already exists 19:24:32 8118559e3ee8: Layer already exists 19:24:32 6a0f2d0b8294: Layer already exists 19:24:32 ac093934d967: Layer already exists 19:24:32 aa5968d388b8: Layer already exists 19:24:32 latest: digest: sha256:0cd0193b610934522fc8370b4ca7d9d7b11d570897be784c09648d866fcfab75 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:32 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.74 19:24:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:24:32 754f1f19a2b4: Preparing 19:24:32 6a0f2d0b8294: Preparing 19:24:32 8118559e3ee8: Preparing 19:24:32 ac093934d967: Preparing 19:24:32 aa5968d388b8: Preparing 19:24:32 6a0f2d0b8294: Layer already exists 19:24:32 754f1f19a2b4: Layer already exists 19:24:32 aa5968d388b8: Layer already exists 19:24:32 ac093934d967: Layer already exists 19:24:32 8118559e3ee8: Layer already exists 19:24:32 3.0.0-dev.74: digest: sha256:0cd0193b610934522fc8370b4ca7d9d7b11d570897be784c09648d866fcfab75 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:33 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:24:33 754f1f19a2b4: Preparing 19:24:33 6a0f2d0b8294: Preparing 19:24:33 8118559e3ee8: Preparing 19:24:33 ac093934d967: Preparing 19:24:33 aa5968d388b8: Preparing 19:24:33 8118559e3ee8: Layer already exists 19:24:33 ac093934d967: Layer already exists 19:24:33 aa5968d388b8: Layer already exists 19:24:33 6a0f2d0b8294: Layer already exists 19:24:33 754f1f19a2b4: Layer already exists 19:24:33 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:0cd0193b610934522fc8370b4ca7d9d7b11d570897be784c09648d866fcfab75 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:33 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 19:24:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:24:34 754f1f19a2b4: Preparing 19:24:34 6a0f2d0b8294: Preparing 19:24:34 8118559e3ee8: Preparing 19:24:34 ac093934d967: Preparing 19:24:34 aa5968d388b8: Preparing 19:24:34 6a0f2d0b8294: Layer already exists 19:24:34 8118559e3ee8: Layer already exists 19:24:34 754f1f19a2b4: Layer already exists 19:24:34 aa5968d388b8: Layer already exists 19:24:34 ac093934d967: Layer already exists 19:24:34 main: digest: sha256:0cd0193b610934522fc8370b4ca7d9d7b11d570897be784c09648d866fcfab75 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:24:34 ===================================================== [Pipeline] echo 19:24:34 taggedImages: 19:24:34 - nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:34 - nexus3.edgexfoundry.org:10004/support-notifications:latest 19:24:34 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.74 19:24:34 - nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:34 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 19:24:34 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 19:24:34 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:34 latest 19:24:34 3.0.0-dev.74 19:24:34 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:34 main 19:24:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:34 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:24:34 c2a1300895c4: Preparing 19:24:34 f83fa971608a: Preparing 19:24:34 8118559e3ee8: Preparing 19:24:34 12f5758fa1d5: Preparing 19:24:34 aa5968d388b8: Preparing 19:24:34 8118559e3ee8: Layer already exists 19:24:34 12f5758fa1d5: Layer already exists 19:24:34 aa5968d388b8: Layer already exists 19:24:34 c2a1300895c4: Pushed 19:24:37 f83fa971608a: Pushed 19:24:37 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:f7348ca0616d6db4e4b5bf10db9ed1bec8ebf26dc2d29ff85b9df6b6979eed27 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:37 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 19:24:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:24:38 c2a1300895c4: Preparing 19:24:38 f83fa971608a: Preparing 19:24:38 8118559e3ee8: Preparing 19:24:38 12f5758fa1d5: Preparing 19:24:38 aa5968d388b8: Preparing 19:24:38 aa5968d388b8: Layer already exists 19:24:38 12f5758fa1d5: Layer already exists 19:24:38 f83fa971608a: Layer already exists 19:24:38 8118559e3ee8: Layer already exists 19:24:38 c2a1300895c4: Layer already exists 19:24:38 latest: digest: sha256:f7348ca0616d6db4e4b5bf10db9ed1bec8ebf26dc2d29ff85b9df6b6979eed27 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:38 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.74 19:24:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:24:38 c2a1300895c4: Preparing 19:24:38 f83fa971608a: Preparing 19:24:38 8118559e3ee8: Preparing 19:24:38 12f5758fa1d5: Preparing 19:24:38 aa5968d388b8: Preparing 19:24:38 8118559e3ee8: Layer already exists 19:24:38 f83fa971608a: Layer already exists 19:24:38 12f5758fa1d5: Layer already exists 19:24:38 c2a1300895c4: Layer already exists 19:24:38 aa5968d388b8: Layer already exists 19:24:38 3.0.0-dev.74: digest: sha256:f7348ca0616d6db4e4b5bf10db9ed1bec8ebf26dc2d29ff85b9df6b6979eed27 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:39 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:24:39 c2a1300895c4: Preparing 19:24:39 f83fa971608a: Preparing 19:24:39 8118559e3ee8: Preparing 19:24:39 12f5758fa1d5: Preparing 19:24:39 aa5968d388b8: Preparing 19:24:39 8118559e3ee8: Layer already exists 19:24:39 aa5968d388b8: Layer already exists 19:24:39 f83fa971608a: Layer already exists 19:24:39 12f5758fa1d5: Layer already exists 19:24:39 c2a1300895c4: Layer already exists 19:24:39 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:f7348ca0616d6db4e4b5bf10db9ed1bec8ebf26dc2d29ff85b9df6b6979eed27 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:39 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 19:24:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:24:39 c2a1300895c4: Preparing 19:24:39 f83fa971608a: Preparing 19:24:39 8118559e3ee8: Preparing 19:24:39 12f5758fa1d5: Preparing 19:24:39 aa5968d388b8: Preparing 19:24:39 12f5758fa1d5: Layer already exists 19:24:39 aa5968d388b8: Layer already exists 19:24:39 f83fa971608a: Layer already exists 19:24:39 c2a1300895c4: Layer already exists 19:24:39 8118559e3ee8: Layer already exists 19:24:39 main: digest: sha256:f7348ca0616d6db4e4b5bf10db9ed1bec8ebf26dc2d29ff85b9df6b6979eed27 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:24:40 ===================================================== [Pipeline] echo 19:24:40 taggedImages: 19:24:40 - nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:24:40 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 19:24:40 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.74 19:24:40 - nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:24:40 - 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] } 19:28:03 Removing intermediate container 3257ad518e7d 19:28:03 ---> 29c9ccab18b9 19:28:03 19:28:03 Step 10/22 : FROM alpine:3.16 19:28:03 3.16: Pulling from library/alpine 19:28:03 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 19:28:03 Status: Downloaded newer image for alpine:3.16 19:28:03 ---> 4c81e5bf8899 19:28:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 19:28:03 ---> Running in 6280ff26486e 19:28:03 Removing intermediate container 6280ff26486e 19:28:03 ---> 597de7dd1af4 19:28:03 Step 12/22 : RUN apk add --update --no-cache dumb-init 19:28:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:28:03 ---> Running in bb7c1e146e24 19:28:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:28:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:28:03 (1/1) Installing dumb-init (1.2.5-r1) 19:28:03 Executing busybox-1.35.0-r17.trigger 19:28:03 OK: 5 MiB in 15 packages 19:28:04 Removing intermediate container bb7c1e146e24 19:28:04 ---> 2ca535f91cb1 19:28:04 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:05 ---> e46f72c08d73 19:28:05 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:28:07 ---> 69607e86eba6 19:28:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 19:28:07 ---> 08d9bd685132 19:28:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:28:08 ---> 6fbe75512ec0 19:28:08 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:28:08 ---> Running in eb420bebae3a 19:28:15 Removing intermediate container eb420bebae3a 19:28:15 ---> 47cbbcfec991 19:28:15 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 19:28:15 ---> Running in 49cc71e72cd7 19:28:15 Removing intermediate container 49cc71e72cd7 19:28:15 ---> 736808465fd5 19:28:15 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 19:28:15 ---> Running in 0854808334d4 19:28:15 Removing intermediate container 0854808334d4 19:28:15 ---> 11e7f1dbc1e7 19:28:15 Step 20/22 : LABEL arch=arm64 19:28:15 ---> Running in cfeb7fa81cc3 19:28:16 Removing intermediate container cfeb7fa81cc3 19:28:16 ---> 5c84f806acf5 19:28:16 Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:28:16 ---> Running in e7f221ff5ddd 19:28:17 Removing intermediate container e7f221ff5ddd 19:28:17 ---> 141b8fa168e5 19:28:17 Step 22/22 : LABEL version=3.0.0-dev.74 19:28:17 ---> Running in 84ed049c6f25 19:28:18 Removing intermediate container 84ed049c6f25 19:28:18 ---> 3df066943c51 19:28:18 19:28:18 Successfully built 3df066943c51 19:28:18 Successfully tagged security-proxy-auth-arm64:latest 19:28:18 Building security-bootstrapper 19:28:24  Building security-proxy-auth ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:28:24 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:28:24 ---> e4b13064ba74 19:28:24 Step 3/32 : WORKDIR /edgex-go 19:28:24 ---> Using cache 19:28:24 ---> a40e9fb6faa9 19:28:24 Step 4/32 : RUN apk add --update --no-cache make git 19:28:24 ---> Running in 5488ca0d4d09 19:28:24 Removing intermediate container c4eb46c4d230 19:28:24 ---> 78a88fdce715 19:28:24 19:28:24 Step 9/24 : FROM alpine:3.16 19:28:24 ---> 4c81e5bf8899 19:28:24 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:28:25 ---> Running in 8665db0cd0b3 19:28:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:28:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:28:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:28:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:28:28 OK: 221 MiB in 51 packages 19:28:28 (1/3) Installing ca-certificates (20220614-r0) 19:28:28 (2/3) Installing dumb-init (1.2.5-r1) 19:28:28 (3/3) Installing su-exec (0.2-r1) 19:28:28 Executing busybox-1.35.0-r17.trigger 19:28:29 Executing ca-certificates-20220614-r0.trigger 19:28:29 OK: 6 MiB in 17 packages 19:28:30 Removing intermediate container 5488ca0d4d09 19:28:30 ---> 875bafee7354 19:28:30 Step 5/32 : COPY go.mod vendor* ./ 19:28:31 ---> 2fd88dab1b95 19:28:31 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:28:31 ---> Running in e31e0b4ab905 19:28:32 Removing intermediate container 8665db0cd0b3 19:28:32 ---> df4607d1de70 19:28:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:28:32 ---> Running in 47f6926ef638 19:28:33 Removing intermediate container 47f6926ef638 19:28:33 ---> dd9495dbb268 19:28:33 Step 12/24 : WORKDIR / 19:28:33 ---> Running in 12dbbf0b0e6f 19:28:33 Removing intermediate container 12dbbf0b0e6f 19:28:33 ---> 72f4b28b4e4f 19:28:33 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:28:34 ---> 1ffe8026c5e9 19:28:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:28:35 ---> 7891956aa09b 19:28:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:28:36 ---> 79d0f3779b6c 19:28:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:28:37 ---> b107ef0f3ff8 19:28:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:28:39 ---> dfbe3c79f5e0 19:28:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:28:42 ---> 0e7fba018bce 19:28:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:28:43 ---> 81a15cbfc5d5 19:28:43 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:28:43 ---> Running in 193f4b6f76a5 19:28:48 Removing intermediate container 193f4b6f76a5 19:28:48 ---> 5a8f0926ad5b 19:28:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:28:48 ---> Running in 80a2c1a05b1f 19:28:48 Removing intermediate container 80a2c1a05b1f 19:28:48 ---> 80f85b66d6ed 19:28:48 Step 22/24 : LABEL arch=arm64 19:28:48 ---> Running in 583b61ac0d91 19:28:49 Removing intermediate container 583b61ac0d91 19:28:49 ---> b48797a129e9 19:28:49 Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:28:49 ---> Running in 696acf7aff5f 19:28:50 Removing intermediate container 696acf7aff5f 19:28:50 ---> bfb6d65b23bf 19:28:50 Step 24/24 : LABEL version=3.0.0-dev.74 19:28:50 ---> Running in 3f67adb99bc0 19:28:50 Removing intermediate container b3546eb7f8dc 19:28:50 ---> 50a589f57e3c 19:28:50 19:28:50 Step 10/23 : FROM alpine:3.16 19:28:50 ---> 4c81e5bf8899 19:28:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:28:51 ---> Running in 7ae691cf64de 19:28:51 Removing intermediate container 3f67adb99bc0 19:28:51 ---> 243a48f1c65e 19:28:51 19:28:51 Successfully built 243a48f1c65e 19:28:51 Successfully tagged security-secretstore-setup-arm64:latest 19:28:51  Building security-secretstore-setup ... done Building security-spire-config 19:28:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:28:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:28:54 (1/1) Installing dumb-init (1.2.5-r1) 19:28:54 Executing busybox-1.35.0-r17.trigger 19:28:54 OK: 5 MiB in 15 packages 19:28:56 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:28:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:28:56 ---> e4b13064ba74 19:28:56 Step 3/24 : WORKDIR /edgex-go 19:28:56 ---> Using cache 19:28:56 ---> a40e9fb6faa9 19:28:56 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:28:56 ---> Running in d34e133fdcc0 19:28:57 Removing intermediate container 7ae691cf64de 19:28:57 ---> 6c7a1026d265 19:28:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:28:57 ---> Running in 197d02c6a417 19:28:58 Removing intermediate container 197d02c6a417 19:28:58 ---> 0d539de58698 19:28:58 Step 13/23 : ENV APP_PORT=59882 19:28:58 ---> Running in db89cf252d68 19:28:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:28:58 Removing intermediate container db89cf252d68 19:28:58 ---> d72f26005282 19:28:59 Step 14/23 : EXPOSE $APP_PORT 19:28:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:28:59 ---> Running in 82cbef134cdf 19:28:59 Removing intermediate container 82cbef134cdf 19:28:59 ---> b9e3342b030b 19:28:59 Step 15/23 : WORKDIR / 19:28:59 ---> Running in 25a620337e52 19:29:00 Removing intermediate container 25a620337e52 19:29:00 ---> a974d4c92cb4 19:29:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:29:00 OK: 221 MiB in 51 packages 19:29:01 ---> 4380c59f4bb9 19:29:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:29:02 Removing intermediate container d34e133fdcc0 19:29:02 ---> 885fdaa774f4 19:29:02 Step 5/24 : COPY go.mod vendor* ./ 19:29:03 ---> f4e1cb57e464 19:29:03 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:29:03 ---> Running in a1666711c311 19:29:04 ---> ff146d732d6b 19:29:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:29:05 ---> d8fa8f21cb70 19:29:05 Step 19/23 : ENTRYPOINT ["/core-command"] 19:29:05 ---> Running in 0fdd70a15db3 19:29:06 Removing intermediate container 0fdd70a15db3 19:29:06 ---> e3691fbacb8a 19:29:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:29:06 ---> Running in 8210fa6730ba 19:29:07 Removing intermediate container 8210fa6730ba 19:29:07 ---> d467b2a7b672 19:29:07 Step 21/23 : LABEL arch=arm64 19:29:07 ---> Running in d89e7d0d1fd9 19:29:07 Removing intermediate container d89e7d0d1fd9 19:29:07 ---> d8527553155e 19:29:07 Step 22/23 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:29:08 ---> Running in 9bf506157e33 19:29:10 Removing intermediate container 9bf506157e33 19:29:10 ---> 7db467e9548d 19:29:10 Step 23/23 : LABEL version=3.0.0-dev.74 19:29:10 ---> Running in 1abb16291f4e 19:29:10 Removing intermediate container 1abb16291f4e 19:29:10 ---> a4c7f8e0f78d 19:29:10 19:29:10 Successfully built a4c7f8e0f78d 19:29:10 Successfully tagged core-command-arm64:latest 19:29:10  Building core-command ... done Building core-data 19:29:14 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:29:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:29:14 ---> e4b13064ba74 19:29:14 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:29:14 ---> Using cache 19:29:14 ---> 047bad65557e 19:29:14 Step 4/22 : WORKDIR /edgex-go 19:29:14 ---> Using cache 19:29:14 ---> 8d2860bd9624 19:29:14 Step 5/22 : RUN apk add --update --no-cache make git 19:29:14 ---> Using cache 19:29:14 ---> da909da0b068 19:29:14 Step 6/22 : COPY go.mod vendor* ./ 19:29:14 ---> Using cache 19:29:14 ---> dde11dcd85de 19:29:14 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:29:14 ---> Using cache 19:29:14 ---> ff37fcebaa41 19:29:14 Step 8/22 : COPY . . 19:29:14 ---> Using cache 19:29:14 ---> e7ff708ee0bb 19:29:14 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:29:14 ---> Running in 4a6072a21706 19:29:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:30:03 Removing intermediate container e31e0b4ab905 19:30:03 ---> 8a18a9287ba6 19:30:03 Step 7/32 : COPY . . 19:30:07 ---> 1768af62972b 19:30:07 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:30:07 ---> Running in 181efb9147d8 19:30:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:30:31 Removing intermediate container 9ed99b0e1d65 19:30:31 ---> 6d2e27ae4e90 19:30:31 19:30:31 Step 9/19 : FROM alpine:3.15 19:30:31 3.15: Pulling from library/alpine 19:30:33 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 19:30:33 Status: Downloaded newer image for alpine:3.15 19:30:33 ---> 354640af7b1b 19:30:33 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:30:34 ---> Running in a25a9f57ce5c 19:30:35 Removing intermediate container a25a9f57ce5c 19:30:35 ---> ad7d514b7297 19:30:35 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:30:35 ---> Running in c7de9268addb 19:30:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:30:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:30:40 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:30:40 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:30:40 OK: 15734 distinct packages available 19:30:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:30:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:30:42 (1/9) Installing ca-certificates (20220614-r0) 19:30:42 (2/9) Installing brotli-libs (1.0.9-r5) 19:30:42 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:30:42 (4/9) Installing libcurl (7.80.0-r6) 19:30:42 (5/9) Installing curl (7.80.0-r6) 19:30:42 (6/9) Installing dumb-init (1.2.5-r1) 19:30:42 (7/9) Installing musl-obstack (1.2.3-r0) 19:30:42 (8/9) Installing libucontext (1.1-r0) 19:30:42 (9/9) Installing gcompat (1.0.0-r4) 19:30:42 Executing busybox-1.34.1-r7.trigger 19:30:42 Executing ca-certificates-20220614-r0.trigger 19:30:42 OK: 8 MiB in 23 packages 19:30:45 Removing intermediate container c7de9268addb 19:30:45 ---> f61fc3b68cda 19:30:45 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:46 ---> be2f38fa10db 19:30:46 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:30:48 Removing intermediate container a1666711c311 19:30:48 ---> ed306834fc54 19:30:48 Step 7/24 : COPY . . 19:30:48 ---> 01a2c42b4814 19:30:48 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:30:50 ---> 01c47566312d 19:30:50 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:30:50 ---> Running in f696d590a9cc 19:30:51 Removing intermediate container f696d590a9cc 19:30:51 ---> f215b83a8713 19:30:51 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:30:51 ---> Running in 0490a09fde3e 19:30:51 Removing intermediate container 0490a09fde3e 19:30:51 ---> 9826f18d953f 19:30:51 Step 17/19 : LABEL arch=arm64 19:30:52 ---> Running in 73a8280510bd 19:30:52 ---> 288022ebd664 19:30:52 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:30:52 ---> Running in 63ac9f7dae8a 19:30:53 Removing intermediate container 73a8280510bd 19:30:53 ---> eb9ae3fb4ffd 19:30:53 Step 18/19 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:30:53 ---> Running in fdb675a1cc5f 19:30:53 Removing intermediate container 63ac9f7dae8a 19:30:53 ---> fc6b5803660b 19:30:53 Step 9/24 : WORKDIR /edgex-go/spire-build 19:30:53 ---> Running in 9d678acaf27b 19:30:53 Removing intermediate container fdb675a1cc5f 19:30:53 ---> 836943a0171e 19:30:53 Step 19/19 : LABEL version=3.0.0-dev.74 19:30:54 ---> Running in 5f26cbd25501 19:30:54 Removing intermediate container 9d678acaf27b 19:30:54 ---> f75c0be1d50b 19:30:54 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 19:30:54 ---> Running in cd729f91a6b3 19:30:54 Removing intermediate container 5f26cbd25501 19:30:54 ---> 735a0f11f428 19:30:54 19:30:55 Successfully built 735a0f11f428 19:30:55 Successfully tagged security-spiffe-token-provider-arm64:latest 19:30:55  Building security-spiffe-token-provider ... done Building security-spire-agent 19:30:57 Removing intermediate container cd729f91a6b3 19:30:57 ---> f45752933d73 19:30:57 Step 11/24 : WORKDIR /edgex-go 19:30:57 ---> Running in 7e82856f6be1 19:30:58 Removing intermediate container 7e82856f6be1 19:30:58 ---> 40634e88f9fe 19:30:58 19:30:58 Step 12/24 : FROM alpine:3.15 19:30:58 ---> 354640af7b1b 19:30:58 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:30:58 ---> Using cache 19:30:58 ---> ad7d514b7297 19:30:58 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:30:58 ---> Running in 8d1a291338ec 19:31:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:00 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:31:00 ---> e4b13064ba74 19:31:00 Step 3/24 : WORKDIR /edgex-go 19:31:00 ---> Using cache 19:31:00 ---> a40e9fb6faa9 19:31:00 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:31:00 ---> Using cache 19:31:00 ---> 885fdaa774f4 19:31:00 Step 5/24 : COPY go.mod vendor* ./ 19:31:00 ---> Using cache 19:31:00 ---> f4e1cb57e464 19:31:00 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:00 ---> Using cache 19:31:00 ---> ed306834fc54 19:31:00 Step 7/24 : COPY . . 19:31:00 ---> Using cache 19:31:00 ---> 288022ebd664 19:31:00 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:31:00 ---> Using cache 19:31:00 ---> fc6b5803660b 19:31:00 Step 9/24 : WORKDIR /edgex-go/spire-build 19:31:00 ---> Using cache 19:31:00 ---> f75c0be1d50b 19:31:00 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 19:31:00 ---> Using cache 19:31:00 ---> f45752933d73 19:31:00 Step 11/24 : WORKDIR /edgex-go 19:31:00 ---> Using cache 19:31:00 ---> 40634e88f9fe 19:31:00 19:31:00 Step 12/24 : FROM alpine:3.15 19:31:00 ---> 354640af7b1b 19:31:00 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:31:00 ---> Using cache 19:31:00 ---> ad7d514b7297 19:31:00 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:31:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:00 ---> Running in a843beffe198 19:31:02 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:31:02 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:31:02 OK: 15734 distinct packages available 19:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:03 (1/4) Installing dumb-init (1.2.5-r1) 19:31:03 (2/4) Installing musl-obstack (1.2.3-r0) 19:31:03 (3/4) Installing libucontext (1.1-r0) 19:31:03 (4/4) Installing gcompat (1.0.0-r4) 19:31:03 Executing busybox-1.34.1-r7.trigger 19:31:03 OK: 6 MiB in 18 packages 19:31:04 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:31:04 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:31:04 OK: 15734 distinct packages available 19:31:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:31:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:31:05 Removing intermediate container 8d1a291338ec 19:31:05 ---> 194e314301fd 19:31:05 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:31:06 (1/5) Installing dumb-init (1.2.5-r1) 19:31:06 (2/5) Installing musl-obstack (1.2.3-r0) 19:31:06 (3/5) Installing libucontext (1.1-r0) 19:31:06 (4/5) Installing gcompat (1.0.0-r4) 19:31:06 (5/5) Installing openssl (1.1.1t-r1) 19:31:06 Executing busybox-1.34.1-r7.trigger 19:31:06 OK: 6 MiB in 19 packages 19:31:09 Removing intermediate container a843beffe198 19:31:09 ---> 9e0c66f38d8d 19:31:09 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:31:13 ---> 7f92374e1a26 19:31:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:31:14 ---> c017d066e26a 19:31:14 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:31:14 ---> 30ef90330879 19:31:14 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:31:14 ---> Running in f622f7b62853 19:31:15 Removing intermediate container f622f7b62853 19:31:15 ---> ecf68974f263 19:31:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:31:19 ---> 5ef15fd67821 19:31:19 Step 19/24 : WORKDIR / 19:31:19 ---> Running in a0e7f2c1f9bc 19:31:20 Removing intermediate container a0e7f2c1f9bc 19:31:20 ---> 83818c4faf07 19:31:20 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:31:20 ---> Running in 6a181fe14002 19:31:20 Removing intermediate container 6a181fe14002 19:31:20 ---> f666e2efd98e 19:31:20 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:31:21 ---> Running in 6b015b5b4c56 19:31:22 Removing intermediate container 6b015b5b4c56 19:31:22 ---> 7330ea2ea114 19:31:22 Step 22/24 : LABEL arch=arm64 19:31:22 ---> e0d3f17f9642 19:31:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:31:22 ---> Running in 45c31deb4426 19:31:22 Removing intermediate container 45c31deb4426 19:31:22 ---> 19d937c952c3 19:31:22 Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:31:23 ---> Running in b98a37b271d8 19:31:23 ---> be3c7ad2ac5e 19:31:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:31:23 Removing intermediate container b98a37b271d8 19:31:23 ---> 54265f3cc41b 19:31:23 Step 24/24 : LABEL version=3.0.0-dev.74 19:31:24 ---> Running in de50596137a3 19:31:24 ---> 469b49893887 19:31:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:31:24 Removing intermediate container de50596137a3 19:31:24 ---> e20d769bd9d0 19:31:24 19:31:24 Successfully built e20d769bd9d0 19:31:24 Successfully tagged security-spire-config-arm64:latest 19:31:24  Building security-spire-config ... done Building security-proxy-setup 19:31:25 ---> 5f2bd24ae3b6 19:31:25 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:31:25 ---> Running in 09a0dfd82b43 19:31:26 Removing intermediate container 09a0dfd82b43 19:31:26 ---> f61ba8327257 19:31:26 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:31:26 ---> Running in 699318015fb2 19:31:27 Removing intermediate container 699318015fb2 19:31:27 ---> 247123fa0dc2 19:31:27 Step 22/24 : LABEL arch=arm64 19:31:27 ---> Running in ad70d44a563e 19:31:28 Removing intermediate container ad70d44a563e 19:31:28 ---> 9a09b1d64d9c 19:31:28 Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:31:28 ---> Running in 07ef19bef467 19:31:29 Removing intermediate container 07ef19bef467 19:31:29 ---> cc7ad1977bdc 19:31:29 Step 24/24 : LABEL version=3.0.0-dev.74 19:31:29 ---> Running in 148dd32099fa 19:31:30 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:31:30 ---> e4b13064ba74 19:31:30 Step 3/21 : WORKDIR /edgex-go 19:31:30 ---> Using cache 19:31:30 ---> a40e9fb6faa9 19:31:30 Step 4/21 : RUN apk add --update --no-cache make git 19:31:30 ---> Using cache 19:31:30 ---> 875bafee7354 19:31:30 Step 5/21 : COPY go.mod vendor* ./ 19:31:30 ---> Using cache 19:31:30 ---> 2fd88dab1b95 19:31:30 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:30 ---> Using cache 19:31:30 ---> 8a18a9287ba6 19:31:30 Step 7/21 : COPY . . 19:31:30 ---> Using cache 19:31:30 ---> 1768af62972b 19:31:30 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:31:31 Removing intermediate container 148dd32099fa 19:31:31 ---> 5b03963dd505 19:31:31 19:31:31 ---> Running in dd0bf8615ad9 19:31:32 Successfully built 5b03963dd505 19:31:32 Successfully tagged security-spire-agent-arm64:latest 19:31:32  Building security-spire-agent ... done Building security-spire-server 19:31:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:31:37 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:31:37 ---> e4b13064ba74 19:31:37 Step 3/23 : WORKDIR /edgex-go 19:31:37 ---> Using cache 19:31:37 ---> a40e9fb6faa9 19:31:37 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 19:31:37 ---> Using cache 19:31:37 ---> 885fdaa774f4 19:31:37 Step 5/23 : COPY go.mod vendor* ./ 19:31:37 ---> Using cache 19:31:37 ---> f4e1cb57e464 19:31:37 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:31:37 ---> Using cache 19:31:37 ---> ed306834fc54 19:31:37 Step 7/23 : COPY . . 19:31:38 ---> Using cache 19:31:38 ---> 288022ebd664 19:31:38 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 19:31:38 ---> Using cache 19:31:38 ---> fc6b5803660b 19:31:38 Step 9/23 : WORKDIR /edgex-go/spire-build 19:31:38 ---> Using cache 19:31:38 ---> f75c0be1d50b 19:31:38 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 19:31:38 ---> Running in a6e7c516712f 19:31:41 Removing intermediate container ef2e3f8b7472 19:31:41 ---> cb34ce371eae 19:31:41 19:31:41 Step 10/22 : FROM alpine:3.16 19:31:41 ---> 4c81e5bf8899 19:31:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:31:41 ---> Using cache 19:31:41 ---> 6c7a1026d265 19:31:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:31:41 ---> Using cache 19:31:41 ---> 0d539de58698 19:31:41 Step 13/22 : ENV APP_PORT=59861 19:31:41 ---> Running in 0a94a7f449b0 19:31:42 Removing intermediate container 0a94a7f449b0 19:31:42 ---> 65c547dda430 19:31:42 Step 14/22 : EXPOSE $APP_PORT 19:31:44 ---> Running in 18c6d201a143 19:31:44 Removing intermediate container a6e7c516712f 19:31:44 ---> b144e396c33a 19:31:44 Step 11/23 : WORKDIR /edgex-go 19:31:44 ---> Running in 1923d9b26108 19:31:44 Removing intermediate container 18c6d201a143 19:31:44 ---> 07797c4b117c 19:31:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:45 Removing intermediate container 1923d9b26108 19:31:45 ---> 300d9f0c82d1 19:31:45 19:31:45 Step 12/23 : FROM alpine:3.15 19:31:45 ---> 354640af7b1b 19:31:45 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:31:45 ---> Using cache 19:31:45 ---> ad7d514b7297 19:31:45 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:31:45 ---> Using cache 19:31:45 ---> 9e0c66f38d8d 19:31:45 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:31:46 ---> c1f4b528f323 19:31:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:31:49 ---> ba4d762e02e7 19:31:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:31:50 ---> d1cf765bbc10 19:31:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:31:51 ---> Running in 91e7cb20d065 19:31:51 Removing intermediate container 91e7cb20d065 19:31:51 ---> cc0ee448ac87 19:31:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:31:51 ---> Running in d6b10ffcd609 19:31:52 Removing intermediate container d6b10ffcd609 19:31:52 ---> cc1ba4e8ae9e 19:31:52 Step 20/22 : LABEL arch=arm64 19:31:52 ---> Running in 50533d196e2f 19:31:53 Removing intermediate container 50533d196e2f 19:31:53 ---> 28f1b6251d88 19:31:53 Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:31:53 ---> b89083b2a4b5 19:31:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:31:53 ---> Running in cafc9499b125 19:31:54 Removing intermediate container cafc9499b125 19:31:54 ---> a2686a82e203 19:31:54 Step 22/22 : LABEL version=3.0.0-dev.74 19:31:54 ---> Running in f68013e71572 19:31:55 ---> afd24c64e2a7 19:31:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:31:55 Removing intermediate container f68013e71572 19:31:55 ---> 76579e5b89aa 19:31:55 19:31:55 Successfully built 76579e5b89aa 19:31:55 Successfully tagged support-scheduler-arm64:latest 19:31:55  Building support-scheduler ... done Building support-notifications 19:31:56 ---> 98f2f8ff9bf3 19:31:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:31:57 ---> 62c05bf73778 19:31:57 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:31:57 ---> Running in 221bd21fff4f 19:31:58 Removing intermediate container 221bd21fff4f 19:31:58 ---> d664ed1cb1e1 19:31:58 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:31:58 ---> Running in aa9951fbe6d1 19:31:59 Removing intermediate container aa9951fbe6d1 19:31:59 ---> aaaecf686057 19:31:59 Step 21/23 : LABEL arch=arm64 19:31:59 ---> Running in e6a198785412 19:31:59 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:31:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:31:59 ---> e4b13064ba74 19:31:59 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:31:59 ---> Using cache 19:31:59 ---> 047bad65557e 19:31:59 Step 4/22 : WORKDIR /edgex-go 19:31:59 ---> Using cache 19:31:59 ---> 8d2860bd9624 19:31:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:31:59 ---> Running in 13eaf19fef3b 19:32:00 Removing intermediate container e6a198785412 19:32:00 ---> 0bee2d337c66 19:32:00 Step 22/23 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:32:00 ---> Running in 56262fec5cc1 19:32:00 Removing intermediate container 56262fec5cc1 19:32:00 ---> 706baa29bbb4 19:32:00 Step 23/23 : LABEL version=3.0.0-dev.74 19:32:01 ---> Running in 5ea2237bf5ce 19:32:01 Removing intermediate container 5ea2237bf5ce 19:32:01 ---> 1617ca49751d 19:32:01 19:32:02 Successfully built 1617ca49751d 19:32:02 Successfully tagged security-spire-server-arm64:latest 19:32:02 Building core-metadata 19:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:32:02  Building security-spire-server ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:32:03 OK: 221 MiB in 51 packages 19:32:05 Removing intermediate container 13eaf19fef3b 19:32:05 ---> bbc543b784ae 19:32:05 Step 6/22 : COPY go.mod vendor* ./ 19:32:06 ---> 5d8921d920bf 19:32:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:06 ---> Running in 08d628022bb0 19:32:06 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:32:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:32:06 ---> e4b13064ba74 19:32:06 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:32:06 ---> Using cache 19:32:06 ---> 047bad65557e 19:32:06 Step 4/24 : WORKDIR /edgex-go 19:32:06 ---> Using cache 19:32:06 ---> 8d2860bd9624 19:32:06 Step 5/24 : RUN apk add --update --no-cache make git 19:32:06 ---> Using cache 19:32:06 ---> da909da0b068 19:32:06 Step 6/24 : COPY go.mod vendor* ./ 19:32:06 ---> Using cache 19:32:06 ---> dde11dcd85de 19:32:06 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:32:06 ---> Using cache 19:32:06 ---> ff37fcebaa41 19:32:06 Step 8/24 : COPY . . 19:32:06 ---> Using cache 19:32:06 ---> e7ff708ee0bb 19:32:06 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:32:07 ---> Running in 7e9765d02260 19:32:09 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:33:45 Removing intermediate container 08d628022bb0 19:33:45 ---> b16616d6dc95 19:33:45 Step 8/22 : COPY . . 19:33:45 ---> 90a194845d00 19:33:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:33:45 ---> Running in 2441036a370b 19:33:45 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:36:37 Removing intermediate container 4a6072a21706 19:36:37 ---> 4193728989e1 19:36:37 19:36:37 Step 10/22 : FROM alpine:3.16 19:36:37 ---> 4c81e5bf8899 19:36:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:36:37 ---> Running in 6db0c2d9b7f0 19:36:37 Removing intermediate container 6db0c2d9b7f0 19:36:37 ---> 155b32ec3bf9 19:36:37 Step 12/22 : ENV APP_PORT=59880 19:36:37 ---> Running in d9e5ee7305da 19:36:37 Removing intermediate container d9e5ee7305da 19:36:37 ---> b91ca1aca0bf 19:36:37 Step 13/22 : EXPOSE $APP_PORT 19:36:37 ---> Running in 46dbac9c829f 19:36:37 Removing intermediate container 46dbac9c829f 19:36:37 ---> 10dc36724998 19:36:37 Step 14/22 : RUN apk add --update --no-cache dumb-init 19:36:37 ---> Running in 0b7a0261ad52 19:36:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:36:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:36:37 (1/1) Installing dumb-init (1.2.5-r1) 19:36:37 Executing busybox-1.35.0-r17.trigger 19:36:37 OK: 5 MiB in 15 packages 19:36:40 Removing intermediate container 0b7a0261ad52 19:36:40 ---> 079d6226b72f 19:36:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:36:40 ---> e49f1e5fc072 19:36:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:36:44 ---> 19cce4285430 19:36:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:36:45 ---> d8a36b70fb42 19:36:45 Step 18/22 : ENTRYPOINT ["/core-data"] 19:36:45 ---> Running in 28b7b6fb33da 19:36:46 Removing intermediate container 28b7b6fb33da 19:36:46 ---> 8559e50232e5 19:36:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:36:46 ---> Running in 11d427dcc608 19:36:47 Removing intermediate container 11d427dcc608 19:36:47 ---> 45d367a10178 19:36:47 Step 20/22 : LABEL arch=arm64 19:36:48 ---> Running in 7252c8a4ef86 19:36:49 Removing intermediate container 7252c8a4ef86 19:36:49 ---> c8a7bb10ef87 19:36:49 Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:36:49 ---> Running in 0200e1e90a2e 19:36:50 Removing intermediate container 181efb9147d8 19:36:50 ---> c0e727814e0b 19:36:50 19:36:50 Step 9/32 : FROM alpine:3.16 19:36:50 ---> 4c81e5bf8899 19:36:50 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:36:51 Removing intermediate container 0200e1e90a2e 19:36:51 ---> af07d612bbe2 19:36:51 Step 22/22 : LABEL version=3.0.0-dev.74 19:36:51 ---> Running in 6eacd1b7a914 19:36:52 ---> Running in e30789991b9b 19:36:53 Removing intermediate container 6eacd1b7a914 19:36:53 ---> b494ae4927fb 19:36:53 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 19:36:53 Removing intermediate container e30789991b9b 19:36:53 ---> e945fc7902e8 19:36:53 19:36:53 ---> Running in b6f70468e7fd 19:36:53 Successfully built e945fc7902e8 19:36:53 Successfully tagged core-data-arm64:latest 19:36:53 Building core-common-config-bootstrapper 19:36:54  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:36:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:36:56 (1/2) Installing dumb-init (1.2.5-r1) 19:36:56 (2/2) Installing su-exec (0.2-r1) 19:36:56 Executing busybox-1.35.0-r17.trigger 19:36:56 OK: 5 MiB in 16 packages 19:36:57 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:36:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:36:57 ---> e4b13064ba74 19:36:57 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:36:57 ---> Using cache 19:36:57 ---> 047bad65557e 19:36:57 Step 4/22 : WORKDIR /edgex-go 19:36:57 ---> Using cache 19:36:57 ---> 8d2860bd9624 19:36:57 Step 5/22 : RUN apk add --update --no-cache make git 19:36:57 ---> Using cache 19:36:57 ---> da909da0b068 19:36:57 Step 6/22 : COPY go.mod vendor* ./ 19:36:57 ---> Using cache 19:36:57 ---> dde11dcd85de 19:36:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:36:57 ---> Using cache 19:36:57 ---> ff37fcebaa41 19:36:57 Step 8/22 : COPY . . 19:36:57 ---> Using cache 19:36:57 ---> e7ff708ee0bb 19:36:57 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:36:58 ---> Running in 6bacbb65cddd 19:36:59 Removing intermediate container b6f70468e7fd 19:36:59 ---> 789d256aabe7 19:36:59 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 19:36:59 ---> Running in 24da4be61292 19:36:59 Removing intermediate container 24da4be61292 19:36:59 ---> b698e9e0965b 19:36:59 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:36:59 ---> Running in 13a10984d316 19:37:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:37:00 Removing intermediate container 13a10984d316 19:37:00 ---> fdf58c0c3e99 19:37:00 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:37:00 ---> Running in e1d3e998bccb 19:37:01 Removing intermediate container e1d3e998bccb 19:37:01 ---> be9d28b9ab8c 19:37:01 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:37:01 ---> Running in 7c83681ee8d3 19:37:01 Removing intermediate container 7c83681ee8d3 19:37:01 ---> d512fc4e5ee7 19:37:01 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:37:02 ---> Running in 7e7794be7060 19:37:05 Removing intermediate container 7e7794be7060 19:37:05 ---> 3fddb1050536 19:37:05 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 19:37:05 ---> Running in 899626d1e08a 19:37:05 Removing intermediate container 899626d1e08a 19:37:05 ---> ca24475bfbbf 19:37:05 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:37:06 ---> 5d27f06a612d 19:37:06 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:37:07 ---> Running in 87d8f114c732 19:37:10 Removing intermediate container 87d8f114c732 19:37:10 ---> 0568c7a0c344 19:37:10 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:37:11 ---> 1b4ce9b999ed 19:37:11 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:37:12 ---> f4cbaf18076e 19:37:12 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:37:14 ---> 8a1f0750bd15 19:37:14 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:37:15 ---> 633b2982e617 19:37:15 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:37:17 ---> 434ca2b815e2 19:37:17 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:37:18 ---> 9183c368fa61 19:37:18 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:37:18 ---> bd2caf3fbcbb 19:37:18 Step 27/32 : RUN chmod +x /entrypoint.sh 19:37:18 ---> Running in 39f380834289 19:37:22 Removing intermediate container 39f380834289 19:37:22 ---> 48d98393bd71 19:37:22 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:37:22 ---> Running in 6425ef0fd358 19:37:22 Removing intermediate container 6425ef0fd358 19:37:22 ---> 4b1a5107281a 19:37:22 Step 29/32 : CMD ["gate"] 19:37:22 ---> Running in a4d8b713ccb8 19:37:23 Removing intermediate container a4d8b713ccb8 19:37:23 ---> 4aa5ef5ce084 19:37:23 Step 30/32 : LABEL arch=arm64 19:37:23 ---> Running in 96dcc480db0a 19:37:23 Removing intermediate container 96dcc480db0a 19:37:23 ---> f206b7048173 19:37:23 Step 31/32 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:37:23 ---> Running in b93910bfc462 19:37:24 Removing intermediate container b93910bfc462 19:37:24 ---> ceeb1e20b3de 19:37:24 Step 32/32 : LABEL version=3.0.0-dev.74 19:37:24 ---> Running in 1c5561afab2d 19:37:24 Removing intermediate container 1c5561afab2d 19:37:24 ---> 48f444decffa 19:37:24 19:37:24 Successfully built 48f444decffa 19:37:24 Successfully tagged security-bootstrapper-arm64:latest 19:37:39  Building security-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:37:58 Removing intermediate container dd0bf8615ad9 19:37:58 ---> bd30b1346d39 19:37:58 19:37:58 Step 9/21 : FROM alpine:3.16 19:37:58 ---> 4c81e5bf8899 19:37:58 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 19:37:58 ---> Running in 5740bd94d07d 19:38:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:38:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:38:01 (1/6) Installing ca-certificates (20220614-r0) 19:38:01 (2/6) Installing brotli-libs (1.0.9-r6) 19:38:01 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:38:01 (4/6) Installing libcurl (7.83.1-r6) 19:38:01 (5/6) Installing curl (7.83.1-r6) 19:38:01 (6/6) Installing dumb-init (1.2.5-r1) 19:38:01 Executing busybox-1.35.0-r17.trigger 19:38:01 Executing ca-certificates-20220614-r0.trigger 19:38:02 OK: 8 MiB in 20 packages 19:38:04 Removing intermediate container 5740bd94d07d 19:38:04 ---> fc2f66d29444 19:38:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:38:04 ---> Running in 0e9239345f29 19:38:04 Removing intermediate container 0e9239345f29 19:38:04 ---> 77a07737f778 19:38:04 Step 12/21 : WORKDIR /edgex 19:38:04 ---> Running in 8cdbfdfba44f 19:38:08 Removing intermediate container 8cdbfdfba44f 19:38:08 ---> 8bab0bb7c144 19:38:08 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:38:09 ---> 2f8d07b72d95 19:38:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:38:10 ---> 61e3c2a9f482 19:38:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:38:12 ---> 53470f54e804 19:38:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:38:13 ---> aa249ae6d1df 19:38:13 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:38:13 ---> Running in e51b4c779f57 19:38:16 Removing intermediate container e51b4c779f57 19:38:16 ---> 64f52b22aded 19:38:16 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 19:38:16 ---> Running in 16d31613c3e1 19:38:16 Removing intermediate container 16d31613c3e1 19:38:16 ---> d19ea2f1f3cf 19:38:16 Step 19/21 : LABEL arch=arm64 19:38:16 ---> Running in 14bec25fa8b0 19:38:17 Removing intermediate container 14bec25fa8b0 19:38:17 ---> 74fefe47db8b 19:38:17 Step 20/21 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:38:17 ---> Running in b58526e0c9b0 19:38:18 Removing intermediate container b58526e0c9b0 19:38:18 ---> b91d8bdace58 19:38:18 Step 21/21 : LABEL version=3.0.0-dev.74 19:38:18 ---> Running in df0ecfedd7da 19:38:18 Removing intermediate container df0ecfedd7da 19:38:18 ---> 498b626097ae 19:38:18 19:38:19 Successfully built 498b626097ae 19:38:19 Successfully tagged security-proxy-setup-arm64:latest 19:38:57  Building security-proxy-setup ... done Removing intermediate container 7e9765d02260 19:38:57 ---> 9be9436837c7 19:38:57 19:38:57 Step 10/24 : FROM alpine:3.16 19:38:57 ---> 4c81e5bf8899 19:38:57 Step 11/24 : RUN apk add --update --no-cache dumb-init 19:38:57 ---> Using cache 19:38:57 ---> 6c7a1026d265 19:38:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:38:57 ---> Using cache 19:38:57 ---> 0d539de58698 19:38:57 Step 13/24 : ENV APP_PORT=59881 19:38:57 ---> Running in 615f9d16eb41 19:38:57 Removing intermediate container 615f9d16eb41 19:38:57 ---> d1c4a4243431 19:38:57 Step 14/24 : EXPOSE $APP_PORT 19:38:57 ---> Running in 4374bc88b0e0 19:38:57 Removing intermediate container 4374bc88b0e0 19:38:57 ---> 1670d240e78d 19:38:57 Step 15/24 : WORKDIR / 19:38:57 ---> Running in de2be17a08a5 19:38:57 Removing intermediate container de2be17a08a5 19:38:57 ---> 87f2104a3981 19:38:57 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:38:59 ---> a87248ab7bd4 19:38:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:39:01 ---> 01f7c98424e9 19:39:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:39:02 ---> b5d2b1283cd6 19:39:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:39:02 ---> f75276ec9a6f 19:39:02 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:39:03 ---> Running in 9dcc68d2d14e 19:39:03 Removing intermediate container 9dcc68d2d14e 19:39:03 ---> b43b35e12e36 19:39:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:39:03 ---> Running in 72c9395d3067 19:39:03 Removing intermediate container 72c9395d3067 19:39:03 ---> b9fca56ff29b 19:39:03 Step 22/24 : LABEL arch=arm64 19:39:04 ---> Running in 9e29640462b3 19:39:04 Removing intermediate container 9e29640462b3 19:39:04 ---> 097b5133aad3 19:39:04 Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:39:04 ---> Running in be6bb9167af6 19:39:05 Removing intermediate container be6bb9167af6 19:39:05 ---> 8f7aaef8895c 19:39:05 Step 24/24 : LABEL version=3.0.0-dev.74 19:39:05 ---> Running in ca8140986695 19:39:05 Removing intermediate container ca8140986695 19:39:05 ---> d3628da55f5a 19:39:05 19:39:05 Successfully built d3628da55f5a 19:39:05 Successfully tagged core-metadata-arm64:latest 19:40:27  Building core-metadata ... done Removing intermediate container 6bacbb65cddd 19:40:27 ---> 64fb92a52c85 19:40:27 19:40:27 Step 10/22 : FROM alpine:3.16 19:40:27 ---> 4c81e5bf8899 19:40:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 19:40:27 ---> Using cache 19:40:27 ---> 597de7dd1af4 19:40:27 Step 12/22 : RUN apk add --update --no-cache dumb-init 19:40:27 ---> Using cache 19:40:27 ---> 2ca535f91cb1 19:40:27 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:27 ---> Using cache 19:40:27 ---> e46f72c08d73 19:40:27 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:40:27 ---> be721c812619 19:40:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:40:27 ---> d8bf41769d57 19:40:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:40:27 ---> 8b3d2f1ea3d3 19:40:27 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:40:27 ---> Running in b77152ef7325 19:40:27 Removing intermediate container b77152ef7325 19:40:27 ---> 836e05c977f1 19:40:27 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 19:40:27 ---> Running in c8d5ed113be8 19:40:27 Removing intermediate container 2441036a370b 19:40:27 ---> 5bc27fe3ce68 19:40:27 19:40:27 Step 10/22 : FROM alpine:3.16 19:40:27 ---> 4c81e5bf8899 19:40:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:40:27 ---> Running in bb4b3e296a0a 19:40:27 Removing intermediate container c8d5ed113be8 19:40:27 ---> 13eecd3e3f48 19:40:27 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 19:40:27 ---> Running in 98e4748f2fa3 19:40:27 Removing intermediate container 98e4748f2fa3 19:40:27 ---> 56627ebb96d5 19:40:27 Step 20/22 : LABEL arch=arm64 19:40:27 ---> Running in cdd01f8c4d13 19:40:27 Removing intermediate container cdd01f8c4d13 19:40:27 ---> 4612f8042088 19:40:27 Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:27 ---> Running in 066ff39cc732 19:40:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:40:27 Removing intermediate container 066ff39cc732 19:40:27 ---> 445b0d9b534f 19:40:27 Step 22/22 : LABEL version=3.0.0-dev.74 19:40:27 ---> Running in 9783c289cfbc 19:40:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:40:27 Removing intermediate container 9783c289cfbc 19:40:27 ---> eb10b8b6bb24 19:40:27 19:40:27 Successfully built eb10b8b6bb24 19:40:27 Successfully tagged core-common-config-bootstrapper-arm64:latest 19:40:27  Building core-common-config-bootstrapper ... done (1/2) Installing ca-certificates (20220614-r0) 19:40:27 (2/2) Installing dumb-init (1.2.5-r1) 19:40:27 Executing busybox-1.35.0-r17.trigger 19:40:28 Executing ca-certificates-20220614-r0.trigger 19:40:28 OK: 6 MiB in 16 packages 19:40:30 Removing intermediate container bb4b3e296a0a 19:40:30 ---> 8601af59d159 19:40:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:40:30 ---> Running in 076633eade54 19:40:30 Removing intermediate container 076633eade54 19:40:30 ---> 21e40c0098f8 19:40:30 Step 13/22 : ENV APP_PORT=59860 19:40:30 ---> Running in f537af0793e2 19:40:30 Removing intermediate container f537af0793e2 19:40:30 ---> d43d6bdf7725 19:40:30 Step 14/22 : EXPOSE $APP_PORT 19:40:30 ---> Running in df70df51f4f8 19:40:31 Removing intermediate container df70df51f4f8 19:40:31 ---> 845264a7688b 19:40:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:31 ---> bd550a3e4f16 19:40:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:40:32 ---> d45115484d3d 19:40:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:40:33 ---> b1cb070588fb 19:40:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:40:33 ---> Running in 278f5dd5c722 19:40:33 Removing intermediate container 278f5dd5c722 19:40:33 ---> a436a4a453b8 19:40:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:40:33 ---> Running in da280dfc7a75 19:40:34 Removing intermediate container da280dfc7a75 19:40:34 ---> 2105f5721823 19:40:34 Step 20/22 : LABEL arch=arm64 19:40:34 ---> Running in 7aed679a0e6f 19:40:34 Removing intermediate container 7aed679a0e6f 19:40:34 ---> 59e5a09a90ad 19:40:34 Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:34 ---> Running in 75198d07f660 19:40:34 Removing intermediate container 75198d07f660 19:40:34 ---> c3d58716355a 19:40:34 Step 22/22 : LABEL version=3.0.0-dev.74 19:40:34 ---> Running in 954beb75444e 19:40:34 Removing intermediate container 954beb75444e 19:40:34 ---> 27752f1bbaa3 19:40:34 19:40:34 Successfully built 27752f1bbaa3 19:40:35 Successfully tagged support-notifications-arm64:latest 19:40:35  Building support-notifications ... done  [Pipeline] } 19:40:35 $ docker stop --time=1 9e623fc5d149d6de884d93cc16cd5c0c1d9f05786dcf0452f62790f1483c10de 19:40:36 $ docker rm -f --volumes 9e623fc5d149d6de884d93cc16cd5c0c1d9f05786dcf0452f62790f1483c10de [Pipeline] // withDockerContainer [Pipeline] sh 19:40:37 + docker images 19:40:37 REPOSITORY TAG IMAGE ID CREATED SIZE 19:40:37 support-notifications-arm64 latest 27752f1bbaa3 3 seconds ago 29.7MB 19:40:37 core-common-config-bootstrapper-arm64 latest eb10b8b6bb24 10 seconds ago 14.9MB 19:40:37 5bc27fe3ce68 13 seconds ago 1.4GB 19:40:37 64fb92a52c85 18 seconds ago 1.33GB 19:40:37 core-metadata-arm64 latest d3628da55f5a About a minute ago 17.8MB 19:40:37 9be9436837c7 About a minute ago 1.34GB 19:40:37 security-proxy-setup-arm64 latest 498b626097ae 2 minutes ago 26.9MB 19:40:37 bd30b1346d39 2 minutes ago 1.33GB 19:40:37 security-bootstrapper-arm64 latest 48f444decffa 3 minutes ago 19.6MB 19:40:37 core-data-arm64 latest e945fc7902e8 3 minutes ago 17.3MB 19:40:37 c0e727814e0b 3 minutes ago 1.33GB 19:40:37 4193728989e1 4 minutes ago 1.34GB 19:40:37 security-spire-server-arm64 latest 1617ca49751d 8 minutes ago 84.3MB 19:40:37 support-scheduler-arm64 latest 76579e5b89aa 8 minutes ago 29.1MB 19:40:37 300d9f0c82d1 8 minutes ago 1.21GB 19:40:37 cb34ce371eae 8 minutes ago 1.4GB 19:40:37 security-spire-agent-arm64 latest 5b03963dd505 9 minutes ago 122MB 19:40:37 security-spire-config-arm64 latest e20d769bd9d0 9 minutes ago 83.6MB 19:40:37 40634e88f9fe 9 minutes ago 1.21GB 19:40:37 security-spiffe-token-provider-arm64 latest 735a0f11f428 9 minutes ago 29.1MB 19:40:37 6d2e27ae4e90 10 minutes ago 1.37GB 19:40:37 core-command-arm64 latest a4c7f8e0f78d 11 minutes ago 17.1MB 19:40:37 security-secretstore-setup-arm64 latest 243a48f1c65e 11 minutes ago 29MB 19:40:37 50a589f57e3c 11 minutes ago 1.34GB 19:40:37 78a88fdce715 12 minutes ago 1.33GB 19:40:37 security-proxy-auth-arm64 latest 3df066943c51 12 minutes ago 15.6MB 19:40:37 29c9ccab18b9 12 minutes ago 1.32GB 19:40:37 ci-base-image-arm64 latest e4b13064ba74 21 minutes ago 905MB 19:40:37 alpine 3.15 354640af7b1b 2 weeks ago 5.34MB 19:40:37 alpine 3.16 4c81e5bf8899 2 weeks ago 5.3MB 19:40:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 19:40:37 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 19:40:37 provisioning config files... 19:40:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/435@tmp/config13007716592057194124tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:40:38 ---> docker-login.sh 19:40:38 nexus3.edgexfoundry.org:10001 19:40:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:38 Configure a credential helper to remove this warning. See 19:40:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:38 19:40:38 Login Succeeded 19:40:38 nexus3.edgexfoundry.org:10002 19:40:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:38 Configure a credential helper to remove this warning. See 19:40:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:38 19:40:38 Login Succeeded 19:40:38 nexus3.edgexfoundry.org:10003 19:40:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:38 Configure a credential helper to remove this warning. See 19:40:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:38 19:40:38 Login Succeeded 19:40:38 nexus3.edgexfoundry.org:10004 19:40:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:39 Configure a credential helper to remove this warning. See 19:40:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:39 19:40:39 Login Succeeded 19:40:39 docker.io 19:40:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:39 Configure a credential helper to remove this warning. See 19:40:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:39 19:40:39 Login Succeeded 19:40:39 ---> docker-login.sh ends [Pipeline] } 19:40:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:40:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:40:39 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 19:40:39 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:39 latest 19:40:39 3.0.0-dev.74 19:40:39 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:40:39 main 19:40:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:40:40 5e78639b36e7: Preparing 19:40:40 0ef6d3dbd8f0: Preparing 19:40:40 a7fc30cfd213: Preparing 19:40:40 cc855f6051b8: Preparing 19:40:40 f70ee36035b9: Preparing 19:40:40 f70ee36035b9: Layer already exists 19:40:40 5e78639b36e7: Pushed 19:40:40 cc855f6051b8: Pushed 19:40:40 a7fc30cfd213: Pushed 19:40:43 0ef6d3dbd8f0: Pushed 19:40:43 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:9f468ef5605856230bfc8dc5fc9d379b04e47b9991961968c7fd9ac187c72871 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:43 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:43 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 19:40:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:40:43 5e78639b36e7: Preparing 19:40:43 0ef6d3dbd8f0: Preparing 19:40:43 a7fc30cfd213: Preparing 19:40:43 cc855f6051b8: Preparing 19:40:43 f70ee36035b9: Preparing 19:40:43 5e78639b36e7: Layer already exists 19:40:43 f70ee36035b9: Layer already exists 19:40:43 0ef6d3dbd8f0: Layer already exists 19:40:43 cc855f6051b8: Layer already exists 19:40:43 a7fc30cfd213: Layer already exists 19:40:43 latest: digest: sha256:9f468ef5605856230bfc8dc5fc9d379b04e47b9991961968c7fd9ac187c72871 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.74 19:40:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:40:44 5e78639b36e7: Preparing 19:40:44 0ef6d3dbd8f0: Preparing 19:40:44 a7fc30cfd213: Preparing 19:40:44 cc855f6051b8: Preparing 19:40:44 f70ee36035b9: Preparing 19:40:44 cc855f6051b8: Layer already exists 19:40:44 a7fc30cfd213: Layer already exists 19:40:44 f70ee36035b9: Layer already exists 19:40:44 0ef6d3dbd8f0: Layer already exists 19:40:44 5e78639b36e7: Layer already exists 19:40:44 3.0.0-dev.74: digest: sha256:9f468ef5605856230bfc8dc5fc9d379b04e47b9991961968c7fd9ac187c72871 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:45 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:40:45 5e78639b36e7: Preparing 19:40:45 0ef6d3dbd8f0: Preparing 19:40:45 a7fc30cfd213: Preparing 19:40:45 cc855f6051b8: Preparing 19:40:45 f70ee36035b9: Preparing 19:40:45 5e78639b36e7: Layer already exists 19:40:45 f70ee36035b9: Layer already exists 19:40:45 0ef6d3dbd8f0: Layer already exists 19:40:45 a7fc30cfd213: Layer already exists 19:40:45 cc855f6051b8: Layer already exists 19:40:45 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:9f468ef5605856230bfc8dc5fc9d379b04e47b9991961968c7fd9ac187c72871 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:45 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:45 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 19:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:40:45 5e78639b36e7: Preparing 19:40:45 0ef6d3dbd8f0: Preparing 19:40:45 a7fc30cfd213: Preparing 19:40:45 cc855f6051b8: Preparing 19:40:45 f70ee36035b9: Preparing 19:40:45 cc855f6051b8: Layer already exists 19:40:45 f70ee36035b9: Layer already exists 19:40:45 5e78639b36e7: Layer already exists 19:40:45 0ef6d3dbd8f0: Layer already exists 19:40:45 a7fc30cfd213: Layer already exists 19:40:45 main: digest: sha256:9f468ef5605856230bfc8dc5fc9d379b04e47b9991961968c7fd9ac187c72871 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:40:45 ===================================================== [Pipeline] echo 19:40:45 taggedImages: 19:40:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 19:40:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.74 19:40:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:40:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 19:40:45 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 19:40:45 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:45 latest 19:40:45 3.0.0-dev.74 19:40:45 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:40:45 main 19:40:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:46 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 19:40:46 1d7e00bf0c06: Preparing 19:40:46 e70fa7098e54: Preparing 19:40:46 d19bdb579269: Preparing 19:40:46 cc044e2e0fa4: Preparing 19:40:46 a7fc30cfd213: Preparing 19:40:46 65ecf2c988b5: Preparing 19:40:46 f70ee36035b9: Preparing 19:40:46 f70ee36035b9: Waiting 19:40:46 65ecf2c988b5: Waiting 19:40:46 a7fc30cfd213: Layer already exists 19:40:46 e70fa7098e54: Pushed 19:40:46 1d7e00bf0c06: Pushed 19:40:46 d19bdb579269: Pushed 19:40:46 f70ee36035b9: Layer already exists 19:40:46 65ecf2c988b5: Pushed 19:40:48 cc044e2e0fa4: Pushed 19:40:49 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:5c99531499e5994e84fd9a3e4107aaa1523447e9e5e289d5cc5471f635935231 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:49 + 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 19:40:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 19:40:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 19:40:49 1d7e00bf0c06: Preparing 19:40:49 e70fa7098e54: Preparing 19:40:49 d19bdb579269: Preparing 19:40:49 cc044e2e0fa4: Preparing 19:40:49 a7fc30cfd213: Preparing 19:40:49 65ecf2c988b5: Preparing 19:40:49 f70ee36035b9: Preparing 19:40:49 65ecf2c988b5: Waiting 19:40:49 f70ee36035b9: Waiting 19:40:49 a7fc30cfd213: Layer already exists 19:40:49 d19bdb579269: Layer already exists 19:40:49 e70fa7098e54: Layer already exists 19:40:49 cc044e2e0fa4: Layer already exists 19:40:49 1d7e00bf0c06: Layer already exists 19:40:49 65ecf2c988b5: Layer already exists 19:40:49 f70ee36035b9: Layer already exists 19:40:50 latest: digest: sha256:5c99531499e5994e84fd9a3e4107aaa1523447e9e5e289d5cc5471f635935231 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:50 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.74 19:40:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 19:40:50 1d7e00bf0c06: Preparing 19:40:50 e70fa7098e54: Preparing 19:40:50 d19bdb579269: Preparing 19:40:50 cc044e2e0fa4: Preparing 19:40:50 a7fc30cfd213: Preparing 19:40:50 65ecf2c988b5: Preparing 19:40:50 f70ee36035b9: Preparing 19:40:50 65ecf2c988b5: Waiting 19:40:50 f70ee36035b9: Waiting 19:40:50 cc044e2e0fa4: Layer already exists 19:40:50 1d7e00bf0c06: Layer already exists 19:40:50 e70fa7098e54: Layer already exists 19:40:50 a7fc30cfd213: Layer already exists 19:40:50 d19bdb579269: Layer already exists 19:40:50 f70ee36035b9: Layer already exists 19:40:50 65ecf2c988b5: Layer already exists 19:40:50 3.0.0-dev.74: digest: sha256:5c99531499e5994e84fd9a3e4107aaa1523447e9e5e289d5cc5471f635935231 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:51 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:40:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 19:40:51 1d7e00bf0c06: Preparing 19:40:51 e70fa7098e54: Preparing 19:40:51 d19bdb579269: Preparing 19:40:51 cc044e2e0fa4: Preparing 19:40:51 a7fc30cfd213: Preparing 19:40:51 65ecf2c988b5: Preparing 19:40:51 f70ee36035b9: Preparing 19:40:51 f70ee36035b9: Waiting 19:40:51 65ecf2c988b5: Waiting 19:40:51 a7fc30cfd213: Layer already exists 19:40:51 1d7e00bf0c06: Layer already exists 19:40:51 e70fa7098e54: Layer already exists 19:40:51 cc044e2e0fa4: Layer already exists 19:40:51 d19bdb579269: Layer already exists 19:40:51 f70ee36035b9: Layer already exists 19:40:51 65ecf2c988b5: Layer already exists 19:40:51 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:5c99531499e5994e84fd9a3e4107aaa1523447e9e5e289d5cc5471f635935231 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:51 + 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 19:40:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 19:40:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 19:40:52 1d7e00bf0c06: Preparing 19:40:52 e70fa7098e54: Preparing 19:40:52 d19bdb579269: Preparing 19:40:52 cc044e2e0fa4: Preparing 19:40:52 a7fc30cfd213: Preparing 19:40:52 65ecf2c988b5: Preparing 19:40:52 f70ee36035b9: Preparing 19:40:52 65ecf2c988b5: Waiting 19:40:52 e70fa7098e54: Layer already exists 19:40:52 a7fc30cfd213: Layer already exists 19:40:52 1d7e00bf0c06: Layer already exists 19:40:52 cc044e2e0fa4: Layer already exists 19:40:52 d19bdb579269: Layer already exists 19:40:52 f70ee36035b9: Layer already exists 19:40:52 65ecf2c988b5: Layer already exists 19:40:52 main: digest: sha256:5c99531499e5994e84fd9a3e4107aaa1523447e9e5e289d5cc5471f635935231 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:40:52 ===================================================== [Pipeline] echo 19:40:52 taggedImages: 19:40:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 19:40:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.74 19:40:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:40:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 19:40:52 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 19:40:52 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:52 latest 19:40:52 3.0.0-dev.74 19:40:52 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:40:52 main 19:40:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:52 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:53 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:40:53 15dd6364a0d0: Preparing 19:40:53 3efd6ff1b990: Preparing 19:40:53 a7fc30cfd213: Preparing 19:40:53 32219508dad7: Preparing 19:40:53 f70ee36035b9: Preparing 19:40:53 f70ee36035b9: Layer already exists 19:40:53 a7fc30cfd213: Layer already exists 19:40:53 15dd6364a0d0: Pushed 19:40:53 32219508dad7: Pushed 19:40:55 3efd6ff1b990: Pushed 19:40:55 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:0513c61cd3fb861bca01427af2f049b95e3dc1f4be4a765eefc8c8bd4a15e63d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:56 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:56 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 19:40:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:40:56 15dd6364a0d0: Preparing 19:40:56 3efd6ff1b990: Preparing 19:40:56 a7fc30cfd213: Preparing 19:40:56 32219508dad7: Preparing 19:40:56 f70ee36035b9: Preparing 19:40:56 a7fc30cfd213: Layer already exists 19:40:56 f70ee36035b9: Layer already exists 19:40:56 15dd6364a0d0: Layer already exists 19:40:56 3efd6ff1b990: Layer already exists 19:40:56 32219508dad7: Layer already exists 19:40:56 latest: digest: sha256:0513c61cd3fb861bca01427af2f049b95e3dc1f4be4a765eefc8c8bd4a15e63d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:56 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:57 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.74 19:40:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:40:57 15dd6364a0d0: Preparing 19:40:57 3efd6ff1b990: Preparing 19:40:57 a7fc30cfd213: Preparing 19:40:57 32219508dad7: Preparing 19:40:57 f70ee36035b9: Preparing 19:40:57 32219508dad7: Layer already exists 19:40:57 3efd6ff1b990: Layer already exists 19:40:57 f70ee36035b9: Layer already exists 19:40:57 a7fc30cfd213: Layer already exists 19:40:57 15dd6364a0d0: Layer already exists 19:40:57 3.0.0-dev.74: digest: sha256:0513c61cd3fb861bca01427af2f049b95e3dc1f4be4a765eefc8c8bd4a15e63d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:57 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:57 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:40:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:40:57 15dd6364a0d0: Preparing 19:40:57 3efd6ff1b990: Preparing 19:40:57 a7fc30cfd213: Preparing 19:40:57 32219508dad7: Preparing 19:40:57 f70ee36035b9: Preparing 19:40:57 15dd6364a0d0: Layer already exists 19:40:57 a7fc30cfd213: Layer already exists 19:40:57 32219508dad7: Layer already exists 19:40:57 3efd6ff1b990: Layer already exists 19:40:57 f70ee36035b9: Layer already exists 19:40:57 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:0513c61cd3fb861bca01427af2f049b95e3dc1f4be4a765eefc8c8bd4a15e63d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:58 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:58 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 19:40:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:40:58 15dd6364a0d0: Preparing 19:40:58 3efd6ff1b990: Preparing 19:40:58 a7fc30cfd213: Preparing 19:40:58 32219508dad7: Preparing 19:40:58 f70ee36035b9: Preparing 19:40:58 a7fc30cfd213: Layer already exists 19:40:58 f70ee36035b9: Layer already exists 19:40:58 3efd6ff1b990: Layer already exists 19:40:58 32219508dad7: Layer already exists 19:40:58 15dd6364a0d0: Layer already exists 19:40:58 main: digest: sha256:0513c61cd3fb861bca01427af2f049b95e3dc1f4be4a765eefc8c8bd4a15e63d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:40:58 ===================================================== [Pipeline] echo 19:40:58 taggedImages: 19:40:58 - nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:58 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 19:40:58 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.74 19:40:58 - nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:40:58 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 19:40:58 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 19:40:58 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:58 latest 19:40:58 3.0.0-dev.74 19:40:58 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:40:58 main 19:40:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:40:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:40:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:40:59 31199a131465: Preparing 19:40:59 3f68ef683da1: Preparing 19:40:59 fbbd1df1ddcc: Preparing 19:40:59 a7fc30cfd213: Preparing 19:40:59 cc855f6051b8: Preparing 19:40:59 f70ee36035b9: Preparing 19:40:59 f70ee36035b9: Waiting 19:40:59 a7fc30cfd213: Layer already exists 19:40:59 cc855f6051b8: Layer already exists 19:40:59 f70ee36035b9: Layer already exists 19:40:59 3f68ef683da1: Pushed 19:40:59 31199a131465: Pushed 19:41:02 fbbd1df1ddcc: Pushed 19:41:02 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:01d024cad0b960de958e89f915d2a36322837cf0fefd7004e4d44f83ca8e9256 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 19:41:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:41:03 31199a131465: Preparing 19:41:03 3f68ef683da1: Preparing 19:41:03 fbbd1df1ddcc: Preparing 19:41:03 a7fc30cfd213: Preparing 19:41:03 cc855f6051b8: Preparing 19:41:03 f70ee36035b9: Preparing 19:41:03 f70ee36035b9: Waiting 19:41:03 a7fc30cfd213: Layer already exists 19:41:03 fbbd1df1ddcc: Layer already exists 19:41:03 3f68ef683da1: Layer already exists 19:41:03 cc855f6051b8: Layer already exists 19:41:03 31199a131465: Layer already exists 19:41:03 f70ee36035b9: Layer already exists 19:41:03 latest: digest: sha256:01d024cad0b960de958e89f915d2a36322837cf0fefd7004e4d44f83ca8e9256 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.74 19:41:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:41:03 31199a131465: Preparing 19:41:03 3f68ef683da1: Preparing 19:41:03 fbbd1df1ddcc: Preparing 19:41:03 a7fc30cfd213: Preparing 19:41:03 cc855f6051b8: Preparing 19:41:03 f70ee36035b9: Preparing 19:41:03 f70ee36035b9: Waiting 19:41:03 a7fc30cfd213: Layer already exists 19:41:03 31199a131465: Layer already exists 19:41:03 fbbd1df1ddcc: Layer already exists 19:41:03 3f68ef683da1: Layer already exists 19:41:03 cc855f6051b8: Layer already exists 19:41:03 f70ee36035b9: Layer already exists 19:41:03 3.0.0-dev.74: digest: sha256:01d024cad0b960de958e89f915d2a36322837cf0fefd7004e4d44f83ca8e9256 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:41:04 31199a131465: Preparing 19:41:04 3f68ef683da1: Preparing 19:41:04 fbbd1df1ddcc: Preparing 19:41:04 a7fc30cfd213: Preparing 19:41:04 cc855f6051b8: Preparing 19:41:04 f70ee36035b9: Preparing 19:41:04 f70ee36035b9: Waiting 19:41:04 3f68ef683da1: Layer already exists 19:41:04 cc855f6051b8: Layer already exists 19:41:04 31199a131465: Layer already exists 19:41:04 a7fc30cfd213: Layer already exists 19:41:04 fbbd1df1ddcc: Layer already exists 19:41:04 f70ee36035b9: Layer already exists 19:41:04 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:01d024cad0b960de958e89f915d2a36322837cf0fefd7004e4d44f83ca8e9256 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 19:41:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:41:05 31199a131465: Preparing 19:41:05 3f68ef683da1: Preparing 19:41:05 fbbd1df1ddcc: Preparing 19:41:05 a7fc30cfd213: Preparing 19:41:05 cc855f6051b8: Preparing 19:41:05 f70ee36035b9: Preparing 19:41:05 f70ee36035b9: Waiting 19:41:05 3f68ef683da1: Layer already exists 19:41:05 cc855f6051b8: Layer already exists 19:41:05 a7fc30cfd213: Layer already exists 19:41:05 fbbd1df1ddcc: Layer already exists 19:41:05 31199a131465: Layer already exists 19:41:05 f70ee36035b9: Layer already exists 19:41:05 main: digest: sha256:01d024cad0b960de958e89f915d2a36322837cf0fefd7004e4d44f83ca8e9256 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:41:05 ===================================================== [Pipeline] echo 19:41:05 taggedImages: 19:41:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 19:41:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.74 19:41:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 19:41:05 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 19:41:05 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:05 latest 19:41:05 3.0.0-dev.74 19:41:05 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:05 main 19:41:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:41:06 aa0b9edf97fc: Preparing 19:41:06 aa0b9edf97fc: Preparing 19:41:06 76c8703e43e4: Preparing 19:41:06 8976db8fe840: Preparing 19:41:06 fcef61fa4fe3: Preparing 19:41:06 0f0e12585298: Preparing 19:41:06 4552353dfb87: Preparing 19:41:06 a7fc30cfd213: Preparing 19:41:06 0767fdb8efba: Preparing 19:41:06 14be1ae9cedf: Preparing 19:41:06 a065a6359d5a: Preparing 19:41:06 a600584e3d16: Preparing 19:41:06 f70ee36035b9: Preparing 19:41:06 4552353dfb87: Waiting 19:41:06 a065a6359d5a: Waiting 19:41:06 f70ee36035b9: Waiting 19:41:06 a600584e3d16: Waiting 19:41:06 a7fc30cfd213: Waiting 19:41:06 0767fdb8efba: Waiting 19:41:06 14be1ae9cedf: Waiting 19:41:06 aa0b9edf97fc: Pushed 19:41:06 76c8703e43e4: Pushed 19:41:06 8976db8fe840: Pushed 19:41:06 0f0e12585298: Pushed 19:41:06 fcef61fa4fe3: Pushed 19:41:06 a7fc30cfd213: Layer already exists 19:41:06 0767fdb8efba: Pushed 19:41:06 a065a6359d5a: Pushed 19:41:06 14be1ae9cedf: Pushed 19:41:06 a600584e3d16: Pushed 19:41:07 f70ee36035b9: Layer already exists 19:41:10 4552353dfb87: Pushed 19:41:10 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:c69371ece7e1f0de63c54abdf8ea8a9b2c088945727c87761122e2065b4524f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 19:41:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:41:11 aa0b9edf97fc: Preparing 19:41:11 aa0b9edf97fc: Preparing 19:41:11 76c8703e43e4: Preparing 19:41:11 8976db8fe840: Preparing 19:41:11 fcef61fa4fe3: Preparing 19:41:11 0f0e12585298: Preparing 19:41:11 4552353dfb87: Preparing 19:41:11 a7fc30cfd213: Preparing 19:41:11 0767fdb8efba: Preparing 19:41:11 14be1ae9cedf: Preparing 19:41:11 a065a6359d5a: Preparing 19:41:11 a600584e3d16: Preparing 19:41:11 f70ee36035b9: Preparing 19:41:11 14be1ae9cedf: Waiting 19:41:11 a7fc30cfd213: Waiting 19:41:11 4552353dfb87: Waiting 19:41:11 0767fdb8efba: Waiting 19:41:11 a065a6359d5a: Waiting 19:41:11 f70ee36035b9: Waiting 19:41:11 a600584e3d16: Waiting 19:41:11 76c8703e43e4: Layer already exists 19:41:11 fcef61fa4fe3: Layer already exists 19:41:11 aa0b9edf97fc: Layer already exists 19:41:11 0f0e12585298: Layer already exists 19:41:11 8976db8fe840: Layer already exists 19:41:11 a7fc30cfd213: Layer already exists 19:41:11 4552353dfb87: Layer already exists 19:41:11 0767fdb8efba: Layer already exists 19:41:11 14be1ae9cedf: Layer already exists 19:41:11 a065a6359d5a: Layer already exists 19:41:11 a600584e3d16: Layer already exists 19:41:11 f70ee36035b9: Layer already exists 19:41:11 latest: digest: sha256:c69371ece7e1f0de63c54abdf8ea8a9b2c088945727c87761122e2065b4524f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.74 19:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:41:12 aa0b9edf97fc: Preparing 19:41:12 aa0b9edf97fc: Preparing 19:41:12 76c8703e43e4: Preparing 19:41:12 8976db8fe840: Preparing 19:41:12 fcef61fa4fe3: Preparing 19:41:12 0f0e12585298: Preparing 19:41:12 4552353dfb87: Preparing 19:41:12 a7fc30cfd213: Preparing 19:41:12 0767fdb8efba: Preparing 19:41:12 14be1ae9cedf: Preparing 19:41:12 a065a6359d5a: Preparing 19:41:12 a600584e3d16: Preparing 19:41:12 f70ee36035b9: Preparing 19:41:12 4552353dfb87: Waiting 19:41:12 a7fc30cfd213: Waiting 19:41:12 0767fdb8efba: Waiting 19:41:12 a600584e3d16: Waiting 19:41:12 f70ee36035b9: Waiting 19:41:12 14be1ae9cedf: Waiting 19:41:12 a065a6359d5a: Waiting 19:41:12 aa0b9edf97fc: Layer already exists 19:41:12 8976db8fe840: Layer already exists 19:41:12 0f0e12585298: Layer already exists 19:41:12 76c8703e43e4: Layer already exists 19:41:12 fcef61fa4fe3: Layer already exists 19:41:12 a7fc30cfd213: Layer already exists 19:41:12 4552353dfb87: Layer already exists 19:41:12 0767fdb8efba: Layer already exists 19:41:12 a065a6359d5a: Layer already exists 19:41:12 14be1ae9cedf: Layer already exists 19:41:12 a600584e3d16: Layer already exists 19:41:12 f70ee36035b9: Layer already exists 19:41:12 3.0.0-dev.74: digest: sha256:c69371ece7e1f0de63c54abdf8ea8a9b2c088945727c87761122e2065b4524f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:41:13 aa0b9edf97fc: Preparing 19:41:13 aa0b9edf97fc: Preparing 19:41:13 76c8703e43e4: Preparing 19:41:13 8976db8fe840: Preparing 19:41:13 fcef61fa4fe3: Preparing 19:41:13 0f0e12585298: Preparing 19:41:13 4552353dfb87: Preparing 19:41:13 a7fc30cfd213: Preparing 19:41:13 0767fdb8efba: Preparing 19:41:13 14be1ae9cedf: Preparing 19:41:13 a065a6359d5a: Preparing 19:41:13 a600584e3d16: Preparing 19:41:13 f70ee36035b9: Preparing 19:41:13 4552353dfb87: Waiting 19:41:13 a7fc30cfd213: Waiting 19:41:13 14be1ae9cedf: Waiting 19:41:13 a600584e3d16: Waiting 19:41:13 a065a6359d5a: Waiting 19:41:13 76c8703e43e4: Layer already exists 19:41:13 8976db8fe840: Layer already exists 19:41:13 fcef61fa4fe3: Layer already exists 19:41:13 aa0b9edf97fc: Layer already exists 19:41:13 0f0e12585298: Layer already exists 19:41:13 a7fc30cfd213: Layer already exists 19:41:13 14be1ae9cedf: Layer already exists 19:41:13 4552353dfb87: Layer already exists 19:41:13 0767fdb8efba: Layer already exists 19:41:13 a065a6359d5a: Layer already exists 19:41:13 f70ee36035b9: Layer already exists 19:41:13 a600584e3d16: Layer already exists 19:41:13 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:c69371ece7e1f0de63c54abdf8ea8a9b2c088945727c87761122e2065b4524f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 19:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:41:13 aa0b9edf97fc: Preparing 19:41:13 aa0b9edf97fc: Preparing 19:41:13 76c8703e43e4: Preparing 19:41:13 8976db8fe840: Preparing 19:41:13 fcef61fa4fe3: Preparing 19:41:13 0f0e12585298: Preparing 19:41:13 4552353dfb87: Preparing 19:41:13 a7fc30cfd213: Preparing 19:41:13 0767fdb8efba: Preparing 19:41:13 14be1ae9cedf: Preparing 19:41:13 a065a6359d5a: Preparing 19:41:13 a600584e3d16: Preparing 19:41:13 f70ee36035b9: Preparing 19:41:13 a600584e3d16: Waiting 19:41:13 0767fdb8efba: Waiting 19:41:13 14be1ae9cedf: Waiting 19:41:13 a065a6359d5a: Waiting 19:41:13 f70ee36035b9: Waiting 19:41:13 4552353dfb87: Waiting 19:41:13 a7fc30cfd213: Waiting 19:41:13 0f0e12585298: Layer already exists 19:41:13 8976db8fe840: Layer already exists 19:41:13 fcef61fa4fe3: Layer already exists 19:41:13 aa0b9edf97fc: Layer already exists 19:41:13 76c8703e43e4: Layer already exists 19:41:13 a7fc30cfd213: Layer already exists 19:41:13 4552353dfb87: Layer already exists 19:41:13 a065a6359d5a: Layer already exists 19:41:13 14be1ae9cedf: Layer already exists 19:41:13 0767fdb8efba: Layer already exists 19:41:13 a600584e3d16: Layer already exists 19:41:13 f70ee36035b9: Layer already exists 19:41:14 main: digest: sha256:c69371ece7e1f0de63c54abdf8ea8a9b2c088945727c87761122e2065b4524f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:41:14 ===================================================== [Pipeline] echo 19:41:14 taggedImages: 19:41:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 19:41:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.74 19:41:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 19:41:14 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 19:41:14 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:14 latest 19:41:14 3.0.0-dev.74 19:41:14 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:14 main 19:41:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:14 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 19:41:14 00f0bd9a6c77: Preparing 19:41:14 cbf6f382314c: Preparing 19:41:14 e76ec5e97d52: Preparing 19:41:14 2c094617afb4: Preparing 19:41:14 a7fc30cfd213: Preparing 19:41:14 65ecf2c988b5: Preparing 19:41:14 f70ee36035b9: Preparing 19:41:14 65ecf2c988b5: Waiting 19:41:14 a7fc30cfd213: Layer already exists 19:41:15 65ecf2c988b5: Layer already exists 19:41:15 f70ee36035b9: Layer already exists 19:41:15 e76ec5e97d52: Pushed 19:41:15 00f0bd9a6c77: Pushed 19:41:15 cbf6f382314c: Pushed 19:41:17 2c094617afb4: Pushed 19:41:17 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:58ee224b2c31e5b6540fd9d3343c3dd32eaea549eee132bc63423af29dd7e762 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:18 + 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 19:41:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 19:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 19:41:18 00f0bd9a6c77: Preparing 19:41:18 cbf6f382314c: Preparing 19:41:18 e76ec5e97d52: Preparing 19:41:18 2c094617afb4: Preparing 19:41:18 a7fc30cfd213: Preparing 19:41:18 65ecf2c988b5: Preparing 19:41:18 f70ee36035b9: Preparing 19:41:18 65ecf2c988b5: Waiting 19:41:18 f70ee36035b9: Waiting 19:41:18 00f0bd9a6c77: Layer already exists 19:41:18 2c094617afb4: Layer already exists 19:41:18 a7fc30cfd213: Layer already exists 19:41:18 e76ec5e97d52: Layer already exists 19:41:18 cbf6f382314c: Layer already exists 19:41:18 f70ee36035b9: Layer already exists 19:41:18 65ecf2c988b5: Layer already exists 19:41:18 latest: digest: sha256:58ee224b2c31e5b6540fd9d3343c3dd32eaea549eee132bc63423af29dd7e762 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:21 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.74 19:41:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 19:41:21 00f0bd9a6c77: Preparing 19:41:21 cbf6f382314c: Preparing 19:41:21 e76ec5e97d52: Preparing 19:41:21 2c094617afb4: Preparing 19:41:21 a7fc30cfd213: Preparing 19:41:21 65ecf2c988b5: Preparing 19:41:21 f70ee36035b9: Preparing 19:41:21 65ecf2c988b5: Waiting 19:41:21 f70ee36035b9: Waiting 19:41:21 a7fc30cfd213: Layer already exists 19:41:21 00f0bd9a6c77: Layer already exists 19:41:21 e76ec5e97d52: Layer already exists 19:41:21 2c094617afb4: Layer already exists 19:41:21 cbf6f382314c: Layer already exists 19:41:21 65ecf2c988b5: Layer already exists 19:41:21 f70ee36035b9: Layer already exists 19:41:22 3.0.0-dev.74: digest: sha256:58ee224b2c31e5b6540fd9d3343c3dd32eaea549eee132bc63423af29dd7e762 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 19:41:22 00f0bd9a6c77: Preparing 19:41:22 cbf6f382314c: Preparing 19:41:22 e76ec5e97d52: Preparing 19:41:22 2c094617afb4: Preparing 19:41:22 a7fc30cfd213: Preparing 19:41:22 65ecf2c988b5: Preparing 19:41:22 f70ee36035b9: Preparing 19:41:22 f70ee36035b9: Waiting 19:41:22 65ecf2c988b5: Waiting 19:41:22 a7fc30cfd213: Layer already exists 19:41:22 2c094617afb4: Layer already exists 19:41:22 00f0bd9a6c77: Layer already exists 19:41:22 e76ec5e97d52: Layer already exists 19:41:22 cbf6f382314c: Layer already exists 19:41:22 65ecf2c988b5: Layer already exists 19:41:22 f70ee36035b9: Layer already exists 19:41:22 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:58ee224b2c31e5b6540fd9d3343c3dd32eaea549eee132bc63423af29dd7e762 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:23 + 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 19:41:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 19:41:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 19:41:23 00f0bd9a6c77: Preparing 19:41:23 cbf6f382314c: Preparing 19:41:23 e76ec5e97d52: Preparing 19:41:23 2c094617afb4: Preparing 19:41:23 a7fc30cfd213: Preparing 19:41:23 65ecf2c988b5: Preparing 19:41:23 f70ee36035b9: Preparing 19:41:23 65ecf2c988b5: Waiting 19:41:23 f70ee36035b9: Waiting 19:41:23 2c094617afb4: Layer already exists 19:41:23 00f0bd9a6c77: Layer already exists 19:41:23 cbf6f382314c: Layer already exists 19:41:23 a7fc30cfd213: Layer already exists 19:41:23 e76ec5e97d52: Layer already exists 19:41:23 f70ee36035b9: Layer already exists 19:41:23 65ecf2c988b5: Layer already exists 19:41:23 main: digest: sha256:58ee224b2c31e5b6540fd9d3343c3dd32eaea549eee132bc63423af29dd7e762 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:41:23 ===================================================== [Pipeline] echo 19:41:23 taggedImages: 19:41:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 19:41:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.74 19:41:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 19:41:24 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 19:41:24 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:24 latest 19:41:24 3.0.0-dev.74 19:41:24 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:24 main 19:41:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:41:24 1470206f251a: Preparing 19:41:24 e6a76342ed5c: Preparing 19:41:24 5fea8f488a40: Preparing 19:41:24 f39aac9af42e: Preparing 19:41:24 024edbe83b2f: Preparing 19:41:24 743a086da37a: Preparing 19:41:24 e661b2f471d3: Preparing 19:41:24 f70ee36035b9: Preparing 19:41:24 e661b2f471d3: Waiting 19:41:24 f70ee36035b9: Waiting 19:41:24 743a086da37a: Waiting 19:41:24 e6a76342ed5c: Pushed 19:41:24 1470206f251a: Pushed 19:41:24 024edbe83b2f: Pushed 19:41:24 f70ee36035b9: Layer already exists 19:41:25 743a086da37a: Pushed 19:41:25 e661b2f471d3: Pushed 19:41:27 f39aac9af42e: Pushed 19:41:27 5fea8f488a40: Pushed 19:41:27 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:4fcfd1f347bac504eaa109bcb24110c49cea9c84bbe49af3a230468c6cbef908 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:28 + 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 19:41:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 19:41:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:41:28 1470206f251a: Preparing 19:41:28 e6a76342ed5c: Preparing 19:41:28 5fea8f488a40: Preparing 19:41:28 f39aac9af42e: Preparing 19:41:28 024edbe83b2f: Preparing 19:41:28 743a086da37a: Preparing 19:41:28 e661b2f471d3: Preparing 19:41:28 f70ee36035b9: Preparing 19:41:28 e661b2f471d3: Waiting 19:41:28 743a086da37a: Waiting 19:41:28 f70ee36035b9: Waiting 19:41:28 f39aac9af42e: Layer already exists 19:41:28 1470206f251a: Layer already exists 19:41:28 024edbe83b2f: Layer already exists 19:41:28 e6a76342ed5c: Layer already exists 19:41:28 5fea8f488a40: Layer already exists 19:41:28 f70ee36035b9: Layer already exists 19:41:28 e661b2f471d3: Layer already exists 19:41:28 743a086da37a: Layer already exists 19:41:28 latest: digest: sha256:4fcfd1f347bac504eaa109bcb24110c49cea9c84bbe49af3a230468c6cbef908 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:29 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.74 19:41:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:41:29 1470206f251a: Preparing 19:41:29 e6a76342ed5c: Preparing 19:41:29 5fea8f488a40: Preparing 19:41:29 f39aac9af42e: Preparing 19:41:29 024edbe83b2f: Preparing 19:41:29 743a086da37a: Preparing 19:41:29 e661b2f471d3: Preparing 19:41:29 f70ee36035b9: Preparing 19:41:29 e661b2f471d3: Waiting 19:41:29 f70ee36035b9: Waiting 19:41:29 743a086da37a: Waiting 19:41:29 e6a76342ed5c: Layer already exists 19:41:29 f39aac9af42e: Layer already exists 19:41:29 024edbe83b2f: Layer already exists 19:41:29 1470206f251a: Layer already exists 19:41:29 5fea8f488a40: Layer already exists 19:41:29 e661b2f471d3: Layer already exists 19:41:29 f70ee36035b9: Layer already exists 19:41:29 743a086da37a: Layer already exists 19:41:29 3.0.0-dev.74: digest: sha256:4fcfd1f347bac504eaa109bcb24110c49cea9c84bbe49af3a230468c6cbef908 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:29 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:41:30 1470206f251a: Preparing 19:41:30 e6a76342ed5c: Preparing 19:41:30 5fea8f488a40: Preparing 19:41:30 f39aac9af42e: Preparing 19:41:30 024edbe83b2f: Preparing 19:41:30 743a086da37a: Preparing 19:41:30 e661b2f471d3: Preparing 19:41:30 f70ee36035b9: Preparing 19:41:30 e661b2f471d3: Waiting 19:41:30 f70ee36035b9: Waiting 19:41:30 743a086da37a: Waiting 19:41:30 5fea8f488a40: Layer already exists 19:41:30 e6a76342ed5c: Layer already exists 19:41:30 1470206f251a: Layer already exists 19:41:30 f39aac9af42e: Layer already exists 19:41:30 024edbe83b2f: Layer already exists 19:41:30 e661b2f471d3: Layer already exists 19:41:30 743a086da37a: Layer already exists 19:41:30 f70ee36035b9: Layer already exists 19:41:30 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:4fcfd1f347bac504eaa109bcb24110c49cea9c84bbe49af3a230468c6cbef908 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:30 + 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 19:41:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 19:41:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:41:31 1470206f251a: Preparing 19:41:31 e6a76342ed5c: Preparing 19:41:31 5fea8f488a40: Preparing 19:41:31 f39aac9af42e: Preparing 19:41:31 024edbe83b2f: Preparing 19:41:31 743a086da37a: Preparing 19:41:31 e661b2f471d3: Preparing 19:41:31 f70ee36035b9: Preparing 19:41:31 e661b2f471d3: Waiting 19:41:31 f70ee36035b9: Waiting 19:41:31 743a086da37a: Waiting 19:41:31 f39aac9af42e: Layer already exists 19:41:31 e6a76342ed5c: Layer already exists 19:41:31 024edbe83b2f: Layer already exists 19:41:31 5fea8f488a40: Layer already exists 19:41:31 1470206f251a: Layer already exists 19:41:31 f70ee36035b9: Layer already exists 19:41:31 743a086da37a: Layer already exists 19:41:31 e661b2f471d3: Layer already exists 19:41:31 main: digest: sha256:4fcfd1f347bac504eaa109bcb24110c49cea9c84bbe49af3a230468c6cbef908 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:41:31 ===================================================== [Pipeline] echo 19:41:31 taggedImages: 19:41:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 19:41:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.74 19:41:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 19:41:31 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 19:41:31 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:31 latest 19:41:31 3.0.0-dev.74 19:41:31 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:31 main 19:41:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:31 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:41:32 86e08320e435: Preparing 19:41:32 30154585d114: Preparing 19:41:32 9288d0840789: Preparing 19:41:32 0395492a33a7: Preparing 19:41:32 836df22e5fde: Preparing 19:41:32 2baca55e1d60: Preparing 19:41:32 3c4df75a3d06: Preparing 19:41:32 dfce586f83d8: Preparing 19:41:32 e2a2c04263ad: Preparing 19:41:32 f70ee36035b9: Preparing 19:41:32 3c4df75a3d06: Waiting 19:41:32 dfce586f83d8: Waiting 19:41:32 e2a2c04263ad: Waiting 19:41:32 f70ee36035b9: Waiting 19:41:32 2baca55e1d60: Waiting 19:41:32 30154585d114: Pushed 19:41:32 836df22e5fde: Pushed 19:41:32 86e08320e435: Pushed 19:41:32 dfce586f83d8: Pushed 19:41:32 3c4df75a3d06: Pushed 19:41:32 2baca55e1d60: Pushed 19:41:32 f70ee36035b9: Layer already exists 19:41:32 e2a2c04263ad: Pushed 19:41:34 0395492a33a7: Pushed 19:41:35 9288d0840789: Pushed 19:41:35 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:888180c7a0aef83553bb6755f00e344b8dc2970545d5f13b180e7d5b20c8635b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:36 + 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 19:41:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 19:41:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:41:36 86e08320e435: Preparing 19:41:36 30154585d114: Preparing 19:41:36 9288d0840789: Preparing 19:41:36 0395492a33a7: Preparing 19:41:36 836df22e5fde: Preparing 19:41:36 2baca55e1d60: Preparing 19:41:36 3c4df75a3d06: Preparing 19:41:36 dfce586f83d8: Preparing 19:41:36 e2a2c04263ad: Preparing 19:41:36 f70ee36035b9: Preparing 19:41:36 2baca55e1d60: Waiting 19:41:36 3c4df75a3d06: Waiting 19:41:36 dfce586f83d8: Waiting 19:41:36 e2a2c04263ad: Waiting 19:41:36 f70ee36035b9: Waiting 19:41:36 86e08320e435: Layer already exists 19:41:36 9288d0840789: Layer already exists 19:41:36 836df22e5fde: Layer already exists 19:41:36 0395492a33a7: Layer already exists 19:41:36 30154585d114: Layer already exists 19:41:36 3c4df75a3d06: Layer already exists 19:41:36 2baca55e1d60: Layer already exists 19:41:36 e2a2c04263ad: Layer already exists 19:41:36 f70ee36035b9: Layer already exists 19:41:36 dfce586f83d8: Layer already exists 19:41:36 latest: digest: sha256:888180c7a0aef83553bb6755f00e344b8dc2970545d5f13b180e7d5b20c8635b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:37 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.74 19:41:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:41:37 86e08320e435: Preparing 19:41:37 30154585d114: Preparing 19:41:37 9288d0840789: Preparing 19:41:37 0395492a33a7: Preparing 19:41:37 836df22e5fde: Preparing 19:41:37 2baca55e1d60: Preparing 19:41:37 3c4df75a3d06: Preparing 19:41:37 2baca55e1d60: Waiting 19:41:37 dfce586f83d8: Preparing 19:41:37 e2a2c04263ad: Preparing 19:41:37 3c4df75a3d06: Waiting 19:41:37 dfce586f83d8: Waiting 19:41:37 e2a2c04263ad: Waiting 19:41:37 f70ee36035b9: Preparing 19:41:37 f70ee36035b9: Waiting 19:41:37 836df22e5fde: Layer already exists 19:41:37 0395492a33a7: Layer already exists 19:41:37 86e08320e435: Layer already exists 19:41:37 9288d0840789: Layer already exists 19:41:37 30154585d114: Layer already exists 19:41:37 3c4df75a3d06: Layer already exists 19:41:37 dfce586f83d8: Layer already exists 19:41:37 2baca55e1d60: Layer already exists 19:41:37 f70ee36035b9: Layer already exists 19:41:37 e2a2c04263ad: Layer already exists 19:41:37 3.0.0-dev.74: digest: sha256:888180c7a0aef83553bb6755f00e344b8dc2970545d5f13b180e7d5b20c8635b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:38 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:41:38 86e08320e435: Preparing 19:41:38 30154585d114: Preparing 19:41:38 9288d0840789: Preparing 19:41:38 0395492a33a7: Preparing 19:41:38 836df22e5fde: Preparing 19:41:38 2baca55e1d60: Preparing 19:41:38 3c4df75a3d06: Preparing 19:41:38 dfce586f83d8: Preparing 19:41:38 e2a2c04263ad: Preparing 19:41:38 f70ee36035b9: Preparing 19:41:38 2baca55e1d60: Waiting 19:41:38 3c4df75a3d06: Waiting 19:41:38 dfce586f83d8: Waiting 19:41:38 e2a2c04263ad: Waiting 19:41:38 f70ee36035b9: Waiting 19:41:38 0395492a33a7: Layer already exists 19:41:38 86e08320e435: Layer already exists 19:41:38 30154585d114: Layer already exists 19:41:38 836df22e5fde: Layer already exists 19:41:38 9288d0840789: Layer already exists 19:41:38 dfce586f83d8: Layer already exists 19:41:38 3c4df75a3d06: Layer already exists 19:41:38 2baca55e1d60: Layer already exists 19:41:38 e2a2c04263ad: Layer already exists 19:41:38 f70ee36035b9: Layer already exists 19:41:38 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:888180c7a0aef83553bb6755f00e344b8dc2970545d5f13b180e7d5b20c8635b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:39 + 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 19:41:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 19:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:41:39 86e08320e435: Preparing 19:41:39 30154585d114: Preparing 19:41:39 9288d0840789: Preparing 19:41:39 0395492a33a7: Preparing 19:41:39 836df22e5fde: Preparing 19:41:39 2baca55e1d60: Preparing 19:41:39 3c4df75a3d06: Preparing 19:41:39 dfce586f83d8: Preparing 19:41:39 e2a2c04263ad: Preparing 19:41:39 f70ee36035b9: Preparing 19:41:39 dfce586f83d8: Waiting 19:41:39 e2a2c04263ad: Waiting 19:41:39 f70ee36035b9: Waiting 19:41:39 2baca55e1d60: Waiting 19:41:39 3c4df75a3d06: Waiting 19:41:39 86e08320e435: Layer already exists 19:41:39 9288d0840789: Layer already exists 19:41:39 836df22e5fde: Layer already exists 19:41:39 30154585d114: Layer already exists 19:41:39 0395492a33a7: Layer already exists 19:41:39 dfce586f83d8: Layer already exists 19:41:39 f70ee36035b9: Layer already exists 19:41:39 2baca55e1d60: Layer already exists 19:41:39 3c4df75a3d06: Layer already exists 19:41:39 e2a2c04263ad: Layer already exists 19:41:39 main: digest: sha256:888180c7a0aef83553bb6755f00e344b8dc2970545d5f13b180e7d5b20c8635b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:41:39 ===================================================== [Pipeline] echo 19:41:39 taggedImages: 19:41:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 19:41:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.74 19:41:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 19:41:39 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 19:41:39 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:39 latest 19:41:39 3.0.0-dev.74 19:41:39 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:39 main 19:41:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:39 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:41:40 6e7206b7541b: Preparing 19:41:40 11e08e44dfc2: Preparing 19:41:40 a7fc30cfd213: Preparing 19:41:40 d3d55cfe09ca: Preparing 19:41:40 a8cfdf0cc8ec: Preparing 19:41:40 a8cfdf0cc8ec: Layer already exists 19:41:40 a7fc30cfd213: Layer already exists 19:41:40 6e7206b7541b: Pushed 19:41:41 d3d55cfe09ca: Pushed 19:41:44 11e08e44dfc2: Pushed 19:41:45 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:00208db32029edae68da931c00704ce658590601d109d782dc854498b7e479ee size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:45 + 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 19:41:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 19:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:41:45 6e7206b7541b: Preparing 19:41:45 11e08e44dfc2: Preparing 19:41:45 a7fc30cfd213: Preparing 19:41:45 d3d55cfe09ca: Preparing 19:41:45 a8cfdf0cc8ec: Preparing 19:41:45 d3d55cfe09ca: Layer already exists 19:41:45 a8cfdf0cc8ec: Layer already exists 19:41:45 11e08e44dfc2: Layer already exists 19:41:45 6e7206b7541b: Layer already exists 19:41:45 a7fc30cfd213: Layer already exists 19:41:45 latest: digest: sha256:00208db32029edae68da931c00704ce658590601d109d782dc854498b7e479ee size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:46 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.74 19:41:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:41:47 6e7206b7541b: Preparing 19:41:47 11e08e44dfc2: Preparing 19:41:47 a7fc30cfd213: Preparing 19:41:47 d3d55cfe09ca: Preparing 19:41:47 a8cfdf0cc8ec: Preparing 19:41:47 a8cfdf0cc8ec: Layer already exists 19:41:47 11e08e44dfc2: Layer already exists 19:41:47 d3d55cfe09ca: Layer already exists 19:41:47 a7fc30cfd213: Layer already exists 19:41:47 6e7206b7541b: Layer already exists 19:41:47 3.0.0-dev.74: digest: sha256:00208db32029edae68da931c00704ce658590601d109d782dc854498b7e479ee size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:48 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:41:48 6e7206b7541b: Preparing 19:41:48 11e08e44dfc2: Preparing 19:41:48 a7fc30cfd213: Preparing 19:41:48 d3d55cfe09ca: Preparing 19:41:48 a8cfdf0cc8ec: Preparing 19:41:48 a7fc30cfd213: Layer already exists 19:41:48 a8cfdf0cc8ec: Layer already exists 19:41:48 11e08e44dfc2: Layer already exists 19:41:48 6e7206b7541b: Layer already exists 19:41:48 d3d55cfe09ca: Layer already exists 19:41:48 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:00208db32029edae68da931c00704ce658590601d109d782dc854498b7e479ee size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:48 + 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 19:41:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 19:41:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:41:49 6e7206b7541b: Preparing 19:41:49 11e08e44dfc2: Preparing 19:41:49 a7fc30cfd213: Preparing 19:41:49 d3d55cfe09ca: Preparing 19:41:49 a8cfdf0cc8ec: Preparing 19:41:49 a7fc30cfd213: Layer already exists 19:41:49 d3d55cfe09ca: Layer already exists 19:41:49 11e08e44dfc2: Layer already exists 19:41:49 6e7206b7541b: Layer already exists 19:41:49 a8cfdf0cc8ec: Layer already exists 19:41:49 main: digest: sha256:00208db32029edae68da931c00704ce658590601d109d782dc854498b7e479ee size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:41:49 ===================================================== [Pipeline] echo 19:41:49 taggedImages: 19:41:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 19:41:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.74 19:41:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 19:41:49 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 19:41:49 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:49 latest 19:41:49 3.0.0-dev.74 19:41:49 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:41:49 main 19:41:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:49 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:41:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:41:50 97fbdbf340bc: Preparing 19:41:50 f1c636cf0bdd: Preparing 19:41:50 f68074318f2b: Preparing 19:41:50 d8ae8852dc26: Preparing 19:41:50 5b2b73400e56: Preparing 19:41:50 8731a35c0d01: Preparing 19:41:50 a8cfdf0cc8ec: Preparing 19:41:50 8731a35c0d01: Waiting 19:41:50 a8cfdf0cc8ec: Waiting 19:41:50 97fbdbf340bc: Pushed 19:41:50 f68074318f2b: Pushed 19:41:50 f1c636cf0bdd: Pushed 19:41:50 a8cfdf0cc8ec: Layer already exists 19:41:51 8731a35c0d01: Pushed 19:41:59 5b2b73400e56: Pushed 19:42:06 d8ae8852dc26: Pushed 19:42:06 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:c8cdc6019278d0c8b63ea243e10224044b2629eda15699ca0fc4c5b6c984b967 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:06 + 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 19:42:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 19:42:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:42:06 97fbdbf340bc: Preparing 19:42:06 f1c636cf0bdd: Preparing 19:42:06 f68074318f2b: Preparing 19:42:06 d8ae8852dc26: Preparing 19:42:06 5b2b73400e56: Preparing 19:42:06 8731a35c0d01: Preparing 19:42:06 a8cfdf0cc8ec: Preparing 19:42:06 8731a35c0d01: Waiting 19:42:06 a8cfdf0cc8ec: Waiting 19:42:06 97fbdbf340bc: Layer already exists 19:42:06 d8ae8852dc26: Layer already exists 19:42:06 f1c636cf0bdd: Layer already exists 19:42:06 f68074318f2b: Layer already exists 19:42:06 5b2b73400e56: Layer already exists 19:42:06 8731a35c0d01: Layer already exists 19:42:06 a8cfdf0cc8ec: Layer already exists 19:42:07 latest: digest: sha256:c8cdc6019278d0c8b63ea243e10224044b2629eda15699ca0fc4c5b6c984b967 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:07 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.74 19:42:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:42:07 97fbdbf340bc: Preparing 19:42:07 f1c636cf0bdd: Preparing 19:42:07 f68074318f2b: Preparing 19:42:07 d8ae8852dc26: Preparing 19:42:07 5b2b73400e56: Preparing 19:42:07 8731a35c0d01: Preparing 19:42:07 a8cfdf0cc8ec: Preparing 19:42:07 a8cfdf0cc8ec: Waiting 19:42:07 8731a35c0d01: Waiting 19:42:07 f1c636cf0bdd: Layer already exists 19:42:07 f68074318f2b: Layer already exists 19:42:07 5b2b73400e56: Layer already exists 19:42:07 d8ae8852dc26: Layer already exists 19:42:07 97fbdbf340bc: Layer already exists 19:42:07 8731a35c0d01: Layer already exists 19:42:07 a8cfdf0cc8ec: Layer already exists 19:42:08 3.0.0-dev.74: digest: sha256:c8cdc6019278d0c8b63ea243e10224044b2629eda15699ca0fc4c5b6c984b967 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:08 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:42:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:42:08 97fbdbf340bc: Preparing 19:42:08 f1c636cf0bdd: Preparing 19:42:08 f68074318f2b: Preparing 19:42:08 d8ae8852dc26: Preparing 19:42:08 5b2b73400e56: Preparing 19:42:08 8731a35c0d01: Preparing 19:42:08 a8cfdf0cc8ec: Preparing 19:42:08 8731a35c0d01: Waiting 19:42:08 a8cfdf0cc8ec: Waiting 19:42:08 f68074318f2b: Layer already exists 19:42:08 5b2b73400e56: Layer already exists 19:42:08 f1c636cf0bdd: Layer already exists 19:42:08 d8ae8852dc26: Layer already exists 19:42:08 97fbdbf340bc: Layer already exists 19:42:08 8731a35c0d01: Layer already exists 19:42:08 a8cfdf0cc8ec: Layer already exists 19:42:09 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:c8cdc6019278d0c8b63ea243e10224044b2629eda15699ca0fc4c5b6c984b967 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:09 + 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 19:42:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 19:42:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:42:09 97fbdbf340bc: Preparing 19:42:09 f1c636cf0bdd: Preparing 19:42:09 f68074318f2b: Preparing 19:42:09 d8ae8852dc26: Preparing 19:42:09 5b2b73400e56: Preparing 19:42:09 8731a35c0d01: Preparing 19:42:09 a8cfdf0cc8ec: Preparing 19:42:09 a8cfdf0cc8ec: Waiting 19:42:09 8731a35c0d01: Waiting 19:42:09 f1c636cf0bdd: Layer already exists 19:42:09 5b2b73400e56: Layer already exists 19:42:09 f68074318f2b: Layer already exists 19:42:09 d8ae8852dc26: Layer already exists 19:42:09 97fbdbf340bc: Layer already exists 19:42:09 8731a35c0d01: Layer already exists 19:42:09 a8cfdf0cc8ec: Layer already exists 19:42:10 main: digest: sha256:c8cdc6019278d0c8b63ea243e10224044b2629eda15699ca0fc4c5b6c984b967 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:42:10 ===================================================== [Pipeline] echo 19:42:10 taggedImages: 19:42:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:42:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 19:42:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.74 19:42:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:42:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 19:42:10 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 19:42:10 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:42:10 latest 19:42:10 3.0.0-dev.74 19:42:10 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:42:10 main 19:42:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:10 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:42:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:42:14 4bbf7688b60c: Preparing 19:42:14 edea37e26b12: Preparing 19:42:14 9564bf17b2b5: Preparing 19:42:14 c966ae24d48c: Preparing 19:42:14 4914ccdd1a9e: Preparing 19:42:14 a8cfdf0cc8ec: Preparing 19:42:14 a8cfdf0cc8ec: Waiting 19:42:14 9564bf17b2b5: Pushed 19:42:14 4bbf7688b60c: Pushed 19:42:14 edea37e26b12: Pushed 19:42:14 a8cfdf0cc8ec: Layer already exists 19:42:14 4914ccdd1a9e: Pushed 19:42:29 c966ae24d48c: Pushed 19:42:29 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:d293ab0cd2d555c2f1ec647e607db7771039b438034936a222e205b2e4cc7077 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:30 + 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 19:42:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 19:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:42:30 4bbf7688b60c: Preparing 19:42:30 edea37e26b12: Preparing 19:42:30 9564bf17b2b5: Preparing 19:42:30 c966ae24d48c: Preparing 19:42:30 4914ccdd1a9e: Preparing 19:42:30 a8cfdf0cc8ec: Preparing 19:42:30 a8cfdf0cc8ec: Waiting 19:42:30 9564bf17b2b5: Layer already exists 19:42:30 c966ae24d48c: Layer already exists 19:42:30 4914ccdd1a9e: Layer already exists 19:42:30 edea37e26b12: Layer already exists 19:42:30 4bbf7688b60c: Layer already exists 19:42:30 a8cfdf0cc8ec: Layer already exists 19:42:30 latest: digest: sha256:d293ab0cd2d555c2f1ec647e607db7771039b438034936a222e205b2e4cc7077 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:31 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.74 19:42:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:42:31 4bbf7688b60c: Preparing 19:42:31 edea37e26b12: Preparing 19:42:31 9564bf17b2b5: Preparing 19:42:31 c966ae24d48c: Preparing 19:42:31 4914ccdd1a9e: Preparing 19:42:31 a8cfdf0cc8ec: Preparing 19:42:31 a8cfdf0cc8ec: Waiting 19:42:31 c966ae24d48c: Layer already exists 19:42:31 4bbf7688b60c: Layer already exists 19:42:31 4914ccdd1a9e: Layer already exists 19:42:31 9564bf17b2b5: Layer already exists 19:42:31 edea37e26b12: Layer already exists 19:42:31 a8cfdf0cc8ec: Layer already exists 19:42:31 3.0.0-dev.74: digest: sha256:d293ab0cd2d555c2f1ec647e607db7771039b438034936a222e205b2e4cc7077 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:42:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:42:32 4bbf7688b60c: Preparing 19:42:32 edea37e26b12: Preparing 19:42:32 9564bf17b2b5: Preparing 19:42:32 c966ae24d48c: Preparing 19:42:32 4914ccdd1a9e: Preparing 19:42:32 a8cfdf0cc8ec: Preparing 19:42:32 a8cfdf0cc8ec: Waiting 19:42:32 edea37e26b12: Layer already exists 19:42:32 4914ccdd1a9e: Layer already exists 19:42:32 9564bf17b2b5: Layer already exists 19:42:32 c966ae24d48c: Layer already exists 19:42:32 4bbf7688b60c: Layer already exists 19:42:32 a8cfdf0cc8ec: Layer already exists 19:42:32 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:d293ab0cd2d555c2f1ec647e607db7771039b438034936a222e205b2e4cc7077 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:32 + 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 19:42:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 19:42:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:42:33 4bbf7688b60c: Preparing 19:42:33 edea37e26b12: Preparing 19:42:33 9564bf17b2b5: Preparing 19:42:33 c966ae24d48c: Preparing 19:42:33 4914ccdd1a9e: Preparing 19:42:33 a8cfdf0cc8ec: Preparing 19:42:33 a8cfdf0cc8ec: Waiting 19:42:33 4bbf7688b60c: Layer already exists 19:42:33 9564bf17b2b5: Layer already exists 19:42:33 c966ae24d48c: Layer already exists 19:42:33 edea37e26b12: Layer already exists 19:42:33 4914ccdd1a9e: Layer already exists 19:42:33 a8cfdf0cc8ec: Layer already exists 19:42:33 main: digest: sha256:d293ab0cd2d555c2f1ec647e607db7771039b438034936a222e205b2e4cc7077 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:42:33 ===================================================== [Pipeline] echo 19:42:33 taggedImages: 19:42:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:42:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 19:42:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.74 19:42:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:42:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 19:42:33 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 19:42:33 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:42:33 latest 19:42:33 3.0.0-dev.74 19:42:33 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:42:33 main 19:42:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:42:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:42:34 988a4a7a4ac4: Preparing 19:42:34 199fff7e52cd: Preparing 19:42:34 fd95e75fe595: Preparing 19:42:34 49615bed22f4: Preparing 19:42:34 8731a35c0d01: Preparing 19:42:34 a8cfdf0cc8ec: Preparing 19:42:34 a8cfdf0cc8ec: Waiting 19:42:34 8731a35c0d01: Layer already exists 19:42:34 a8cfdf0cc8ec: Layer already exists 19:42:34 fd95e75fe595: Pushed 19:42:34 988a4a7a4ac4: Pushed 19:42:34 199fff7e52cd: Pushed 19:42:52 49615bed22f4: Pushed 19:42:52 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:304fcd15178baf16c5da644cafc0c9291398786d5d3546c33824c13c04ff3d26 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:52 + 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 19:42:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 19:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:42:53 988a4a7a4ac4: Preparing 19:42:53 199fff7e52cd: Preparing 19:42:53 fd95e75fe595: Preparing 19:42:53 49615bed22f4: Preparing 19:42:53 8731a35c0d01: Preparing 19:42:53 a8cfdf0cc8ec: Preparing 19:42:53 a8cfdf0cc8ec: Waiting 19:42:53 fd95e75fe595: Layer already exists 19:42:53 49615bed22f4: Layer already exists 19:42:53 988a4a7a4ac4: Layer already exists 19:42:53 199fff7e52cd: Layer already exists 19:42:53 8731a35c0d01: Layer already exists 19:42:53 a8cfdf0cc8ec: Layer already exists 19:42:53 latest: digest: sha256:304fcd15178baf16c5da644cafc0c9291398786d5d3546c33824c13c04ff3d26 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:53 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.74 19:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:42:54 988a4a7a4ac4: Preparing 19:42:54 199fff7e52cd: Preparing 19:42:54 fd95e75fe595: Preparing 19:42:54 49615bed22f4: Preparing 19:42:54 8731a35c0d01: Preparing 19:42:54 a8cfdf0cc8ec: Preparing 19:42:54 a8cfdf0cc8ec: Waiting 19:42:54 199fff7e52cd: Layer already exists 19:42:54 8731a35c0d01: Layer already exists 19:42:54 fd95e75fe595: Layer already exists 19:42:54 49615bed22f4: Layer already exists 19:42:54 988a4a7a4ac4: Layer already exists 19:42:54 a8cfdf0cc8ec: Layer already exists 19:42:54 3.0.0-dev.74: digest: sha256:304fcd15178baf16c5da644cafc0c9291398786d5d3546c33824c13c04ff3d26 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:54 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:42:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:42:55 988a4a7a4ac4: Preparing 19:42:55 199fff7e52cd: Preparing 19:42:55 fd95e75fe595: Preparing 19:42:55 49615bed22f4: Preparing 19:42:55 8731a35c0d01: Preparing 19:42:55 a8cfdf0cc8ec: Preparing 19:42:55 a8cfdf0cc8ec: Waiting 19:42:55 8731a35c0d01: Layer already exists 19:42:55 988a4a7a4ac4: Layer already exists 19:42:55 199fff7e52cd: Layer already exists 19:42:55 fd95e75fe595: Layer already exists 19:42:55 49615bed22f4: Layer already exists 19:42:55 a8cfdf0cc8ec: Layer already exists 19:42:55 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:304fcd15178baf16c5da644cafc0c9291398786d5d3546c33824c13c04ff3d26 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42: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 19:42:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 19:42:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:42:55 988a4a7a4ac4: Preparing 19:42:55 199fff7e52cd: Preparing 19:42:55 fd95e75fe595: Preparing 19:42:55 49615bed22f4: Preparing 19:42:55 8731a35c0d01: Preparing 19:42:55 a8cfdf0cc8ec: Preparing 19:42:55 a8cfdf0cc8ec: Waiting 19:42:55 fd95e75fe595: Layer already exists 19:42:55 8731a35c0d01: Layer already exists 19:42:55 988a4a7a4ac4: Layer already exists 19:42:55 199fff7e52cd: Layer already exists 19:42:55 49615bed22f4: Layer already exists 19:42:55 a8cfdf0cc8ec: Layer already exists 19:42:55 main: digest: sha256:304fcd15178baf16c5da644cafc0c9291398786d5d3546c33824c13c04ff3d26 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:42:56 ===================================================== [Pipeline] echo 19:42:56 taggedImages: 19:42:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:42:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 19:42:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.74 19:42:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:42:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 19:42:56 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 19:42:56 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:42:56 latest 19:42:56 3.0.0-dev.74 19:42:56 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:42:56 main 19:42:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:56 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:42:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:42:56 bb3b3559a7c8: Preparing 19:42:56 2a5661fa1875: Preparing 19:42:56 a7fc30cfd213: Preparing 19:42:56 cb1ae61f20c7: Preparing 19:42:56 f70ee36035b9: Preparing 19:42:56 f70ee36035b9: Layer already exists 19:42:56 a7fc30cfd213: Layer already exists 19:42:57 bb3b3559a7c8: Pushed 19:42:57 cb1ae61f20c7: Pushed 19:43:02 2a5661fa1875: Pushed 19:43:02 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:677ac24d2eb280ff53e899a3da3bb3e5736d0983cf7de7f41a491b81a80f5295 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:02 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 19:43:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:43:03 bb3b3559a7c8: Preparing 19:43:03 2a5661fa1875: Preparing 19:43:03 a7fc30cfd213: Preparing 19:43:03 cb1ae61f20c7: Preparing 19:43:03 f70ee36035b9: Preparing 19:43:03 bb3b3559a7c8: Layer already exists 19:43:03 a7fc30cfd213: Layer already exists 19:43:03 f70ee36035b9: Layer already exists 19:43:03 cb1ae61f20c7: Layer already exists 19:43:03 2a5661fa1875: Layer already exists 19:43:03 latest: digest: sha256:677ac24d2eb280ff53e899a3da3bb3e5736d0983cf7de7f41a491b81a80f5295 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:03 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.74 19:43:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:43:04 bb3b3559a7c8: Preparing 19:43:04 2a5661fa1875: Preparing 19:43:04 a7fc30cfd213: Preparing 19:43:04 cb1ae61f20c7: Preparing 19:43:04 f70ee36035b9: Preparing 19:43:04 f70ee36035b9: Layer already exists 19:43:04 2a5661fa1875: Layer already exists 19:43:04 a7fc30cfd213: Layer already exists 19:43:04 bb3b3559a7c8: Layer already exists 19:43:04 cb1ae61f20c7: Layer already exists 19:43:04 3.0.0-dev.74: digest: sha256:677ac24d2eb280ff53e899a3da3bb3e5736d0983cf7de7f41a491b81a80f5295 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:04 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:43:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:43:04 bb3b3559a7c8: Preparing 19:43:04 2a5661fa1875: Preparing 19:43:04 a7fc30cfd213: Preparing 19:43:04 cb1ae61f20c7: Preparing 19:43:04 f70ee36035b9: Preparing 19:43:04 f70ee36035b9: Layer already exists 19:43:04 2a5661fa1875: Layer already exists 19:43:04 bb3b3559a7c8: Layer already exists 19:43:04 a7fc30cfd213: Layer already exists 19:43:04 cb1ae61f20c7: Layer already exists 19:43:04 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:677ac24d2eb280ff53e899a3da3bb3e5736d0983cf7de7f41a491b81a80f5295 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:05 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 19:43:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:43:05 bb3b3559a7c8: Preparing 19:43:05 2a5661fa1875: Preparing 19:43:05 a7fc30cfd213: Preparing 19:43:05 cb1ae61f20c7: Preparing 19:43:05 f70ee36035b9: Preparing 19:43:05 cb1ae61f20c7: Layer already exists 19:43:05 a7fc30cfd213: Layer already exists 19:43:05 2a5661fa1875: Layer already exists 19:43:05 bb3b3559a7c8: Layer already exists 19:43:05 f70ee36035b9: Layer already exists 19:43:05 main: digest: sha256:677ac24d2eb280ff53e899a3da3bb3e5736d0983cf7de7f41a491b81a80f5295 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:43:05 ===================================================== [Pipeline] echo 19:43:05 taggedImages: 19:43:05 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:43:05 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 19:43:05 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.74 19:43:05 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:43:05 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 19:43:05 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 19:43:05 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:43:05 latest 19:43:05 3.0.0-dev.74 19:43:05 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:43:05 main 19:43:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:06 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:43:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:43:06 a380bc5aea99: Preparing 19:43:06 276f60c83ce8: Preparing 19:43:06 a7fc30cfd213: Preparing 19:43:06 cc855f6051b8: Preparing 19:43:06 f70ee36035b9: Preparing 19:43:06 a7fc30cfd213: Layer already exists 19:43:06 f70ee36035b9: Layer already exists 19:43:06 cc855f6051b8: Layer already exists 19:43:06 a380bc5aea99: Pushed 19:43:13 276f60c83ce8: Pushed 19:43:13 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:9a5adf396fb4e86c3a3d28a5959eb6e8eee89b1d103df72b6d1756def556298a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:13 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 19:43:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:43:14 a380bc5aea99: Preparing 19:43:14 276f60c83ce8: Preparing 19:43:14 a7fc30cfd213: Preparing 19:43:14 cc855f6051b8: Preparing 19:43:14 f70ee36035b9: Preparing 19:43:14 a380bc5aea99: Layer already exists 19:43:14 cc855f6051b8: Layer already exists 19:43:14 f70ee36035b9: Layer already exists 19:43:14 276f60c83ce8: Layer already exists 19:43:14 a7fc30cfd213: Layer already exists 19:43:14 latest: digest: sha256:9a5adf396fb4e86c3a3d28a5959eb6e8eee89b1d103df72b6d1756def556298a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:14 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.74 19:43:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:43:14 a380bc5aea99: Preparing 19:43:14 276f60c83ce8: Preparing 19:43:14 a7fc30cfd213: Preparing 19:43:14 cc855f6051b8: Preparing 19:43:14 f70ee36035b9: Preparing 19:43:14 a7fc30cfd213: Layer already exists 19:43:14 f70ee36035b9: Layer already exists 19:43:14 cc855f6051b8: Layer already exists 19:43:14 276f60c83ce8: Layer already exists 19:43:14 a380bc5aea99: Layer already exists 19:43:14 3.0.0-dev.74: digest: sha256:9a5adf396fb4e86c3a3d28a5959eb6e8eee89b1d103df72b6d1756def556298a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:43:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:43:15 a380bc5aea99: Preparing 19:43:15 276f60c83ce8: Preparing 19:43:15 a7fc30cfd213: Preparing 19:43:15 cc855f6051b8: Preparing 19:43:15 f70ee36035b9: Preparing 19:43:15 a7fc30cfd213: Layer already exists 19:43:15 cc855f6051b8: Layer already exists 19:43:15 a380bc5aea99: Layer already exists 19:43:15 276f60c83ce8: Layer already exists 19:43:15 f70ee36035b9: Layer already exists 19:43:15 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:9a5adf396fb4e86c3a3d28a5959eb6e8eee89b1d103df72b6d1756def556298a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 19:43:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:43:16 a380bc5aea99: Preparing 19:43:16 276f60c83ce8: Preparing 19:43:16 a7fc30cfd213: Preparing 19:43:16 cc855f6051b8: Preparing 19:43:16 f70ee36035b9: Preparing 19:43:16 f70ee36035b9: Layer already exists 19:43:16 a7fc30cfd213: Layer already exists 19:43:16 a380bc5aea99: Layer already exists 19:43:16 276f60c83ce8: Layer already exists 19:43:16 cc855f6051b8: Layer already exists 19:43:16 main: digest: sha256:9a5adf396fb4e86c3a3d28a5959eb6e8eee89b1d103df72b6d1756def556298a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:43:16 ===================================================== [Pipeline] echo 19:43:16 taggedImages: 19:43:16 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc 19:43:16 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 19:43:16 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.74 19:43:16 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 19:43:16 - 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 19:43:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:43:16 19:43:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:43:16 arm64: Pulling from edgex-lftools-log-publisher 19:43:16 8998bd30e6a1: Pulling fs layer 19:43:16 04944245beec: Pulling fs layer 19:43:16 699f458cf7ca: Pulling fs layer 19:43:16 765212b225bb: Pulling fs layer 19:43:16 f23df028b6ca: Pulling fs layer 19:43:16 d65c8cfc05b1: Pulling fs layer 19:43:16 2437ff75d9bd: Pulling fs layer 19:43:16 f23df028b6ca: Waiting 19:43:16 d65c8cfc05b1: Waiting 19:43:16 2437ff75d9bd: Waiting 19:43:16 765212b225bb: Waiting 19:43:17 04944245beec: Verifying Checksum 19:43:17 04944245beec: Download complete 19:43:17 765212b225bb: Download complete 19:43:17 f23df028b6ca: Verifying Checksum 19:43:17 f23df028b6ca: Download complete 19:43:17 d65c8cfc05b1: Verifying Checksum 19:43:17 d65c8cfc05b1: Download complete 19:43:17 699f458cf7ca: Verifying Checksum 19:43:17 699f458cf7ca: Download complete 19:43:17 8998bd30e6a1: Verifying Checksum 19:43:17 8998bd30e6a1: Download complete 19:43:20 2437ff75d9bd: Verifying Checksum 19:43:20 2437ff75d9bd: Download complete 19:43:22 8998bd30e6a1: Pull complete 19:43:22 04944245beec: Pull complete 19:43:23 699f458cf7ca: Pull complete 19:43:23 765212b225bb: Pull complete 19:43:24 f23df028b6ca: Pull complete 19:43:24 d65c8cfc05b1: Pull complete 19:43:40 2437ff75d9bd: Pull complete 19:43:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:43:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:43:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:43:40 prd-ubuntu20.04-docker-arm64-4c-16g-8012 does not seem to be running inside a container 19:43:40 $ 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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:43:43 $ docker top 07c184d7d904666705de27dbab8aa2e0153c02b3b342331928be87ecd29431fc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:43:44 ---> job-cost.sh 19:43:44 lf-activate-venv: SKIPPING 19:43:44 INFO: No Stack... 19:43:44 INFO: Retrieving Pricing Info for: v3-standard-4 19:43:45 INFO: Archiving Costs [Pipeline] sh 19:43:46 + cat /w/workspace/edgex-go/435/archives/cost.csv 19:43:46 + cut -d, -f6 [Pipeline] lock 19:43:46 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-435-stack-cost] 19:43:46 Resource [jenkins-edgexfoundry-edgex-go-main-435-stack-cost] did not exist. Created. 19:43:46 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-435-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:43:46 + echo total: 0.10999999940395355 [Pipeline] stash 19:43:47 Stashed 1 file(s) [Pipeline] } 19:43:47 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-435-stack-cost] [Pipeline] // lock [Pipeline] } 19:43:47 $ docker stop --time=1 07c184d7d904666705de27dbab8aa2e0153c02b3b342331928be87ecd29431fc 19:43:48 $ docker rm -f --volumes 07c184d7d904666705de27dbab8aa2e0153c02b3b342331928be87ecd29431fc [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 19:43:49 provisioning config files... 19:43:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/435@tmp/config15571470954568707494tmp [Pipeline] { [Pipeline] sh 19:43:49 + set +x 19:43:49 + curl -s https://codecov.io/bash 19:43:49 + bash -s -- 19:43:49 19:43:49 _____ _ 19:43:49 / ____| | | 19:43:49 | | ___ __| | ___ ___ _____ __ 19:43:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:43:49 | |___| (_) | (_| | __/ (_| (_) \ V / 19:43:49 \_____\___/ \__,_|\___|\___\___/ \_/ 19:43:49 Bash-1.0.6 19:43:49 19:43:49 19:43:49 ==> git version 2.25.1 found 19:43: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 19:43:49 Release-Date: 2020-01-08 19:43: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 19:43:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:43:49 ==> Jenkins CI detected. 19:43:49 current dir:  /w/workspace/edgex-go/435 19:43:49 project root: . 19:43:49 --> token set from env 19:43:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:43:49 ==> Running gcov in . (disable via -X gcov) 19:43:49 ==> Python coveragepy not found 19:43:49 ==> Searching for coverage reports in: 19:43:49 + . 19:43:49 -> Found 1 reports 19:43:49 ==> Detecting git/mercurial file structure 19:43:49 ==> Reading reports 19:43:49 + ./coverage.out bytes=487670 19:43:49 ==> Appending adjustments 19:43:49 https://docs.codecov.io/docs/fixing-reports 19:43:50 + Found adjustments 19:43:50 ==> Gzipping contents 19:43:51 64K /tmp/codecov.aPh5pI.gz 19:43:51 ==> Uploading reports 19:43:51 url: https://codecov.io 19:43:51 query: branch=main&commit=8aa10c1497df1eea7ec4785a9c01b401f72abbbc&build=435&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F435%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 19:43:51 -> Pinging Codecov 19:43:51 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=8aa10c1497df1eea7ec4785a9c01b401f72abbbc&build=435&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F435%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 19:43:51 -> Uploading to 19:43:51 https://storage.googleapis.com/codecov/v4/raw/2023-03-01/00271124DB129430A58F1EEE437C3FCB/8aa10c1497df1eea7ec4785a9c01b401f72abbbc/47c191d6-0462-4b91-b7f3-fb7c2068f1fd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T194350Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=798a8959583c4c33fbe33a56e90b5436dcb1925e7d88d4cf33090539c4e9c761 19:43:51 % Total % Received % Xferd Average Speed Time Time Time Current 19:43:51 Dload Upload Total Spent Left Speed 19:43:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63091 0 0 100 63091 0 179k --:--:-- --:--:-- --:--:-- 180k 19:43:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } 19:43:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 19:43:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:43:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:43:52 19:43:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:43:52 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:43:52 df9b9388f04a: Pulling fs layer 19:43:52 52dc419b0ee2: Pulling fs layer 19:43:52 25bc292e5bac: Pulling fs layer 19:43:52 114826534d7a: Pulling fs layer 19:43:52 4657fd5d0bcf: Pulling fs layer 19:43:52 6ad1cebc031e: Pulling fs layer 19:43:52 8a3aa393b2d8: Pulling fs layer 19:43:52 114826534d7a: Waiting 19:43:52 4657fd5d0bcf: Waiting 19:43:52 8a3aa393b2d8: Waiting 19:43:52 6ad1cebc031e: Waiting 19:43:52 25bc292e5bac: Verifying Checksum 19:43:52 25bc292e5bac: Download complete 19:43:52 52dc419b0ee2: Verifying Checksum 19:43:52 52dc419b0ee2: Download complete 19:43:52 4657fd5d0bcf: Verifying Checksum 19:43:52 4657fd5d0bcf: Download complete 19:43:52 df9b9388f04a: Download complete 19:43:52 df9b9388f04a: Pull complete 19:43:52 6ad1cebc031e: Verifying Checksum 19:43:52 6ad1cebc031e: Download complete 19:43:52 52dc419b0ee2: Pull complete 19:43:52 25bc292e5bac: Pull complete 19:43:53 114826534d7a: Verifying Checksum 19:43:53 114826534d7a: Download complete 19:43:53 8a3aa393b2d8: Verifying Checksum 19:43:53 8a3aa393b2d8: Download complete 19:43:56 114826534d7a: Pull complete 19:43:57 4657fd5d0bcf: Pull complete 19:43:57 6ad1cebc031e: Pull complete 19:44:00 8a3aa393b2d8: Pull complete 19:44:00 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 19:44:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:44:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:00 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:44:00 $ 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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:44:05 $ docker top c95d9b325e9dad2ea3d0e209a0bbb61ffa82050533320aa77701f1e653a52f89 -eo pid,comm [Pipeline] { [Pipeline] echo 19:44:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 19:44:05 + set -o pipefail 19:44:05 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 19:44:11 19:44:11 Monitoring /w/workspace/edgex-go/435 (github.com/edgexfoundry/edgex-go)... 19:44:11 19:44:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/c62a4002-7041-4a0a-afa2-89616085c7f2 19:44:11 19:44:11 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 19:44:11 19:44:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:44:11 19:44:11 19:44:11 A medium severity vulnerability was found in the Snyk CLI versions you are using. 19:44:11 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 19:44:11 More details here: https://snyk.co/ue1NS [Pipeline] } 19:44:12 $ docker stop --time=1 c95d9b325e9dad2ea3d0e209a0bbb61ffa82050533320aa77701f1e653a52f89 19:44:15 $ docker rm -f --volumes c95d9b325e9dad2ea3d0e209a0bbb61ffa82050533320aa77701f1e653a52f89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 19:44:15 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:44:15 provisioning config files... 19:44:15 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/435@tmp/config6000201722300609963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:44:15 --> edgex-publish-swagger.sh 19:44:15 === Publish openapi/v3 API === 19:44:15 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 19:44:15 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/435/openapi/v3/core-command.yaml] 19:44:15 % Total % Received % Xferd Average Speed Time Time Time Current 19:44:15 Dload Upload Total Spent Left Speed 19:44:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 53759 --:--:-- --:--:-- --:--:-- 53659 100 29030 0 0 100 29030 0 53759 --:--:-- --:--:-- --:--:-- 53659 19:44:16 19:44:16 19:44:16 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/435/openapi/v3/core-data.yaml] 19:44:16 % Total % Received % Xferd Average Speed Time Time Time Current 19:44:16 Dload Upload Total Spent Left Speed 19:44:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 121k --:--:-- --:--:-- --:--:-- 121k 19:44:16 19:44:16 19:44:16 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/435/openapi/v3/core-metadata.yaml] 19:44:16 % Total % Received % Xferd Average Speed Time Time Time Current 19:44:16 Dload Upload Total Spent Left Speed 19:44:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 281k --:--:-- --:--:-- --:--:-- 280k 100 140k 0 0 100 140k 0 280k --:--:-- --:--:-- --:--:-- 279k 19:44:17 19:44:17 19:44:17 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/435/openapi/v3/support-notifications.yaml] 19:44:17 % Total % Received % Xferd Average Speed Time Time Time Current 19:44:17 Dload Upload Total Spent Left Speed 19:44:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 178k --:--:-- --:--:-- --:--:-- 178k 19:44:17 19:44:17 19:44:17 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/435/openapi/v3/support-scheduler.yaml] 19:44:17 % Total % Received % Xferd Average Speed Time Time Time Current 19:44:17 Dload Upload Total Spent Left Speed 19:44:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 64032 --:--:-- --:--:-- --:--:-- 63911 100 34001 0 0 100 34001 0 64032 --:--:-- --:--:-- --:--:-- 63911 19:44:18 19:44:18 [Pipeline] } 19:44:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 19:44:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:44:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:44:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:18 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:44:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:44:19 $ docker top cc0e563fdf92bd5f0c5aa74c0091ba10442b4bcff86224890c0914281c45c01a -eo pid,comm 19:44:19 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). 19:44:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:44:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:44:19 [ssh-agent] Looking for ssh-agent implementation... 19:44:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:44:19 $ docker exec cc0e563fdf92bd5f0c5aa74c0091ba10442b4bcff86224890c0914281c45c01a ssh-agent 19:44:19 SSH_AUTH_SOCK=/tmp/ssh-MFt4BqcwcW5q/agent.32 19:44:19 SSH_AGENT_PID=38 19:44:19 Running ssh-add (command line suppressed) 19:44:19 Identity added: /w/workspace/edgex-go/435@tmp/private_key_7084679668679153972.key (/w/workspace/edgex-go/435@tmp/private_key_7084679668679153972.key) 19:44:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:44:20 + git semver tag 19:44:20 2023-03-01 19:44:20,346 [run_tag] DEBUG tag force:False 19:44:20 2023-03-01 19:44:20,346 [check_head_tag] DEBUG check head tag 19:44:20 2023-03-01 19:44:20,349 [execute] INFO git cat-file --batch-check 19:44:20 2023-03-01 19:44:20,349 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/435, universal_newlines=False, shell=None, istream=) 19:44:20 2023-03-01 19:44:20,353 [execute] INFO git cat-file --batch 19:44:20 2023-03-01 19:44:20,353 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/435, universal_newlines=False, shell=None, istream=) 19:44:20 2023-03-01 19:44:20,409 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main 19:44:20 2023-03-01 19:44:20,409 [execute] INFO git tag -a v3.0.0-dev.74 -m v3.0.0-dev.74 19:44:20 2023-03-01 19:44:20,409 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.74', '-m', 'v3.0.0-dev.74'], cwd=/w/workspace/edgex-go/435, universal_newlines=False, shell=None, istream=None) 19:44:20 2023-03-01 19:44:20,415 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main 19:44:20 3.0.0-dev.74 [Pipeline] } 19:44:20 $ docker exec --env ******** --env ******** cc0e563fdf92bd5f0c5aa74c0091ba10442b4bcff86224890c0914281c45c01a ssh-agent -k 19:44:20 unset SSH_AUTH_SOCK; 19:44:20 unset SSH_AGENT_PID; 19:44:20 echo Agent pid 38 killed; 19:44:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:44:21 + git semver [Pipeline] } 19:44:21 $ docker stop --time=1 cc0e563fdf92bd5f0c5aa74c0091ba10442b4bcff86224890c0914281c45c01a 19:44:22 $ docker rm -f --volumes cc0e563fdf92bd5f0c5aa74c0091ba10442b4bcff86224890c0914281c45c01a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:44:23 19:44:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:44:23 0.23.1-centos7: Pulling from edgex-lftools 19:44:23 ab5ef0e58194: Pulling fs layer 19:44:23 9712f1f96733: Pulling fs layer 19:44:23 63f879dbbcfc: Pulling fs layer 19:44:23 0d9ebad4ef96: Pulling fs layer 19:44:23 e9a5061849ea: Pulling fs layer 19:44:23 d747dcd14b5f: Pulling fs layer 19:44:23 2de7ff778b66: Pulling fs layer 19:44:23 e9a5061849ea: Waiting 19:44:23 0d9ebad4ef96: Waiting 19:44:23 2de7ff778b66: Waiting 19:44:23 9712f1f96733: Verifying Checksum 19:44:23 9712f1f96733: Download complete 19:44:23 63f879dbbcfc: Verifying Checksum 19:44:23 63f879dbbcfc: Download complete 19:44:24 0d9ebad4ef96: Verifying Checksum 19:44:24 0d9ebad4ef96: Download complete 19:44:24 ab5ef0e58194: Download complete 19:44:24 d747dcd14b5f: Verifying Checksum 19:44:24 d747dcd14b5f: Download complete 19:44:24 e9a5061849ea: Verifying Checksum 19:44:24 e9a5061849ea: Download complete 19:44:24 2de7ff778b66: Verifying Checksum 19:44:24 2de7ff778b66: Download complete 19:44:26 ab5ef0e58194: Pull complete 19:44:26 9712f1f96733: Pull complete 19:44:27 63f879dbbcfc: Pull complete 19:44:31 0d9ebad4ef96: Pull complete 19:44:31 e9a5061849ea: Pull complete 19:44:31 d747dcd14b5f: Pull complete 19:44:32 2de7ff778b66: Pull complete 19:44:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:44:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:44:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:32 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:44:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:44:36 $ docker top 58efdbd41362df1a979430ed939fbb80e64188c16a424eaafb0547ccff07a583 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:44:36 provisioning config files... 19:44:36 copy managed file [sigul-config] to file:/w/workspace/edgex-go/435@tmp/config11794519632231971002tmp 19:44:36 copy managed file [sigul-password] to file:/w/workspace/edgex-go/435@tmp/config1326512591444006620tmp 19:44:36 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/435@tmp/config18383357550566967393tmp [Pipeline] { [Pipeline] echo 19:44:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:44:36 ---> sigul-configuration.sh 19:44:36 gpg: directory `/root/.gnupg' created 19:44:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:44:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:44:36 gpg: keyring `/root/.gnupg/secring.gpg' created 19:44:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:44:36 gpg: CAST5 encrypted data 19:44:36 gpg: encrypted with 1 passphrase 19:44:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:44:36 + mkdir /home/jenkins 19:44:36 + mkdir /home/jenkins/sigul [Pipeline] sh 19:44:37 + 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 19:44:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:44:37 ---> sigul-install.sh 19:44:37 Sigul already installed; skipping installation. [Pipeline] sh 19:44:37 + git tag --list 19:44:37 0.6.0 19:44:37 0.6.1 19:44:37 0.7.0 19:44:37 0.7.1 19:44:37 v1.0.0 19:44:37 v1.0.1 19:44:37 v1.1.0 19:44:37 v1.2.0 19:44:37 v1.2.1 19:44:37 v1.3.0 19:44:37 v1.3.1 19:44:37 v2.0.0 19:44:37 v2.1.0 19:44:37 v2.1.1 19:44:37 v2.1.1-dev.1 19:44:37 v2.1.1-dev.2 19:44:37 v2.1.1-dev.3 19:44:37 v2.1.1-dev.4 19:44:37 v2.1.1-dev.5 19:44:37 v2.1.1-dev.6 19:44:37 v2.1.1-dev.7 19:44:37 v2.1.1-dev.8 19:44:37 v2.1.2-dev.1 19:44:37 v2.2.0 19:44:37 v2.2.1-dev.1 19:44:37 v2.2.1-dev.10 19:44:37 v2.2.1-dev.11 19:44:37 v2.2.1-dev.12 19:44:37 v2.2.1-dev.13 19:44:37 v2.2.1-dev.14 19:44:37 v2.2.1-dev.15 19:44:37 v2.2.1-dev.16 19:44:37 v2.2.1-dev.17 19:44:37 v2.2.1-dev.18 19:44:37 v2.2.1-dev.19 19:44:37 v2.2.1-dev.2 19:44:37 v2.2.1-dev.20 19:44:37 v2.2.1-dev.21 19:44:37 v2.2.1-dev.22 19:44:37 v2.2.1-dev.23 19:44:37 v2.2.1-dev.24 19:44:37 v2.2.1-dev.25 19:44:37 v2.2.1-dev.26 19:44:37 v2.2.1-dev.27 19:44:37 v2.2.1-dev.28 19:44:37 v2.2.1-dev.29 19:44:37 v2.2.1-dev.3 19:44:37 v2.2.1-dev.4 19:44:37 v2.2.1-dev.5 19:44:37 v2.2.1-dev.6 19:44:37 v2.2.1-dev.7 19:44:37 v2.2.1-dev.8 19:44:37 v2.2.1-dev.9 19:44:37 v2.3.0 19:44:37 v2.3.0-dev.100 19:44:37 v2.3.0-dev.101 19:44:37 v2.3.0-dev.102 19:44:37 v2.3.0-dev.103 19:44:37 v2.3.0-dev.104 19:44:37 v2.3.0-dev.105 19:44:37 v2.3.0-dev.106 19:44:37 v2.3.0-dev.29 19:44:37 v2.3.0-dev.30 19:44:37 v2.3.0-dev.31 19:44:37 v2.3.0-dev.32 19:44:37 v2.3.0-dev.33 19:44:37 v2.3.0-dev.34 19:44:37 v2.3.0-dev.35 19:44:37 v2.3.0-dev.36 19:44:37 v2.3.0-dev.37 19:44:37 v2.3.0-dev.38 19:44:37 v2.3.0-dev.39 19:44:37 v2.3.0-dev.40 19:44:37 v2.3.0-dev.41 19:44:37 v2.3.0-dev.42 19:44:37 v2.3.0-dev.43 19:44:37 v2.3.0-dev.44 19:44:37 v2.3.0-dev.45 19:44:37 v2.3.0-dev.46 19:44:37 v2.3.0-dev.47 19:44:37 v2.3.0-dev.48 19:44:37 v2.3.0-dev.49 19:44:37 v2.3.0-dev.50 19:44:37 v2.3.0-dev.51 19:44:37 v2.3.0-dev.52 19:44:37 v2.3.0-dev.53 19:44:37 v2.3.0-dev.54 19:44:37 v2.3.0-dev.55 19:44:37 v2.3.0-dev.56 19:44:37 v2.3.0-dev.57 19:44:37 v2.3.0-dev.58 19:44:37 v2.3.0-dev.59 19:44:37 v2.3.0-dev.60 19:44:37 v2.3.0-dev.61 19:44:37 v2.3.0-dev.62 19:44:37 v2.3.0-dev.63 19:44:37 v2.3.0-dev.64 19:44:37 v2.3.0-dev.65 19:44:37 v2.3.0-dev.66 19:44:37 v2.3.0-dev.67 19:44:37 v2.3.0-dev.68 19:44:37 v2.3.0-dev.69 19:44:37 v2.3.0-dev.70 19:44:37 v2.3.0-dev.71 19:44:37 v2.3.0-dev.72 19:44:37 v2.3.0-dev.73 19:44:37 v2.3.0-dev.74 19:44:37 v2.3.0-dev.75 19:44:37 v2.3.0-dev.76 19:44:37 v2.3.0-dev.77 19:44:37 v2.3.0-dev.78 19:44:37 v2.3.0-dev.79 19:44:37 v2.3.0-dev.80 19:44:37 v2.3.0-dev.81 19:44:37 v2.3.0-dev.82 19:44:37 v2.3.0-dev.83 19:44:37 v2.3.0-dev.84 19:44:37 v2.3.0-dev.85 19:44:37 v2.3.0-dev.86 19:44:37 v2.3.0-dev.87 19:44:37 v2.3.0-dev.88 19:44:37 v2.3.0-dev.89 19:44:37 v2.3.0-dev.90 19:44:37 v2.3.0-dev.91 19:44:37 v2.3.0-dev.92 19:44:37 v2.3.0-dev.93 19:44:37 v2.3.0-dev.94 19:44:37 v2.3.0-dev.95 19:44:37 v2.3.0-dev.96 19:44:37 v2.3.0-dev.97 19:44:37 v2.3.0-dev.98 19:44:37 v2.3.0-dev.99 19:44:37 v2.3.1-dev.1 19:44:37 v2.3.1-dev.2 19:44:37 v2.3.1-dev.3 19:44:37 v2.3.1-dev.4 19:44:37 v2.3.1-dev.5 19:44:37 v3.0.0-dev.1 19:44:37 v3.0.0-dev.10 19:44:37 v3.0.0-dev.11 19:44:37 v3.0.0-dev.12 19:44:37 v3.0.0-dev.13 19:44:37 v3.0.0-dev.14 19:44:37 v3.0.0-dev.15 19:44:37 v3.0.0-dev.16 19:44:37 v3.0.0-dev.17 19:44:37 v3.0.0-dev.18 19:44:37 v3.0.0-dev.19 19:44:37 v3.0.0-dev.2 19:44:37 v3.0.0-dev.20 19:44:37 v3.0.0-dev.21 19:44:37 v3.0.0-dev.22 19:44:37 v3.0.0-dev.23 19:44:37 v3.0.0-dev.24 19:44:37 v3.0.0-dev.25 19:44:37 v3.0.0-dev.26 19:44:37 v3.0.0-dev.27 19:44:37 v3.0.0-dev.28 19:44:37 v3.0.0-dev.29 19:44:37 v3.0.0-dev.3 19:44:37 v3.0.0-dev.30 19:44:37 v3.0.0-dev.31 19:44:37 v3.0.0-dev.32 19:44:37 v3.0.0-dev.33 19:44:37 v3.0.0-dev.34 19:44:37 v3.0.0-dev.35 19:44:37 v3.0.0-dev.36 19:44:37 v3.0.0-dev.37 19:44:37 v3.0.0-dev.38 19:44:37 v3.0.0-dev.39 19:44:37 v3.0.0-dev.4 19:44:37 v3.0.0-dev.40 19:44:37 v3.0.0-dev.41 19:44:37 v3.0.0-dev.42 19:44:37 v3.0.0-dev.43 19:44:37 v3.0.0-dev.44 19:44:37 v3.0.0-dev.45 19:44:37 v3.0.0-dev.46 19:44:37 v3.0.0-dev.47 19:44:37 v3.0.0-dev.48 19:44:37 v3.0.0-dev.49 19:44:37 v3.0.0-dev.5 19:44:37 v3.0.0-dev.50 19:44:37 v3.0.0-dev.51 19:44:37 v3.0.0-dev.52 19:44:37 v3.0.0-dev.53 19:44:37 v3.0.0-dev.54 19:44:37 v3.0.0-dev.55 19:44:37 v3.0.0-dev.56 19:44:37 v3.0.0-dev.57 19:44:37 v3.0.0-dev.58 19:44:37 v3.0.0-dev.59 19:44:37 v3.0.0-dev.6 19:44:37 v3.0.0-dev.60 19:44:37 v3.0.0-dev.61 19:44:37 v3.0.0-dev.62 19:44:37 v3.0.0-dev.63 19:44:37 v3.0.0-dev.64 19:44:37 v3.0.0-dev.65 19:44:37 v3.0.0-dev.66 19:44:37 v3.0.0-dev.67 19:44:37 v3.0.0-dev.68 19:44:37 v3.0.0-dev.69 19:44:37 v3.0.0-dev.7 19:44:37 v3.0.0-dev.70 19:44:37 v3.0.0-dev.71 19:44:37 v3.0.0-dev.72 19:44:37 v3.0.0-dev.73 19:44:37 v3.0.0-dev.74 19:44:37 v3.0.0-dev.8 19:44:37 v3.0.0-dev.9 [Pipeline] sh 19:44:38 + lftools sign git-tag v3.0.0-dev.74 19:44:38 Signing Git tag with Sigul... 19:44:38 Signing v3.0.0-dev.74 [Pipeline] echo 19:44:39 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:44:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:44:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:44:39 $ docker stop --time=1 58efdbd41362df1a979430ed939fbb80e64188c16a424eaafb0547ccff07a583 19:44:40 $ docker rm -f --volumes 58efdbd41362df1a979430ed939fbb80e64188c16a424eaafb0547ccff07a583 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 19:44:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:44:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:44:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:41 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:44:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:44:41 $ docker top de69b5e08aafa2ddc6b608f230fdb258782788cabaa5a9bc1192dbeca8ac1fa1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:44:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:44:42 [ssh-agent] Looking for ssh-agent implementation... 19:44:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:44:42 $ docker exec de69b5e08aafa2ddc6b608f230fdb258782788cabaa5a9bc1192dbeca8ac1fa1 ssh-agent 19:44:42 SSH_AUTH_SOCK=/tmp/ssh-TDjYnmri6BW6/agent.33 19:44:42 SSH_AGENT_PID=39 19:44:42 Running ssh-add (command line suppressed) 19:44:42 Identity added: /w/workspace/edgex-go/435@tmp/private_key_7820017178194486642.key (/w/workspace/edgex-go/435@tmp/private_key_7820017178194486642.key) 19:44:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:44:42 + git semver bump pre 19:44:42 2023-03-01 19:44:42,805 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main 19:44:42 2023-03-01 19:44:42,806 [bump_version] DEBUG bumping version:3.0.0-dev.74 on axis:pre with prefix:dev 19:44:42 2023-03-01 19:44:42,806 [bump_version] DEBUG bumped version:3.0.0-dev.75 19:44:42 2023-03-01 19:44:42,806 [write_version] DEBUG write version:3.0.0-dev.75 to path:/w/workspace/edgex-go/435/.semver/main with force:True 19:44:42 2023-03-01 19:44:42,806 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main 19:44:42 2023-03-01 19:44:42,806 [write_file] DEBUG write to file:/w/workspace/edgex-go/435/.semver/main 19:44:42 2023-03-01 19:44:42,808 [execute] INFO git cat-file --batch-check 19:44:42 2023-03-01 19:44:42,808 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=False, shell=None, istream=) 19:44:42 2023-03-01 19:44:42,814 [execute] INFO git cat-file --batch 19:44:42 2023-03-01 19:44:42,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=False, shell=None, istream=) 19:44:42 2023-03-01 19:44:42,819 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main 19:44:42 3.0.0-dev.75 [Pipeline] } 19:44:42 $ docker exec --env ******** --env ******** de69b5e08aafa2ddc6b608f230fdb258782788cabaa5a9bc1192dbeca8ac1fa1 ssh-agent -k 19:44:42 unset SSH_AUTH_SOCK; 19:44:42 unset SSH_AGENT_PID; 19:44:42 echo Agent pid 39 killed; 19:44:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:44:43 + git semver [Pipeline] } 19:44:43 $ docker stop --time=1 de69b5e08aafa2ddc6b608f230fdb258782788cabaa5a9bc1192dbeca8ac1fa1 19:44:44 $ docker rm -f --volumes de69b5e08aafa2ddc6b608f230fdb258782788cabaa5a9bc1192dbeca8ac1fa1 [Pipeline] // withDockerContainer [Pipeline] sh 19:44:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:44:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:44:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:45 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:44:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:44:45 $ docker top 54a142ae8e79d22c31eb1379c4d7660c92889ccc4dd31fa3253d4ad00c7cfdde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:44:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:44:45 [ssh-agent] Looking for ssh-agent implementation... 19:44:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:44:46 $ docker exec 54a142ae8e79d22c31eb1379c4d7660c92889ccc4dd31fa3253d4ad00c7cfdde ssh-agent 19:44:46 SSH_AUTH_SOCK=/tmp/ssh-8ueetwc7ZZRo/agent.32 19:44:46 SSH_AGENT_PID=38 19:44:46 Running ssh-add (command line suppressed) 19:44:46 Identity added: /w/workspace/edgex-go/435@tmp/private_key_11240962025781230131.key (/w/workspace/edgex-go/435@tmp/private_key_11240962025781230131.key) 19:44:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:44:46 + git semver push 19:44:46 2023-03-01 19:44:46,695 [run_push] DEBUG push 19:44:46 2023-03-01 19:44:46,696 [execute] INFO git cat-file --batch-check 19:44:46 2023-03-01 19:44:46,696 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=False, shell=None, istream=) 19:44:46 2023-03-01 19:44:46,700 [execute] INFO git rev-list 3223e2bf9f2709fdefbd7b0a5faa7319af59f80e -- 19:44:46 2023-03-01 19:44:46,700 [execute] DEBUG Popen(['git', 'rev-list', '3223e2bf9f2709fdefbd7b0a5faa7319af59f80e', '--'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=False, shell=None, istream=None) 19:44:46 2023-03-01 19:44:46,717 [execute] INFO git fetch -v origin 19:44:46 2023-03-01 19:44:46,717 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=True, shell=None, istream=None) 19:44:47 2023-03-01 19:44:47,254 [run_push] DEBUG no remote changes detected 19:44:47 2023-03-01 19:44:47,254 [execute] INFO git push origin semver 19:44:47 2023-03-01 19:44:47,255 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=False, shell=None, istream=None) 19:44:48 2023-03-01 19:44:48,168 [run_push] DEBUG push all version tags 19:44:48 2023-03-01 19:44:48,168 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 19:44:48 2023-03-01 19:44:48,169 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/435, universal_newlines=False, shell=None, istream=None) 19:44:49 2023-03-01 19:44:49,079 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main 19:44:49 3.0.0-dev.75 [Pipeline] } 19:44:49 $ docker exec --env ******** --env ******** 54a142ae8e79d22c31eb1379c4d7660c92889ccc4dd31fa3253d4ad00c7cfdde ssh-agent -k 19:44:49 unset SSH_AUTH_SOCK; 19:44:49 unset SSH_AGENT_PID; 19:44:49 echo Agent pid 38 killed; 19:44:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:44:49 + git semver [Pipeline] } 19:44:49 $ docker stop --time=1 54a142ae8e79d22c31eb1379c4d7660c92889ccc4dd31fa3253d4ad00c7cfdde 19:44:51 $ docker rm -f --volumes 54a142ae8e79d22c31eb1379c4d7660c92889ccc4dd31fa3253d4ad00c7cfdde [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 19:44:51 + [ -d /w/workspace/edgex-go/435/archives ] [Pipeline] libraryResource [Pipeline] sh 19:44:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:44:52 ---> package-listing.sh 19:44:52 ++ facter osfamily 19:44:52 ++ tr '[:upper:]' '[:lower:]' 19:44:53 + OS_FAMILY=debian 19:44:53 + workspace=/w/workspace/edgex-go/435 19:44:53 + START_PACKAGES=/tmp/packages_start.txt 19:44:53 + END_PACKAGES=/tmp/packages_end.txt 19:44:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:44:53 + PACKAGES=/tmp/packages_start.txt 19:44:53 + '[' /w/workspace/edgex-go/435 ']' 19:44:53 + PACKAGES=/tmp/packages_end.txt 19:44:53 + case "${OS_FAMILY}" in 19:44:53 + dpkg -l 19:44:53 + grep '^ii' 19:44:53 + '[' -f /tmp/packages_start.txt ']' 19:44:53 + '[' -f /tmp/packages_end.txt ']' 19:44:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:44:53 + '[' /w/workspace/edgex-go/435 ']' 19:44:53 + mkdir -p /w/workspace/edgex-go/435/archives/ 19:44:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/435/archives/ [Pipeline] echo 19:44:53 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/435/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:44:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:44:53 19:44:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:44:54 latest: Pulling from edgex-lftools-log-publisher 19:44:54 5eb5b503b376: Pulling fs layer 19:44:54 5c69ac0246d0: Pulling fs layer 19:44:54 ec43610c2a17: Pulling fs layer 19:44:54 3a2ae6a8a46f: Pulling fs layer 19:44:54 33b1e0a273af: Pulling fs layer 19:44:54 5d3b04190fa2: Pulling fs layer 19:44:54 2f39f015ded8: Pulling fs layer 19:44:54 3a2ae6a8a46f: Waiting 19:44:54 33b1e0a273af: Waiting 19:44:54 5d3b04190fa2: Waiting 19:44:54 2f39f015ded8: Waiting 19:44:54 5c69ac0246d0: Verifying Checksum 19:44:54 5c69ac0246d0: Download complete 19:44:54 3a2ae6a8a46f: Verifying Checksum 19:44:54 3a2ae6a8a46f: Download complete 19:44:54 33b1e0a273af: Verifying Checksum 19:44:54 33b1e0a273af: Download complete 19:44:54 ec43610c2a17: Verifying Checksum 19:44:54 ec43610c2a17: Download complete 19:44:54 5d3b04190fa2: Verifying Checksum 19:44:54 5d3b04190fa2: Download complete 19:44:54 5eb5b503b376: Verifying Checksum 19:44:54 5eb5b503b376: Download complete 19:44:55 2f39f015ded8: Verifying Checksum 19:44:55 2f39f015ded8: Download complete 19:44:55 5eb5b503b376: Pull complete 19:44:55 5c69ac0246d0: Pull complete 19:44:56 ec43610c2a17: Pull complete 19:44:56 3a2ae6a8a46f: Pull complete 19:44:56 33b1e0a273af: Pull complete 19:44:56 5d3b04190fa2: Pull complete 19:45:02 2f39f015ded8: Pull complete 19:45:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:45:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:45:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:45:02 prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container 19:45:02 $ 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/435/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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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 19:45:05 $ docker top 0592f87b07b20008080c1d0973f1c5e05100d69c2774a99218332df59be9924e -eo pid,comm [Pipeline] { [Pipeline] sh 19:45:06 + touch /tmp/pre-build-complete [Pipeline] sh 19:45:06 + mkdir -p /var/log/sysstat [Pipeline] sh 19:45:06 + ls /var/log/sa-host 19:45:06 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:45:06 provisioning config files... 19:45:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/435@tmp/config7710910639776021286tmp [Pipeline] { [Pipeline] echo 19:45:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:45:07 ---> create-netrc.sh [Pipeline] } 19:45:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:45:07 ---> python-tools-install.sh [Pipeline] echo 19:45:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:45:07 ---> sudo-logs.sh 19:45:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:45:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:45:08 ---> job-cost.sh 19:45:08 lf-activate-venv: SKIPPING 19:45:08 DEBUG: total: 0.10999999940395355 19:45:08 INFO: Retrieving Stack Cost... 19:45:08 INFO: Retrieving Pricing Info for: v3-standard-8 19:45:08 INFO: Archiving Costs [Pipeline] echo 19:45:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:45:09 ---> logs-deploy.sh 19:45:09 lf-activate-venv: SKIPPING 19:45:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/435 19:45:09 INFO: archiving workspace using pattern(s): 19:45:10 Archives upload complete. 19:45:10 INFO: archiving logs to Nexus 19:45:11 ---> uname -a: 19:45:11 Linux prd-ubuntu20-04-docker-8c-8g-8011 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:45:11 19:45:11 19:45:11 ---> lscpu: 19:45:11 Architecture: x86_64 19:45:11 CPU op-mode(s): 32-bit, 64-bit 19:45:11 Byte Order: Little Endian 19:45:11 Address sizes: 40 bits physical, 48 bits virtual 19:45:11 CPU(s): 8 19:45:11 On-line CPU(s) list: 0-7 19:45:11 Thread(s) per core: 1 19:45:11 Core(s) per socket: 1 19:45:11 Socket(s): 8 19:45:11 NUMA node(s): 1 19:45:11 Vendor ID: AuthenticAMD 19:45:11 CPU family: 23 19:45:11 Model: 49 19:45:11 Model name: AMD EPYC-Rome Processor 19:45:11 Stepping: 0 19:45:11 CPU MHz: 2800.000 19:45:11 BogoMIPS: 5600.00 19:45:11 Virtualization: AMD-V 19:45:11 Hypervisor vendor: KVM 19:45:11 Virtualization type: full 19:45:11 L1d cache: 256 KiB 19:45:11 L1i cache: 256 KiB 19:45:11 L2 cache: 4 MiB 19:45:11 L3 cache: 128 MiB 19:45:11 NUMA node0 CPU(s): 0-7 19:45:11 Vulnerability Itlb multihit: Not affected 19:45:11 Vulnerability L1tf: Not affected 19:45:11 Vulnerability Mds: Not affected 19:45:11 Vulnerability Meltdown: Not affected 19:45:11 Vulnerability Mmio stale data: Not affected 19:45:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:45:11 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:45:11 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:45:11 Vulnerability Srbds: Not affected 19:45:11 Vulnerability Tsx async abort: Not affected 19:45:11 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 19:45:11 19:45:11 19:45:11 ---> nproc: 19:45:11 8 19:45:11 19:45:11 19:45:11 ---> df -h: 19:45:11 Filesystem Size Used Avail Use% Mounted on 19:45:11 overlay 155G 21G 135G 14% / 19:45:11 tmpfs 64M 0 64M 0% /dev 19:45:11 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:45:11 shm 64M 0 64M 0% /dev/shm 19:45:11 /dev/vda1 155G 21G 135G 14% /facter-os 19:45:11 19:45:11 19:45:11 ---> sar -b -r -n DEV: 19:45:11 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8011) 03/01/23 _x86_64_ (8 CPU) 19:45:11 19:45:11 19:14:31 LINUX RESTART (8 CPU) 19:45:11 19:45:11 19:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:45:11 19:16:01 170.24 15.40 154.84 0.00 1930.48 164871.19 0.00 19:45:11 19:17:01 30.77 0.10 30.67 0.00 0.80 18969.56 0.00 19:45:11 19:18:01 83.27 0.32 82.95 0.00 15.33 31102.15 0.00 19:45:11 19:19:01 462.03 9.66 452.37 0.00 79.57 155869.78 0.00 19:45:11 19:20:01 281.54 10.06 271.48 0.00 2883.97 180369.21 0.00 19:45:11 19:21:01 706.91 1.88 705.03 0.00 2287.26 191065.27 0.00 19:45:11 19:22:01 606.45 1.62 604.83 0.00 15.33 216373.48 0.00 19:45:11 19:23:01 735.99 0.12 735.88 0.00 9.20 165653.06 0.00 19:45:11 19:24:01 165.58 0.15 165.43 0.00 23.57 15732.09 0.00 19:45:11 19:25:01 18.50 0.02 18.48 0.00 1.60 470.32 0.00 19:45:11 19:26:01 1.25 0.00 1.25 0.00 0.00 13.33 0.00 19:45:11 19:27:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 19:45:11 19:28:01 1.18 0.00 1.18 0.00 0.00 12.66 0.00 19:45:11 19:29:01 1.70 0.00 1.70 0.00 0.00 18.66 0.00 19:45:11 19:30:01 1.70 0.02 1.68 0.00 0.13 24.26 0.00 19:45:11 19:31:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 19:45:11 19:32:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 19:45:11 19:33:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 19:45:11 19:34:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 19:45:11 19:35:01 1.67 0.00 1.67 0.00 0.00 18.93 0.00 19:45:11 19:36:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 19:45:11 19:37:01 0.90 0.00 0.90 0.00 0.00 12.13 0.00 19:45:11 19:38:01 1.27 0.00 1.27 0.00 0.00 14.53 0.00 19:45:11 19:39:01 1.05 0.00 1.05 0.00 0.00 13.06 0.00 19:45:11 19:40:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 19:45:11 19:41:02 0.95 0.00 0.95 0.00 0.00 11.18 0.00 19:45:11 19:42:01 1.30 0.00 1.30 0.00 0.00 14.64 0.00 19:45:11 19:43:01 0.92 0.00 0.92 0.00 0.00 11.73 0.00 19:45:11 19:44:01 18.81 0.10 18.71 0.00 10.26 8378.41 0.00 19:45:11 19:45:01 146.44 0.40 146.04 0.00 19.33 54517.98 0.00 19:45:11 Average: 115.00 1.33 113.67 0.00 242.70 40142.95 0.00 19:45:11 19:45:11 19:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:45:11 19:16:01 28476164 31517884 784952 2.39 112096 3168884 2161188 6.37 1191016 2801668 2840 19:45:11 19:17:01 27383608 30903908 1394952 4.24 115916 3600524 2477784 7.30 1875500 3165468 173816 19:45:11 19:18:01 24923980 31453184 845904 2.57 117924 6533484 2598392 7.66 1641024 5785740 2858564 19:45:11 19:19:01 22343796 31496512 783700 2.38 284564 8665452 1897784 5.59 2110348 7552364 1250320 19:45:11 19:20:01 20699544 30879632 1372376 4.17 306600 9680576 4424816 13.04 2787704 8485920 133776 19:45:11 19:21:01 20490004 31265120 991288 3.01 332180 10243984 2646340 7.80 2441724 9044068 30060 19:45:11 19:22:01 18246664 31425696 835584 2.54 392088 12454524 2353608 6.94 2331408 11277836 66480 19:45:11 19:23:01 17385484 31352064 906504 2.76 399136 13178044 2476788 7.30 2606528 11800464 632 19:45:11 19:24:01 18527988 31520888 746140 2.27 401768 12229228 1834592 5.41 2435220 10868072 1296 19:45:11 19:25:01 18527020 31520596 746084 2.27 402384 12229464 1870028 5.51 2436112 10868072 264 19:45:11 19:26:01 18528580 31522168 744596 2.26 402400 12229464 1870028 5.51 2434544 10868072 12 19:45:11 19:27:01 18534744 31528364 738844 2.25 402420 12229468 1870028 5.51 2428468 10868076 192 19:45:11 19:28:01 18536988 31530756 736620 2.24 402428 12229468 1870028 5.51 2426292 10868212 12 19:45:11 19:29:01 18539248 31533152 734152 2.23 402448 12229600 1870028 5.51 2424536 10868344 8 19:45:11 19:30:01 18537500 31531512 735772 2.24 402492 12229580 1902912 5.61 2424696 10868328 56 19:45:11 19:31:01 18537944 31531976 735444 2.24 402512 12229584 1902912 5.61 2424740 10868332 140 19:45:11 19:32:01 18537864 31531900 735396 2.24 402536 12229588 1902912 5.61 2424412 10868336 28 19:45:11 19:33:01 18538052 31532152 735096 2.24 402556 12229588 1902912 5.61 2424484 10868340 136 19:45:11 19:34:01 18537468 31531576 735596 2.24 402580 12229592 1902912 5.61 2424500 10868344 24 19:45:11 19:35:01 18537988 31532100 735004 2.24 402584 12229592 1902912 5.61 2424804 10868348 12 19:45:11 19:36:01 18537916 31532088 734960 2.24 402612 12229596 1902912 5.61 2424800 10868352 12 19:45:11 19:37:01 18537924 31532104 734908 2.23 402616 12229600 1902912 5.61 2424552 10868348 184 19:45:11 19:38:01 18537624 31531816 735128 2.24 402624 12229608 1902912 5.61 2424596 10868356 8 19:45:11 19:39:01 18538080 31532288 734608 2.23 402624 12229612 1902912 5.61 2424620 10868360 48 19:45:11 19:40:01 18537740 31531956 734876 2.23 402636 12229608 1902912 5.61 2424632 10868364 28 19:45:11 19:41:02 18537932 31532148 734804 2.23 402640 12229616 1902912 5.61 2425108 10868364 276 19:45:11 19:42:01 18537988 31532212 734736 2.23 402644 12229620 1886852 5.56 2424572 10868368 12 19:45:11 19:43:01 18537876 31532108 734768 2.23 402656 12229624 1886852 5.56 2424580 10868372 192 19:45:11 19:44:01 17773504 31511300 754520 2.29 404660 12933568 1995004 5.88 2448524 11572448 594608 19:45:11 19:45:01 16539848 31513628 749380 2.28 453708 13990724 1856884 5.47 2556300 12564156 469836 19:45:11 Average: 19499569 31464093 805223 2.45 365634 11301362 2089399 6.16 2350678 10047196 186129 19:45:11 19:45:11 19:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:45:11 19:16:01 vethb339d88 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:16:01 docker0 538.74 512.78 39.23 3428.51 0.00 0.00 0.00 0.00 19:45:11 19:16:01 lo 4.80 4.80 0.46 0.46 0.00 0.00 0.00 0.00 19:45:11 19:16:01 ens3 1370.12 1307.15 12125.45 159.21 0.00 0.00 0.00 0.00 19:45:11 19:17:01 vethb339d88 1.30 1.40 0.10 0.11 0.00 0.00 0.00 0.00 19:45:11 19:17:01 docker0 1.30 1.30 0.08 0.10 0.00 0.00 0.00 0.00 19:45:11 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:17:01 ens3 20.73 15.04 15.76 9.17 0.00 0.00 0.00 0.00 19:45:11 19:18:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:18:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 19:45:11 19:18:01 ens3 120.45 88.57 1703.51 112.95 0.00 0.00 0.00 0.00 19:45:11 19:18:01 veth8eeced2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:19:01 docker0 461.81 852.63 39.86 6084.41 0.00 0.00 0.00 0.00 19:45:11 19:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:19:01 ens3 864.11 469.51 6093.11 51.14 0.00 0.00 0.00 0.00 19:45:11 19:19:01 veth8eeced2 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:20:01 vethd086da4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:20:01 vethcd35325 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:20:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 19:45:11 19:20:01 vethc70a751 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:20:01 ens3 121.83 82.82 1422.01 9.52 0.00 0.00 0.00 0.00 19:45:11 19:20:01 veth8eeced2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:20:01 vethfd08f40 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:20:01 veth2aaf567 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:21:01 veth5f058cc 3.43 4.50 0.33 2.33 0.00 0.00 0.00 0.00 19:45:11 19:21:01 docker0 19.59 36.42 1.34 348.52 0.00 0.00 0.00 0.00 19:45:11 19:21:01 veth4640c06 1.17 1.15 0.11 0.76 0.00 0.00 0.00 0.00 19:45:11 19:21:01 lo 1.53 1.53 0.14 0.14 0.00 0.00 0.00 0.00 19:45:11 19:21:01 ens3 172.95 112.19 1793.11 19.13 0.00 0.00 0.00 0.00 19:45:11 19:21:01 veth2898ca5 1.50 1.73 0.14 1.11 0.00 0.00 0.00 0.00 19:45:11 19:21:01 veth8eeced2 0.00 0.60 0.00 0.03 0.00 0.00 0.00 0.00 19:45:11 19:21:01 veth0b4d6a5 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 19:45:11 19:21:01 veth3adf60d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:22:01 veth786eba5 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:22:01 docker0 263.40 492.15 21.94 3558.45 0.00 0.00 0.00 0.00 19:45:11 19:22:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 19:45:11 19:22:01 ens3 512.91 279.79 3619.13 33.74 0.00 0.00 0.00 0.00 19:45:11 19:22:01 veth8eeced2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:23:01 docker0 104.73 217.00 8.24 1577.79 0.00 0.00 0.00 0.00 19:45:11 19:23:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 19:45:11 19:23:01 ens3 259.72 135.74 1617.26 27.76 0.00 0.00 0.00 0.00 19:45:11 19:23:01 vethce483c6 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:23:01 veth8eeced2 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:24:01 docker0 4.41 7.32 0.29 91.65 0.00 0.00 0.00 0.00 19:45:11 19:24:01 lo 42.68 42.68 4.21 4.21 0.00 0.00 0.00 0.00 19:45:11 19:24:01 ens3 386.52 390.86 305.68 1540.78 0.00 0.00 0.00 0.00 19:45:11 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:25:01 lo 24.06 24.06 2.37 2.37 0.00 0.00 0.00 0.00 19:45:11 19:25:01 ens3 288.29 290.53 141.75 1576.40 0.00 0.00 0.00 0.00 19:45:11 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:27:01 ens3 0.58 0.38 0.27 0.21 0.00 0.00 0.00 0.00 19:45:11 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:28:01 ens3 0.58 0.00 0.05 0.00 0.00 0.00 0.00 0.00 19:45:11 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:29:01 ens3 0.38 0.23 0.10 0.08 0.00 0.00 0.00 0.00 19:45:11 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:30:01 ens3 0.53 0.38 0.33 0.27 0.00 0.00 0.00 0.00 19:45:11 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:32:01 ens3 0.07 0.08 0.00 0.01 0.00 0.00 0.00 0.00 19:45:11 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:33:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:35:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 19:45:11 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:36:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:37:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:38:01 ens3 0.38 0.07 0.18 0.00 0.00 0.00 0.00 0.00 19:45:11 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:40:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 19:45:11 19:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:41:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:41:02 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:42:01 ens3 0.20 0.07 0.07 0.00 0.00 0.00 0.00 0.00 19:45:11 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:45:11 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:45:11 19:44:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 19:45:11 19:44:01 ens3 175.06 89.67 3974.67 12.75 0.00 0.00 0.00 0.00 19:45:11 19:45:01 docker0 35.64 58.16 3.34 589.75 0.00 0.00 0.00 0.00 19:45:11 19:45:01 lo 2.33 2.33 0.23 0.23 0.00 0.00 0.00 0.00 19:45:11 19:45:01 ens3 369.77 241.04 6359.95 56.59 0.00 0.00 0.00 0.00 19:45:11 Average: docker0 47.68 72.63 3.81 522.91 0.00 0.00 0.00 0.00 19:45:11 Average: lo 2.69 2.69 0.26 0.26 0.00 0.00 0.00 0.00 19:45:11 Average: ens3 155.64 116.90 1306.39 120.44 0.00 0.00 0.00 0.00 19:45:11 19:45:11 19:45:11 ---> sar -P ALL: 19:45:11 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8011) 03/01/23 _x86_64_ (8 CPU) 19:45:11 19:45:11 19:14:31 LINUX RESTART (8 CPU) 19:45:11 19:45:11 19:15:01 CPU %user %nice %system %iowait %steal %idle 19:45:11 19:16:01 all 10.82 0.00 4.22 3.16 0.07 81.73 19:45:11 19:16:01 0 9.63 0.00 4.15 0.69 0.07 85.47 19:45:11 19:16:01 1 14.58 0.00 3.91 2.05 0.07 79.39 19:45:11 19:16:01 2 9.84 0.00 4.27 2.14 0.07 83.68 19:45:11 19:16:01 3 9.63 0.00 5.26 2.26 0.08 82.77 19:45:11 19:16:01 4 10.47 0.00 2.84 1.35 0.07 85.28 19:45:11 19:16:01 5 8.60 0.00 3.33 1.26 0.03 86.77 19:45:11 19:16:01 6 12.46 0.00 4.57 2.30 0.07 80.60 19:45:11 19:16:01 7 11.39 0.00 5.43 13.43 0.09 69.67 19:45:11 19:17:01 all 44.82 0.00 5.78 0.91 0.09 48.40 19:45:11 19:17:01 0 44.78 0.00 5.60 0.03 0.12 49.47 19:45:11 19:17:01 1 44.60 0.00 8.18 6.55 0.08 40.59 19:45:11 19:17:01 2 43.60 0.00 5.98 0.03 0.08 50.30 19:45:11 19:17:01 3 45.56 0.00 4.95 0.02 0.08 49.39 19:45:11 19:17:01 4 44.92 0.00 5.18 0.13 0.08 49.67 19:45:11 19:17:01 5 44.16 0.00 5.26 0.07 0.08 50.43 19:45:11 19:17:01 6 45.48 0.00 5.70 0.02 0.10 48.70 19:45:11 19:17:01 7 45.43 0.00 5.38 0.45 0.08 48.66 19:45:11 19:18:01 all 26.66 0.00 6.87 1.18 0.08 65.20 19:45:11 19:18:01 0 25.92 0.00 5.48 0.24 0.08 68.28 19:45:11 19:18:01 1 26.45 0.00 7.33 6.67 0.10 59.44 19:45:11 19:18:01 2 28.34 0.00 7.23 0.03 0.07 64.32 19:45:11 19:18:01 3 26.58 0.00 7.10 0.08 0.07 66.17 19:45:11 19:18:01 4 27.72 0.00 6.62 0.17 0.12 65.37 19:45:11 19:18:01 5 26.87 0.00 7.18 0.20 0.08 65.66 19:45:11 19:18:01 6 26.17 0.00 6.62 0.17 0.07 66.98 19:45:11 19:18:01 7 25.22 0.00 7.39 1.89 0.08 65.41 19:45:11 19:19:01 all 10.76 0.00 5.75 12.44 0.08 70.97 19:45:11 19:19:01 0 10.81 0.00 5.04 3.91 0.05 80.18 19:45:11 19:19:01 1 11.01 0.00 5.65 6.25 0.03 77.06 19:45:11 19:19:01 2 11.14 0.00 5.19 6.35 0.07 77.24 19:45:11 19:19:01 3 10.08 0.00 6.74 28.88 0.08 54.22 19:45:11 19:19:01 4 10.54 0.00 5.36 7.06 0.07 76.97 19:45:11 19:19:01 5 11.68 0.00 4.99 14.90 0.07 68.36 19:45:11 19:19:01 6 10.40 0.00 6.74 25.05 0.15 57.66 19:45:11 19:19:01 7 10.42 0.00 6.33 7.28 0.08 75.89 19:45:11 19:20:01 all 33.01 0.00 7.59 9.09 0.07 50.24 19:45:11 19:20:01 0 32.17 0.00 7.72 1.35 0.08 58.67 19:45:11 19:20:01 1 32.86 0.00 6.59 0.79 0.07 59.69 19:45:11 19:20:01 2 33.56 0.00 7.54 1.37 0.05 57.47 19:45:11 19:20:01 3 33.26 0.00 7.74 11.29 0.07 47.64 19:45:11 19:20:01 4 31.59 0.00 7.85 0.30 0.05 60.21 19:45:11 19:20:01 5 33.07 0.00 7.32 3.31 0.07 56.23 19:45:11 19:20:01 6 33.32 0.00 7.82 18.45 0.07 40.35 19:45:11 19:20:01 7 34.27 0.00 8.12 35.82 0.08 21.71 19:45:11 19:21:01 all 42.50 0.00 10.44 10.29 0.12 36.64 19:45:11 19:21:01 0 41.62 0.00 11.56 5.10 0.14 41.58 19:45:11 19:21:01 1 39.98 0.00 9.06 11.47 0.12 39.36 19:45:11 19:21:01 2 44.25 0.00 10.07 13.28 0.09 32.31 19:45:11 19:21:01 3 44.16 0.00 12.36 27.53 0.15 15.80 19:45:11 19:21:01 4 43.19 0.00 8.56 4.94 0.09 43.22 19:45:11 19:21:01 5 42.18 0.00 11.16 7.51 0.15 39.00 19:45:11 19:21:01 6 43.17 0.00 11.91 6.62 0.10 38.20 19:45:11 19:21:01 7 41.43 0.00 8.84 5.74 0.12 43.88 19:45:11 19:22:01 all 24.31 0.00 8.22 17.69 0.12 49.65 19:45:11 19:22:01 0 25.49 0.00 7.55 14.09 0.10 52.78 19:45:11 19:22:01 1 25.06 0.00 7.84 6.54 0.12 60.44 19:45:11 19:22:01 2 23.81 0.00 8.38 34.18 0.12 33.51 19:45:11 19:22:01 3 25.35 0.00 9.92 27.03 0.14 37.57 19:45:11 19:22:01 4 22.86 0.00 7.91 22.78 0.10 46.35 19:45:11 19:22:01 5 23.55 0.00 8.89 4.83 0.15 62.58 19:45:11 19:22:01 6 24.72 0.00 7.88 22.64 0.10 44.66 19:45:11 19:22:01 7 23.64 0.00 7.45 9.48 0.14 59.30 19:45:11 19:23:01 all 41.78 0.00 11.38 11.15 0.16 35.53 19:45:11 19:23:01 0 43.42 0.00 12.18 7.87 0.24 36.29 19:45:11 19:23:01 1 43.62 0.00 12.43 22.15 0.14 21.66 19:45:11 19:23:01 2 41.41 0.00 11.45 5.76 0.26 41.12 19:45:11 19:23:01 3 46.96 0.00 13.98 3.80 0.12 35.13 19:45:11 19:23:01 4 41.23 0.00 10.66 9.22 0.12 38.76 19:45:11 19:23:01 5 39.23 0.00 8.87 7.55 0.12 44.23 19:45:11 19:23:01 6 37.98 0.00 10.81 30.02 0.16 21.03 19:45:11 19:23:01 7 40.34 0.00 10.58 2.91 0.14 46.02 19:45:11 19:24:01 all 14.43 0.00 2.83 0.87 0.07 81.80 19:45:11 19:24:01 0 12.44 0.00 2.59 0.43 0.07 84.47 19:45:11 19:24:01 1 13.30 0.00 2.44 3.26 0.07 80.92 19:45:11 19:24:01 2 12.63 0.00 2.34 0.28 0.07 84.68 19:45:11 19:24:01 3 21.54 0.00 4.08 0.34 0.08 73.96 19:45:11 19:24:01 4 14.40 0.00 2.99 0.55 0.10 81.95 19:45:11 19:24:01 5 14.45 0.00 2.58 0.25 0.05 82.66 19:45:11 19:24:01 6 13.54 0.00 2.61 1.62 0.05 82.18 19:45:11 19:24:01 7 13.16 0.00 2.99 0.22 0.07 83.57 19:45:11 19:25:01 all 5.46 0.00 0.58 0.06 0.04 93.87 19:45:11 19:25:01 0 4.28 0.00 0.48 0.00 0.02 95.22 19:45:11 19:25:01 1 3.61 0.00 0.40 0.10 0.03 95.86 19:45:11 19:25:01 2 4.45 0.00 0.35 0.02 0.02 95.16 19:45:11 19:25:01 3 9.10 0.00 0.92 0.27 0.07 89.65 19:45:11 19:25:01 4 6.18 0.00 0.55 0.02 0.05 93.20 19:45:11 19:25:01 5 1.73 0.00 0.43 0.02 0.03 97.78 19:45:11 19:25:01 6 6.76 0.00 0.54 0.02 0.02 92.68 19:45:11 19:25:01 7 7.59 0.00 0.93 0.02 0.07 91.39 19:45:11 19:26:01 all 0.02 0.00 0.01 0.01 0.01 99.96 19:45:11 19:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:26:01 1 0.02 0.00 0.00 0.02 0.02 99.95 19:45:11 19:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:26:01 3 0.07 0.00 0.03 0.03 0.02 99.85 19:45:11 19:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:45:11 19:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 19:45:11 19:26:01 7 0.05 0.00 0.02 0.00 0.00 99.93 19:45:11 19:45:11 19:26:01 CPU %user %nice %system %iowait %steal %idle 19:45:11 19:27:01 all 0.03 0.00 0.02 0.00 0.01 99.95 19:45:11 19:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:45:11 19:27:01 1 0.03 0.00 0.00 0.02 0.00 99.95 19:45:11 19:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 19:45:11 19:27:01 3 0.05 0.00 0.02 0.02 0.02 99.90 19:45:11 19:27:01 4 0.05 0.00 0.02 0.00 0.00 99.93 19:45:11 19:27:01 5 0.03 0.00 0.03 0.00 0.00 99.93 19:45:11 19:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:45:11 19:27:01 7 0.03 0.00 0.02 0.00 0.02 99.93 19:45:11 19:28:01 all 0.01 0.00 0.01 0.00 0.01 99.96 19:45:11 19:28:01 0 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:28:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:45:11 19:28:01 3 0.03 0.00 0.02 0.03 0.03 99.88 19:45:11 19:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:28:01 5 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:45:11 19:29:01 all 0.03 0.00 0.01 0.00 0.00 99.96 19:45:11 19:29:01 0 0.00 0.00 0.02 0.02 0.00 99.97 19:45:11 19:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:45:11 19:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:29:01 3 0.08 0.00 0.03 0.00 0.03 99.85 19:45:11 19:29:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:45:11 19:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:45:11 19:30:01 all 0.02 0.00 0.04 0.01 0.01 99.92 19:45:11 19:30:01 0 0.00 0.00 0.03 0.00 0.02 99.95 19:45:11 19:30:01 1 0.02 0.00 0.05 0.00 0.02 99.92 19:45:11 19:30:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:45:11 19:30:01 3 0.03 0.00 0.05 0.03 0.03 99.85 19:45:11 19:30:01 4 0.00 0.00 0.03 0.00 0.00 99.97 19:45:11 19:30:01 5 0.03 0.00 0.03 0.00 0.00 99.93 19:45:11 19:30:01 6 0.00 0.00 0.05 0.02 0.00 99.93 19:45:11 19:30:01 7 0.07 0.00 0.02 0.00 0.02 99.90 19:45:11 19:31:01 all 0.01 0.00 0.00 0.00 0.00 99.98 19:45:11 19:31:01 0 0.00 0.00 0.00 0.02 0.00 99.98 19:45:11 19:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:31:01 3 0.03 0.00 0.02 0.02 0.02 99.92 19:45:11 19:31:01 4 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:45:11 19:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:32:01 all 0.03 0.00 0.00 0.00 0.01 99.95 19:45:11 19:32:01 0 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:32:01 1 0.03 0.00 0.00 0.00 0.02 99.95 19:45:11 19:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:32:01 3 0.03 0.00 0.00 0.03 0.05 99.88 19:45:11 19:32:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:45:11 19:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:45:11 19:32:01 6 0.05 0.00 0.00 0.00 0.02 99.93 19:45:11 19:32:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:45:11 19:33:01 all 0.01 0.00 0.00 0.00 0.01 99.97 19:45:11 19:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:33:01 2 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:33:01 3 0.02 0.00 0.02 0.02 0.03 99.92 19:45:11 19:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:33:01 6 0.00 0.00 0.00 0.02 0.00 99.98 19:45:11 19:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:34:01 all 0.17 0.00 0.01 0.00 0.01 99.81 19:45:11 19:34:01 0 0.02 0.00 0.00 0.02 0.02 99.95 19:45:11 19:34:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:45:11 19:34:01 2 0.05 0.00 0.00 0.00 0.00 99.95 19:45:11 19:34:01 3 1.18 0.00 0.02 0.02 0.03 98.76 19:45:11 19:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:34:01 5 0.03 0.00 0.00 0.00 0.00 99.97 19:45:11 19:34:01 6 0.03 0.00 0.00 0.00 0.02 99.95 19:45:11 19:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:45:11 19:35:01 all 0.27 0.00 0.01 0.01 0.00 99.71 19:45:11 19:35:01 0 0.02 0.00 0.02 0.03 0.00 99.93 19:45:11 19:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:35:01 3 2.00 0.00 0.02 0.02 0.02 97.95 19:45:11 19:35:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:45:11 19:35:01 5 0.00 0.00 0.02 0.00 0.02 99.97 19:45:11 19:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:35:01 7 0.03 0.00 0.02 0.02 0.00 99.93 19:45:11 19:36:01 all 0.28 0.00 0.01 0.00 0.01 99.70 19:45:11 19:36:01 0 0.00 0.00 0.03 0.02 0.02 99.93 19:45:11 19:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:45:11 19:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:45:11 19:36:01 3 2.00 0.00 0.02 0.00 0.03 97.95 19:45:11 19:36:01 4 0.10 0.00 0.00 0.00 0.00 99.90 19:45:11 19:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:45:11 19:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:36:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:45:11 19:37:01 all 0.15 0.00 0.02 0.00 0.01 99.82 19:45:11 19:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 19:45:11 19:37:01 3 1.21 0.00 0.10 0.02 0.03 98.64 19:45:11 19:37:01 4 0.00 0.00 0.02 0.00 0.02 99.97 19:45:11 19:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:37:01 7 0.00 0.00 0.00 0.00 0.02 99.98 19:45:11 19:45:11 19:37:01 CPU %user %nice %system %iowait %steal %idle 19:45:11 19:38:01 all 0.02 0.00 0.01 0.00 0.01 99.96 19:45:11 19:38:01 0 0.02 0.00 0.02 0.02 0.02 99.93 19:45:11 19:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:38:01 3 0.05 0.00 0.03 0.02 0.03 99.87 19:45:11 19:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:38:01 6 0.03 0.00 0.00 0.00 0.02 99.95 19:45:11 19:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:45:11 19:39:01 all 0.01 0.00 0.00 0.00 0.01 99.97 19:45:11 19:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:39:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:39:01 3 0.05 0.00 0.02 0.00 0.03 99.90 19:45:11 19:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:39:01 6 0.00 0.00 0.00 0.02 0.00 99.98 19:45:11 19:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:40:01 all 0.02 0.00 0.01 0.00 0.01 99.96 19:45:11 19:40:01 0 0.00 0.00 0.02 0.02 0.02 99.95 19:45:11 19:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:40:01 2 0.03 0.00 0.00 0.00 0.02 99.95 19:45:11 19:40:01 3 0.03 0.00 0.05 0.02 0.02 99.88 19:45:11 19:40:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:45:11 19:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:40:01 6 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 19:45:11 19:41:02 all 0.01 0.00 0.01 0.00 0.01 99.97 19:45:11 19:41:02 0 0.00 0.00 0.00 0.02 0.00 99.98 19:45:11 19:41:02 1 0.00 0.00 0.02 0.00 0.02 99.97 19:45:11 19:41:02 2 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:41:02 3 0.05 0.00 0.02 0.00 0.03 99.90 19:45:11 19:41:02 4 0.03 0.00 0.00 0.00 0.00 99.97 19:45:11 19:41:02 5 0.00 0.00 0.00 0.00 0.02 99.98 19:45:11 19:41:02 6 0.00 0.00 0.02 0.00 0.00 99.98 19:45:11 19:41:02 7 0.02 0.00 0.02 0.00 0.00 99.97 19:45:11 19:42:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:45:11 19:42:01 0 0.03 0.00 0.02 0.02 0.02 99.92 19:45:11 19:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:42:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:45:11 19:42:01 3 0.02 0.00 0.02 0.02 0.02 99.93 19:45:11 19:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:43:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:45:11 19:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:45:11 19:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:45:11 19:43:01 3 0.05 0.00 0.02 0.02 0.03 99.88 19:45:11 19:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:45:11 19:43:01 5 0.03 0.00 0.00 0.00 0.00 99.97 19:45:11 19:43:01 6 0.00 0.00 0.02 0.02 0.00 99.97 19:45:11 19:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:45:11 19:44:01 all 2.86 0.00 1.31 0.41 0.05 95.37 19:45:11 19:44:01 0 2.41 0.00 0.94 2.24 0.03 94.38 19:45:11 19:44:01 1 3.60 0.00 0.94 0.05 0.03 95.38 19:45:11 19:44:01 2 4.32 0.00 0.99 0.00 0.10 94.59 19:45:11 19:44:01 3 2.37 0.00 1.62 0.79 0.05 95.17 19:45:11 19:44:01 4 2.47 0.00 1.48 0.00 0.02 96.04 19:45:11 19:44:01 5 2.09 0.00 1.64 0.02 0.05 96.20 19:45:11 19:44:01 6 3.23 0.00 1.31 0.22 0.07 95.18 19:45:11 19:44:01 7 2.38 0.00 1.56 0.00 0.03 96.02 19:45:11 19:45:01 all 9.12 0.00 4.04 2.04 0.06 84.74 19:45:11 19:45:01 0 8.74 0.00 4.80 10.59 0.10 75.76 19:45:11 19:45:01 1 9.55 0.00 4.07 0.03 0.05 86.30 19:45:11 19:45:01 2 8.85 0.00 3.35 0.12 0.07 87.61 19:45:11 19:45:01 3 8.03 0.00 3.98 0.69 0.07 87.23 19:45:11 19:45:01 4 9.97 0.00 4.37 0.61 0.05 85.00 19:45:11 19:45:01 5 8.37 0.00 3.52 3.89 0.07 84.16 19:45:11 19:45:01 6 9.71 0.00 3.72 0.13 0.03 86.40 19:45:11 19:45:01 7 9.71 0.00 4.48 0.31 0.07 85.44 19:45:11 Average: all 8.82 0.00 2.28 2.28 0.04 86.59 19:45:11 Average: 0 8.61 0.00 2.24 1.53 0.04 87.57 19:45:11 Average: 1 8.83 0.00 2.27 2.15 0.04 86.72 19:45:11 Average: 2 8.78 0.00 2.21 2.08 0.04 86.88 19:45:11 Average: 3 9.57 0.00 2.61 3.40 0.05 84.36 19:45:11 Average: 4 8.75 0.00 2.12 1.54 0.03 87.56 19:45:11 Average: 5 8.42 0.00 2.15 1.44 0.03 87.96 19:45:11 Average: 6 8.81 0.00 2.32 3.53 0.04 85.32 19:45:11 Average: 7 8.75 0.00 2.29 2.56 0.04 86.37 19:45:11 19:45:11 19:45:11