Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3808792b237a8a61d15019083d388cf2a3940d6c 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-ssh16206834071707948775.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9631562864476091942.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4479430878428126061.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13314204333474643797.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-ssh6136432001429266977.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4612 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/468 [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/468 # 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Avoid second fetch Checking out Revision 3808792b237a8a61d15019083d388cf2a3940d6c (main) Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.2 to 2.1.3 (#4458)" > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3808792b237a8a61d15019083d388cf2a3940d6c # timeout=10 > git rev-list --no-walk d06f1109b530a852e51b6d010774951c53e46570 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:43:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:43:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:43:28 ========================================================= 17:43:28 EdgeX Global Pipelines Version Info 17:43:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:43:28 ------------------- 17:43:28 stable info: 17:43:28 ------------------- 17:43:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:43:28 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 17:43:28 Message: update stable to v1.0.245 17:43:29 ------------------- 17:43:29 experimental info: 17:43:29 ------------------- 17:43:29 Commited By: **** collab-it+edgex@linuxfoundation.org 17:43:29 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 17:43:29 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3808792 [Pipeline] echo 17:43:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:43:29 provisioning config files... 17:43:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/468@tmp/config149962267413649603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:43:30 ---> docker-login.sh 17:43:30 nexus3.edgexfoundry.org:10001 17:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:43:30 Configure a credential helper to remove this warning. See 17:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:43:30 17:43:30 Login Succeeded 17:43:30 nexus3.edgexfoundry.org:10002 17:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:43:30 Configure a credential helper to remove this warning. See 17:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:43:30 17:43:30 Login Succeeded 17:43:30 nexus3.edgexfoundry.org:10003 17:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:43:30 Configure a credential helper to remove this warning. See 17:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:43:30 17:43:30 Login Succeeded 17:43:30 nexus3.edgexfoundry.org:10004 17:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:43:30 Configure a credential helper to remove this warning. See 17:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:43:30 17:43:30 Login Succeeded 17:43:30 docker.io 17:43:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:43:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:43:31 Configure a credential helper to remove this warning. See 17:43:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:43:31 17:43:31 Login Succeeded 17:43:31 ---> docker-login.sh ends [Pipeline] } 17:43:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:43:31 + 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 17:43:31 + cut -d/ -f2 17:43:31 + dirname cmd/core-command/Dockerfile 17:43:31 + echo core-command,cmd/core-command/Dockerfile 17:43:31 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 17:43:31 cut -d/ -f2 17:43:31 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 17:43:31 + dirname cmd/core-data/Dockerfile 17:43:31 + cut -d/ -f2 17:43:31 + echo core-data,cmd/core-data/Dockerfile 17:43:31 + dirname cmd/core-metadata/Dockerfile 17:43:31 + cut -d/ -f2 17:43:31 + echo core-metadata,cmd/core-metadata/Dockerfile 17:43:31 + dirname cmd/security-bootstrapper/Dockerfile 17:43:31 + cut -d/ -f2 17:43:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:43:31 + dirname cmd/security-proxy-auth/Dockerfile 17:43:31 + cut -d/ -f2 17:43:31 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 17:43:31 + dirname cmd/security-proxy-setup/Dockerfile 17:43:31 + cut -d/ -f2 17:43:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:43:31 + dirname cmd/security-secretstore-setup/Dockerfile 17:43:31 + cut -d/ -f2 17:43:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:43:31 + + cut -d/dirname -f2 cmd/security-spiffe-token-provider/Dockerfile 17:43:31 17:43:31 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 17:43:31 + + dirnamecut cmd/security-spire-agent/Dockerfile -d/ 17:43:31 -f2 17:43:31 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 17:43:31 + dirname cmd/security-spire-config/Dockerfile 17:43:31 + cut -d/ -f2 17:43:31 + echo security-spire-config,cmd/security-spire-config/Dockerfile 17:43:31 + + dirname cmd/security-spire-server/Dockerfile 17:43:31 cut -d/ -f2 17:43:31 + echo security-spire-server,cmd/security-spire-server/Dockerfile 17:43:31 + dirname cmd/support-notifications/Dockerfile 17:43:31 + cut -d/ -f2 17:43:31 + echo support-notifications,cmd/support-notifications/Dockerfile 17:43:31 + dirname cmd/support-scheduler/Dockerfile 17:43:31 + cut -d/ -f2 17:43:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 17:43:31 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 17:43:31 + git rev-list -1 --merges 3808792b237a8a61d15019083d388cf2a3940d6c~1..3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] echo 17:43:31 -----------> git rev-list -1 --merges 3808792b237a8a61d15019083d388cf2a3940d6c~1..3808792b237a8a61d15019083d388cf2a3940d6c 3808792b237a8a61d15019083d388cf2a3940d6c [false] [Pipeline] sh 17:43:32 + git log --format=format:%s -1 3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] echo 17:43:32 ========================================================= 17:43:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:43:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 17:43:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:43:32 + grep -v github /etc/ssh/ssh_known_hosts 17:43:32 + [ -e /tmp/ssh_known_hosts ] 17:43:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:43:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:43:32 + sudo tee -a /etc/ssh/ssh_known_hosts 17:43:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:43:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:43:33 17:43:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:43:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:43:33 0.1.4: Pulling from edgex-devops/py-git-semver 17:43:33 b85a868b505f: Pulling fs layer 17:43:33 e2be974225ed: Pulling fs layer 17:43:33 339a4e72a1f5: Pulling fs layer 17:43:33 988bab9f4d93: Pulling fs layer 17:43:33 1469e6f7b9e6: Pulling fs layer 17:43:33 988bab9f4d93: Waiting 17:43:33 eaf3925da568: Pulling fs layer 17:43:33 bab4dde63d76: Pulling fs layer 17:43:33 bde34c3a00c8: Pulling fs layer 17:43:33 1469e6f7b9e6: Waiting 17:43:33 eaf3925da568: Waiting 17:43:33 bab4dde63d76: Waiting 17:43:33 b352a97aabf1: Pulling fs layer 17:43:33 4872d77fe225: Pulling fs layer 17:43:33 5851b861e8e6: Pulling fs layer 17:43:33 4872d77fe225: Waiting 17:43:33 5851b861e8e6: Waiting 17:43:33 b352a97aabf1: Waiting 17:43:33 e2be974225ed: Verifying Checksum 17:43:33 e2be974225ed: Download complete 17:43:33 988bab9f4d93: Verifying Checksum 17:43:33 988bab9f4d93: Download complete 17:43:33 1469e6f7b9e6: Verifying Checksum 17:43:33 1469e6f7b9e6: Download complete 17:43:33 339a4e72a1f5: Verifying Checksum 17:43:33 339a4e72a1f5: Download complete 17:43:33 eaf3925da568: Verifying Checksum 17:43:33 eaf3925da568: Download complete 17:43:33 bde34c3a00c8: Verifying Checksum 17:43:33 bde34c3a00c8: Download complete 17:43:33 b352a97aabf1: Verifying Checksum 17:43:33 b352a97aabf1: Download complete 17:43:33 4872d77fe225: Verifying Checksum 17:43:33 4872d77fe225: Download complete 17:43:33 5851b861e8e6: Verifying Checksum 17:43:33 5851b861e8e6: Download complete 17:43:33 b85a868b505f: Verifying Checksum 17:43:33 b85a868b505f: Download complete 17:43:33 bab4dde63d76: Verifying Checksum 17:43:33 bab4dde63d76: Download complete 17:43:35 b85a868b505f: Pull complete 17:43:35 e2be974225ed: Pull complete 17:43:35 339a4e72a1f5: Pull complete 17:43:35 988bab9f4d93: Pull complete 17:43:35 1469e6f7b9e6: Pull complete 17:43:35 eaf3925da568: Pull complete 17:43:37 bab4dde63d76: Pull complete 17:43:37 bde34c3a00c8: Pull complete 17:43:37 b352a97aabf1: Pull complete 17:43:37 4872d77fe225: Pull complete 17:43:37 5851b861e8e6: Pull complete 17:43:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:43:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:43:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:43:38 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 17:43:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 17:43:41 $ docker top 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f -eo pid,comm 17:43:41 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). 17:43:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:43:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:43:41 [ssh-agent] Looking for ssh-agent implementation... 17:43:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:43:41 $ docker exec 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f ssh-agent 17:43:41 SSH_AUTH_SOCK=/tmp/ssh-PAT4uSBYLFES/agent.32 17:43:41 SSH_AGENT_PID=38 17:43:41 Running ssh-add (command line suppressed) 17:43:41 Identity added: /w/workspace/edgex-go/468@tmp/private_key_7714375757056261924.key (/w/workspace/edgex-go/468@tmp/private_key_7714375757056261924.key) 17:43:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:43:42 + git tag --points-at HEAD [Pipeline] } 17:43:42 $ docker exec --env ******** --env ******** 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f ssh-agent -k 17:43:42 unset SSH_AUTH_SOCK; 17:43:42 unset SSH_AGENT_PID; 17:43:42 echo Agent pid 38 killed; 17:43:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:43:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:43:42 [ssh-agent] Looking for ssh-agent implementation... 17:43:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:43:42 $ docker exec 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f ssh-agent 17:43:42 SSH_AUTH_SOCK=/tmp/ssh-UGJhjILIVaHt/agent.70 17:43:42 SSH_AGENT_PID=76 17:43:42 Running ssh-add (command line suppressed) 17:43:42 Identity added: /w/workspace/edgex-go/468@tmp/private_key_210220959705149124.key (/w/workspace/edgex-go/468@tmp/private_key_210220959705149124.key) 17:43:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:43:42 + git semver init 17:43:43 2023-03-20 17:43:43,178 [run_init] DEBUG init version:0.0.0 force:False 17:43:43 2023-03-20 17:43:43,178 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/468/.semver 17:43:43 2023-03-20 17:43:43,179 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/468/.semver 17:43:43 2023-03-20 17:43:43,179 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/468/.semver'], cwd=/w/workspace/edgex-go/468, universal_newlines=False, shell=None, istream=None) 17:43:48 2023-03-20 17:43:48,091 [append_file] DEBUG append to file:/w/workspace/edgex-go/468/.git/info/exclude 17:43:48 2023-03-20 17:43:48,092 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/468/.semver/main with force:False 17:43:48 2023-03-20 17:43:48,092 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main 17:43:48 2023-03-20 17:43:48,092 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main 17:43:48 3.0.0-dev.106 [Pipeline] } 17:43:48 $ docker exec --env ******** --env ******** 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f ssh-agent -k 17:43:48 unset SSH_AUTH_SOCK; 17:43:48 unset SSH_AGENT_PID; 17:43:48 echo Agent pid 76 killed; 17:43:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:43:48 + git semver [Pipeline] } 17:43:49 $ docker stop --time=1 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f 17:43:50 $ docker rm -f --volumes 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f [Pipeline] // withDockerContainer [Pipeline] sh 17:43:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:43:51 Stashed 1 file(s) [Pipeline] echo 17:43:51 [edgeXSemver]: initialized semver on version 3.0.0-dev.106 [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 17:43:51 + git config --global --add safe.directory /w/workspace/edgex-go/468 [Pipeline] echo 17:43:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:43:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:43:51 ========================================================= 17:43:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 17:43:51 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:43:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:43:51 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 17:43:51 63b65145d645: Pulling fs layer 17:43:51 a2d21d5440eb: Pulling fs layer 17:43:51 935e6c44a52c: Pulling fs layer 17:43:51 94cc34f8dd06: Pulling fs layer 17:43:51 30dea6a524f1: Pulling fs layer 17:43:51 a2aff8979fd8: Pulling fs layer 17:43:51 6808be2612f2: Pulling fs layer 17:43:51 f25807f1079a: Pulling fs layer 17:43:51 30dea6a524f1: Waiting 17:43:51 a2aff8979fd8: Waiting 17:43:51 94cc34f8dd06: Waiting 17:43:51 6808be2612f2: Waiting 17:43:51 a2d21d5440eb: Verifying Checksum 17:43:51 a2d21d5440eb: Download complete 17:43:51 94cc34f8dd06: Verifying Checksum 17:43:51 94cc34f8dd06: Download complete 17:43:51 30dea6a524f1: Verifying Checksum 17:43:51 30dea6a524f1: Download complete 17:43:51 63b65145d645: Verifying Checksum 17:43:51 63b65145d645: Download complete 17:43:51 a2aff8979fd8: Verifying Checksum 17:43:51 a2aff8979fd8: Download complete 17:43:51 63b65145d645: Pull complete 17:43:51 a2d21d5440eb: Pull complete 17:43:52 935e6c44a52c: Download complete 17:43:52 f25807f1079a: Verifying Checksum 17:43:52 f25807f1079a: Download complete 17:43:52 6808be2612f2: Verifying Checksum 17:43:52 6808be2612f2: Download complete 17:43:56 935e6c44a52c: Pull complete 17:43:56 94cc34f8dd06: Pull complete 17:43:56 30dea6a524f1: Pull complete 17:43:56 a2aff8979fd8: Pull complete 17:43:58 6808be2612f2: Pull complete 17:43:58 f25807f1079a: Pull complete 17:43:58 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 17:43:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:43:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 17:43:59 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:43:59 WORKDIR /edgex 17:43:59 COPY go.mod . 17:43:59 RUN go mod download 17:43:59 + docker build -t ci-base-image-x86_64 -f - . 17:43:59 Sending build context to Docker daemon 170.5MB 17:43:59 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:43:59 ---> 3b553350e43f 17:43:59 Step 2/4 : WORKDIR /edgex 17:44:05 ---> Running in d2222af8e8b3 17:44:05 Removing intermediate container d2222af8e8b3 17:44:05 ---> 43243504944b 17:44:05 Step 3/4 : COPY go.mod . 17:44:05 ---> e8b9abd4c5f5 17:44:05 Step 4/4 : RUN go mod download 17:44:05 ---> Running in 0cfcbba9b913 17:44:06 Still waiting to schedule task 17:44:06 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 17:44:17 Removing intermediate container 0cfcbba9b913 17:44:17 ---> f08674386b31 17:44:17 Successfully built f08674386b31 17:44:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:44:17 + docker inspect -f . ci-base-image-x86_64 17:44:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:44:17 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 17:44:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 17:44:18 $ docker top 90f8bbf3087e57f2f93b4a5211da5d9bb6ff9f453efce14b12010096871f3046 -eo pid,comm [Pipeline] { [Pipeline] sh 17:44:18 + go version 17:44:18 go version go1.20.2 linux/amd64 [Pipeline] } 17:44:18 $ docker stop --time=1 90f8bbf3087e57f2f93b4a5211da5d9bb6ff9f453efce14b12010096871f3046 17:44:19 $ docker rm -f --volumes 90f8bbf3087e57f2f93b4a5211da5d9bb6ff9f453efce14b12010096871f3046 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:44:19 + docker inspect -f . ci-base-image-x86_64 17:44:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:44:20 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 17:44:20 $ 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/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 17:44:20 $ docker top c29d713f35d0f464a88f370cde45eab8f7e354ba8652ed7e95897101e77f004a -eo pid,comm [Pipeline] { [Pipeline] echo 17:44:20 ========================================================= 17:44:20 [edgeXBuildGoParallel] Running Tests and Build... 17:44:20 ========================================================= [Pipeline] sh 17:44:20 + git config --global --add safe.directory /w/workspace/edgex-go/468 [Pipeline] fileExists [Pipeline] sh 17:44:21 + make test 17:44:21 go test -race -coverprofile=coverage.out ./... 17:44:27 ? github.com/edgexfoundry/edgex-go [no test files] 17:44:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:44:43 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 17:44:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:44:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:44:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:44:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:44:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:44:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 17:44:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:44:45 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 17:44:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:44:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:44:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:44:46 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 17:44:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:44:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:44:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.055s coverage: 28.7% of statements 17:44:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 98.5% of statements 17:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 17:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 17:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 17:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 17:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.088s coverage: 71.3% of statements 17:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.080s coverage: 54.0% of statements 17:44:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:44:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:44:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.939s coverage: 88.5% of statements 17:44:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.076s coverage: 3.9% of statements 17:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 17:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 17:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 17:44:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.368s coverage: 95.6% of statements 17:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 17:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 17:44:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:44:56 ok github.com/edgexfoundry/edgex-go/internal/io 0.047s coverage: 72.2% of statements 17:44:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:44:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:44:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:44:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.059s coverage: 65.9% of statements 17:44:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 17:44:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:44:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.084s coverage: 0.9% of statements 17:44:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.050s coverage: 29.0% of statements 17:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 45.5% of statements 17:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 82.9% of statements 17:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 17:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 17:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 17:44:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:44:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:44:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:44:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:44:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:44:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 17:44:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 17:44:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 17:45:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:45:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:45:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:45:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:45:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:45:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:45:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:45:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 17:45:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:45:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:45:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:45:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 17:45:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 17:45:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 17:45:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:45:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:45:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 17:45:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 17:45:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:45:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 17:45:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 17:45:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 17:45:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:45:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:45:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements 17:45:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 17:45:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.280s coverage: 79.9% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.066s coverage: 92.9% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 64.4% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.062s coverage: 86.9% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.053s coverage: 87.2% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.051s coverage: 20.0% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 81.2% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 82.1% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.047s coverage: 86.0% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.155s coverage: 63.1% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 38.4% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.109s coverage: 92.3% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 61.5% of statements 17:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.080s coverage: 97.7% of statements 17:45:24 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 17:45:46 go vet ./... 17:45:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:45:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:45:47 ./bin/test-attribution-txt.sh 17:45:47 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo 17:45:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 17:45:48 + ls -al . 17:45:48 total 704 17:45:48 drwxrwxr-x 11 1001 1001 4096 Mar 20 17:44 . 17:45:48 drwxr-xr-x 4 root root 4096 Mar 20 17:44 .. 17:45:48 drwxrwxr-x 2 1001 1001 4096 Mar 20 17:43 .blubracket 17:45:48 -rw-rw-r-- 1 1001 1001 16 Mar 20 17:43 .dockerignore 17:45:48 drwxrwxr-x 8 1001 1001 4096 Mar 20 17:43 .git 17:45:48 drwxrwxr-x 3 1001 1001 4096 Mar 20 17:43 .github 17:45:48 -rw-rw-r-- 1 1001 1001 1133 Mar 20 17:43 .gitignore 17:45:48 -rw-rw-r-- 1 1001 1001 42 Mar 20 17:43 .golangci.yml 17:45:48 -rw-rw-r-- 1 1001 1001 87 Mar 20 17:43 .hadolint.yml 17:45:48 drwxr-xr-x 3 1001 1001 4096 Mar 20 17:43 .semver 17:45:48 -rw-rw-r-- 1 1001 1001 166 Mar 20 17:43 .sonarcloud.properties 17:45:48 -rw-rw-r-- 1 1001 1001 1171 Mar 20 17:43 ADOPTERS.md 17:45:48 -rw-rw-r-- 1 1001 1001 10825 Mar 20 17:43 Attribution.txt 17:45:48 -rw-rw-r-- 1 1001 1001 73765 Mar 20 17:43 CHANGELOG.md 17:45:48 -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:43 CONTRIBUTING.md 17:45:48 -rw-rw-r-- 1 1001 1001 677 Mar 20 17:43 GOVERNANCE.md 17:45:48 -rw-rw-r-- 1 1001 1001 883 Mar 20 17:43 Jenkinsfile 17:45:48 -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:43 LICENSE 17:45:48 -rw-rw-r-- 1 1001 1001 14266 Mar 20 17:43 Makefile 17:45:48 -rw-rw-r-- 1 1001 1001 582 Mar 20 17:43 OWNERS.md 17:45:48 -rw-rw-r-- 1 1001 1001 9403 Mar 20 17:43 README.md 17:45:48 -rw-rw-r-- 1 1001 1001 789 Mar 20 17:43 SECURITY.md 17:45:48 -rw-rw-r-- 1 1001 1001 13 Mar 20 17:43 VERSION 17:45:48 drwxrwxr-x 2 1001 1001 4096 Mar 20 17:43 bin 17:45:48 drwxrwxr-x 18 1001 1001 4096 Mar 20 17:43 cmd 17:45:48 -rw-r--r-- 1 root root 447275 Mar 20 17:45 coverage.out 17:45:48 -rw-rw-r-- 1 1001 1001 3236 Mar 20 17:43 go.mod 17:45:48 -rw-rw-r-- 1 1001 1001 31410 Mar 20 17:43 go.sum 17:45:48 drwxrwxr-x 7 1001 1001 4096 Mar 20 17:43 internal 17:45:48 drwxrwxr-x 3 1001 1001 4096 Mar 20 17:43 openapi 17:45:48 -rw-rw-r-- 1 1001 1001 594 Mar 20 17:43 security.txt 17:45:48 drwxrwxr-x 4 1001 1001 4096 Mar 20 17:43 snap 17:45:48 -rw-rw-r-- 1 1001 1001 204 Mar 20 17:43 version.go [Pipeline] sh 17:45:48 + '[' -e coverage.out ] 17:45:48 + chown 1001:1001 coverage.out [Pipeline] stash 17:45:48 Stashed 1 file(s) [Pipeline] sh 17:45:48 + make build 17:45:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 17:46:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:46:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 17:46:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 17:46:02 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:46:08 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:46:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 17:46:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:46:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:46:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 17:46:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:46:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 17:46:16 $ docker stop --time=1 c29d713f35d0f464a88f370cde45eab8f7e354ba8652ed7e95897101e77f004a 17:46:20 $ docker rm -f --volumes c29d713f35d0f464a88f370cde45eab8f7e354ba8652ed7e95897101e77f004a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:46:21 17:46:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:46:22 latest: Pulling from edgex-devops/edgex-compose 17:46:22 cbdbe7a5bc2a: Pulling fs layer 17:46:22 ca9280d653b3: Pulling fs layer 17:46:22 7e9c9ca2126c: Pulling fs layer 17:46:22 cbdbe7a5bc2a: Download complete 17:46:22 ca9280d653b3: Verifying Checksum 17:46:22 ca9280d653b3: Download complete 17:46:22 cbdbe7a5bc2a: Pull complete 17:46:22 7e9c9ca2126c: Download complete 17:46:22 ca9280d653b3: Pull complete 17:46:26 7e9c9ca2126c: Pull complete 17:46:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:46:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:46:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:46:26 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 17:46:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 17:46:28 $ docker top 49fb5bddc3ccf3248be8500fd14ea86cd9c7786f7e92675c9819bf1d80191cb4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:46:28 + docker-compose build --help 17:46:28 + grep parallel 17:46:29 --parallel Build images in parallel. [Pipeline] } 17:46:29 $ docker stop --time=1 49fb5bddc3ccf3248be8500fd14ea86cd9c7786f7e92675c9819bf1d80191cb4 17:46:30 $ docker rm -f --volumes 49fb5bddc3ccf3248be8500fd14ea86cd9c7786f7e92675c9819bf1d80191cb4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:46:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:46:31 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 17:46:31 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 17:46:31 $ docker top 5291b24224e51cc7a83e2b9eb10082b8536a5868eb364e7540172e330790310b -eo pid,comm [Pipeline] { [Pipeline] sh 17:46:31 + docker-compose -f ./docker-compose-build.yml build --parallel 17:46:32 Building core-command ... 17:46:32 Building core-common-config-bootstrapper ... 17:46:32 Building core-data ... 17:46:32 Building core-metadata ... 17:46:32 Building security-bootstrapper ... 17:46:32 Building security-proxy-auth ... 17:46:32 Building security-proxy-setup ... 17:46:32 Building security-secretstore-setup ... 17:46:32 Building security-spiffe-token-provider ... 17:46:32 Building security-spire-agent ... 17:46:32 Building security-spire-config ... 17:46:32 Building security-spire-server ... 17:46:32 Building support-notifications ... 17:46:32 Building support-scheduler ... 17:46:32 Building security-bootstrapper 17:46:32 Building security-secretstore-setup 17:46:32 Building support-scheduler 17:46:32 Building security-proxy-setup 17:46:32 Building support-notifications 17:46:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:46:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:46:44 ---> f08674386b31 17:46:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:46:44 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:46:44 Step 2/33 : FROM ${BUILDER_BASE} AS builder 17:46:44 ---> f08674386b31 17:46:44 Step 3/33 : WORKDIR /edgex-go 17:46:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:46:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:46:44 ---> f08674386b31 17:46:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:46:44 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:46:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:46:44 ---> f08674386b31 17:46:44 Step 3/22 : WORKDIR /edgex-go 17:46:44 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:46:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:46:44 ---> f08674386b31 17:46:44 Step 3/25 : WORKDIR /edgex-go 17:46:51 ---> Running in d528a0cbc912 17:46:51 ---> Running in 965e7bd0066b 17:46:51 ---> Running in 2afaa9155e89 17:46:51 ---> Running in 24eb83f272de 17:46:51 ---> Running in 908bfd4d22a1 17:46:51 Removing intermediate container 2afaa9155e89 17:46:51 ---> aabab72b1950 17:46:51 Step 4/23 : WORKDIR /edgex-go 17:46:51 Removing intermediate container d528a0cbc912 17:46:51 ---> 688e185c678b 17:46:51 Step 4/23 : WORKDIR /edgex-go 17:46:51 Removing intermediate container 965e7bd0066b 17:46:51 ---> e6ddb3b1b4cc 17:46:51 Step 4/33 : RUN apk add --update --no-cache make git 17:46:51 Removing intermediate container 908bfd4d22a1 17:46:51 ---> 501bbf9fbfda 17:46:51 Step 4/22 : RUN apk add --update --no-cache make git 17:46:51 Removing intermediate container 24eb83f272de 17:46:51 ---> d3e289dc8e63 17:46:51 Step 4/25 : RUN apk add --update --no-cache make git 17:46:51 ---> Running in 5a312aaaae42 17:46:51 ---> Running in 888a97084509 17:46:51 ---> Running in d3cb7de1993c 17:46:51 ---> Running in 5d76f503564e 17:46:51 ---> Running in 6b9c0589fa4e 17:46:51 Removing intermediate container 5a312aaaae42 17:46:51 ---> 9b984152281b 17:46:51 Step 5/23 : RUN apk add --update --no-cache make git 17:46:51 Removing intermediate container 888a97084509 17:46:51 ---> 503bfb2feb46 17:46:51 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 17:46:51 ---> Running in 69e1899436df 17:46:51 ---> Running in dea99183f1f8 17:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:46:51 OK: 265 MiB in 53 packages 17:46:51 OK: 265 MiB in 53 packages 17:46:51 OK: 265 MiB in 53 packages 17:46:51 OK: 265 MiB in 53 packages 17:46:51 OK: 265 MiB in 53 packages 17:46:51 Removing intermediate container d3cb7de1993c 17:46:51 ---> 7e1776f52878 17:46:51 Step 5/22 : COPY go.mod vendor* ./ 17:46:52 ---> b7272c2a79a9 17:46:52 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:46:52 Removing intermediate container 5d76f503564e 17:46:52 ---> 170ed57c004d 17:46:52 Step 5/33 : COPY go.mod vendor* ./ 17:46:52 Removing intermediate container 6b9c0589fa4e 17:46:52 ---> b15fdc5df666 17:46:52 Step 5/25 : COPY go.mod vendor* ./ 17:46:52 ---> Running in 87b28368f8b2 17:46:52 Removing intermediate container 69e1899436df 17:46:52 ---> 9ce4fd970af6 17:46:52 Step 6/23 : COPY go.mod vendor* ./ 17:46:52 Removing intermediate container dea99183f1f8 17:46:52 ---> 544ebe0f24a6 17:46:52 Step 6/23 : COPY go.mod vendor* ./ 17:46:52 ---> 909c2bc7f883 17:46:52 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:46:52 ---> Running in 44020b089300 17:46:52 ---> 3b208ab2e420 17:46:52 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:46:52 ---> Running in 3c6a5ea0db87 17:46:52 ---> 57e53f17a8ec 17:46:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:46:52 ---> 16cbcd0f0c51 17:46:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:46:52 ---> Running in da42a0a25d65 17:46:52 ---> Running in 6f729458b45f 17:47:41 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4613 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 17:47:41 Running in /w/workspace/edgex-go/468 [Pipeline] { [Pipeline] checkout 17:47:41 The recommended git tool is: git 17:47:48 using credential edgex-jenkins-ssh 17:47:48 Cloning the remote Git repository 17:47:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:47:48 > git init /w/workspace/edgex-go/468 # timeout=10 17:47:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:47:48 > git --version # timeout=10 17:47:48 > git --version # 'git version 2.25.1' 17:47:48 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:48:02 Removing intermediate container 3c6a5ea0db87 17:48:02 ---> 5a5df06f99d3 17:48:02 Step 7/25 : COPY . . 17:48:02 Removing intermediate container 87b28368f8b2 17:48:02 ---> ed02ce0b7da0 17:48:02 Step 7/22 : COPY . . 17:48:02 Removing intermediate container 6f729458b45f 17:48:02 ---> e4fc60ca8ccc 17:48:02 Step 8/23 : COPY . . 17:48:02 Removing intermediate container da42a0a25d65 17:48:02 ---> 394c5bb87e17 17:48:02 Step 8/23 : COPY . . 17:48:02 Removing intermediate container 44020b089300 17:48:02 ---> 0a33f8008642 17:48:02 Step 7/33 : COPY . . 17:48:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:48:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:48:09 Avoid second fetch 17:48:09 Checking out Revision 3808792b237a8a61d15019083d388cf2a3940d6c (main) 17:48:10 Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.2 to 2.1.3 (#4458)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:48:09 > git config core.sparsecheckout # timeout=10 17:48:09 > git checkout -f 3808792b237a8a61d15019083d388cf2a3940d6c # timeout=10 17:48:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:48:11 % Total % Received % Xferd Average Speed Time Time Time Current 17:48:11 Dload Upload Total Spent Left Speed 17:48:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 65056 0 --:--:-- --:--:-- --:--:-- 65389 [Pipeline] sh 17:48:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:48:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:48:12 + sudo tee /etc/docker/daemon.new 17:48:12 { 17:48:12 "registry-mirrors": [ 17:48:12 "https://nexus3.edgexfoundry.org:10001" 17:48:12 ], 17:48:12 "bip": "10.250.0.254/24", 17:48:12 "hosts": [ 17:48:12 "tcp://0.0.0.0:5555", 17:48:12 "unix:///var/run/docker.sock" 17:48:12 ], 17:48:12 "mtu": 1458, 17:48:12 "selinux-enabled": true, 17:48:12 "seccomp-profile": "/etc/docker/seccomp.json" 17:48:12 } [Pipeline] sh 17:48:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:48:13 + sudo service docker restart 17:48:17 ---> a3381151571c 17:48:17 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:48:17 ---> 7a2e59126fad 17:48:17 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 17:48:17 ---> 38ec1a9e4e69 17:48:17 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:48:17 ---> 158387afb9df 17:48:17 Step 9/23 : RUN make cmd/support-notifications/support-notifications 17:48:17 ---> 2e196a50a6fe 17:48:17 Step 8/22 : RUN make cmd/secrets-config/secrets-config 17:48:17 ---> Running in 838d99e34283 17:48:17 ---> Running in 7f4b3fe17748 17:48:17 ---> Running in bf372c69c608 17:48:17 ---> Running in 32cb85980326 17:48:17 ---> Running in aa3ba93b7deb 17:48:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:48:18 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:48:18 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:48:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 17:48:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:48:31 provisioning config files... 17:48:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/468@tmp/config6112448344662009609tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:48:31 ---> docker-login.sh 17:48:31 nexus3.edgexfoundry.org:10001 17:48:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:32 Configure a credential helper to remove this warning. See 17:48:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:32 17:48:32 Login Succeeded 17:48:32 nexus3.edgexfoundry.org:10002 17:48:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:33 Configure a credential helper to remove this warning. See 17:48:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:33 17:48:33 Login Succeeded 17:48:33 nexus3.edgexfoundry.org:10003 17:48:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:33 Configure a credential helper to remove this warning. See 17:48:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:33 17:48:33 Login Succeeded 17:48:33 nexus3.edgexfoundry.org:10004 17:48:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:33 Configure a credential helper to remove this warning. See 17:48:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:33 17:48:33 Login Succeeded 17:48:33 docker.io 17:48:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:34 Configure a credential helper to remove this warning. See 17:48:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:34 17:48:34 Login Succeeded 17:48:34 ---> docker-login.sh ends [Pipeline] } 17:48:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 17:48:34 + git config --global --add safe.directory /w/workspace/edgex-go/468 [Pipeline] echo 17:48:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:48:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:48:34 ========================================================= 17:48:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 17:48:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:48:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:48:35 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:48:35 af6eaf76a39c: Pulling fs layer 17:48:35 55522c791124: Pulling fs layer 17:48:35 ce5c4a1c91eb: Pulling fs layer 17:48:35 169dfbe0d373: Pulling fs layer 17:48:35 e1ff8fa3b103: Pulling fs layer 17:48:35 52ebb69f0ebf: Pulling fs layer 17:48:35 5abe8eddf0d5: Pulling fs layer 17:48:35 e1ff8fa3b103: Waiting 17:48:35 52ebb69f0ebf: Waiting 17:48:35 5abe8eddf0d5: Waiting 17:48:35 169dfbe0d373: Waiting 17:48:35 55522c791124: Verifying Checksum 17:48:35 55522c791124: Download complete 17:48:35 169dfbe0d373: Verifying Checksum 17:48:35 169dfbe0d373: Download complete 17:48:35 e1ff8fa3b103: Verifying Checksum 17:48:35 e1ff8fa3b103: Download complete 17:48:35 af6eaf76a39c: Verifying Checksum 17:48:35 af6eaf76a39c: Download complete 17:48:36 af6eaf76a39c: Pull complete 17:48:36 5abe8eddf0d5: Verifying Checksum 17:48:36 5abe8eddf0d5: Download complete 17:48:36 55522c791124: Pull complete 17:48:37 ce5c4a1c91eb: Download complete 17:48:37 52ebb69f0ebf: Verifying Checksum 17:48:37 52ebb69f0ebf: Download complete 17:48:50 ce5c4a1c91eb: Pull complete 17:48:50 169dfbe0d373: Pull complete 17:48:50 e1ff8fa3b103: Pull complete 17:48:57 52ebb69f0ebf: Pull complete 17:48:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:48:58 5abe8eddf0d5: Pull complete 17:48:58 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 17:48:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:48:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 17:48:58 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:48:58 WORKDIR /edgex 17:48:58 COPY go.mod . 17:48:58 RUN go mod download 17:48:58 + docker build -t ci-base-image-arm64 -f - . 17:48:59 Sending build context to Docker daemon 2.933MB 17:48:59 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:48:59 ---> 6cb57ee374ae 17:48:59 Step 2/4 : WORKDIR /edgex 17:49:02 ---> Running in 832190de7afe 17:49:02 Removing intermediate container 832190de7afe 17:49:02 ---> 972b45535ecb 17:49:02 Step 3/4 : COPY go.mod . 17:49:02 Removing intermediate container 32cb85980326 17:49:02 ---> f69a30419393 17:49:02 17:49:02 Step 9/33 : FROM alpine:3.17 17:49:02 ---> 0e214b7efdbe 17:49:02 Step 4/4 : RUN go mod download 17:49:02 3.17: Pulling from library/alpine 17:49:03 ---> Running in d86bbd89470f 17:49:03 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 17:49:03 Status: Downloaded newer image for alpine:3.17 17:49:03 ---> b2aa39c304c2 17:49:03 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:49:13 ---> Running in 16a4f0ed754b 17:49:13 Removing intermediate container 16a4f0ed754b 17:49:13 ---> 27264932e45f 17:49:13 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 17:49:13 ---> Running in fc3f07e60809 17:49:13 Removing intermediate container 7f4b3fe17748 17:49:13 ---> 57841441d29e 17:49:13 17:49:13 Step 9/25 : FROM alpine:3.17 17:49:13 ---> b2aa39c304c2 17:49:13 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 17:49:13 Removing intermediate container aa3ba93b7deb 17:49:13 ---> 9ac877ec2d65 17:49:13 17:49:13 Step 9/22 : FROM alpine:3.17 17:49:13 ---> b2aa39c304c2 17:49:13 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 17:49:13 ---> Running in 49df857df886 17:49:13 ---> Running in 6162e18f2083 17:49:13 Removing intermediate container bf372c69c608 17:49:13 ---> aa31f32007b9 17:49:13 17:49:13 Step 10/23 : FROM alpine:3.17 17:49:13 ---> b2aa39c304c2 17:49:13 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 17:49:13 Removing intermediate container 838d99e34283 17:49:13 ---> e733da6904ee 17:49:13 17:49:13 Step 10/23 : FROM alpine:3.17 17:49:13 ---> b2aa39c304c2 17:49:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:49:13 ---> Running in 3872ea4443d0 17:49:13 ---> Running in a9aac6270409 17:49:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:13 (1/2) Installing dumb-init (1.2.5-r2) 17:49:13 (2/2) Installing su-exec (0.2-r2) 17:49:13 Executing busybox-1.35.0-r29.trigger 17:49:13 OK: 7 MiB in 17 packages 17:49:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:14 (1/3) Installing ca-certificates (20220614-r4) 17:49:14 (2/3) Installing dumb-init (1.2.5-r2) 17:49:14 (3/3) Installing su-exec (0.2-r2) 17:49:14 (1/2) Installing dumb-init (1.2.5-r2) 17:49:14 (2/2) Installing openssl (3.0.8-r0) 17:49:14 Executing busybox-1.35.0-r29.trigger 17:49:14 Executing busybox-1.35.0-r29.trigger 17:49:14 Executing ca-certificates-20220614-r4.trigger 17:49:14 OK: 8 MiB in 17 packages 17:49:14 OK: 8 MiB in 18 packages 17:49:14 (1/1) Installing dumb-init (1.2.5-r2) 17:49:14 Executing busybox-1.35.0-r29.trigger 17:49:14 OK: 7 MiB in 16 packages 17:49:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:14 Removing intermediate container fc3f07e60809 17:49:14 ---> 56ff62a18924 17:49:14 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 17:49:14 (1/2) Installing ca-certificates (20220614-r4) 17:49:14 (2/2) Installing dumb-init (1.2.5-r2) 17:49:14 Executing busybox-1.35.0-r29.trigger 17:49:14 Executing ca-certificates-20220614-r4.trigger 17:49:14 OK: 8 MiB in 17 packages 17:49:15 ---> Running in c6f89ddef74d 17:49:15 Removing intermediate container c6f89ddef74d 17:49:15 ---> d36038b5a6d9 17:49:15 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 17:49:16 ---> Running in 05fa4bb34966 17:49:16 Removing intermediate container 6162e18f2083 17:49:16 ---> 11618a483a0c 17:49:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 17:49:17 Removing intermediate container 49df857df886 17:49:17 ---> 2c95707d5d62 17:49:17 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:49:17 ---> Running in 27b0bf016985 17:49:17 Removing intermediate container 3872ea4443d0 17:49:17 ---> 2fbf7ef49f4a 17:49:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:49:17 Removing intermediate container 05fa4bb34966 17:49:17 ---> 4f3f9fdb8daa 17:49:17 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 17:49:17 ---> Running in a4b2e33032e9 17:49:17 ---> Running in 6f43c1147e6e 17:49:17 Removing intermediate container a9aac6270409 17:49:17 ---> 55cf8cf2d896 17:49:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:49:17 ---> Running in 23c37612782d 17:49:18 ---> Running in 26cf0adcbd0a 17:49:18 Removing intermediate container 6f43c1147e6e 17:49:18 Removing intermediate container 27b0bf016985 17:49:18 ---> 972628426d30 17:49:18 Step 13/23 : ENV APP_PORT=59861 ---> eeaa011680a6 17:49:18 17:49:18 Step 12/22 : WORKDIR /edgex 17:49:18 Removing intermediate container a4b2e33032e9 17:49:18 ---> 479bf2952937 17:49:18 Step 12/25 : WORKDIR / 17:49:18 ---> Running in f3c8c5a68e14 17:49:18 Removing intermediate container 23c37612782d 17:49:18 ---> f67458c9ca16 17:49:18 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 17:49:18 ---> Running in b42b649b23b3 17:49:18 ---> Running in 869364f58bc8 17:49:18 Removing intermediate container 26cf0adcbd0a 17:49:18 ---> 4dc0edc16ae3 17:49:18 Step 13/23 : ENV APP_PORT=59860 17:49:18 ---> Running in 05715465fc78 17:49:18 ---> Running in bc567ae3986b 17:49:18 Removing intermediate container f3c8c5a68e14 17:49:18 ---> fdfaf6644a92 17:49:18 Step 14/23 : EXPOSE $APP_PORT 17:49:18 Removing intermediate container 869364f58bc8 17:49:18 ---> bdbaf90737a5 17:49:18 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:49:18 ---> Running in c95bb962f21b 17:49:18 Removing intermediate container b42b649b23b3 17:49:18 ---> d04021426a6e 17:49:18 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 17:49:18 Removing intermediate container 05715465fc78 17:49:18 ---> 2ad21ba1616d 17:49:18 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 17:49:18 Removing intermediate container bc567ae3986b 17:49:18 ---> 38032957d2d2 17:49:18 Step 14/23 : EXPOSE $APP_PORT 17:49:18 ---> Running in 727fc227e858 17:49:18 ---> Running in 246f1cf643d1 17:49:18 Removing intermediate container c95bb962f21b 17:49:18 ---> 9f705b1106a0 17:49:18 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:49:18 ---> 187114b6c576 17:49:18 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 17:49:18 ---> ef4996fcaf64 17:49:18 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 17:49:18 Removing intermediate container 246f1cf643d1 17:49:18 ---> 81aba2de5ac2 17:49:18 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:49:18 ---> 8422518fad2d 17:49:18 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 17:49:18 ---> 2f0effdc0f00 17:49:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 17:49:18 ---> c471c6abb3d0 17:49:18 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 17:49:18 ---> e409e82f755a 17:49:18 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:49:19 ---> 31d8707ffe21 17:49:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:49:19 ---> b13e7009a264 17:49:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:49:19 ---> c38ab0971eef 17:49:19 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:49:19 ---> f7b6fd132b25 17:49:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:49:21 ---> 810c01b92eac 17:49:21 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:49:21 Removing intermediate container 727fc227e858 17:49:21 ---> c3e2873c0dd8 17:49:21 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 17:49:21 ---> a01d4c897100 17:49:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 17:49:21 ---> Running in 7a7fa14c7f54 17:49:21 ---> 5ccd34360a84 17:49:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:49:21 ---> fd8a3de277d4 17:49:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:49:21 ---> 92335fb1759e 17:49:21 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:49:21 Removing intermediate container 7a7fa14c7f54 17:49:21 ---> 210b863070d7 17:49:21 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 17:49:21 ---> 571f4b5a26d5 17:49:21 Step 19/23 : ENTRYPOINT ["/support-notifications"] 17:49:21 ---> 05293b27a9d2 17:49:21 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 17:49:21 ---> aca4e73b3d7d 17:49:21 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:49:21 ---> Running in 819506daf105 17:49:21 ---> cb713c32c284 17:49:21 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:49:21 ---> 1d5930cf8b4d 17:49:21 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 17:49:21 ---> Running in 3d55ae19b95a 17:49:21 ---> Running in 0bf3e3065e75 17:49:21 ---> Running in 8ddd9015c27b 17:49:22 Removing intermediate container 3d55ae19b95a 17:49:22 ---> cd061f9a9da1 17:49:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:49:22 ---> da015b060022 17:49:22 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:49:22 Removing intermediate container 0bf3e3065e75 17:49:22 ---> 6ccdf304055c 17:49:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:49:22 ---> Running in a65841b7d0ca 17:49:22 ---> Running in 06b3f731e9e8 17:49:22 Removing intermediate container a65841b7d0ca 17:49:22 ---> b32a965b38ca 17:49:22 Step 21/23 : LABEL arch=x86_64 17:49:22 Removing intermediate container 06b3f731e9e8 17:49:22 ---> c5c209fac3db 17:49:22 Step 21/23 : LABEL arch=x86_64 17:49:22 ---> 5977e80b5113 17:49:22 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:49:22 ---> Running in b2faf9935ae4 17:49:22 ---> Running in 14192366564d 17:49:22 ---> Running in 9338980de5f4 17:49:22 Removing intermediate container b2faf9935ae4 17:49:22 ---> 853126bb8ae4 17:49:22 Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:49:22 Removing intermediate container 14192366564d 17:49:22 ---> ea5d9633faa1 17:49:22 Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:49:22 ---> Running in d0311f0fd1fd 17:49:22 Removing intermediate container 819506daf105 17:49:22 ---> 57d5ba7562fc 17:49:22 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 17:49:22 Removing intermediate container 8ddd9015c27b 17:49:22 ---> 3b29457ead88 17:49:22 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 17:49:22 ---> Running in 2208548b19c1 17:49:22 ---> Running in 2abf9d68a683 17:49:22 Removing intermediate container d0311f0fd1fd 17:49:22 ---> fb0628ab9c72 17:49:22 Step 23/23 : LABEL version=3.0.0-dev.106 17:49:22 ---> Running in c54a91ad2f27 17:49:22 ---> 5d9a9d8428a0 17:49:22 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 17:49:22 Removing intermediate container 2abf9d68a683 17:49:22 ---> eecb1f602d0a 17:49:22 Step 20/22 : LABEL arch=x86_64 17:49:22 Removing intermediate container 2208548b19c1 17:49:22 ---> bec9315462a9 17:49:22 Step 23/23 : LABEL version=3.0.0-dev.106 17:49:22 ---> Running in 3cf930352310 17:49:22 ---> Running in b1c265428ade 17:49:22 Removing intermediate container c54a91ad2f27 17:49:22 ---> bb4cb7064d6b 17:49:22 17:49:23 Successfully built bb4cb7064d6b 17:49:23 Successfully tagged support-notifications:latest 17:49:23 Building security-spiffe-token-provider 17:49:23  Building support-notifications ... done Removing intermediate container 3cf930352310 17:49:23 ---> f7ea60744fe5 17:49:23 Step 21/22 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:49:23 ---> Running in 406f1f231d56 17:49:25 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:49:25 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:49:26 ---> f08674386b31 17:49:26 Step 3/20 : WORKDIR /edgex-go 17:49:26 ---> Using cache 17:49:26 ---> d3e289dc8e63 17:49:26 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 17:49:27 Removing intermediate container b1c265428ade 17:49:27 ---> e8aa025a7247 17:49:27 17:49:27 ---> 81b687fdbe5d 17:49:27 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:49:27 Removing intermediate container 406f1f231d56 17:49:27 ---> 1bc6e26a1c40 17:49:27 Step 22/22 : LABEL version=3.0.0-dev.106 17:49:27 ---> Running in 9afacce47d93 17:49:27 Removing intermediate container 9338980de5f4 17:49:27 ---> 26351600c5f6 17:49:27 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 17:49:27 ---> Running in 272a4d5a003b 17:49:27 ---> Running in bfe6f7e5c475 17:49:27 Successfully built e8aa025a7247 17:49:27 Successfully tagged support-scheduler:latest 17:49:27  Building support-scheduler ... done Building security-proxy-auth 17:49:27 Removing intermediate container bfe6f7e5c475 17:49:27 ---> e731f44ce1c9 17:49:27 Step 23/25 : LABEL arch=x86_64 17:49:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:27 v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 17:49:27 v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 17:49:27 OK: 17818 distinct packages available 17:49:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:28 OK: 265 MiB in 53 packages 17:49:29 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:49:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:49:29 ---> f08674386b31 17:49:29 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:49:29 ---> Using cache 17:49:29 ---> 688e185c678b 17:49:29 Step 4/23 : WORKDIR /edgex-go 17:49:29 ---> Using cache 17:49:29 ---> 503bfb2feb46 17:49:29 Step 5/23 : RUN apk add --update --no-cache make git 17:49:31 Removing intermediate container 272a4d5a003b 17:49:31 ---> 17d6588114dc 17:49:31 17:49:31 Successfully built 17d6588114dc 17:49:31 ---> Running in 154a079409e8 17:49:31 ---> Running in 6f035dad71e8 17:49:31 Successfully tagged security-proxy-setup:latest 17:49:31  Building security-proxy-setup ... done Building security-spire-agent 17:49:31 ---> 577fcfea09c5 17:49:31 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:49:32 Removing intermediate container 154a079409e8 17:49:32 ---> fdab35475592 17:49:32 Step 24/25 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:49:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:33 OK: 265 MiB in 53 packages 17:49:35 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:49:35 Step 2/27 : FROM ${BUILDER_BASE} AS builder 17:49:35 ---> f08674386b31 17:49:35 Step 3/27 : WORKDIR /edgex-go 17:49:35 ---> Using cache 17:49:35 ---> d3e289dc8e63 17:49:35 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 17:49:36 ---> 67dfb4b60ef0 17:49:36 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:49:36 Removing intermediate container 9afacce47d93 17:49:36 ---> 5761044dbc0b 17:49:36 Step 5/20 : COPY go.mod vendor* ./ 17:49:36 ---> Running in dd53af235261 17:49:36 ---> Running in c43c59b7c4cc 17:49:37 Removing intermediate container dd53af235261 17:49:37 ---> e164669dcdd7 17:49:37 Step 25/25 : LABEL version=3.0.0-dev.106 17:49:37 Removing intermediate container 6f035dad71e8 17:49:37 ---> a5b0be350e00 17:49:37 Step 6/23 : COPY go.mod vendor* ./ 17:49:37 ---> 1ffc5344b863 17:49:37 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 17:49:37 ---> 8e4de8e472bc 17:49:37 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:49:37 ---> Running in e7c995b9f035 17:49:37 ---> Running in 0f6d4215e25a 17:49:37 ---> 81b574b8a9d6 17:49:37 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:49:37 Removing intermediate container e7c995b9f035 17:49:37 ---> 8ce8d9e4ec80 17:49:37 17:49:37 ---> c7969a28b8b6 17:49:37 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 17:49:37 ---> Running in 932d6efcc419 17:49:37 Successfully built 8ce8d9e4ec80 17:49:37 Successfully tagged security-secretstore-setup:latest 17:49:37 Building security-spire-config 17:49:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:37  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:37 OK: 265 MiB in 53 packages 17:49:40 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:49:40 Step 2/27 : FROM ${BUILDER_BASE} AS builder 17:49:40 ---> f08674386b31 17:49:40 Step 3/27 : WORKDIR /edgex-go 17:49:40 ---> Using cache 17:49:40 ---> d3e289dc8e63 17:49:40 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 17:49:42 Removing intermediate container d86bbd89470f 17:49:42 ---> 1392bc49cdf7 17:49:42 Successfully built 1392bc49cdf7 17:49:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:42 + docker inspect -f . ci-base-image-arm64 17:49:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:49:42 prd-ubuntu20.04-docker-arm64-4c-16g-4613 does not seem to be running inside a container 17:49:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:49:42 ---> bb888e4b7760 17:49:42 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:49:43 ---> Running in 5b137443b6b4 17:49:43 ---> f9fd61007363 17:49:43 Step 28/33 : RUN chmod +x /entrypoint.sh 17:49:43 ---> Running in 168c3695f9ae 17:49:43 Removing intermediate container c43c59b7c4cc 17:49:43 ---> 70f2884caf72 17:49:43 Step 5/27 : COPY go.mod vendor* ./ 17:49:44 ---> d80bf489f665 17:49:44 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:49:44 ---> Running in d2941863d746 17:49:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:49:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:49:44 $ docker top a98272b54b4846b9b8a2bd13d003e4b0fa9510b225915a92627cbeace21765de -eo pid,comm 17:49:44 Removing intermediate container 168c3695f9ae 17:49:44 ---> d8404965b03a 17:49:44 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 17:49:44 ---> Running in bfac81b4ddb6 17:49:44 OK: 265 MiB in 53 packages 17:49:44 Removing intermediate container bfac81b4ddb6 17:49:44 ---> 24335c2c9e50 17:49:44 Step 30/33 : CMD ["gate"] 17:49:44 ---> Running in f9bf06f2cdc0 17:49:44 Removing intermediate container f9bf06f2cdc0 17:49:44 ---> 746511d2536d 17:49:44 Step 31/33 : LABEL arch=x86_64 [Pipeline] { [Pipeline] sh 17:49:44 ---> Running in b436f80b536a 17:49:44 Removing intermediate container b436f80b536a 17:49:44 ---> 332adae6268e 17:49:44 Step 32/33 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:49:44 ---> Running in 026bae669984 17:49:44 Removing intermediate container 5b137443b6b4 17:49:44 ---> 5615aad11192 17:49:44 Step 5/27 : COPY go.mod vendor* ./ 17:49:44 Removing intermediate container 026bae669984 17:49:44 ---> 4ada2c5e03c3 17:49:44 Step 33/33 : LABEL version=3.0.0-dev.106 17:49:45 ---> Running in 790240225f34 17:49:45 ---> 1d404beec33b 17:49:45 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:49:45 ---> Running in 32c82f78226f 17:49:45 Removing intermediate container 790240225f34 17:49:45 ---> c5f9b4947c60 17:49:45 17:49:45 Successfully built c5f9b4947c60 17:49:45 Successfully tagged security-bootstrapper:latest 17:49:45  Building security-bootstrapper ... done Building core-common-config-bootstrapper 17:49:45 + go version 17:49:45 go version go1.20.2 linux/arm64 [Pipeline] } 17:49:45 $ docker stop --time=1 a98272b54b4846b9b8a2bd13d003e4b0fa9510b225915a92627cbeace21765de 17:49:47 $ docker rm -f --volumes a98272b54b4846b9b8a2bd13d003e4b0fa9510b225915a92627cbeace21765de [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 17:49:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:49:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:49:47 ---> f08674386b31 17:49:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:49:47 ---> Using cache 17:49:47 ---> 688e185c678b 17:49:47 Step 4/23 : WORKDIR /edgex-go 17:49:47 ---> Using cache 17:49:47 ---> 503bfb2feb46 17:49:47 Step 5/23 : RUN apk add --update --no-cache make git 17:49:47 ---> Using cache 17:49:47 ---> a5b0be350e00 17:49:47 Step 6/23 : COPY go.mod vendor* ./ 17:49:47 ---> Using cache 17:49:47 ---> 81b574b8a9d6 17:49:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:49:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:49:47 17:49:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:49:48 latest: Pulling from edgex-devops/edgex-compose-arm64 17:49:48 29e5d40040c1: Pulling fs layer 17:49:48 1ce36da41761: Pulling fs layer 17:49:48 25b303627fd3: Pulling fs layer 17:49:48 29e5d40040c1: Verifying Checksum 17:49:48 29e5d40040c1: Download complete 17:49:48 1ce36da41761: Verifying Checksum 17:49:48 1ce36da41761: Download complete 17:49:48 29e5d40040c1: Pull complete 17:49:49 ---> Running in 1d1cb1c8c609 17:49:50 25b303627fd3: Verifying Checksum 17:49:50 25b303627fd3: Download complete 17:49:50 1ce36da41761: Pull complete 17:50:00 25b303627fd3: Pull complete 17:50:00 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:50:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:50:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:50:00 prd-ubuntu20.04-docker-arm64-4c-16g-4613 does not seem to be running inside a container 17:50:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 17:50:03 $ docker top 5265b3b615c5a3b3add1a0cd2ede1d9960316beb8f150e3259a88ae258c1734e -eo pid,comm [Pipeline] { [Pipeline] sh 17:50:03 + docker-compose build --help 17:50:03 + grep parallel 17:50:10 --parallel Build images in parallel. [Pipeline] } 17:50:10 $ docker stop --time=1 5265b3b615c5a3b3add1a0cd2ede1d9960316beb8f150e3259a88ae258c1734e 17:50:12 $ docker rm -f --volumes 5265b3b615c5a3b3add1a0cd2ede1d9960316beb8f150e3259a88ae258c1734e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:50:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:50:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:50:13 prd-ubuntu20.04-docker-arm64-4c-16g-4613 does not seem to be running inside a container 17:50:13 $ 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/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:50:14 $ docker top 6586bc82ed0ae6c7110f567d9e9ab477a42ed684bdb5f93a257ffd7f81c5768d -eo pid,comm [Pipeline] { [Pipeline] sh 17:50:15 + docker-compose -f ./docker-compose-build.yml build --parallel 17:50:22 Building core-command ... 17:50:22 Building core-common-config-bootstrapper ... 17:50:22 Building core-data ... 17:50:22 Building core-metadata ... 17:50:22 Building security-bootstrapper ... 17:50:22 Building security-proxy-auth ... 17:50:22 Building security-proxy-setup ... 17:50:22 Building security-secretstore-setup ... 17:50:22 Building security-spiffe-token-provider ... 17:50:22 Building security-spire-agent ... 17:50:22 Building security-spire-config ... 17:50:22 Building security-spire-server ... 17:50:22 Building support-notifications ... 17:50:22 Building support-scheduler ... 17:50:22 Building core-data 17:50:22 Building security-proxy-setup 17:50:22 Building support-scheduler 17:50:22 Building security-spire-config 17:50:22 Building security-spiffe-token-provider 17:50:34 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:50:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:50:34 ---> 1392bc49cdf7 17:50:34 Step 3/20 : WORKDIR /edgex-go 17:50:34 ---> Running in 39f7852db3f9 17:50:34 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:50:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:50:34 ---> 1392bc49cdf7 17:50:34 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:50:34 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:50:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:50:34 ---> 1392bc49cdf7 17:50:34 Step 3/22 : WORKDIR /edgex-go 17:50:34 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:50:34 Step 2/27 : FROM ${BUILDER_BASE} AS builder 17:50:34 ---> 1392bc49cdf7 17:50:34 Step 3/27 : WORKDIR /edgex-go 17:50:34 ---> Running in 5b434205d735 17:50:34 ---> Running in 6c7fcf535d00 17:50:34 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:50:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:50:34 ---> 1392bc49cdf7 17:50:34 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:50:34 ---> Running in e22b8ac939e5 17:50:34 ---> Running in 27c71795728d 17:50:34 Removing intermediate container 39f7852db3f9 17:50:34 ---> ed8ec934cff8 17:50:34 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 17:50:34 Removing intermediate container 5b434205d735 17:50:34 ---> ebde242c6523 17:50:34 Step 4/23 : WORKDIR /edgex-go 17:50:34 ---> Running in b69829289934 17:50:35 ---> Running in 92401db8feee 17:50:35 Removing intermediate container 6c7fcf535d00 17:50:35 ---> f182013e6305 17:50:35 Step 4/22 : RUN apk add --update --no-cache make git 17:50:35 Removing intermediate container e22b8ac939e5 17:50:35 ---> c82285a14f5a 17:50:35 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 17:50:35 Removing intermediate container 27c71795728d 17:50:35 ---> c694f54bb9a0 17:50:35 Step 4/23 : WORKDIR /edgex-go 17:50:35 ---> Running in a4fc2b3c7f27 17:50:35 ---> Running in 96bb59bb945c 17:50:35 ---> Running in ef7013852ca9 17:50:35 Removing intermediate container 92401db8feee 17:50:35 ---> 8738f4b506bb 17:50:35 Step 5/23 : RUN apk add --update --no-cache make git 17:50:36 ---> Running in d97d89f618b1 17:50:36 Removing intermediate container ef7013852ca9 17:50:36 ---> 554cd159f4d1 17:50:36 Step 5/23 : RUN apk add --update --no-cache make git 17:50:36 ---> Running in 80122ee80aa8 17:50:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:50:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:50:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:50:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:50:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:50:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:50:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:50:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:50:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:50:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:50:40 v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 17:50:40 v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 17:50:40 OK: 17689 distinct packages available 17:50:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:50:40 OK: 263 MiB in 53 packages 17:50:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:50:41 OK: 263 MiB in 53 packages 17:50:41 OK: 263 MiB in 53 packages 17:50:41 OK: 263 MiB in 53 packages 17:50:42 OK: 263 MiB in 53 packages 17:50:43 Removing intermediate container a4fc2b3c7f27 17:50:43 ---> 9f018e90aaa6 17:50:43 Step 5/22 : COPY go.mod vendor* ./ 17:50:44 Removing intermediate container d97d89f618b1 17:50:44 ---> 276167ea7815 17:50:44 Step 6/23 : COPY go.mod vendor* ./ 17:50:44 Removing intermediate container 80122ee80aa8 17:50:44 ---> ba75cee93fe4 17:50:44 Step 6/23 : COPY go.mod vendor* ./ 17:50:44 Removing intermediate container 96bb59bb945c 17:50:44 ---> a7ab9896b35e 17:50:44 Step 5/27 : COPY go.mod vendor* ./ 17:50:44 Removing intermediate container b69829289934 17:50:44 ---> df1b88cb67e6 17:50:44 Step 5/20 : COPY go.mod vendor* ./ 17:50:44 ---> fea855ac3879 17:50:44 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:50:44 ---> Running in a4ee75166c9a 17:50:45 ---> 5dccbe7b6e31 17:50:45 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:50:45 ---> Running in 504090157ade 17:50:45 ---> c99ef8dcd96e 17:50:45 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:50:45 ---> 52d1ee811ddd 17:50:45 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:50:45 Removing intermediate container 0f6d4215e25a 17:50:45 ---> e609b3a85558 17:50:45 Step 7/20 : COPY . . 17:50:45 Removing intermediate container 32c82f78226f 17:50:45 ---> 1b1640712bd5 17:50:45 Step 7/27 : COPY . . 17:50:45 Removing intermediate container d2941863d746 17:50:45 ---> 860acfc8b80a 17:50:45 Step 7/27 : COPY . . 17:50:45 Removing intermediate container 932d6efcc419 17:50:45 ---> 531c335a0315 17:50:45 Step 8/23 : COPY . . 17:50:46 ---> Running in cec2420f4660 17:50:46 ---> Running in 230c473d64a9 17:50:46 ---> 9632fa71b573 17:50:46 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:50:46 ---> Running in d43a82adefeb 17:51:07 ---> a30705d87102 17:51:07 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 17:51:07 ---> 98b35b40a4a0 17:51:07 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 17:51:07 ---> f3a9bc82d766 17:51:07 ---> 0a56776cafd3 17:51:07 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-authStep 8/27 : ARG SPIRE_RELEASE=1.2.1 17:51:07 17:51:07 ---> Running in 94f4fe2a1477 17:51:07 ---> Running in 3b80319c9635 17:51:07 ---> Running in d5251857ed3b 17:51:07 ---> Running in c7f9459b100a 17:51:08 Removing intermediate container 94f4fe2a1477 17:51:08 ---> 60a681a0b28f 17:51:08 Step 9/27 : WORKDIR /edgex-go/spire-build 17:51:08 Removing intermediate container c7f9459b100a 17:51:08 ---> 8f718c578da2 17:51:08 Step 9/27 : WORKDIR /edgex-go/spire-build 17:51:08 ---> Running in cf6e45c8560f 17:51:08 ---> Running in d5eb89109258 17:51:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 17:51:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 17:51:08 Removing intermediate container 1d1cb1c8c609 17:51:08 ---> 3c46b7a0d83e 17:51:08 Step 8/23 : COPY . . 17:51:15 Removing intermediate container d5eb89109258 17:51:15 ---> a479c5bc9a8d 17:51:15 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 17:51:17 Removing intermediate container cf6e45c8560f 17:51:17 ---> 2b9d689658ca 17:51:17 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 17:51:19 ---> 18ef01da87a9 17:51:19 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 17:51:19 ---> Running in 51475b7ecbfc 17:51:20 ---> Running in 50b720532a6d 17:51:20 ---> Running in 6a1bb61bf20d 17:51:20 Removing intermediate container 51475b7ecbfc 17:51:20 ---> 5719fd10fdd2 17:51:20 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 17:51:20 ---> Running in d294718f87d4 17:51:21 Removing intermediate container 50b720532a6d 17:51:21 ---> a8e1923ec1b6 17:51:21 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 17:51:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 17:51:21 ---> Running in 4c91f6034ccc 17:51:23 Removing intermediate container d294718f87d4 17:51:23 ---> 91e23485f18d 17:51:23 Step 12/27 : WORKDIR /edgex-go 17:51:23 ---> Running in 33b22534e6cd 17:51:23 Removing intermediate container 4c91f6034ccc 17:51:23 ---> 1a0828251e95 17:51:23 Step 12/27 : WORKDIR /edgex-go 17:51:23 Removing intermediate container 33b22534e6cd 17:51:23 ---> e2af62cc9e4b 17:51:23 17:51:23 Step 13/27 : FROM alpine:3.17 17:51:23 ---> b2aa39c304c2 17:51:23 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:51:23 ---> Using cache 17:51:23 ---> 27264932e45f 17:51:23 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 17:51:23 ---> Running in 9916743dacf1 17:51:23 ---> Running in 82059ef079bf 17:51:24 Removing intermediate container 9916743dacf1 17:51:24 ---> 4cf5e624f103 17:51:24 17:51:24 Step 13/27 : FROM alpine:3.17 17:51:24 ---> b2aa39c304c2 17:51:24 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:51:24 ---> Using cache 17:51:24 ---> 27264932e45f 17:51:24 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 17:51:24 ---> Running in 06e904c188a5 17:51:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:51:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:51:24 v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 17:51:24 v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 17:51:24 OK: 17816 distinct packages available 17:51:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:51:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:51:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:51:25 (1/5) Installing dumb-init (1.2.5-r2) 17:51:25 (2/5) Installing musl-obstack (1.2.3-r0) 17:51:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:51:25 (3/5) Installing libucontext (1.2-r0) 17:51:25 (4/5) Installing gcompat (1.1.0-r0) 17:51:25 (5/5) Installing openssl (3.0.8-r0) 17:51:25 Executing busybox-1.35.0-r29.trigger 17:51:25 OK: 8 MiB in 20 packages 17:51:25 v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 17:51:25 v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 17:51:25 OK: 17816 distinct packages available 17:51:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:51:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:51:25 (1/4) Installing dumb-init (1.2.5-r2) 17:51:25 (2/4) Installing musl-obstack (1.2.3-r0) 17:51:25 (3/4) Installing libucontext (1.2-r0) 17:51:25 (4/4) Installing gcompat (1.1.0-r0) 17:51:26 Executing busybox-1.35.0-r29.trigger 17:51:26 OK: 7 MiB in 19 packages 17:51:33 Removing intermediate container 82059ef079bf 17:51:33 ---> d519aff81e86 17:51:33 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 17:51:33 Removing intermediate container 06e904c188a5 17:51:33 ---> b614d6cb5bb3 17:51:33 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 17:51:37 ---> c4221e4f69de 17:51:37 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 17:51:37 ---> 68af6931cad4 17:51:37 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 17:51:37 Removing intermediate container d5251857ed3b 17:51:37 ---> 19af35537ba6 17:51:37 17:51:37 Step 10/23 : FROM alpine:3.17 17:51:37 ---> b2aa39c304c2 17:51:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 17:51:37 Removing intermediate container 3b80319c9635 17:51:37 ---> 9b1bac01e78d 17:51:37 17:51:37 Step 9/20 : FROM alpine:3.17 17:51:37 ---> b2aa39c304c2 17:51:37 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:51:37 ---> Using cache 17:51:37 ---> 27264932e45f 17:51:37 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 17:51:37 ---> Running in 0ecbed0d2093 17:51:37 ---> 6fdda999be2f 17:51:37 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 17:51:37 ---> Running in f483e4e5d1fb 17:51:37 ---> 3d78a9ef9984 17:51:37 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 17:51:37 Removing intermediate container 0ecbed0d2093 17:51:37 ---> dae4305ac469 17:51:37 Step 12/23 : RUN apk add --update --no-cache dumb-init 17:51:37 ---> Running in a0634daa079e 17:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:51:38 v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 17:51:38 v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 17:51:38 OK: 17816 distinct packages available 17:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:51:38 (1/1) Installing dumb-init (1.2.5-r2) 17:51:38 Executing busybox-1.35.0-r29.trigger 17:51:38 OK: 7 MiB in 16 packages 17:51:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:51:38 (1/9) Installing ca-certificates (20220614-r4) 17:51:38 (2/9) Installing brotli-libs (1.0.9-r9) 17:51:38 (3/9) Installing nghttp2-libs (1.51.0-r0) 17:51:38 (4/9) Installing libcurl (7.88.1-r1) 17:51:38 (5/9) Installing curl (7.88.1-r1) 17:51:38 (6/9) Installing dumb-init (1.2.5-r2) 17:51:38 (7/9) Installing musl-obstack (1.2.3-r0) 17:51:38 (8/9) Installing libucontext (1.2-r0) 17:51:38 (9/9) Installing gcompat (1.1.0-r0) 17:51:39 Executing busybox-1.35.0-r29.trigger 17:51:39 Executing ca-certificates-20220614-r4.trigger 17:51:39 OK: 10 MiB in 24 packages 17:51:44 ---> e163751b13bb 17:51:44 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 17:51:44 ---> f22235d7ca09 17:51:44 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 17:51:44 Removing intermediate container a0634daa079e 17:51:44 ---> bd5d46b2ba69 17:51:44 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:51:44 ---> d30b2d49879b 17:51:44 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 17:51:51 ---> 595b7aaf9e81 17:51:51 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 17:51:51 ---> Running in 8068b406797f 17:51:51 Removing intermediate container f483e4e5d1fb 17:51:51 ---> ba811a7b74d5 17:51:51 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 17:51:51 ---> 8f7f5a6016e6 17:51:51 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 17:51:51 Removing intermediate container 6a1bb61bf20d 17:51:51 ---> b919fc2f2736 17:51:51 17:51:51 Step 10/23 : FROM alpine:3.17 17:51:51 ---> b2aa39c304c2 17:51:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 17:51:51 ---> 88bf810b05ed 17:51:51 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 17:51:51 ---> Using cache 17:51:51 ---> dae4305ac469 17:51:51 Step 12/23 : RUN apk add --update --no-cache dumb-init 17:51:51 ---> Using cache 17:51:51 ---> bd5d46b2ba69 17:51:51 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:51:51 ---> Using cache 17:51:51 Removing intermediate container 8068b406797f 17:51:51 ---> 27c82800bce1 17:51:51 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 17:51:51 ---> 60fdd719bda4 17:51:51 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 17:51:51 ---> 595b7aaf9e81 17:51:51 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 17:51:51 ---> Using cache 17:51:51 ---> 88bf810b05ed 17:51:51 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 17:51:51 ---> 91a6c9ea5593 17:51:51 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 17:51:53 ---> 87b0352a49f3 17:51:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 17:51:53 ---> c713a003f046 17:51:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 17:51:53 ---> 0e7743d562e5 17:51:53 Step 22/27 : WORKDIR / 17:51:53 ---> 6e84252d1f2b 17:51:53 ---> 06d93589a1c0 17:51:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yamlStep 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 17:51:53 17:51:55 ---> Running in 6ab4c0c704bb 17:51:55 ---> 31d75d1c0905 17:51:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 17:51:55 ---> 9cabc6ea5078 17:51:55 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:51:55 ---> 64696cc0cc63 17:51:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 17:51:55 ---> 32b5a14a5b5a 17:51:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 17:51:55 ---> Running in d0fd1a6c8dd3 17:51:55 Removing intermediate container 6ab4c0c704bb 17:51:55 ---> 13f1b5f1ab96 17:51:55 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:51:55 ---> 5fbb34e2d1bc 17:51:55 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:51:55 ---> 8c6a2b20761c 17:51:55 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 17:51:55 ---> 0f8f3e9126ee 17:51:55 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:51:55 ---> Running in 6345459d9f24 17:51:56 ---> Running in 04ebc3c89bd8 17:51:56 Removing intermediate container d0fd1a6c8dd3 17:51:56 ---> bd68119bacf5 17:51:56 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:51:56 ---> Running in ee7efea325c7 17:51:56 ---> Running in aae9c45b1ac8 17:51:56 ---> Running in 3268dfd2a384 17:51:56 Removing intermediate container 6345459d9f24 17:51:56 ---> 185f13bf4ada 17:51:56 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:51:56 Removing intermediate container ee7efea325c7 17:51:56 ---> 1903d613dee1 17:51:56 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:51:56 Removing intermediate container 3268dfd2a384 17:51:56 ---> c2ba329266c2 17:51:56 Step 25/27 : LABEL arch=x86_64 17:51:56 ---> Running in 21cd2f71636e 17:51:56 ---> Running in 52e5f9e1157b 17:51:56 ---> Running in 330751e89695 17:51:57 Removing intermediate container 21cd2f71636e 17:51:57 ---> 09da20965be3 17:51:57 Step 25/27 : LABEL arch=x86_64 17:51:57 Removing intermediate container 52e5f9e1157b 17:51:57 ---> 666f8561ab35 17:51:57 Step 26/27 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:51:57 Removing intermediate container 330751e89695 17:51:57 ---> 39bc33bf9b6f 17:51:57 Step 18/20 : LABEL arch=x86_64 17:51:57 ---> Running in cfb9bf26a89b 17:51:57 ---> Running in 0d91f811b45b 17:51:58 ---> Running in 7cee2062cd16 17:51:58 Removing intermediate container 04ebc3c89bd8 17:51:58 ---> b283dbdaea96 17:51:58 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 17:51:58 Removing intermediate container cfb9bf26a89b 17:51:58 ---> 577ee31f5363 17:51:58 Step 26/27 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:51:58 Removing intermediate container aae9c45b1ac8 17:51:58 ---> d46ea1abcb81 17:51:58 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 17:51:58 Removing intermediate container 0d91f811b45b 17:51:58 ---> 138b4d242205 17:51:58 Step 27/27 : LABEL version=3.0.0-dev.106 17:51:58 ---> Running in 4b82d1654e32 17:51:58 ---> Running in 67f710539228 17:51:58 ---> Running in 0166271e36a0 17:51:58 ---> Running in 385d5122aefa 17:51:58 Removing intermediate container 7cee2062cd16 17:51:58 ---> fe687d153b11 17:51:58 Step 19/20 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:51:58 ---> Running in ec0538e91a08 17:51:58 Removing intermediate container 4b82d1654e32 17:51:58 ---> b14923c5df42 17:51:58 Step 27/27 : LABEL version=3.0.0-dev.106 17:51:58 Removing intermediate container 0166271e36a0 17:51:58 ---> 2b8f33a87055 17:51:58 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 17:51:58 Removing intermediate container 385d5122aefa 17:51:58 ---> dda3a9098dbb 17:51:58 17:51:58 Successfully built dda3a9098dbb 17:51:58 Removing intermediate container 67f710539228 17:51:58 ---> a13b0eb31135 17:51:58 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 17:51:59 Successfully tagged security-spire-agent:latest 17:51:59  Building security-spire-agent ... done Building security-spire-server 17:51:59 ---> Running in 6dcae872e8a2 17:51:59 ---> Running in e6216eacdd61 17:51:59 ---> Running in bcad26d96dfa 17:51:59 Removing intermediate container ec0538e91a08 17:51:59 ---> b49aa0ee5924 17:51:59 Step 20/20 : LABEL version=3.0.0-dev.106 17:52:05 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:52:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:52:05 ---> f08674386b31 17:52:05 Step 3/26 : WORKDIR /edgex-go 17:52:05 ---> Using cache 17:52:05 ---> d3e289dc8e63 17:52:05 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 17:52:05 ---> Using cache 17:52:05 ---> 5615aad11192 17:52:05 Step 5/26 : COPY go.mod vendor* ./ 17:52:05 ---> Using cache 17:52:05 ---> 1d404beec33b 17:52:05 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:52:05 ---> Using cache 17:52:05 ---> 1b1640712bd5 17:52:05 Step 7/26 : COPY . . 17:52:05 ---> Using cache 17:52:05 ---> 0a56776cafd3 17:52:05 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 17:52:05 ---> Using cache 17:52:05 ---> 8f718c578da2 17:52:05 Step 9/26 : WORKDIR /edgex-go/spire-build 17:52:05 ---> Using cache 17:52:05 ---> 2b9d689658ca 17:52:05 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 17:52:05 ---> Using cache 17:52:05 ---> a8e1923ec1b6 17:52:05 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 17:52:06 ---> Running in 78ea4ad76ab0 17:52:06 Removing intermediate container e6216eacdd61 17:52:06 ---> 02a116106a1e 17:52:06 Step 21/23 : LABEL arch=x86_64 17:52:06 ---> Running in 9eead8caa203 17:52:06 Removing intermediate container 6dcae872e8a2 17:52:06 ---> b76675b5bb06 17:52:06 17:52:06 Removing intermediate container bcad26d96dfa 17:52:06 ---> 3528380a99ae 17:52:06 Step 21/23 : LABEL arch=x86_64 17:52:06 ---> Running in 4b5491290cba 17:52:06 ---> Running in b4e2e7794a4c 17:52:06 Successfully built b76675b5bb06 17:52:06 Successfully tagged security-spire-config:latest 17:52:06  Building security-spire-config ... done Removing intermediate container 78ea4ad76ab0 17:52:06 ---> 93a457ed781c 17:52:06 17:52:06 Building core-command 17:52:06 Successfully built 93a457ed781c 17:52:06 Successfully tagged security-spiffe-token-provider:latest 17:52:06  Building security-spiffe-token-provider ... done Building core-metadata 17:52:10 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:52:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:52:10 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:52:10 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:52:10 ---> f08674386b31 17:52:10 Step 3/24 : ARG ADD_BUILD_TAGS="" 17:52:10 ---> f08674386b31 17:52:10 Step 3/25 : ARG ADD_BUILD_TAGS="" 17:52:10 ---> Using cache 17:52:10 ---> 688e185c678b 17:52:10 Step 4/25 : WORKDIR /edgex-go 17:52:10 ---> Using cache 17:52:10 ---> 688e185c678b 17:52:10 ---> Using cache 17:52:10 Step 4/24 : WORKDIR /edgex-go ---> 503bfb2feb46 17:52:10 17:52:10 Step 5/25 : RUN apk add --update --no-cache make git 17:52:10 ---> Using cache 17:52:10 ---> Using cache 17:52:10 ---> 503bfb2feb46 17:52:10 ---> a5b0be350e00 17:52:10 Step 5/24 : RUN apk add --update --no-cache make gitStep 6/25 : COPY go.mod vendor* ./ 17:52:10 17:52:10 ---> Using cache 17:52:10 ---> a5b0be350e00 17:52:10 Step 6/24 : COPY go.mod vendor* ./ 17:52:10 ---> Using cache 17:52:10 ---> 81b574b8a9d6 17:52:10 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:52:10 ---> Using cache 17:52:10 ---> Using cache 17:52:10 ---> 81b574b8a9d6 17:52:10 ---> 3c46b7a0d83e 17:52:10 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 8/25 : COPY . . 17:52:10 17:52:10 ---> Using cache 17:52:10 ---> 3c46b7a0d83e 17:52:10 Step 8/24 : COPY . . 17:52:10 ---> Using cache 17:52:10 ---> 18ef01da87a9 17:52:10 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 17:52:10 ---> Using cache 17:52:10 ---> 18ef01da87a9 17:52:10 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 17:52:16 Removing intermediate container 4b5491290cba 17:52:16 ---> 1d8a197ea9d4 17:52:16 Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:52:16 Removing intermediate container b4e2e7794a4c 17:52:16 ---> 9fa73771464c 17:52:16 Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:52:17 ---> Running in c698a5771107 17:52:17 ---> Running in 41d52103ddce 17:52:17 ---> Running in 8088a68a9b65 17:52:17 ---> Running in 130c53b21935 17:52:17 Removing intermediate container c698a5771107 17:52:17 ---> 47ae341a35c1 17:52:17 Step 23/23 : LABEL version=3.0.0-dev.106 17:52:17 Removing intermediate container 9eead8caa203 17:52:17 ---> 66432a20c27b 17:52:17 Step 12/26 : WORKDIR /edgex-go 17:52:17 Removing intermediate container 130c53b21935 17:52:17 ---> 878928c8f34b 17:52:17 Step 23/23 : LABEL version=3.0.0-dev.106 17:52:17 ---> Running in 52bf1a0e43c8 17:52:17 ---> Running in aea1fb0bd929 17:52:17 ---> Running in 603fc9fb92ab 17:52:17 Removing intermediate container 52bf1a0e43c8 17:52:17 ---> dad64cfd7dda 17:52:17 17:52:17 Removing intermediate container aea1fb0bd929 17:52:17 ---> f108cbd45fff 17:52:17 17:52:17 Step 13/26 : FROM alpine:3.17 17:52:17 ---> b2aa39c304c2 17:52:17 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:52:17 ---> Using cache 17:52:17 ---> 27264932e45f 17:52:17 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 17:52:17 ---> Using cache 17:52:17 ---> d519aff81e86 17:52:17 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 17:52:17 ---> Using cache 17:52:17 ---> c4221e4f69de 17:52:17 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 17:52:17 Successfully built dad64cfd7dda 17:52:17 ---> Using cache 17:52:17 Successfully tagged core-common-config-bootstrapper:latest 17:52:17  Building core-common-config-bootstrapper ... done Building core-data 17:52:17 Removing intermediate container 603fc9fb92ab 17:52:17 ---> 2483b1e170de 17:52:17 17:52:17 ---> 3d78a9ef9984 17:52:17 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 17:52:17 Successfully built 2483b1e170de 17:52:17 Successfully tagged security-proxy-auth:latest 17:52:17  Building security-proxy-auth ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:52:17 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 17:52:22 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:52:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:52:22 ---> f08674386b31 17:52:22 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:52:22 ---> Using cache 17:52:22 ---> 688e185c678b 17:52:22 Step 4/23 : WORKDIR /edgex-go 17:52:22 ---> Using cache 17:52:22 ---> 503bfb2feb46 17:52:22 Step 5/23 : RUN apk add --update --no-cache make git 17:52:22 ---> Using cache 17:52:22 ---> a5b0be350e00 17:52:22 Step 6/23 : COPY go.mod vendor* ./ 17:52:22 ---> Using cache 17:52:22 ---> 81b574b8a9d6 17:52:22 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:52:22 ---> Using cache 17:52:22 ---> 3c46b7a0d83e 17:52:22 Step 8/23 : COPY . . 17:52:22 ---> Using cache 17:52:22 ---> 18ef01da87a9 17:52:22 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 17:52:32 ---> fa9eeff53e28 17:52:32 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 17:52:32 ---> Running in c74db7a43fa1 17:52:33 ---> 1089effcdf14 17:52:33 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 17:52:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 17:52:33 ---> 9cb60ee2e266 17:52:33 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 17:52:33 ---> d7333c4fbb34 17:52:33 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:52:33 ---> Running in ece1f0a8954b 17:52:33 Removing intermediate container ece1f0a8954b 17:52:33 ---> 0784738779b9 17:52:33 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:52:33 ---> Running in 9c715aeda92e 17:52:34 Removing intermediate container 9c715aeda92e 17:52:34 ---> a7cab19e2011 17:52:34 Step 24/26 : LABEL arch=x86_64 17:52:34 ---> Running in 3250572aef0f 17:52:34 Removing intermediate container 3250572aef0f 17:52:34 ---> 243ae20d40ef 17:52:34 Step 25/26 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:52:34 ---> Running in 18e2b6534c6f 17:52:34 Removing intermediate container 18e2b6534c6f 17:52:34 ---> 64b7d1c88a7e 17:52:34 Step 26/26 : LABEL version=3.0.0-dev.106 17:52:34 ---> Running in dd96cf52b5fc 17:52:34 Removing intermediate container dd96cf52b5fc 17:52:34 ---> d16499a34d1a 17:52:34 17:52:34 Successfully built d16499a34d1a 17:52:34 Successfully tagged security-spire-server:latest 17:53:01  Building security-spire-server ... done Removing intermediate container 8088a68a9b65 17:53:01 ---> 6579d56913f2 17:53:01 17:53:01 Step 10/24 : FROM alpine:3.17 17:53:01 ---> b2aa39c304c2 17:53:01 Step 11/24 : RUN apk add --update --no-cache dumb-init 17:53:01 ---> Using cache 17:53:01 ---> 2fbf7ef49f4a 17:53:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:53:01 ---> Using cache 17:53:01 ---> 972628426d30 17:53:01 Step 13/24 : ENV APP_PORT=59882 17:53:01 Removing intermediate container c74db7a43fa1 17:53:01 ---> 090df6f7106f 17:53:01 17:53:01 Step 10/23 : FROM alpine:3.17 17:53:01 ---> b2aa39c304c2 17:53:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:53:01 Removing intermediate container 41d52103ddce 17:53:01 ---> 5a82fe13917e 17:53:01 17:53:01 Step 10/25 : FROM alpine:3.17 17:53:01 ---> b2aa39c304c2 17:53:01 Step 11/25 : RUN apk add --update --no-cache dumb-init 17:53:01 ---> Using cache 17:53:01 ---> 2fbf7ef49f4a 17:53:01 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:53:01 ---> Using cache 17:53:01 ---> 972628426d30 17:53:01 Step 13/25 : ENV APP_PORT=59881 17:53:01 ---> Running in 967e7a3cf28e 17:53:01 ---> Running in 2f29c6172ded 17:53:01 ---> Running in 1425580c08b3 17:53:01 Removing intermediate container 967e7a3cf28e 17:53:01 ---> 74c1cbcf80bc 17:53:01 Step 14/24 : EXPOSE $APP_PORT 17:53:01 Removing intermediate container 1425580c08b3 17:53:01 ---> 778b90034a68 17:53:01 Step 14/25 : EXPOSE $APP_PORT 17:53:01 Removing intermediate container 2f29c6172ded 17:53:01 ---> 4a82dfa14a38 17:53:01 Step 12/23 : ENV APP_PORT=59880 17:53:01 ---> Running in 8145c635bb00 17:53:01 ---> Running in b1e6f67be629 17:53:01 ---> Running in 248074b6e4b2 17:53:01 Removing intermediate container 8145c635bb00 17:53:01 ---> 6dcf44c4d08f 17:53:01 Step 15/25 : WORKDIR / 17:53:01 Removing intermediate container b1e6f67be629 17:53:01 ---> 0365638c6add 17:53:01 Step 15/24 : WORKDIR / 17:53:01 ---> Running in 5fc267fc13ee 17:53:01 ---> Running in cfabd07f23a8 17:53:01 Removing intermediate container 248074b6e4b2 17:53:01 ---> 6c54f0ac6b34 17:53:01 Step 13/23 : EXPOSE $APP_PORT 17:53:01 ---> Running in 9bc6feddfcd2 17:53:01 Removing intermediate container 5fc267fc13ee 17:53:01 ---> bbfe31cbbe64 17:53:01 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:01 Removing intermediate container cfabd07f23a8 17:53:01 ---> c68cf9a38b3e 17:53:01 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:01 Removing intermediate container 9bc6feddfcd2 17:53:01 ---> 1a53f17509da 17:53:01 Step 14/23 : RUN apk add --update --no-cache dumb-init 17:53:01 ---> d2dc5458e269 17:53:01 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 17:53:01 ---> Running in 857c106c26af 17:53:01 ---> 993747f26086 17:53:01 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 17:53:01 ---> d29ac897996a 17:53:01 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:53:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:53:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:53:01 ---> 442c21d2394f 17:53:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:53:01 ---> 94f79184934d 17:53:01 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:53:01 (1/1) Installing dumb-init (1.2.5-r2) 17:53:01 Executing busybox-1.35.0-r29.trigger 17:53:01 OK: 7 MiB in 16 packages 17:53:01 ---> 0072bfd3756e 17:53:01 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 17:53:01 ---> 1a29ad8fe4fb 17:53:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:53:01 ---> 75f820a8088d 17:53:01 Step 21/25 : ENTRYPOINT ["/core-metadata"] 17:53:01 ---> c44449145e50 17:53:01 Step 20/24 : ENTRYPOINT ["/core-command"] 17:53:01 ---> Running in 9115762eaac2 17:53:01 Removing intermediate container 857c106c26af 17:53:01 ---> 049d4513a061 17:53:01 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:01 ---> Running in 03a8bc6ebe26 17:53:01 Removing intermediate container 9115762eaac2 17:53:01 ---> f3fa5acbdb97 17:53:01 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:53:01 ---> 831c87116e1b 17:53:01 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 17:53:02 Removing intermediate container 03a8bc6ebe26 17:53:02 ---> db2d8d7e6a81 17:53:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:53:02 ---> Running in 5586bfd4e904 17:53:02 ---> Running in c277f358db5f 17:53:02 ---> dc6bb2ace616 17:53:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:53:02 Removing intermediate container 5586bfd4e904 17:53:02 ---> b828e0e6cc94 17:53:02 Step 23/25 : LABEL arch=x86_64 17:53:02 Removing intermediate container c277f358db5f 17:53:02 ---> db6aa4b5f5e2 17:53:02 Step 22/24 : LABEL arch=x86_64 17:53:03 ---> Running in 38331ae55e53 17:53:03 ---> Running in 86cb4955ca00 17:53:03 ---> 608f0dbdc6e5 17:53:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:53:03 Removing intermediate container 38331ae55e53 17:53:03 ---> 4edcefa61952 17:53:03 Step 24/25 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:53:03 Removing intermediate container 86cb4955ca00 17:53:03 ---> c0169be0d3f3 17:53:03 Step 23/24 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:53:04 ---> Running in db318d94c1d3 17:53:04 ---> a495ab40b2d5 17:53:04 Step 19/23 : ENTRYPOINT ["/core-data"] 17:53:04 ---> Running in 1f0d286a3616 17:53:04 ---> Running in 93ce7c645938 17:53:04 Removing intermediate container db318d94c1d3 17:53:04 ---> dc25b07c6ab1 17:53:04 Step 25/25 : LABEL version=3.0.0-dev.106 17:53:04 Removing intermediate container 1f0d286a3616 17:53:04 ---> 78fb0391f1c0 17:53:04 Step 24/24 : LABEL version=3.0.0-dev.106 17:53:04 ---> Running in c2bb5253f4f1 17:53:04 Removing intermediate container 93ce7c645938 17:53:04 ---> c9825b3b0374 17:53:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:53:04 ---> Running in 9d0fcb424719 17:53:05 ---> Running in a7ec5c6de4bc 17:53:05 Removing intermediate container c2bb5253f4f1 17:53:05 ---> 3b7f7a8c0831 17:53:05 17:53:05 Successfully built 3b7f7a8c0831 17:53:05 Removing intermediate container 9d0fcb424719 17:53:05 ---> 2b97e8450da1 17:53:05 17:53:05 Successfully tagged core-metadata:latest 17:53:05  Building core-metadata ... done Successfully built 2b97e8450da1 17:53:05 Successfully tagged core-command:latest 17:53:05  Building core-command ... done Removing intermediate container a7ec5c6de4bc 17:53:05 ---> 0ab996c52629 17:53:05 Step 21/23 : LABEL arch=x86_64 17:53:06 ---> Running in 94338800d95c 17:53:06 Removing intermediate container 94338800d95c 17:53:06 ---> b6afaae22fdf 17:53:06 Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:53:06 ---> Running in 5946903e89fd 17:53:06 Removing intermediate container 5946903e89fd 17:53:06 ---> 7f6c2410bfcb 17:53:06 Step 23/23 : LABEL version=3.0.0-dev.106 17:53:06 ---> Running in d8facc5018c1 17:53:06 Removing intermediate container d8facc5018c1 17:53:06 ---> bf158a533a35 17:53:06 17:53:07 Successfully built bf158a533a35 17:53:07 Successfully tagged core-data:latest 17:53:07  Building core-data ... done  [Pipeline] } 17:53:07 $ docker stop --time=1 5291b24224e51cc7a83e2b9eb10082b8536a5868eb364e7540172e330790310b 17:53:08 $ docker rm -f --volumes 5291b24224e51cc7a83e2b9eb10082b8536a5868eb364e7540172e330790310b [Pipeline] // withDockerContainer [Pipeline] sh 17:53:08 Removing intermediate container d43a82adefeb 17:53:08 ---> d8530066c8b8 17:53:08 Step 7/20 : COPY . . 17:53:08 Removing intermediate container a4ee75166c9a 17:53:08 ---> 07aff9528a5c 17:53:08 Step 7/22 : COPY . . 17:53:08 Removing intermediate container 504090157ade 17:53:08 ---> 5a00ae27b02f 17:53:08 Step 8/23 : COPY . . 17:53:08 Removing intermediate container cec2420f4660 17:53:08 ---> 8546356428b2 17:53:08 Step 8/23 : COPY . . 17:53:08 Removing intermediate container 230c473d64a9 17:53:08 ---> dfd5fd07d4f9 17:53:08 Step 7/27 : COPY . . 17:53:08 ---> 47408a6a4f53 17:53:08 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 17:53:08 ---> 629ab5d0ea46 17:53:08 Step 8/22 : RUN make cmd/secrets-config/secrets-config 17:53:08 ---> 50bab93be306 17:53:08 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 17:53:08 ---> f80e0ec8c54a 17:53:08 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 17:53:08 ---> a3224f89de24 17:53:08 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 17:53:08 ---> Running in ebe5ff9e9d79 17:53:08 ---> Running in a2f2da9f02c8 17:53:08 ---> Running in df43ae037185 17:53:08 ---> Running in 2ddc15269007 17:53:08 ---> Running in 9ec7357fd2cb 17:53:08 Removing intermediate container df43ae037185 17:53:08 ---> 6a73385b1db8 17:53:08 Step 9/27 : WORKDIR /edgex-go/spire-build 17:53:08 ---> Running in e948629eba19 17:53:08 Removing intermediate container e948629eba19 17:53:08 ---> 61e5b9f06386 17:53:08 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 17:53:08 ---> Running in f76a5b882d61 17:53:08 + docker images 17:53:08 REPOSITORY TAG IMAGE ID CREATED SIZE 17:53:08 core-data latest bf158a533a35 2 seconds ago 20MB 17:53:08 core-metadata latest 3b7f7a8c0831 3 seconds ago 20.6MB 17:53:08 core-command latest 2b97e8450da1 3 seconds ago 19.8MB 17:53:08 090df6f7106f 12 seconds ago 1.69GB 17:53:08 6579d56913f2 15 seconds ago 1.69GB 17:53:08 5a82fe13917e 15 seconds ago 1.7GB 17:53:08 security-spire-server latest d16499a34d1a 34 seconds ago 89.8MB 17:53:08 core-common-config-bootstrapper latest dad64cfd7dda 51 seconds ago 17.6MB 17:53:08 security-proxy-auth latest 2483b1e170de 51 seconds ago 18.3MB 17:53:08 f108cbd45fff 51 seconds ago 1.55GB 17:53:08 security-spiffe-token-provider latest 93a457ed781c About a minute ago 32.6MB 17:53:08 security-spire-config latest b76675b5bb06 About a minute ago 88.9MB 17:53:08 security-spire-agent latest dda3a9098dbb About a minute ago 129MB 17:53:08 b919fc2f2736 About a minute ago 1.68GB 17:53:08 9b1bac01e78d About a minute ago 1.73GB 17:53:08 19af35537ba6 About a minute ago 1.67GB 17:53:08 e2af62cc9e4b About a minute ago 1.55GB 17:53:08 4cf5e624f103 About a minute ago 1.55GB 17:53:08 security-bootstrapper latest c5f9b4947c60 3 minutes ago 22MB 17:53:08 security-secretstore-setup latest 8ce8d9e4ec80 3 minutes ago 32.6MB 17:53:08 security-proxy-setup latest 17d6588114dc 3 minutes ago 18.7MB 17:53:08 support-scheduler latest e8aa025a7247 3 minutes ago 32.4MB 17:53:08 support-notifications latest bb4cb7064d6b 3 minutes ago 33MB 17:53:08 e733da6904ee 3 minutes ago 1.76GB 17:53:08 aa31f32007b9 3 minutes ago 1.76GB 17:53:08 57841441d29e 3 minutes ago 1.68GB 17:53:08 9ac877ec2d65 3 minutes ago 1.67GB 17:53:08 f69a30419393 4 minutes ago 1.67GB 17:53:08 ci-base-image-x86_64 latest f08674386b31 8 minutes ago 882MB 17:53:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 10 days ago 664MB 17:53:08 alpine 3.17 b2aa39c304c2 5 weeks ago 7.05MB 17:53:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 17:53:08 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 17:53:08 provisioning config files... 17:53:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/468@tmp/config9662723594655896414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:53:09 ---> docker-login.sh 17:53:09 nexus3.edgexfoundry.org:10001 17:53:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:09 Configure a credential helper to remove this warning. See 17:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:09 17:53:09 Login Succeeded 17:53:09 nexus3.edgexfoundry.org:10002 17:53:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:09 Configure a credential helper to remove this warning. See 17:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:09 17:53:09 Login Succeeded 17:53:09 nexus3.edgexfoundry.org:10003 17:53:09 Removing intermediate container f76a5b882d61 17:53:09 ---> c647cbd37825 17:53:09 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 17:53:09 ---> Running in cd2711020f2c 17:53:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:09 Configure a credential helper to remove this warning. See 17:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:09 17:53:09 Login Succeeded 17:53:09 nexus3.edgexfoundry.org:10004 17:53:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:09 Configure a credential helper to remove this warning. See 17:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:09 17:53:09 Login Succeeded 17:53:09 docker.io 17:53:09 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 17:53:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:09 Configure a credential helper to remove this warning. See 17:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:09 17:53:09 Login Succeeded 17:53:09 ---> docker-login.sh ends [Pipeline] } 17:53:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:53:09 [edgeXDocker.push] Tagging docker image core-command with the following tags: 17:53:09 3808792b237a8a61d15019083d388cf2a3940d6c 17:53:09 latest 17:53:09 3.0.0-dev.106 17:53:09 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:09 main 17:53:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:10 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:10 + docker push nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 17:53:10 54d6fe934e1d: Preparing 17:53:10 c5b811c8e843: Preparing 17:53:10 956734df82a4: Preparing 17:53:10 8f79fd346351: Preparing 17:53:10 90af48de1acd: Preparing 17:53:10 7cd52847ad77: Preparing 17:53:10 7cd52847ad77: Waiting 17:53:10 90af48de1acd: Pushed 17:53:10 54d6fe934e1d: Pushed 17:53:10 8f79fd346351: Pushed 17:53:10 956734df82a4: Pushed 17:53:10 7cd52847ad77: Layer already exists 17:53:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 17:53:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 17:53:10 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:53:11 c5b811c8e843: Pushed 17:53:11 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:c38c7e87165eefa5867a963237fcb1865a3a32ede525ef8e89b8afed3b84d451 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:12 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 17:53:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 17:53:12 54d6fe934e1d: Preparing 17:53:12 c5b811c8e843: Preparing 17:53:12 956734df82a4: Preparing 17:53:12 8f79fd346351: Preparing 17:53:12 90af48de1acd: Preparing 17:53:12 7cd52847ad77: Preparing 17:53:12 7cd52847ad77: Waiting 17:53:12 8f79fd346351: Layer already exists 17:53:12 90af48de1acd: Layer already exists 17:53:12 c5b811c8e843: Layer already exists 17:53:12 956734df82a4: Layer already exists 17:53:12 54d6fe934e1d: Layer already exists 17:53:12 7cd52847ad77: Layer already exists 17:53:12 latest: digest: sha256:c38c7e87165eefa5867a963237fcb1865a3a32ede525ef8e89b8afed3b84d451 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:12 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.106 17:53:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 17:53:12 54d6fe934e1d: Preparing 17:53:12 c5b811c8e843: Preparing 17:53:12 956734df82a4: Preparing 17:53:12 8f79fd346351: Preparing 17:53:12 90af48de1acd: Preparing 17:53:12 7cd52847ad77: Preparing 17:53:12 7cd52847ad77: Waiting 17:53:12 54d6fe934e1d: Layer already exists 17:53:12 956734df82a4: Layer already exists 17:53:12 c5b811c8e843: Layer already exists 17:53:12 90af48de1acd: Layer already exists 17:53:12 8f79fd346351: Layer already exists 17:53:12 7cd52847ad77: Layer already exists 17:53:12 3.0.0-dev.106: digest: sha256:c38c7e87165eefa5867a963237fcb1865a3a32ede525ef8e89b8afed3b84d451 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:13 + docker push nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 17:53:13 54d6fe934e1d: Preparing 17:53:13 c5b811c8e843: Preparing 17:53:13 956734df82a4: Preparing 17:53:13 8f79fd346351: Preparing 17:53:13 90af48de1acd: Preparing 17:53:13 7cd52847ad77: Preparing 17:53:13 7cd52847ad77: Waiting 17:53:13 c5b811c8e843: Layer already exists 17:53:13 956734df82a4: Layer already exists 17:53:13 54d6fe934e1d: Layer already exists 17:53:13 8f79fd346351: Layer already exists 17:53:13 90af48de1acd: Layer already exists 17:53:13 7cd52847ad77: Layer already exists 17:53:13 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:c38c7e87165eefa5867a963237fcb1865a3a32ede525ef8e89b8afed3b84d451 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:13 Removing intermediate container cd2711020f2c 17:53:13 ---> 7c4fca3e23bd 17:53:13 Step 12/27 : WORKDIR /edgex-go 17:53:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:14 ---> Running in d7d248ef321b 17:53:14 + docker push nexus3.edgexfoundry.org:10004/core-command:main 17:53:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 17:53:14 54d6fe934e1d: Preparing 17:53:14 c5b811c8e843: Preparing 17:53:14 956734df82a4: Preparing 17:53:14 8f79fd346351: Preparing 17:53:14 90af48de1acd: Preparing 17:53:14 7cd52847ad77: Preparing 17:53:14 7cd52847ad77: Waiting 17:53:14 956734df82a4: Layer already exists 17:53:14 54d6fe934e1d: Layer already exists 17:53:14 8f79fd346351: Layer already exists 17:53:14 90af48de1acd: Layer already exists 17:53:14 c5b811c8e843: Layer already exists 17:53:14 7cd52847ad77: Layer already exists 17:53:14 main: digest: sha256:c38c7e87165eefa5867a963237fcb1865a3a32ede525ef8e89b8afed3b84d451 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:14 ===================================================== [Pipeline] echo 17:53:14 taggedImages: 17:53:14 - nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:14 - nexus3.edgexfoundry.org:10004/core-command:latest 17:53:14 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.106 17:53:14 - nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:14 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 17:53:14 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 17:53:14 3808792b237a8a61d15019083d388cf2a3940d6c 17:53:14 latest 17:53:14 3.0.0-dev.106 17:53:14 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:14 main 17:53:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:14 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 17:53:14 5ac10c5f14ae: Preparing 17:53:14 c3982dda95ac: Preparing 17:53:14 0f923858a6d7: Preparing 17:53:14 61bc12b9f290: Preparing 17:53:14 956734df82a4: Preparing 17:53:14 8f79fd346351: Preparing 17:53:14 729aa6c2416c: Preparing 17:53:14 7cd52847ad77: Preparing 17:53:14 729aa6c2416c: Waiting 17:53:14 8f79fd346351: Waiting 17:53:14 7cd52847ad77: Waiting 17:53:14 956734df82a4: Layer already exists 17:53:14 8f79fd346351: Layer already exists 17:53:14 5ac10c5f14ae: Pushed 17:53:14 c3982dda95ac: Pushed 17:53:14 0f923858a6d7: Pushed 17:53:14 729aa6c2416c: Pushed 17:53:14 7cd52847ad77: Layer already exists 17:53:15 Removing intermediate container d7d248ef321b 17:53:15 ---> 11dc2df70656 17:53:15 17:53:15 Step 13/27 : FROM alpine:3.17 17:53:15 3.17: Pulling from library/alpine 17:53:15 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 17:53:15 Status: Downloaded newer image for alpine:3.17 17:53:15 ---> d74e625d9115 17:53:15 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:53:15 ---> Running in bf622bb03ff7 17:53:16 61bc12b9f290: Pushed 17:53:16 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:06f27b919d9d04f8a994bfee844a1bc2544956b1ea6443fbe61f8805aca8fd6c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:16 + 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 17:53:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 17:53:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 17:53:16 5ac10c5f14ae: Preparing 17:53:16 c3982dda95ac: Preparing 17:53:16 0f923858a6d7: Preparing 17:53:16 61bc12b9f290: Preparing 17:53:16 956734df82a4: Preparing 17:53:16 8f79fd346351: Preparing 17:53:16 729aa6c2416c: Preparing 17:53:16 7cd52847ad77: Preparing 17:53:16 8f79fd346351: Waiting 17:53:16 729aa6c2416c: Waiting 17:53:16 7cd52847ad77: Waiting 17:53:16 61bc12b9f290: Layer already exists 17:53:16 c3982dda95ac: Layer already exists 17:53:16 956734df82a4: Layer already exists 17:53:16 5ac10c5f14ae: Layer already exists 17:53:16 0f923858a6d7: Layer already exists 17:53:16 8f79fd346351: Layer already exists 17:53:16 7cd52847ad77: Layer already exists 17:53:16 729aa6c2416c: Layer already exists 17:53:16 latest: digest: sha256:06f27b919d9d04f8a994bfee844a1bc2544956b1ea6443fbe61f8805aca8fd6c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:17 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.106 17:53:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 17:53:17 5ac10c5f14ae: Preparing 17:53:17 c3982dda95ac: Preparing 17:53:17 0f923858a6d7: Preparing 17:53:17 61bc12b9f290: Preparing 17:53:17 956734df82a4: Preparing 17:53:17 8f79fd346351: Preparing 17:53:17 729aa6c2416c: Preparing 17:53:17 7cd52847ad77: Preparing 17:53:17 8f79fd346351: Waiting 17:53:17 7cd52847ad77: Waiting 17:53:17 956734df82a4: Layer already exists 17:53:17 0f923858a6d7: Layer already exists 17:53:17 c3982dda95ac: Layer already exists 17:53:17 61bc12b9f290: Layer already exists 17:53:17 5ac10c5f14ae: Layer already exists 17:53:17 8f79fd346351: Layer already exists 17:53:17 729aa6c2416c: Layer already exists 17:53:17 7cd52847ad77: Layer already exists 17:53:17 3.0.0-dev.106: digest: sha256:06f27b919d9d04f8a994bfee844a1bc2544956b1ea6443fbe61f8805aca8fd6c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:17 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 17:53:18 5ac10c5f14ae: Preparing 17:53:18 c3982dda95ac: Preparing 17:53:18 0f923858a6d7: Preparing 17:53:18 61bc12b9f290: Preparing 17:53:18 956734df82a4: Preparing 17:53:18 8f79fd346351: Preparing 17:53:18 729aa6c2416c: Preparing 17:53:18 7cd52847ad77: Preparing 17:53:18 8f79fd346351: Waiting 17:53:18 729aa6c2416c: Waiting 17:53:18 c3982dda95ac: Layer already exists 17:53:18 61bc12b9f290: Layer already exists 17:53:18 5ac10c5f14ae: Layer already exists 17:53:18 0f923858a6d7: Layer already exists 17:53:18 956734df82a4: Layer already exists 17:53:18 8f79fd346351: Layer already exists 17:53:18 7cd52847ad77: Layer already exists 17:53:18 729aa6c2416c: Layer already exists 17:53:18 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:06f27b919d9d04f8a994bfee844a1bc2544956b1ea6443fbe61f8805aca8fd6c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:18 Removing intermediate container bf622bb03ff7 17:53:18 ---> bc754847bae7 17:53:18 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 17:53:18 ---> Running in d10b223911e4 17:53:18 + 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 17:53:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 17:53:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 17:53:18 5ac10c5f14ae: Preparing 17:53:18 c3982dda95ac: Preparing 17:53:18 0f923858a6d7: Preparing 17:53:18 61bc12b9f290: Preparing 17:53:18 956734df82a4: Preparing 17:53:18 8f79fd346351: Preparing 17:53:18 729aa6c2416c: Preparing 17:53:18 7cd52847ad77: Preparing 17:53:18 8f79fd346351: Waiting 17:53:18 729aa6c2416c: Waiting 17:53:18 7cd52847ad77: Waiting 17:53:18 5ac10c5f14ae: Layer already exists 17:53:18 c3982dda95ac: Layer already exists 17:53:18 956734df82a4: Layer already exists 17:53:18 0f923858a6d7: Layer already exists 17:53:18 61bc12b9f290: Layer already exists 17:53:18 729aa6c2416c: Layer already exists 17:53:18 7cd52847ad77: Layer already exists 17:53:18 8f79fd346351: Layer already exists 17:53:18 main: digest: sha256:06f27b919d9d04f8a994bfee844a1bc2544956b1ea6443fbe61f8805aca8fd6c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:18 ===================================================== [Pipeline] echo 17:53:18 taggedImages: 17:53:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 17:53:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.106 17:53:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 17:53:18 [edgeXDocker.push] Tagging docker image core-data with the following tags: 17:53:18 3808792b237a8a61d15019083d388cf2a3940d6c 17:53:18 latest 17:53:18 3.0.0-dev.106 17:53:18 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:18 main 17:53:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:19 + docker push nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 17:53:19 9b411e525126: Preparing 17:53:19 31a7bd1676af: Preparing 17:53:19 956734df82a4: Preparing 17:53:19 8f79fd346351: Preparing 17:53:19 74bb8c89c16f: Preparing 17:53:19 7cd52847ad77: Preparing 17:53:19 7cd52847ad77: Waiting 17:53:19 956734df82a4: Layer already exists 17:53:19 8f79fd346351: Layer already exists 17:53:19 7cd52847ad77: Layer already exists 17:53:19 9b411e525126: Pushed 17:53:19 74bb8c89c16f: Pushed 17:53:20 31a7bd1676af: Pushed 17:53:20 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:96c962524129db0b6a8b859284ea985007336081f4985ae66d101cd91bafb4e6 size: 1570 [Pipeline] } [Pipeline] // withEnv 17:53:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:21 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 17:53:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 17:53:21 9b411e525126: Preparing 17:53:21 31a7bd1676af: Preparing 17:53:21 956734df82a4: Preparing 17:53:21 8f79fd346351: Preparing 17:53:21 74bb8c89c16f: Preparing 17:53:21 7cd52847ad77: Preparing 17:53:21 7cd52847ad77: Waiting 17:53:21 8f79fd346351: Layer already exists 17:53:21 956734df82a4: Layer already exists 17:53:21 74bb8c89c16f: Layer already exists 17:53:21 9b411e525126: Layer already exists 17:53:21 31a7bd1676af: Layer already exists 17:53:21 7cd52847ad77: Layer already exists 17:53:21 latest: digest: sha256:96c962524129db0b6a8b859284ea985007336081f4985ae66d101cd91bafb4e6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:22 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.106 17:53:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 17:53:22 9b411e525126: Preparing 17:53:22 31a7bd1676af: Preparing 17:53:22 956734df82a4: Preparing 17:53:22 8f79fd346351: Preparing 17:53:22 74bb8c89c16f: Preparing 17:53:22 7cd52847ad77: Preparing 17:53:22 7cd52847ad77: Waiting 17:53:22 8f79fd346351: Layer already exists 17:53:22 956734df82a4: Layer already exists 17:53:22 74bb8c89c16f: Layer already exists 17:53:22 9b411e525126: Layer already exists 17:53:22 31a7bd1676af: Layer already exists 17:53:22 7cd52847ad77: Layer already exists 17:53:22 3.0.0-dev.106: digest: sha256:96c962524129db0b6a8b859284ea985007336081f4985ae66d101cd91bafb4e6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:22 + docker push nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 17:53:22 9b411e525126: Preparing 17:53:22 31a7bd1676af: Preparing 17:53:22 956734df82a4: Preparing 17:53:22 8f79fd346351: Preparing 17:53:22 74bb8c89c16f: Preparing 17:53:22 7cd52847ad77: Preparing 17:53:22 7cd52847ad77: Waiting 17:53:22 31a7bd1676af: Layer already exists 17:53:22 956734df82a4: Layer already exists 17:53:22 74bb8c89c16f: Layer already exists 17:53:22 9b411e525126: Layer already exists 17:53:22 8f79fd346351: Layer already exists 17:53:22 7cd52847ad77: Layer already exists 17:53:22 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:96c962524129db0b6a8b859284ea985007336081f4985ae66d101cd91bafb4e6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:53:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:23 + docker push nexus3.edgexfoundry.org:10004/core-data:main 17:53:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 17:53:23 9b411e525126: Preparing 17:53:23 31a7bd1676af: Preparing 17:53:23 956734df82a4: Preparing 17:53:23 8f79fd346351: Preparing 17:53:23 74bb8c89c16f: Preparing 17:53:23 7cd52847ad77: Preparing 17:53:23 9b411e525126: Layer already exists 17:53:23 74bb8c89c16f: Layer already exists 17:53:23 31a7bd1676af: Layer already exists 17:53:23 956734df82a4: Layer already exists 17:53:23 8f79fd346351: Layer already exists 17:53:23 7cd52847ad77: Layer already exists 17:53:23 main: digest: sha256:96c962524129db0b6a8b859284ea985007336081f4985ae66d101cd91bafb4e6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:23 ===================================================== [Pipeline] echo 17:53:23 taggedImages: 17:53:23 - nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:23 - nexus3.edgexfoundry.org:10004/core-data:latest 17:53:23 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.106 17:53:23 - nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:23 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 17:53:23 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 17:53:23 3808792b237a8a61d15019083d388cf2a3940d6c 17:53:23 latest 17:53:23 3.0.0-dev.106 17:53:23 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:23 main 17:53:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:23 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 17:53:23 3cb55661d42d: Preparing 17:53:23 0687f016a581: Preparing 17:53:23 8c5dd6f9acc8: Preparing 17:53:23 956734df82a4: Preparing 17:53:23 8f79fd346351: Preparing 17:53:23 90af48de1acd: Preparing 17:53:23 7cd52847ad77: Preparing 17:53:23 90af48de1acd: Waiting 17:53:23 956734df82a4: Layer already exists 17:53:23 8f79fd346351: Layer already exists 17:53:23 90af48de1acd: Layer already exists 17:53:23 7cd52847ad77: Layer already exists 17:53:23 3cb55661d42d: Pushed 17:53:23 0687f016a581: Pushed 17:53:25 8c5dd6f9acc8: Pushed 17:53:25 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:f8737af6f80cdf20046c6420788b80e0f2b266123a668d343749a0cf082e747f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:25 v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 17:53:25 v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 17:53:25 OK: 17687 distinct packages available 17:53:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 17:53:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 17:53:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 17:53:25 3cb55661d42d: Preparing 17:53:25 0687f016a581: Preparing 17:53:25 8c5dd6f9acc8: Preparing 17:53:25 956734df82a4: Preparing 17:53:25 8f79fd346351: Preparing 17:53:25 90af48de1acd: Preparing 17:53:25 7cd52847ad77: Preparing 17:53:25 7cd52847ad77: Waiting 17:53:25 90af48de1acd: Waiting 17:53:25 8c5dd6f9acc8: Layer already exists 17:53:25 8f79fd346351: Layer already exists 17:53:25 956734df82a4: Layer already exists 17:53:25 3cb55661d42d: Layer already exists 17:53:25 0687f016a581: Layer already exists 17:53:25 90af48de1acd: Layer already exists 17:53:25 7cd52847ad77: Layer already exists 17:53:25 latest: digest: sha256:f8737af6f80cdf20046c6420788b80e0f2b266123a668d343749a0cf082e747f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.106 17:53:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 17:53:26 3cb55661d42d: Preparing 17:53:26 0687f016a581: Preparing 17:53:26 8c5dd6f9acc8: Preparing 17:53:26 956734df82a4: Preparing 17:53:26 8f79fd346351: Preparing 17:53:26 90af48de1acd: Preparing 17:53:26 7cd52847ad77: Preparing 17:53:26 90af48de1acd: Waiting 17:53:26 7cd52847ad77: Waiting 17:53:26 8c5dd6f9acc8: Layer already exists 17:53:26 956734df82a4: Layer already exists 17:53:26 0687f016a581: Layer already exists 17:53:26 8f79fd346351: Layer already exists 17:53:26 3cb55661d42d: Layer already exists 17:53:26 7cd52847ad77: Layer already exists 17:53:26 90af48de1acd: Layer already exists 17:53:26 3.0.0-dev.106: digest: sha256:f8737af6f80cdf20046c6420788b80e0f2b266123a668d343749a0cf082e747f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 17:53:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 17:53:27 3cb55661d42d: Preparing 17:53:27 0687f016a581: Preparing 17:53:27 8c5dd6f9acc8: Preparing 17:53:27 956734df82a4: Preparing 17:53:27 8f79fd346351: Preparing 17:53:27 90af48de1acd: Preparing 17:53:27 7cd52847ad77: Preparing 17:53:27 7cd52847ad77: Waiting 17:53:27 90af48de1acd: Waiting 17:53:27 8f79fd346351: Layer already exists 17:53:27 0687f016a581: Layer already exists 17:53:27 3cb55661d42d: Layer already exists 17:53:27 956734df82a4: Layer already exists 17:53:27 8c5dd6f9acc8: Layer already exists 17:53:27 7cd52847ad77: Layer already exists 17:53:27 90af48de1acd: Layer already exists 17:53:27 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:f8737af6f80cdf20046c6420788b80e0f2b266123a668d343749a0cf082e747f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 17:53:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 17:53:27 3cb55661d42d: Preparing 17:53:27 0687f016a581: Preparing 17:53:27 8c5dd6f9acc8: Preparing 17:53:27 956734df82a4: Preparing 17:53:27 8f79fd346351: Preparing 17:53:27 90af48de1acd: Preparing 17:53:27 7cd52847ad77: Preparing 17:53:27 90af48de1acd: Waiting 17:53:27 7cd52847ad77: Waiting 17:53:27 8f79fd346351: Layer already exists 17:53:27 3cb55661d42d: Layer already exists 17:53:27 956734df82a4: Layer already exists 17:53:27 8c5dd6f9acc8: Layer already exists 17:53:27 0687f016a581: Layer already exists 17:53:27 7cd52847ad77: Layer already exists 17:53:27 90af48de1acd: Layer already exists 17:53:27 main: digest: sha256:f8737af6f80cdf20046c6420788b80e0f2b266123a668d343749a0cf082e747f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:27 ===================================================== [Pipeline] echo 17:53:27 taggedImages: 17:53:27 - nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:27 - nexus3.edgexfoundry.org:10004/core-metadata:latest 17:53:27 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.106 17:53:27 - nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:27 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 17:53:27 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 17:53:27 3808792b237a8a61d15019083d388cf2a3940d6c 17:53:27 latest 17:53:27 3.0.0-dev.106 17:53:27 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:27 main 17:53:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:28 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 17:53:28 a4bae850996b: Preparing 17:53:28 a4bae850996b: Preparing 17:53:28 897096fbfa99: Preparing 17:53:28 53f4baf3b7d1: Preparing 17:53:28 c98c70862595: Preparing 17:53:28 f954b6de31da: Preparing 17:53:28 3f58cfb28944: Preparing 17:53:28 956734df82a4: Preparing 17:53:28 8f79fd346351: Preparing 17:53:28 185d6b73b7f4: Preparing 17:53:28 4ba102c3d108: Preparing 17:53:28 20c039af66ae: Preparing 17:53:28 4f2318d68c42: Preparing 17:53:28 7cd52847ad77: Preparing 17:53:28 3f58cfb28944: Waiting 17:53:28 4ba102c3d108: Waiting 17:53:28 20c039af66ae: Waiting 17:53:28 956734df82a4: Waiting 17:53:28 4f2318d68c42: Waiting 17:53:28 8f79fd346351: Waiting 17:53:28 185d6b73b7f4: Waiting 17:53:28 7cd52847ad77: Waiting 17:53:28 897096fbfa99: Pushed 17:53:28 a4bae850996b: Pushed 17:53:28 c98c70862595: Pushed 17:53:28 53f4baf3b7d1: Pushed 17:53:28 f954b6de31da: Pushed 17:53:28 8f79fd346351: Layer already exists 17:53:28 956734df82a4: Layer already exists 17:53:28 4ba102c3d108: Pushed 17:53:28 20c039af66ae: Pushed 17:53:28 185d6b73b7f4: Pushed 17:53:28 4f2318d68c42: Pushed 17:53:28 7cd52847ad77: Layer already exists 17:53:29 (1/4) Installing dumb-init (1.2.5-r2) 17:53:29 (2/4) Installing musl-obstack (1.2.3-r0) 17:53:29 (3/4) Installing libucontext (1.2-r0) 17:53:29 (4/4) Installing gcompat (1.1.0-r0) 17:53:29 Executing busybox-1.35.0-r29.trigger 17:53:29 OK: 8 MiB in 19 packages 17:53:30 3f58cfb28944: Pushed 17:53:30 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:f14f6bd71c6480b8332df714be17523f2568173ed3a736ab567266b47796cd6e size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 17:53:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 17:53:30 a4bae850996b: Preparing 17:53:30 a4bae850996b: Preparing 17:53:30 897096fbfa99: Preparing 17:53:30 53f4baf3b7d1: Preparing 17:53:30 c98c70862595: Preparing 17:53:30 f954b6de31da: Preparing 17:53:30 3f58cfb28944: Preparing 17:53:30 956734df82a4: Preparing 17:53:30 8f79fd346351: Preparing 17:53:30 185d6b73b7f4: Preparing 17:53:30 4ba102c3d108: Preparing 17:53:30 20c039af66ae: Preparing 17:53:30 4f2318d68c42: Preparing 17:53:30 7cd52847ad77: Preparing 17:53:30 8f79fd346351: Waiting 17:53:30 956734df82a4: Waiting 17:53:30 185d6b73b7f4: Waiting 17:53:30 4ba102c3d108: Waiting 17:53:30 20c039af66ae: Waiting 17:53:30 7cd52847ad77: Waiting 17:53:30 4f2318d68c42: Waiting 17:53:30 3f58cfb28944: Waiting 17:53:30 897096fbfa99: Layer already exists 17:53:30 53f4baf3b7d1: Layer already exists 17:53:30 a4bae850996b: Layer already exists 17:53:30 c98c70862595: Layer already exists 17:53:30 f954b6de31da: Layer already exists 17:53:30 3f58cfb28944: Layer already exists 17:53:30 956734df82a4: Layer already exists 17:53:30 8f79fd346351: Layer already exists 17:53:30 185d6b73b7f4: Layer already exists 17:53:30 4ba102c3d108: Layer already exists 17:53:30 20c039af66ae: Layer already exists 17:53:30 4f2318d68c42: Layer already exists 17:53:30 7cd52847ad77: Layer already exists 17:53:30 latest: digest: sha256:f14f6bd71c6480b8332df714be17523f2568173ed3a736ab567266b47796cd6e size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.106 17:53:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 17:53:31 a4bae850996b: Preparing 17:53:31 a4bae850996b: Preparing 17:53:31 897096fbfa99: Preparing 17:53:31 53f4baf3b7d1: Preparing 17:53:31 c98c70862595: Preparing 17:53:31 f954b6de31da: Preparing 17:53:31 3f58cfb28944: Preparing 17:53:31 956734df82a4: Preparing 17:53:31 8f79fd346351: Preparing 17:53:31 185d6b73b7f4: Preparing 17:53:31 4ba102c3d108: Preparing 17:53:31 20c039af66ae: Preparing 17:53:31 4f2318d68c42: Preparing 17:53:31 7cd52847ad77: Preparing 17:53:31 185d6b73b7f4: Waiting 17:53:31 4ba102c3d108: Waiting 17:53:31 3f58cfb28944: Waiting 17:53:31 20c039af66ae: Waiting 17:53:31 4f2318d68c42: Waiting 17:53:31 7cd52847ad77: Waiting 17:53:31 956734df82a4: Waiting 17:53:31 8f79fd346351: Waiting 17:53:31 f954b6de31da: Layer already exists 17:53:31 897096fbfa99: Layer already exists 17:53:31 a4bae850996b: Layer already exists 17:53:31 c98c70862595: Layer already exists 17:53:31 53f4baf3b7d1: Layer already exists 17:53:31 3f58cfb28944: Layer already exists 17:53:31 8f79fd346351: Layer already exists 17:53:31 4ba102c3d108: Layer already exists 17:53:31 185d6b73b7f4: Layer already exists 17:53:31 956734df82a4: Layer already exists 17:53:31 20c039af66ae: Layer already exists 17:53:31 7cd52847ad77: Layer already exists 17:53:31 4f2318d68c42: Layer already exists 17:53:31 3.0.0-dev.106: digest: sha256:f14f6bd71c6480b8332df714be17523f2568173ed3a736ab567266b47796cd6e size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:31 Removing intermediate container d10b223911e4 17:53:31 ---> 39a7e281d2f8 17:53:31 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 17:53:31 a4bae850996b: Preparing 17:53:31 a4bae850996b: Preparing 17:53:31 897096fbfa99: Preparing 17:53:31 53f4baf3b7d1: Preparing 17:53:31 c98c70862595: Preparing 17:53:31 f954b6de31da: Preparing 17:53:31 3f58cfb28944: Preparing 17:53:31 956734df82a4: Preparing 17:53:31 8f79fd346351: Preparing 17:53:31 185d6b73b7f4: Preparing 17:53:31 4ba102c3d108: Preparing 17:53:31 20c039af66ae: Preparing 17:53:31 4f2318d68c42: Preparing 17:53:31 7cd52847ad77: Preparing 17:53:31 956734df82a4: Waiting 17:53:31 8f79fd346351: Waiting 17:53:31 185d6b73b7f4: Waiting 17:53:31 4ba102c3d108: Waiting 17:53:31 20c039af66ae: Waiting 17:53:31 4f2318d68c42: Waiting 17:53:31 7cd52847ad77: Waiting 17:53:31 3f58cfb28944: Waiting 17:53:31 f954b6de31da: Layer already exists 17:53:31 a4bae850996b: Layer already exists 17:53:31 897096fbfa99: Layer already exists 17:53:31 c98c70862595: Layer already exists 17:53:31 53f4baf3b7d1: Layer already exists 17:53:31 3f58cfb28944: Layer already exists 17:53:31 956734df82a4: Layer already exists 17:53:31 8f79fd346351: Layer already exists 17:53:31 185d6b73b7f4: Layer already exists 17:53:31 4ba102c3d108: Layer already exists 17:53:31 20c039af66ae: Layer already exists 17:53:31 4f2318d68c42: Layer already exists 17:53:31 7cd52847ad77: Layer already exists 17:53:31 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:f14f6bd71c6480b8332df714be17523f2568173ed3a736ab567266b47796cd6e size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 17:53:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 17:53:32 a4bae850996b: Preparing 17:53:32 a4bae850996b: Preparing 17:53:32 897096fbfa99: Preparing 17:53:32 53f4baf3b7d1: Preparing 17:53:32 c98c70862595: Preparing 17:53:32 f954b6de31da: Preparing 17:53:32 3f58cfb28944: Preparing 17:53:32 956734df82a4: Preparing 17:53:32 8f79fd346351: Preparing 17:53:32 185d6b73b7f4: Preparing 17:53:32 4ba102c3d108: Preparing 17:53:32 20c039af66ae: Preparing 17:53:32 4f2318d68c42: Preparing 17:53:32 7cd52847ad77: Preparing 17:53:32 3f58cfb28944: Waiting 17:53:32 956734df82a4: Waiting 17:53:32 8f79fd346351: Waiting 17:53:32 185d6b73b7f4: Waiting 17:53:32 4ba102c3d108: Waiting 17:53:32 20c039af66ae: Waiting 17:53:32 4f2318d68c42: Waiting 17:53:32 7cd52847ad77: Waiting 17:53:32 897096fbfa99: Layer already exists 17:53:32 c98c70862595: Layer already exists 17:53:32 53f4baf3b7d1: Layer already exists 17:53:32 f954b6de31da: Layer already exists 17:53:32 a4bae850996b: Layer already exists 17:53:32 3f58cfb28944: Layer already exists 17:53:32 956734df82a4: Layer already exists 17:53:32 4ba102c3d108: Layer already exists 17:53:32 8f79fd346351: Layer already exists 17:53:32 185d6b73b7f4: Layer already exists 17:53:32 20c039af66ae: Layer already exists 17:53:32 7cd52847ad77: Layer already exists 17:53:32 4f2318d68c42: Layer already exists 17:53:32 main: digest: sha256:f14f6bd71c6480b8332df714be17523f2568173ed3a736ab567266b47796cd6e size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:32 ===================================================== [Pipeline] echo 17:53:32 taggedImages: 17:53:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 17:53:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.106 17:53:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 17:53:32 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 17:53:32 3808792b237a8a61d15019083d388cf2a3940d6c 17:53:32 latest 17:53:32 3.0.0-dev.106 17:53:32 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:32 main 17:53:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:32 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 17:53:33 15c8d1898c2d: Preparing 17:53:33 a3dc93f5e6ab: Preparing 17:53:33 8aec186cb0b9: Preparing 17:53:33 9063ca951a60: Preparing 17:53:33 956734df82a4: Preparing 17:53:33 8f79fd346351: Preparing 17:53:33 729aa6c2416c: Preparing 17:53:33 7cd52847ad77: Preparing 17:53:33 8f79fd346351: Waiting 17:53:33 7cd52847ad77: Waiting 17:53:33 956734df82a4: Layer already exists 17:53:33 8f79fd346351: Layer already exists 17:53:33 15c8d1898c2d: Pushed 17:53:33 729aa6c2416c: Layer already exists 17:53:33 a3dc93f5e6ab: Pushed 17:53:33 8aec186cb0b9: Pushed 17:53:33 7cd52847ad77: Layer already exists 17:53:33 ---> 79b313ac83ac 17:53:33 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 17:53:34 9063ca951a60: Pushed 17:53:34 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:bde72a8168925beb139e8860e262e9d368a5e26bdb6923105fe9e886b2fbc4ff size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:34 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:35 ---> 2dea1c7eb4f5 17:53:35 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 17:53:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 17:53:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 17:53:35 15c8d1898c2d: Preparing 17:53:35 a3dc93f5e6ab: Preparing 17:53:35 8aec186cb0b9: Preparing 17:53:35 9063ca951a60: Preparing 17:53:35 956734df82a4: Preparing 17:53:35 8f79fd346351: Preparing 17:53:35 729aa6c2416c: Preparing 17:53:35 7cd52847ad77: Preparing 17:53:35 729aa6c2416c: Waiting 17:53:35 7cd52847ad77: Waiting 17:53:35 8f79fd346351: Waiting 17:53:35 9063ca951a60: Layer already exists 17:53:35 a3dc93f5e6ab: Layer already exists 17:53:35 956734df82a4: Layer already exists 17:53:35 8aec186cb0b9: Layer already exists 17:53:35 15c8d1898c2d: Layer already exists 17:53:35 729aa6c2416c: Layer already exists 17:53:35 8f79fd346351: Layer already exists 17:53:35 7cd52847ad77: Layer already exists 17:53:35 latest: digest: sha256:bde72a8168925beb139e8860e262e9d368a5e26bdb6923105fe9e886b2fbc4ff size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:35 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.106 17:53:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 17:53:35 15c8d1898c2d: Preparing 17:53:35 a3dc93f5e6ab: Preparing 17:53:35 8aec186cb0b9: Preparing 17:53:35 9063ca951a60: Preparing 17:53:35 956734df82a4: Preparing 17:53:35 8f79fd346351: Preparing 17:53:35 729aa6c2416c: Preparing 17:53:35 7cd52847ad77: Preparing 17:53:35 8f79fd346351: Waiting 17:53:35 729aa6c2416c: Waiting 17:53:35 7cd52847ad77: Waiting 17:53:35 15c8d1898c2d: Layer already exists 17:53:35 9063ca951a60: Layer already exists 17:53:35 8aec186cb0b9: Layer already exists 17:53:35 956734df82a4: Layer already exists 17:53:35 a3dc93f5e6ab: Layer already exists 17:53:35 729aa6c2416c: Layer already exists 17:53:35 8f79fd346351: Layer already exists 17:53:35 7cd52847ad77: Layer already exists 17:53:35 3.0.0-dev.106: digest: sha256:bde72a8168925beb139e8860e262e9d368a5e26bdb6923105fe9e886b2fbc4ff size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:36 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 17:53:36 15c8d1898c2d: Preparing 17:53:36 a3dc93f5e6ab: Preparing 17:53:36 8aec186cb0b9: Preparing 17:53:36 9063ca951a60: Preparing 17:53:36 956734df82a4: Preparing 17:53:36 8f79fd346351: Preparing 17:53:36 729aa6c2416c: Preparing 17:53:36 7cd52847ad77: Preparing 17:53:36 8f79fd346351: Waiting 17:53:36 7cd52847ad77: Waiting 17:53:36 9063ca951a60: Layer already exists 17:53:36 956734df82a4: Layer already exists 17:53:36 a3dc93f5e6ab: Layer already exists 17:53:36 15c8d1898c2d: Layer already exists 17:53:36 8aec186cb0b9: Layer already exists 17:53:36 8f79fd346351: Layer already exists 17:53:36 729aa6c2416c: Layer already exists 17:53:36 7cd52847ad77: Layer already exists 17:53:36 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:bde72a8168925beb139e8860e262e9d368a5e26bdb6923105fe9e886b2fbc4ff size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:36 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 17:53:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 17:53:36 15c8d1898c2d: Preparing 17:53:36 a3dc93f5e6ab: Preparing 17:53:36 8aec186cb0b9: Preparing 17:53:36 9063ca951a60: Preparing 17:53:36 956734df82a4: Preparing 17:53:36 8f79fd346351: Preparing 17:53:36 729aa6c2416c: Preparing 17:53:36 7cd52847ad77: Preparing 17:53:36 8f79fd346351: Waiting 17:53:36 729aa6c2416c: Waiting 17:53:36 7cd52847ad77: Waiting 17:53:36 9063ca951a60: Layer already exists 17:53:36 8aec186cb0b9: Layer already exists 17:53:36 956734df82a4: Layer already exists 17:53:36 a3dc93f5e6ab: Layer already exists 17:53:36 15c8d1898c2d: Layer already exists 17:53:36 8f79fd346351: Layer already exists 17:53:36 7cd52847ad77: Layer already exists 17:53:36 729aa6c2416c: Layer already exists 17:53:36 main: digest: sha256:bde72a8168925beb139e8860e262e9d368a5e26bdb6923105fe9e886b2fbc4ff size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:37 ===================================================== [Pipeline] echo 17:53:37 taggedImages: 17:53:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 17:53:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.106 17:53:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 17:53:37 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 17:53:37 3808792b237a8a61d15019083d388cf2a3940d6c 17:53:37 latest 17:53:37 3.0.0-dev.106 17:53:37 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:37 main 17:53:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:37 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 17:53:37 52f69cbdf428: Preparing 17:53:37 42376a4f7cd1: Preparing 17:53:37 b11ccdb7ca24: Preparing 17:53:37 c9520343c472: Preparing 17:53:37 956734df82a4: Preparing 17:53:37 8f79fd346351: Preparing 17:53:37 6e993e5e50f6: Preparing 17:53:37 dfec1891064b: Preparing 17:53:37 7cd52847ad77: Preparing 17:53:37 8f79fd346351: Waiting 17:53:37 dfec1891064b: Waiting 17:53:37 6e993e5e50f6: Waiting 17:53:37 7cd52847ad77: Waiting 17:53:37 956734df82a4: Layer already exists 17:53:37 8f79fd346351: Layer already exists 17:53:37 42376a4f7cd1: Pushed 17:53:37 52f69cbdf428: Pushed 17:53:37 c9520343c472: Pushed 17:53:37 6e993e5e50f6: Pushed 17:53:37 7cd52847ad77: Layer already exists 17:53:37 dfec1891064b: Pushed 17:53:38 b11ccdb7ca24: Pushed 17:53:38 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:2081f5eec9f6db4ea81b4e2ce6cc2fe44ada15ed4c6c6e1c4d212226652ea049 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:39 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 17:53:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 17:53:39 52f69cbdf428: Preparing 17:53:39 42376a4f7cd1: Preparing 17:53:39 b11ccdb7ca24: Preparing 17:53:39 c9520343c472: Preparing 17:53:39 956734df82a4: Preparing 17:53:39 8f79fd346351: Preparing 17:53:39 6e993e5e50f6: Preparing 17:53:39 dfec1891064b: Preparing 17:53:39 7cd52847ad77: Preparing 17:53:39 8f79fd346351: Waiting 17:53:39 6e993e5e50f6: Waiting 17:53:39 dfec1891064b: Waiting 17:53:39 7cd52847ad77: Waiting 17:53:39 c9520343c472: Layer already exists 17:53:39 52f69cbdf428: Layer already exists 17:53:39 956734df82a4: Layer already exists 17:53:39 b11ccdb7ca24: Layer already exists 17:53:39 42376a4f7cd1: Layer already exists 17:53:39 8f79fd346351: Layer already exists 17:53:39 6e993e5e50f6: Layer already exists 17:53:39 7cd52847ad77: Layer already exists 17:53:39 dfec1891064b: Layer already exists 17:53:39 latest: digest: sha256:2081f5eec9f6db4ea81b4e2ce6cc2fe44ada15ed4c6c6e1c4d212226652ea049 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.106 17:53:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 17:53:40 52f69cbdf428: Preparing 17:53:40 42376a4f7cd1: Preparing 17:53:40 b11ccdb7ca24: Preparing 17:53:40 c9520343c472: Preparing 17:53:40 956734df82a4: Preparing 17:53:40 8f79fd346351: Preparing 17:53:40 6e993e5e50f6: Preparing 17:53:40 dfec1891064b: Preparing 17:53:40 7cd52847ad77: Preparing 17:53:40 8f79fd346351: Waiting 17:53:40 6e993e5e50f6: Waiting 17:53:40 dfec1891064b: Waiting 17:53:40 7cd52847ad77: Waiting 17:53:40 52f69cbdf428: Layer already exists 17:53:40 42376a4f7cd1: Layer already exists 17:53:40 b11ccdb7ca24: Layer already exists 17:53:40 956734df82a4: Layer already exists 17:53:40 c9520343c472: Layer already exists 17:53:40 8f79fd346351: Layer already exists 17:53:40 6e993e5e50f6: Layer already exists 17:53:40 dfec1891064b: Layer already exists 17:53:40 7cd52847ad77: Layer already exists 17:53:40 3.0.0-dev.106: digest: sha256:2081f5eec9f6db4ea81b4e2ce6cc2fe44ada15ed4c6c6e1c4d212226652ea049 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 17:53:40 52f69cbdf428: Preparing 17:53:40 42376a4f7cd1: Preparing 17:53:40 b11ccdb7ca24: Preparing 17:53:40 c9520343c472: Preparing 17:53:40 956734df82a4: Preparing 17:53:40 8f79fd346351: Preparing 17:53:40 6e993e5e50f6: Preparing 17:53:40 dfec1891064b: Preparing 17:53:40 7cd52847ad77: Preparing 17:53:40 dfec1891064b: Waiting 17:53:40 6e993e5e50f6: Waiting 17:53:40 7cd52847ad77: Waiting 17:53:40 8f79fd346351: Waiting 17:53:40 52f69cbdf428: Layer already exists 17:53:40 b11ccdb7ca24: Layer already exists 17:53:40 c9520343c472: Layer already exists 17:53:40 956734df82a4: Layer already exists 17:53:40 42376a4f7cd1: Layer already exists 17:53:40 6e993e5e50f6: Layer already exists 17:53:40 8f79fd346351: Layer already exists 17:53:40 dfec1891064b: Layer already exists 17:53:40 7cd52847ad77: Layer already exists 17:53:40 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:2081f5eec9f6db4ea81b4e2ce6cc2fe44ada15ed4c6c6e1c4d212226652ea049 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 17:53:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 17:53:41 52f69cbdf428: Preparing 17:53:41 42376a4f7cd1: Preparing 17:53:41 b11ccdb7ca24: Preparing 17:53:41 c9520343c472: Preparing 17:53:41 956734df82a4: Preparing 17:53:41 8f79fd346351: Preparing 17:53:41 6e993e5e50f6: Preparing 17:53:41 dfec1891064b: Preparing 17:53:41 7cd52847ad77: Preparing 17:53:41 6e993e5e50f6: Waiting 17:53:41 dfec1891064b: Waiting 17:53:41 8f79fd346351: Waiting 17:53:41 7cd52847ad77: Waiting 17:53:41 956734df82a4: Layer already exists 17:53:41 42376a4f7cd1: Layer already exists 17:53:41 c9520343c472: Layer already exists 17:53:41 52f69cbdf428: Layer already exists 17:53:41 b11ccdb7ca24: Layer already exists 17:53:41 6e993e5e50f6: Layer already exists 17:53:41 8f79fd346351: Layer already exists 17:53:41 dfec1891064b: Layer already exists 17:53:41 7cd52847ad77: Layer already exists 17:53:41 main: digest: sha256:2081f5eec9f6db4ea81b4e2ce6cc2fe44ada15ed4c6c6e1c4d212226652ea049 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:41 ===================================================== [Pipeline] echo 17:53:41 taggedImages: 17:53:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 17:53:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.106 17:53:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 17:53:41 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 17:53:41 3808792b237a8a61d15019083d388cf2a3940d6c 17:53:41 latest 17:53:41 3.0.0-dev.106 17:53:41 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:41 main 17:53:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:41 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 17:53:42 fd7153d836e6: Preparing 17:53:42 bddcb12afa06: Preparing 17:53:42 56f37c9f2da0: Preparing 17:53:42 75237ed2688d: Preparing 17:53:42 b160b323086c: Preparing 17:53:42 0a5f8801e0d3: Preparing 17:53:42 b08b609031b1: Preparing 17:53:42 956734df82a4: Preparing 17:53:42 8f79fd346351: Preparing 17:53:42 1c28761b7cec: Preparing 17:53:42 7cd52847ad77: Preparing 17:53:42 0a5f8801e0d3: Waiting 17:53:42 b08b609031b1: Waiting 17:53:42 956734df82a4: Waiting 17:53:42 8f79fd346351: Waiting 17:53:42 1c28761b7cec: Waiting 17:53:42 7cd52847ad77: Waiting 17:53:42 fd7153d836e6: Pushed 17:53:42 b160b323086c: Pushed 17:53:42 bddcb12afa06: Pushed 17:53:42 956734df82a4: Layer already exists 17:53:42 8f79fd346351: Layer already exists 17:53:42 0a5f8801e0d3: Pushed 17:53:42 b08b609031b1: Pushed 17:53:42 7cd52847ad77: Layer already exists 17:53:42 1c28761b7cec: Pushed 17:53:43 ---> 466bfa30fcf7 17:53:43 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 17:53:43 ---> 5f971db71ceb 17:53:43 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 17:53:43 ---> Running in e4d9cdda6927 17:53:43 75237ed2688d: Pushed 17:53:43 56f37c9f2da0: Pushed 17:53:43 Removing intermediate container e4d9cdda6927 17:53:43 ---> f6b0af51259d 17:53:43 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 17:53:43 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:6708da1ee643eed8be64672d9ecc2249709e337df58607ad124529cbe438b068 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 17:53:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 17:53:44 fd7153d836e6: Preparing 17:53:44 bddcb12afa06: Preparing 17:53:44 56f37c9f2da0: Preparing 17:53:44 75237ed2688d: Preparing 17:53:44 b160b323086c: Preparing 17:53:44 0a5f8801e0d3: Preparing 17:53:44 b08b609031b1: Preparing 17:53:44 956734df82a4: Preparing 17:53:44 8f79fd346351: Preparing 17:53:44 1c28761b7cec: Preparing 17:53:44 956734df82a4: Waiting 17:53:44 0a5f8801e0d3: Waiting 17:53:44 8f79fd346351: Waiting 17:53:44 b08b609031b1: Waiting 17:53:44 7cd52847ad77: Preparing 17:53:44 1c28761b7cec: Waiting 17:53:44 7cd52847ad77: Waiting 17:53:44 fd7153d836e6: Layer already exists 17:53:44 56f37c9f2da0: Layer already exists 17:53:44 bddcb12afa06: Layer already exists 17:53:44 75237ed2688d: Layer already exists 17:53:44 b160b323086c: Layer already exists 17:53:44 0a5f8801e0d3: Layer already exists 17:53:44 b08b609031b1: Layer already exists 17:53:44 956734df82a4: Layer already exists 17:53:44 1c28761b7cec: Layer already exists 17:53:44 8f79fd346351: Layer already exists 17:53:44 7cd52847ad77: Layer already exists 17:53:44 latest: digest: sha256:6708da1ee643eed8be64672d9ecc2249709e337df58607ad124529cbe438b068 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:44 ---> 4cbede9a465f 17:53:44 Step 22/27 : WORKDIR / 17:53:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:45 ---> Running in 50dfafa8a6b5 17:53:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.106 17:53:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 17:53:45 fd7153d836e6: Preparing 17:53:45 bddcb12afa06: Preparing 17:53:45 56f37c9f2da0: Preparing 17:53:45 75237ed2688d: Preparing 17:53:45 b160b323086c: Preparing 17:53:45 0a5f8801e0d3: Preparing 17:53:45 b08b609031b1: Preparing 17:53:45 956734df82a4: Preparing 17:53:45 8f79fd346351: Preparing 17:53:45 1c28761b7cec: Preparing 17:53:45 7cd52847ad77: Preparing 17:53:45 b08b609031b1: Waiting 17:53:45 956734df82a4: Waiting 17:53:45 8f79fd346351: Waiting 17:53:45 1c28761b7cec: Waiting 17:53:45 7cd52847ad77: Waiting 17:53:45 0a5f8801e0d3: Waiting 17:53:45 b160b323086c: Layer already exists 17:53:45 fd7153d836e6: Layer already exists 17:53:45 56f37c9f2da0: Layer already exists 17:53:45 bddcb12afa06: Layer already exists 17:53:45 75237ed2688d: Layer already exists 17:53:45 0a5f8801e0d3: Layer already exists 17:53:45 b08b609031b1: Layer already exists 17:53:45 8f79fd346351: Layer already exists 17:53:45 1c28761b7cec: Layer already exists 17:53:45 956734df82a4: Layer already exists 17:53:45 7cd52847ad77: Layer already exists 17:53:45 3.0.0-dev.106: digest: sha256:6708da1ee643eed8be64672d9ecc2249709e337df58607ad124529cbe438b068 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:45 Removing intermediate container 50dfafa8a6b5 17:53:45 ---> 5562970a0db2 17:53:45 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:53:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:45 ---> Running in dad0bbc2a459 17:53:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 17:53:45 fd7153d836e6: Preparing 17:53:45 bddcb12afa06: Preparing 17:53:45 56f37c9f2da0: Preparing 17:53:45 75237ed2688d: Preparing 17:53:45 b160b323086c: Preparing 17:53:45 0a5f8801e0d3: Preparing 17:53:45 b08b609031b1: Preparing 17:53:45 956734df82a4: Preparing 17:53:45 8f79fd346351: Preparing 17:53:45 1c28761b7cec: Preparing 17:53:45 7cd52847ad77: Preparing 17:53:45 0a5f8801e0d3: Waiting 17:53:45 b08b609031b1: Waiting 17:53:45 956734df82a4: Waiting 17:53:45 1c28761b7cec: Waiting 17:53:45 8f79fd346351: Waiting 17:53:45 7cd52847ad77: Waiting 17:53:45 bddcb12afa06: Layer already exists 17:53:45 56f37c9f2da0: Layer already exists 17:53:45 75237ed2688d: Layer already exists 17:53:45 b160b323086c: Layer already exists 17:53:45 fd7153d836e6: Layer already exists 17:53:45 0a5f8801e0d3: Layer already exists 17:53:45 b08b609031b1: Layer already exists 17:53:45 8f79fd346351: Layer already exists 17:53:45 1c28761b7cec: Layer already exists 17:53:45 956734df82a4: Layer already exists 17:53:45 7cd52847ad77: Layer already exists 17:53:45 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:6708da1ee643eed8be64672d9ecc2249709e337df58607ad124529cbe438b068 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:46 Removing intermediate container dad0bbc2a459 17:53:46 ---> a24eeb914a51 17:53:46 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:53:46 ---> Running in 7b9b96df83ef 17:53:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 17:53:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 17:53:46 fd7153d836e6: Preparing 17:53:46 bddcb12afa06: Preparing 17:53:46 56f37c9f2da0: Preparing 17:53:46 75237ed2688d: Preparing 17:53:46 b160b323086c: Preparing 17:53:46 0a5f8801e0d3: Preparing 17:53:46 b08b609031b1: Preparing 17:53:46 0a5f8801e0d3: Waiting 17:53:46 956734df82a4: Preparing 17:53:46 8f79fd346351: Preparing 17:53:46 1c28761b7cec: Preparing 17:53:46 7cd52847ad77: Preparing 17:53:46 b08b609031b1: Waiting 17:53:46 956734df82a4: Waiting 17:53:46 7cd52847ad77: Waiting 17:53:46 8f79fd346351: Waiting 17:53:46 1c28761b7cec: Waiting 17:53:46 b160b323086c: Layer already exists 17:53:46 bddcb12afa06: Layer already exists 17:53:46 56f37c9f2da0: Layer already exists 17:53:46 fd7153d836e6: Layer already exists 17:53:46 75237ed2688d: Layer already exists 17:53:46 0a5f8801e0d3: Layer already exists 17:53:46 b08b609031b1: Layer already exists 17:53:46 956734df82a4: Layer already exists 17:53:46 1c28761b7cec: Layer already exists 17:53:46 8f79fd346351: Layer already exists 17:53:46 7cd52847ad77: Layer already exists 17:53:46 main: digest: sha256:6708da1ee643eed8be64672d9ecc2249709e337df58607ad124529cbe438b068 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:46 ===================================================== [Pipeline] echo 17:53:46 taggedImages: 17:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 17:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.106 17:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 17:53:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 17:53:46 3808792b237a8a61d15019083d388cf2a3940d6c 17:53:46 latest 17:53:46 3.0.0-dev.106 17:53:46 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:46 main 17:53:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:46 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:46 Removing intermediate container 7b9b96df83ef 17:53:46 ---> f396869e8683 17:53:46 Step 25/27 : LABEL arch=arm64 17:53:46 ---> Running in a409936b20fe 17:53:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 17:53:47 c1d5b4139d8b: Preparing 17:53:47 3889c71a7f55: Preparing 17:53:47 956734df82a4: Preparing 17:53:47 8f79fd346351: Preparing 17:53:47 74dd29e27483: Preparing 17:53:47 7cd52847ad77: Preparing 17:53:47 7cd52847ad77: Waiting 17:53:47 956734df82a4: Layer already exists 17:53:47 8f79fd346351: Layer already exists 17:53:47 7cd52847ad77: Layer already exists 17:53:47 c1d5b4139d8b: Pushed 17:53:47 Removing intermediate container a409936b20fe 17:53:47 ---> fbb983a4b6f6 17:53:47 Step 26/27 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 17:53:47 74dd29e27483: Pushed 17:53:47 ---> Running in 9c1fa766d949 17:53:48 Removing intermediate container 9c1fa766d949 17:53:48 ---> 3a75b794d2a2 17:53:48 Step 27/27 : LABEL version=3.0.0-dev.106 17:53:48 ---> Running in acb5064e7f2f 17:53:48 Removing intermediate container acb5064e7f2f 17:53:48 ---> c8a11d718ae7 17:53:48 17:53:48 Successfully built c8a11d718ae7 17:53:48 Successfully tagged security-spire-config-arm64:latest 17:53:48  Building security-spire-config ... done Building core-common-config-bootstrapper 17:53:49 3889c71a7f55: Pushed 17:53:49 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:7e14953e0a75efb0a1244a2e323c543ec4d61e3cc2638d7be662799120ca6286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:49 + 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 17:53:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 17:53:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 17:53:50 c1d5b4139d8b: Preparing 17:53:50 3889c71a7f55: Preparing 17:53:50 956734df82a4: Preparing 17:53:50 8f79fd346351: Preparing 17:53:50 74dd29e27483: Preparing 17:53:50 7cd52847ad77: Preparing 17:53:50 7cd52847ad77: Waiting 17:53:50 74dd29e27483: Layer already exists 17:53:50 8f79fd346351: Layer already exists 17:53:50 3889c71a7f55: Layer already exists 17:53:50 c1d5b4139d8b: Layer already exists 17:53:50 956734df82a4: Layer already exists 17:53:50 7cd52847ad77: Layer already exists 17:53:50 latest: digest: sha256:7e14953e0a75efb0a1244a2e323c543ec4d61e3cc2638d7be662799120ca6286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:50 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.106 17:53:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 17:53:50 c1d5b4139d8b: Preparing 17:53:50 3889c71a7f55: Preparing 17:53:50 956734df82a4: Preparing 17:53:50 8f79fd346351: Preparing 17:53:50 74dd29e27483: Preparing 17:53:50 7cd52847ad77: Preparing 17:53:50 7cd52847ad77: Waiting 17:53:50 8f79fd346351: Layer already exists 17:53:50 74dd29e27483: Layer already exists 17:53:50 3889c71a7f55: Layer already exists 17:53:50 956734df82a4: Layer already exists 17:53:50 c1d5b4139d8b: Layer already exists 17:53:50 7cd52847ad77: Layer already exists 17:53:50 3.0.0-dev.106: digest: sha256:7e14953e0a75efb0a1244a2e323c543ec4d61e3cc2638d7be662799120ca6286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:51 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 17:53:51 c1d5b4139d8b: Preparing 17:53:51 3889c71a7f55: Preparing 17:53:51 956734df82a4: Preparing 17:53:51 8f79fd346351: Preparing 17:53:51 74dd29e27483: Preparing 17:53:51 7cd52847ad77: Preparing 17:53:51 7cd52847ad77: Waiting 17:53:51 8f79fd346351: Layer already exists 17:53:51 74dd29e27483: Layer already exists 17:53:51 c1d5b4139d8b: Layer already exists 17:53:51 956734df82a4: Layer already exists 17:53:51 3889c71a7f55: Layer already exists 17:53:51 7cd52847ad77: Layer already exists 17:53:51 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:7e14953e0a75efb0a1244a2e323c543ec4d61e3cc2638d7be662799120ca6286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:51 + 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 17:53:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 17:53:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 17:53:51 c1d5b4139d8b: Preparing 17:53:51 3889c71a7f55: Preparing 17:53:51 956734df82a4: Preparing 17:53:51 8f79fd346351: Preparing 17:53:51 74dd29e27483: Preparing 17:53:51 7cd52847ad77: Preparing 17:53:51 7cd52847ad77: Waiting 17:53:51 c1d5b4139d8b: Layer already exists 17:53:51 8f79fd346351: Layer already exists 17:53:51 3889c71a7f55: Layer already exists 17:53:51 956734df82a4: Layer already exists 17:53:51 74dd29e27483: Layer already exists 17:53:51 7cd52847ad77: Layer already exists 17:53:51 main: digest: sha256:7e14953e0a75efb0a1244a2e323c543ec4d61e3cc2638d7be662799120ca6286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:52 ===================================================== [Pipeline] echo 17:53:52 taggedImages: 17:53:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 17:53:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.106 17:53:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 17:53:52 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 17:53:52 3808792b237a8a61d15019083d388cf2a3940d6c 17:53:52 latest 17:53:52 3.0.0-dev.106 17:53:52 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:53:52 main 17:53:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c 17:53:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 17:53:52 30b6cd68f02b: Preparing 17:53:52 972bbd24ceed: Preparing 17:53:52 fbb76511bb2d: Preparing 17:53:52 8e8eae2b8aba: Preparing 17:53:52 73991a715957: Preparing 17:53:52 956734df82a4: Preparing 17:53:52 8f79fd346351: Preparing 17:53:52 b20633b93f6f: Preparing 17:53:52 7cd52847ad77: Preparing 17:53:52 956734df82a4: Waiting 17:53:52 8f79fd346351: Waiting 17:53:52 b20633b93f6f: Waiting 17:53:52 7cd52847ad77: Waiting 17:53:52 fbb76511bb2d: Pushed 17:53:52 972bbd24ceed: Pushed 17:53:52 30b6cd68f02b: Pushed 17:53:52 956734df82a4: Layer already exists 17:53:52 8f79fd346351: Layer already exists 17:53:52 7cd52847ad77: Layer already exists 17:53:53 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:53:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:53:53 ---> 1392bc49cdf7 17:53:53 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:53:53 ---> Using cache 17:53:53 ---> c694f54bb9a0 17:53:53 Step 4/23 : WORKDIR /edgex-go 17:53:53 ---> Using cache 17:53:53 ---> 554cd159f4d1 17:53:53 Step 5/23 : RUN apk add --update --no-cache make git 17:53:53 ---> Using cache 17:53:53 ---> ba75cee93fe4 17:53:53 Step 6/23 : COPY go.mod vendor* ./ 17:53:53 ---> Using cache 17:53:53 ---> c99ef8dcd96e 17:53:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:53:53 ---> Using cache 17:53:53 ---> 8546356428b2 17:53:53 Step 8/23 : COPY . . 17:53:53 ---> Using cache 17:53:53 ---> f80e0ec8c54a 17:53:53 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 17:53:53 ---> Running in 9c4c11388431 17:53:53 b20633b93f6f: Pushed 17:53:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 17:53:56 73991a715957: Pushed 17:53:59 8e8eae2b8aba: Pushed 17:53:59 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:f61cdf1cbc23289c321bad192fc4b1859119a323e63da276a03bcfb4d5255e00 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 17:54:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 17:54:00 30b6cd68f02b: Preparing 17:54:00 972bbd24ceed: Preparing 17:54:00 fbb76511bb2d: Preparing 17:54:00 8e8eae2b8aba: Preparing 17:54:00 73991a715957: Preparing 17:54:00 956734df82a4: Preparing 17:54:00 8f79fd346351: Preparing 17:54:00 b20633b93f6f: Preparing 17:54:00 7cd52847ad77: Preparing 17:54:00 956734df82a4: Waiting 17:54:00 8f79fd346351: Waiting 17:54:00 b20633b93f6f: Waiting 17:54:00 7cd52847ad77: Waiting 17:54:00 fbb76511bb2d: Layer already exists 17:54:00 30b6cd68f02b: Layer already exists 17:54:00 73991a715957: Layer already exists 17:54:00 972bbd24ceed: Layer already exists 17:54:00 8e8eae2b8aba: Layer already exists 17:54:00 956734df82a4: Layer already exists 17:54:00 8f79fd346351: Layer already exists 17:54:00 7cd52847ad77: Layer already exists 17:54:00 b20633b93f6f: Layer already exists 17:54:00 latest: digest: sha256:f61cdf1cbc23289c321bad192fc4b1859119a323e63da276a03bcfb4d5255e00 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.106 17:54:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 17:54:01 30b6cd68f02b: Preparing 17:54:01 972bbd24ceed: Preparing 17:54:01 fbb76511bb2d: Preparing 17:54:01 8e8eae2b8aba: Preparing 17:54:01 73991a715957: Preparing 17:54:01 956734df82a4: Preparing 17:54:01 8f79fd346351: Preparing 17:54:01 b20633b93f6f: Preparing 17:54:01 7cd52847ad77: Preparing 17:54:01 956734df82a4: Waiting 17:54:01 8f79fd346351: Waiting 17:54:01 7cd52847ad77: Waiting 17:54:01 972bbd24ceed: Layer already exists 17:54:01 30b6cd68f02b: Layer already exists 17:54:01 fbb76511bb2d: Layer already exists 17:54:01 8e8eae2b8aba: Layer already exists 17:54:01 73991a715957: Layer already exists 17:54:01 8f79fd346351: Layer already exists 17:54:01 b20633b93f6f: Layer already exists 17:54:01 956734df82a4: Layer already exists 17:54:01 7cd52847ad77: Layer already exists 17:54:01 3.0.0-dev.106: digest: sha256:f61cdf1cbc23289c321bad192fc4b1859119a323e63da276a03bcfb4d5255e00 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:01 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 17:54:01 30b6cd68f02b: Preparing 17:54:01 972bbd24ceed: Preparing 17:54:01 fbb76511bb2d: Preparing 17:54:01 8e8eae2b8aba: Preparing 17:54:01 73991a715957: Preparing 17:54:01 956734df82a4: Preparing 17:54:01 8f79fd346351: Preparing 17:54:01 b20633b93f6f: Preparing 17:54:01 7cd52847ad77: Preparing 17:54:01 956734df82a4: Waiting 17:54:01 b20633b93f6f: Waiting 17:54:01 8f79fd346351: Waiting 17:54:01 73991a715957: Layer already exists 17:54:01 fbb76511bb2d: Layer already exists 17:54:01 972bbd24ceed: Layer already exists 17:54:01 8e8eae2b8aba: Layer already exists 17:54:01 30b6cd68f02b: Layer already exists 17:54:01 b20633b93f6f: Layer already exists 17:54:01 8f79fd346351: Layer already exists 17:54:01 956734df82a4: Layer already exists 17:54:01 7cd52847ad77: Layer already exists 17:54:01 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:f61cdf1cbc23289c321bad192fc4b1859119a323e63da276a03bcfb4d5255e00 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:02 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 17:54:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 17:54:02 30b6cd68f02b: Preparing 17:54:02 972bbd24ceed: Preparing 17:54:02 fbb76511bb2d: Preparing 17:54:02 8e8eae2b8aba: Preparing 17:54:02 73991a715957: Preparing 17:54:02 956734df82a4: Preparing 17:54:02 8f79fd346351: Preparing 17:54:02 b20633b93f6f: Preparing 17:54:02 7cd52847ad77: Preparing 17:54:02 8f79fd346351: Waiting 17:54:02 b20633b93f6f: Waiting 17:54:02 956734df82a4: Waiting 17:54:02 972bbd24ceed: Layer already exists 17:54:02 73991a715957: Layer already exists 17:54:02 30b6cd68f02b: Layer already exists 17:54:02 fbb76511bb2d: Layer already exists 17:54:02 8e8eae2b8aba: Layer already exists 17:54:02 8f79fd346351: Layer already exists 17:54:02 b20633b93f6f: Layer already exists 17:54:02 956734df82a4: Layer already exists 17:54:02 7cd52847ad77: Layer already exists 17:54:02 main: digest: sha256:f61cdf1cbc23289c321bad192fc4b1859119a323e63da276a03bcfb4d5255e00 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:02 ===================================================== [Pipeline] echo 17:54:02 taggedImages: 17:54:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c 17:54:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 17:54:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.106 17:54:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 17:54:02 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 17:54:02 3808792b237a8a61d15019083d388cf2a3940d6c 17:54:02 latest 17:54:02 3.0.0-dev.106 17:54:02 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:02 main 17:54:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:02 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c 17:54:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 17:54:03 d4de8297347a: Preparing 17:54:03 f8c87392f6c8: Preparing 17:54:03 a0a2ab0fc3e5: Preparing 17:54:03 b880aaab56ed: Preparing 17:54:03 956734df82a4: Preparing 17:54:03 8f79fd346351: Preparing 17:54:03 a36f307ab287: Preparing 17:54:03 7cd52847ad77: Preparing 17:54:03 a36f307ab287: Waiting 17:54:03 8f79fd346351: Waiting 17:54:03 7cd52847ad77: Waiting 17:54:03 956734df82a4: Layer already exists 17:54:03 8f79fd346351: Layer already exists 17:54:03 f8c87392f6c8: Pushed 17:54:03 d4de8297347a: Pushed 17:54:03 a0a2ab0fc3e5: Pushed 17:54:03 7cd52847ad77: Layer already exists 17:54:03 a36f307ab287: Pushed 17:54:10 b880aaab56ed: Pushed 17:54:10 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:6735991e93c3d75bbbe3e0de9d97fe6daebbaed8caa5281bf4aa671cbf1d22e4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 17:54:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 17:54:10 d4de8297347a: Preparing 17:54:10 f8c87392f6c8: Preparing 17:54:10 a0a2ab0fc3e5: Preparing 17:54:10 b880aaab56ed: Preparing 17:54:10 956734df82a4: Preparing 17:54:10 8f79fd346351: Preparing 17:54:10 a36f307ab287: Preparing 17:54:10 7cd52847ad77: Preparing 17:54:10 8f79fd346351: Waiting 17:54:10 a36f307ab287: Waiting 17:54:10 7cd52847ad77: Waiting 17:54:10 d4de8297347a: Layer already exists 17:54:10 f8c87392f6c8: Layer already exists 17:54:10 a0a2ab0fc3e5: Layer already exists 17:54:10 b880aaab56ed: Layer already exists 17:54:10 956734df82a4: Layer already exists 17:54:10 8f79fd346351: Layer already exists 17:54:10 a36f307ab287: Layer already exists 17:54:10 7cd52847ad77: Layer already exists 17:54:10 latest: digest: sha256:6735991e93c3d75bbbe3e0de9d97fe6daebbaed8caa5281bf4aa671cbf1d22e4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.106 17:54:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 17:54:11 d4de8297347a: Preparing 17:54:11 f8c87392f6c8: Preparing 17:54:11 a0a2ab0fc3e5: Preparing 17:54:11 b880aaab56ed: Preparing 17:54:11 956734df82a4: Preparing 17:54:11 8f79fd346351: Preparing 17:54:11 a36f307ab287: Preparing 17:54:11 7cd52847ad77: Preparing 17:54:11 a36f307ab287: Waiting 17:54:11 7cd52847ad77: Waiting 17:54:11 8f79fd346351: Waiting 17:54:11 a0a2ab0fc3e5: Layer already exists 17:54:11 b880aaab56ed: Layer already exists 17:54:11 d4de8297347a: Layer already exists 17:54:11 956734df82a4: Layer already exists 17:54:11 8f79fd346351: Layer already exists 17:54:11 f8c87392f6c8: Layer already exists 17:54:11 7cd52847ad77: Layer already exists 17:54:11 a36f307ab287: Layer already exists 17:54:11 3.0.0-dev.106: digest: sha256:6735991e93c3d75bbbe3e0de9d97fe6daebbaed8caa5281bf4aa671cbf1d22e4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 17:54:11 d4de8297347a: Preparing 17:54:11 f8c87392f6c8: Preparing 17:54:11 a0a2ab0fc3e5: Preparing 17:54:11 b880aaab56ed: Preparing 17:54:11 956734df82a4: Preparing 17:54:11 8f79fd346351: Preparing 17:54:11 a36f307ab287: Preparing 17:54:11 7cd52847ad77: Preparing 17:54:11 8f79fd346351: Waiting 17:54:11 a36f307ab287: Waiting 17:54:11 7cd52847ad77: Waiting 17:54:11 b880aaab56ed: Layer already exists 17:54:11 f8c87392f6c8: Layer already exists 17:54:11 956734df82a4: Layer already exists 17:54:11 a0a2ab0fc3e5: Layer already exists 17:54:11 d4de8297347a: Layer already exists 17:54:11 a36f307ab287: Layer already exists 17:54:11 8f79fd346351: Layer already exists 17:54:11 7cd52847ad77: Layer already exists 17:54:11 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:6735991e93c3d75bbbe3e0de9d97fe6daebbaed8caa5281bf4aa671cbf1d22e4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 17:54:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 17:54:12 d4de8297347a: Preparing 17:54:12 f8c87392f6c8: Preparing 17:54:12 a0a2ab0fc3e5: Preparing 17:54:12 b880aaab56ed: Preparing 17:54:12 956734df82a4: Preparing 17:54:12 8f79fd346351: Preparing 17:54:12 a36f307ab287: Preparing 17:54:12 7cd52847ad77: Preparing 17:54:12 8f79fd346351: Waiting 17:54:12 a36f307ab287: Waiting 17:54:12 7cd52847ad77: Waiting 17:54:12 956734df82a4: Layer already exists 17:54:12 b880aaab56ed: Layer already exists 17:54:12 f8c87392f6c8: Layer already exists 17:54:12 a0a2ab0fc3e5: Layer already exists 17:54:12 d4de8297347a: Layer already exists 17:54:12 a36f307ab287: Layer already exists 17:54:12 8f79fd346351: Layer already exists 17:54:12 7cd52847ad77: Layer already exists 17:54:12 main: digest: sha256:6735991e93c3d75bbbe3e0de9d97fe6daebbaed8caa5281bf4aa671cbf1d22e4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:12 ===================================================== [Pipeline] echo 17:54:12 taggedImages: 17:54:12 - nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c 17:54:12 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 17:54:12 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.106 17:54:12 - nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:12 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 17:54:12 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 17:54:12 3808792b237a8a61d15019083d388cf2a3940d6c 17:54:12 latest 17:54:12 3.0.0-dev.106 17:54:12 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:12 main 17:54:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:12 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c 17:54:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 17:54:13 1613b0052472: Preparing 17:54:13 a0b9e8bbe33a: Preparing 17:54:13 e6fbb06b57c8: Preparing 17:54:13 b06e0ad4052b: Preparing 17:54:13 956734df82a4: Preparing 17:54:13 8f79fd346351: Preparing 17:54:13 b20633b93f6f: Preparing 17:54:13 7cd52847ad77: Preparing 17:54:13 b20633b93f6f: Waiting 17:54:13 956734df82a4: Layer already exists 17:54:13 8f79fd346351: Layer already exists 17:54:13 b20633b93f6f: Layer already exists 17:54:13 7cd52847ad77: Layer already exists 17:54:13 1613b0052472: Pushed 17:54:13 e6fbb06b57c8: Pushed 17:54:13 a0b9e8bbe33a: Pushed 17:54:21 b06e0ad4052b: Pushed 17:54:21 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:9d1259ce3df762f629eafc047dc924151251bdaf8d2944d89c4ecea609cdc7cb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 17:54:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 17:54:21 1613b0052472: Preparing 17:54:21 a0b9e8bbe33a: Preparing 17:54:21 e6fbb06b57c8: Preparing 17:54:21 b06e0ad4052b: Preparing 17:54:21 956734df82a4: Preparing 17:54:21 8f79fd346351: Preparing 17:54:21 b20633b93f6f: Preparing 17:54:21 7cd52847ad77: Preparing 17:54:21 b20633b93f6f: Waiting 17:54:21 8f79fd346351: Waiting 17:54:21 7cd52847ad77: Waiting 17:54:21 1613b0052472: Layer already exists 17:54:21 956734df82a4: Layer already exists 17:54:21 e6fbb06b57c8: Layer already exists 17:54:21 b06e0ad4052b: Layer already exists 17:54:21 a0b9e8bbe33a: Layer already exists 17:54:21 8f79fd346351: Layer already exists 17:54:21 b20633b93f6f: Layer already exists 17:54:21 7cd52847ad77: Layer already exists 17:54:21 latest: digest: sha256:9d1259ce3df762f629eafc047dc924151251bdaf8d2944d89c4ecea609cdc7cb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:22 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.106 17:54:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 17:54:22 1613b0052472: Preparing 17:54:22 a0b9e8bbe33a: Preparing 17:54:22 e6fbb06b57c8: Preparing 17:54:22 b06e0ad4052b: Preparing 17:54:22 956734df82a4: Preparing 17:54:22 8f79fd346351: Preparing 17:54:22 b20633b93f6f: Preparing 17:54:22 7cd52847ad77: Preparing 17:54:22 8f79fd346351: Waiting 17:54:22 b20633b93f6f: Waiting 17:54:22 7cd52847ad77: Waiting 17:54:22 a0b9e8bbe33a: Layer already exists 17:54:22 e6fbb06b57c8: Layer already exists 17:54:22 1613b0052472: Layer already exists 17:54:22 b06e0ad4052b: Layer already exists 17:54:22 956734df82a4: Layer already exists 17:54:22 b20633b93f6f: Layer already exists 17:54:22 8f79fd346351: Layer already exists 17:54:22 7cd52847ad77: Layer already exists 17:54:22 3.0.0-dev.106: digest: sha256:9d1259ce3df762f629eafc047dc924151251bdaf8d2944d89c4ecea609cdc7cb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:22 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 17:54:23 1613b0052472: Preparing 17:54:23 a0b9e8bbe33a: Preparing 17:54:23 e6fbb06b57c8: Preparing 17:54:23 b06e0ad4052b: Preparing 17:54:23 956734df82a4: Preparing 17:54:23 8f79fd346351: Preparing 17:54:23 b20633b93f6f: Preparing 17:54:23 7cd52847ad77: Preparing 17:54:23 8f79fd346351: Waiting 17:54:23 b20633b93f6f: Waiting 17:54:23 7cd52847ad77: Waiting 17:54:23 b06e0ad4052b: Layer already exists 17:54:23 e6fbb06b57c8: Layer already exists 17:54:23 a0b9e8bbe33a: Layer already exists 17:54:23 1613b0052472: Layer already exists 17:54:23 956734df82a4: Layer already exists 17:54:23 7cd52847ad77: Layer already exists 17:54:23 b20633b93f6f: Layer already exists 17:54:23 8f79fd346351: Layer already exists 17:54:23 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:9d1259ce3df762f629eafc047dc924151251bdaf8d2944d89c4ecea609cdc7cb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:23 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 17:54:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 17:54:23 1613b0052472: Preparing 17:54:23 a0b9e8bbe33a: Preparing 17:54:23 e6fbb06b57c8: Preparing 17:54:23 b06e0ad4052b: Preparing 17:54:23 956734df82a4: Preparing 17:54:23 8f79fd346351: Preparing 17:54:23 b20633b93f6f: Preparing 17:54:23 7cd52847ad77: Preparing 17:54:23 b20633b93f6f: Waiting 17:54:23 7cd52847ad77: Waiting 17:54:23 8f79fd346351: Waiting 17:54:23 1613b0052472: Layer already exists 17:54:23 a0b9e8bbe33a: Layer already exists 17:54:23 e6fbb06b57c8: Layer already exists 17:54:23 956734df82a4: Layer already exists 17:54:23 b06e0ad4052b: Layer already exists 17:54:23 b20633b93f6f: Layer already exists 17:54:23 8f79fd346351: Layer already exists 17:54:23 7cd52847ad77: Layer already exists 17:54:23 main: digest: sha256:9d1259ce3df762f629eafc047dc924151251bdaf8d2944d89c4ecea609cdc7cb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:23 ===================================================== [Pipeline] echo 17:54:23 taggedImages: 17:54:23 - nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c 17:54:23 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 17:54:23 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.106 17:54:23 - nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:23 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 17:54:23 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 17:54:23 3808792b237a8a61d15019083d388cf2a3940d6c 17:54:23 latest 17:54:23 3.0.0-dev.106 17:54:23 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:23 main 17:54:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c 17:54:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 17:54:24 87efe66f226e: Preparing 17:54:24 04e7ec633d2e: Preparing 17:54:24 956734df82a4: Preparing 17:54:24 8f79fd346351: Preparing 17:54:24 6dd54f069d0f: Preparing 17:54:24 7cd52847ad77: Preparing 17:54:24 7cd52847ad77: Waiting 17:54:24 956734df82a4: Layer already exists 17:54:24 8f79fd346351: Layer already exists 17:54:24 7cd52847ad77: Layer already exists 17:54:24 87efe66f226e: Pushed 17:54:24 6dd54f069d0f: Pushed 17:54:27 04e7ec633d2e: Pushed 17:54:27 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:9e16d70c72ec5133fcd0855e855b61f25706b31733f8bee77d31df4500891686 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:28 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 17:54:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 17:54:28 87efe66f226e: Preparing 17:54:28 04e7ec633d2e: Preparing 17:54:28 956734df82a4: Preparing 17:54:28 8f79fd346351: Preparing 17:54:28 6dd54f069d0f: Preparing 17:54:28 7cd52847ad77: Preparing 17:54:28 7cd52847ad77: Waiting 17:54:28 8f79fd346351: Layer already exists 17:54:28 6dd54f069d0f: Layer already exists 17:54:28 956734df82a4: Layer already exists 17:54:28 87efe66f226e: Layer already exists 17:54:28 04e7ec633d2e: Layer already exists 17:54:28 7cd52847ad77: Layer already exists 17:54:28 latest: digest: sha256:9e16d70c72ec5133fcd0855e855b61f25706b31733f8bee77d31df4500891686 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:28 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.106 17:54:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 17:54:28 87efe66f226e: Preparing 17:54:28 04e7ec633d2e: Preparing 17:54:28 956734df82a4: Preparing 17:54:28 8f79fd346351: Preparing 17:54:28 6dd54f069d0f: Preparing 17:54:28 7cd52847ad77: Preparing 17:54:28 7cd52847ad77: Waiting 17:54:28 8f79fd346351: Layer already exists 17:54:28 956734df82a4: Layer already exists 17:54:28 87efe66f226e: Layer already exists 17:54:28 04e7ec633d2e: Layer already exists 17:54:28 6dd54f069d0f: Layer already exists 17:54:28 7cd52847ad77: Layer already exists 17:54:28 3.0.0-dev.106: digest: sha256:9e16d70c72ec5133fcd0855e855b61f25706b31733f8bee77d31df4500891686 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 17:54:29 87efe66f226e: Preparing 17:54:29 04e7ec633d2e: Preparing 17:54:29 956734df82a4: Preparing 17:54:29 8f79fd346351: Preparing 17:54:29 6dd54f069d0f: Preparing 17:54:29 7cd52847ad77: Preparing 17:54:29 7cd52847ad77: Waiting 17:54:29 956734df82a4: Layer already exists 17:54:29 6dd54f069d0f: Layer already exists 17:54:29 04e7ec633d2e: Layer already exists 17:54:29 8f79fd346351: Layer already exists 17:54:29 87efe66f226e: Layer already exists 17:54:29 7cd52847ad77: Layer already exists 17:54:29 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:9e16d70c72ec5133fcd0855e855b61f25706b31733f8bee77d31df4500891686 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 17:54:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 17:54:30 87efe66f226e: Preparing 17:54:30 04e7ec633d2e: Preparing 17:54:30 956734df82a4: Preparing 17:54:30 8f79fd346351: Preparing 17:54:30 6dd54f069d0f: Preparing 17:54:30 7cd52847ad77: Preparing 17:54:30 7cd52847ad77: Waiting 17:54:30 8f79fd346351: Layer already exists 17:54:30 87efe66f226e: Layer already exists 17:54:30 04e7ec633d2e: Layer already exists 17:54:30 6dd54f069d0f: Layer already exists 17:54:30 956734df82a4: Layer already exists 17:54:30 7cd52847ad77: Layer already exists 17:54:30 main: digest: sha256:9e16d70c72ec5133fcd0855e855b61f25706b31733f8bee77d31df4500891686 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:30 ===================================================== [Pipeline] echo 17:54:30 taggedImages: 17:54:30 - nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c 17:54:30 - nexus3.edgexfoundry.org:10004/support-notifications:latest 17:54:30 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.106 17:54:30 - nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:30 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 17:54:30 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 17:54:30 3808792b237a8a61d15019083d388cf2a3940d6c 17:54:30 latest 17:54:30 3.0.0-dev.106 17:54:30 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:30 main 17:54:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c 17:54:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 17:54:30 5f4c5b64b963: Preparing 17:54:30 7281f80d2f44: Preparing 17:54:30 956734df82a4: Preparing 17:54:30 8f79fd346351: Preparing 17:54:30 90af48de1acd: Preparing 17:54:30 7cd52847ad77: Preparing 17:54:30 7cd52847ad77: Waiting 17:54:30 8f79fd346351: Layer already exists 17:54:30 956734df82a4: Layer already exists 17:54:30 90af48de1acd: Layer already exists 17:54:30 7cd52847ad77: Layer already exists 17:54:30 5f4c5b64b963: Pushed 17:54:33 7281f80d2f44: Pushed 17:54:33 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:134ac63910283067d866ed2ee3b292c6f22e1b30201e79ba3004009a6eb746d4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:34 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 17:54:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 17:54:34 5f4c5b64b963: Preparing 17:54:34 7281f80d2f44: Preparing 17:54:34 956734df82a4: Preparing 17:54:34 8f79fd346351: Preparing 17:54:34 90af48de1acd: Preparing 17:54:34 7cd52847ad77: Preparing 17:54:34 7cd52847ad77: Waiting 17:54:34 5f4c5b64b963: Layer already exists 17:54:34 8f79fd346351: Layer already exists 17:54:34 956734df82a4: Layer already exists 17:54:34 7281f80d2f44: Layer already exists 17:54:34 90af48de1acd: Layer already exists 17:54:34 7cd52847ad77: Layer already exists 17:54:34 latest: digest: sha256:134ac63910283067d866ed2ee3b292c6f22e1b30201e79ba3004009a6eb746d4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:34 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.106 17:54:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 17:54:34 5f4c5b64b963: Preparing 17:54:34 7281f80d2f44: Preparing 17:54:34 956734df82a4: Preparing 17:54:34 8f79fd346351: Preparing 17:54:34 90af48de1acd: Preparing 17:54:34 7cd52847ad77: Preparing 17:54:34 7cd52847ad77: Waiting 17:54:34 956734df82a4: Layer already exists 17:54:34 90af48de1acd: Layer already exists 17:54:34 8f79fd346351: Layer already exists 17:54:34 7281f80d2f44: Layer already exists 17:54:34 5f4c5b64b963: Layer already exists 17:54:34 7cd52847ad77: Layer already exists 17:54:34 3.0.0-dev.106: digest: sha256:134ac63910283067d866ed2ee3b292c6f22e1b30201e79ba3004009a6eb746d4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 17:54:35 5f4c5b64b963: Preparing 17:54:35 7281f80d2f44: Preparing 17:54:35 956734df82a4: Preparing 17:54:35 8f79fd346351: Preparing 17:54:35 90af48de1acd: Preparing 17:54:35 7cd52847ad77: Preparing 17:54:35 7cd52847ad77: Waiting 17:54:35 90af48de1acd: Layer already exists 17:54:35 5f4c5b64b963: Layer already exists 17:54:35 8f79fd346351: Layer already exists 17:54:35 956734df82a4: Layer already exists 17:54:35 7281f80d2f44: Layer already exists 17:54:35 7cd52847ad77: Layer already exists 17:54:35 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:134ac63910283067d866ed2ee3b292c6f22e1b30201e79ba3004009a6eb746d4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 17:54:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 17:54:36 5f4c5b64b963: Preparing 17:54:36 7281f80d2f44: Preparing 17:54:36 956734df82a4: Preparing 17:54:36 8f79fd346351: Preparing 17:54:36 90af48de1acd: Preparing 17:54:36 7cd52847ad77: Preparing 17:54:36 7cd52847ad77: Waiting 17:54:36 5f4c5b64b963: Layer already exists 17:54:36 956734df82a4: Layer already exists 17:54:36 7281f80d2f44: Layer already exists 17:54:36 90af48de1acd: Layer already exists 17:54:36 8f79fd346351: Layer already exists 17:54:36 7cd52847ad77: Layer already exists 17:54:36 main: digest: sha256:134ac63910283067d866ed2ee3b292c6f22e1b30201e79ba3004009a6eb746d4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:36 ===================================================== [Pipeline] echo 17:54:36 taggedImages: 17:54:36 - nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c 17:54:36 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 17:54:36 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.106 17:54:36 - nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 17:54:36 - 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] } 18:00:17 Removing intermediate container 2ddc15269007 18:00:17 ---> 2e03dd84cab2 18:00:17 18:00:17 Step 9/22 : FROM alpine:3.17 18:00:17 ---> d74e625d9115 18:00:17 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 18:00:17 ---> Running in 8dba580316ff 18:00:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:00:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:00:19 (1/2) Installing dumb-init (1.2.5-r2) 18:00:19 (2/2) Installing openssl (3.0.8-r0) 18:00:19 Executing busybox-1.35.0-r29.trigger 18:00:19 OK: 8 MiB in 17 packages 18:00:22 Removing intermediate container 8dba580316ff 18:00:22 ---> 3ced84e14dac 18:00:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:00:22 ---> Running in 1104162ecae8 18:00:23 Removing intermediate container 1104162ecae8 18:00:23 ---> 52c03158a9c2 18:00:23 Step 12/22 : WORKDIR /edgex 18:00:23 ---> Running in 8ac356f8d4b6 18:00:23 Removing intermediate container 8ac356f8d4b6 18:00:23 ---> 4108dd9774fe 18:00:23 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:00:24 ---> f99d23fa510c 18:00:24 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 18:00:25 ---> 183d46bf9eac 18:00:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 18:00:26 ---> 3763ef3dbd26 18:00:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:00:28 ---> 8147996da27c 18:00:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:00:29 ---> 80185dbdcec2 18:00:29 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:00:29 ---> Running in e92f4eb6970d 18:00:32 Removing intermediate container e92f4eb6970d 18:00:32 ---> c6e2d5a7f875 18:00:32 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 18:00:32 ---> Running in 19860494f911 18:00:33 Removing intermediate container 19860494f911 18:00:33 ---> d6723a23b516 18:00:33 Step 20/22 : LABEL arch=arm64 18:00:33 ---> Running in dff5d82b4bb5 18:00:34 Removing intermediate container dff5d82b4bb5 18:00:34 ---> 9853c399a2fa 18:00:34 Step 21/22 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:00:34 ---> Running in fdcca966d8f2 18:00:34 Removing intermediate container fdcca966d8f2 18:00:34 ---> fc42db77514f 18:00:34 Step 22/22 : LABEL version=3.0.0-dev.106 18:00:34 ---> Running in 9deae51e45dd 18:00:35 Removing intermediate container 9deae51e45dd 18:00:35 ---> ab03703b1a7b 18:00:35 18:00:35 Successfully built ab03703b1a7b 18:00:35 Successfully tagged security-proxy-setup-arm64:latest 18:00:35  Building security-proxy-setup ... done Building core-command 18:00:38 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:00:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:00:38 ---> 1392bc49cdf7 18:00:38 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:00:38 ---> Using cache 18:00:38 ---> c694f54bb9a0 18:00:38 Step 4/24 : WORKDIR /edgex-go 18:00:38 ---> Using cache 18:00:38 ---> 554cd159f4d1 18:00:38 Step 5/24 : RUN apk add --update --no-cache make git 18:00:38 ---> Using cache 18:00:38 ---> ba75cee93fe4 18:00:38 Step 6/24 : COPY go.mod vendor* ./ 18:00:38 ---> Using cache 18:00:38 ---> c99ef8dcd96e 18:00:38 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:00:38 ---> Using cache 18:00:38 ---> 8546356428b2 18:00:38 Step 8/24 : COPY . . 18:00:39 ---> Using cache 18:00:39 ---> f80e0ec8c54a 18:00:39 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 18:00:39 ---> Running in 6eec33d25cab 18:00:41 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:01:28 Removing intermediate container ebe5ff9e9d79 18:01:28 ---> 4bd22777380b 18:01:28 18:01:28 Step 10/23 : FROM alpine:3.17 18:01:28 ---> d74e625d9115 18:01:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:01:28 ---> Running in 947cdad41802 18:01:29 Removing intermediate container 947cdad41802 18:01:29 ---> 95b65f7f642b 18:01:29 Step 12/23 : ENV APP_PORT=59880 18:01:29 ---> Running in 83096562efed 18:01:30 Removing intermediate container 83096562efed 18:01:30 ---> 70aac874255b 18:01:30 Step 13/23 : EXPOSE $APP_PORT 18:01:30 ---> Running in 40b93bd40467 18:01:31 Removing intermediate container 40b93bd40467 18:01:31 ---> aa70a0aa8564 18:01:31 Step 14/23 : RUN apk add --update --no-cache dumb-init 18:01:31 ---> Running in 6220f89cb4f8 18:01:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:01:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:01:37 (1/1) Installing dumb-init (1.2.5-r2) 18:01:37 Executing busybox-1.35.0-r29.trigger 18:01:37 OK: 8 MiB in 16 packages 18:01:37 Removing intermediate container 9c4c11388431 18:01:37 ---> e176c8e4046b 18:01:37 18:01:37 Step 10/23 : FROM alpine:3.17 18:01:37 ---> d74e625d9115 18:01:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:01:37 ---> Running in 60b18f9756e6 18:01:38 Removing intermediate container 60b18f9756e6 18:01:38 ---> a02d87695a61 18:01:38 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:01:38 ---> Running in ec0434e99342 18:01:39 Removing intermediate container 6220f89cb4f8 18:01:39 ---> 5beed50c5dd1 18:01:39 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:01:42 ---> 5f4a9ac35ee6 18:01:42 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:01:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:01:43 ---> 1f7b770d81e1 18:01:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:01:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:01:44 ---> a8524c625ad6 18:01:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:01:45 (1/1) Installing dumb-init (1.2.5-r2) 18:01:45 Executing busybox-1.35.0-r29.trigger 18:01:45 OK: 8 MiB in 16 packages 18:01:46 ---> 49e564a1e0da 18:01:46 Step 19/23 : ENTRYPOINT ["/core-data"] 18:01:46 ---> Running in 504b79c5d32b 18:01:47 Removing intermediate container 504b79c5d32b 18:01:47 ---> b79e5508a1ae 18:01:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:01:47 ---> Running in f1f3390aa1c5 18:01:47 Removing intermediate container ec0434e99342 18:01:47 ---> d1046d690481 18:01:47 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:01:47 Removing intermediate container f1f3390aa1c5 18:01:47 ---> 8078362c0659 18:01:47 Step 21/23 : LABEL arch=arm64 18:01:48 ---> Running in 2f6ce51cf1d6 18:01:48 ---> 2332a1203001 18:01:48 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:01:49 Removing intermediate container 2f6ce51cf1d6 18:01:49 ---> cc2246de10a7 18:01:49 Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:01:49 ---> Running in 9ab409e34e7c 18:01:49 Removing intermediate container 9ab409e34e7c 18:01:49 ---> 8f16da4b9844 18:01:49 Step 23/23 : LABEL version=3.0.0-dev.106 18:01:49 ---> Running in d1dfcb7669a3 18:01:49 ---> ef616bf7f90a 18:01:49 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 18:01:50 Removing intermediate container d1dfcb7669a3 18:01:50 ---> ccf4579f3fd9 18:01:50 18:01:50 Successfully built ccf4579f3fd9 18:01:50 Successfully tagged core-data-arm64:latest 18:01:50 Building core-metadata 18:01:51  Building core-data ... done  ---> cf43540b9fd4 18:01:51 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:01:52 ---> 5686437749f4 18:01:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 18:01:55 ---> bf173e8afd03 18:01:55 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:01:55 ---> Running in b5de6d08d800 18:01:55 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:01:55 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:01:55 ---> 1392bc49cdf7 18:01:55 Step 3/25 : ARG ADD_BUILD_TAGS="" 18:01:55 ---> Using cache 18:01:55 ---> c694f54bb9a0 18:01:55 Step 4/25 : WORKDIR /edgex-go 18:01:55 ---> Using cache 18:01:55 ---> 554cd159f4d1 18:01:55 Step 5/25 : RUN apk add --update --no-cache make git 18:01:55 ---> Using cache 18:01:55 ---> ba75cee93fe4 18:01:55 Step 6/25 : COPY go.mod vendor* ./ 18:01:55 ---> Using cache 18:01:55 ---> c99ef8dcd96e 18:01:55 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:01:55 ---> Using cache 18:01:55 ---> 8546356428b2 18:01:55 Step 8/25 : COPY . . 18:01:56 ---> Using cache 18:01:56 ---> f80e0ec8c54a 18:01:56 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 18:01:56 ---> Running in d2dbe9568025 18:01:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:01:59 Removing intermediate container b5de6d08d800 18:01:59 ---> 4f93a91eca03 18:01:59 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:01:59 ---> Running in ad9732d3a6dc 18:02:00 Removing intermediate container ad9732d3a6dc 18:02:00 ---> c15187135bbe 18:02:00 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 18:02:00 ---> Running in bab06256292d 18:02:00 Removing intermediate container bab06256292d 18:02:00 ---> 112791fbf47a 18:02:00 Step 21/23 : LABEL arch=arm64 18:02:00 ---> Running in 23050e50e449 18:02:01 Removing intermediate container 23050e50e449 18:02:01 ---> af2b760aebe1 18:02:01 Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:02:01 ---> Running in 3a72dfc7fb1a 18:02:02 Removing intermediate container 3a72dfc7fb1a 18:02:02 ---> cad46d00d17a 18:02:02 Step 23/23 : LABEL version=3.0.0-dev.106 18:02:02 ---> Running in 89a3b62c6019 18:02:02 Removing intermediate container 89a3b62c6019 18:02:02 ---> 52a5037a30c6 18:02:02 18:02:02 Successfully built 52a5037a30c6 18:02:02 Successfully tagged core-common-config-bootstrapper-arm64:latest 18:02:02 Building support-notifications 18:02:06  Building core-common-config-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:02:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:02:06 ---> 1392bc49cdf7 18:02:06 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:02:06 ---> Using cache 18:02:06 ---> c694f54bb9a0 18:02:06 Step 4/23 : WORKDIR /edgex-go 18:02:06 ---> Using cache 18:02:06 ---> 554cd159f4d1 18:02:06 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:02:08 ---> Running in 94e6bcdac1b8 18:02:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:02:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:02:13 OK: 263 MiB in 53 packages 18:02:14 Removing intermediate container 94e6bcdac1b8 18:02:14 ---> 3067aed670fc 18:02:14 Step 6/23 : COPY go.mod vendor* ./ 18:02:15 ---> e23b14531555 18:02:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:02:15 ---> Running in 44994b90290c 18:03:02 Removing intermediate container a2f2da9f02c8 18:03:02 ---> 6d0eb2ba6e3a 18:03:02 18:03:02 Step 9/20 : FROM alpine:3.17 18:03:02 ---> d74e625d9115 18:03:02 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:03:02 ---> Using cache 18:03:02 ---> bc754847bae7 18:03:02 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:03:02 ---> Running in 9e38b67801b0 18:03:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:03:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:03:03 v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:03:03 v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:03:03 OK: 17687 distinct packages available 18:03:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:03:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:03:08 (1/9) Installing ca-certificates (20220614-r4) 18:03:08 (2/9) Installing brotli-libs (1.0.9-r9) 18:03:08 (3/9) Installing nghttp2-libs (1.51.0-r0) 18:03:08 (4/9) Installing libcurl (7.88.1-r1) 18:03:08 (5/9) Installing curl (7.88.1-r1) 18:03:08 (6/9) Installing dumb-init (1.2.5-r2) 18:03:08 (7/9) Installing musl-obstack (1.2.3-r0) 18:03:08 (8/9) Installing libucontext (1.2-r0) 18:03:08 (9/9) Installing gcompat (1.1.0-r0) 18:03:08 Executing busybox-1.35.0-r29.trigger 18:03:08 Executing ca-certificates-20220614-r4.trigger 18:03:08 OK: 11 MiB in 24 packages 18:03:12 Removing intermediate container 9e38b67801b0 18:03:12 ---> 4209b04d7415 18:03:12 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:12 ---> 47c7b00726c1 18:03:12 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 18:03:13 ---> d82f4f3c6cee 18:03:13 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:03:18 ---> b896644e1e57 18:03:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 18:03:19 ---> 82ea0fa0e0df 18:03:19 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:03:19 ---> Running in 95fd9607c9f0 18:03:19 Removing intermediate container 95fd9607c9f0 18:03:19 ---> 5298189dadca 18:03:19 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:03:20 ---> Running in 1f8571fcb4fb 18:03:20 Removing intermediate container 1f8571fcb4fb 18:03:20 ---> fc7d9e4ecf61 18:03:20 Step 18/20 : LABEL arch=arm64 18:03:20 ---> Running in bca7b16bdea8 18:03:21 Removing intermediate container bca7b16bdea8 18:03:21 ---> e059647154c4 18:03:21 Step 19/20 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:03:21 ---> Running in db3c345d9508 18:03:22 Removing intermediate container db3c345d9508 18:03:22 ---> 33fe2eff4d7c 18:03:22 Step 20/20 : LABEL version=3.0.0-dev.106 18:03:22 ---> Running in e7b013138d71 18:03:22 Removing intermediate container e7b013138d71 18:03:22 ---> 8224d3367db0 18:03:22 18:03:22 Successfully built 8224d3367db0 18:03:22 Successfully tagged security-spiffe-token-provider-arm64:latest 18:03:22  Building security-spiffe-token-provider ... done Building security-proxy-auth 18:03:28 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:03:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:03:28 ---> 1392bc49cdf7 18:03:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:03:28 ---> Using cache 18:03:28 ---> c694f54bb9a0 18:03:28 Step 4/23 : WORKDIR /edgex-go 18:03:28 ---> Using cache 18:03:28 ---> 554cd159f4d1 18:03:28 Step 5/23 : RUN apk add --update --no-cache make git 18:03:28 ---> Using cache 18:03:28 ---> ba75cee93fe4 18:03:28 Step 6/23 : COPY go.mod vendor* ./ 18:03:28 ---> Using cache 18:03:28 ---> c99ef8dcd96e 18:03:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:03:28 ---> Using cache 18:03:28 ---> 8546356428b2 18:03:28 Step 8/23 : COPY . . 18:03:28 ---> Using cache 18:03:28 ---> f80e0ec8c54a 18:03:28 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 18:03:28 ---> Running in a52f36fe550d 18:03:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:04:03 Removing intermediate container 44994b90290c 18:04:03 ---> cb850ccf81a0 18:04:03 Step 8/23 : COPY . . 18:04:05 ---> 71d159db0dda 18:04:05 Step 9/23 : RUN make cmd/support-notifications/support-notifications 18:04:05 ---> Running in f8345d587677 18:04:07 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:04:29 Removing intermediate container 9ec7357fd2cb 18:04:29 ---> 65a268ca823c 18:04:29 18:04:29 Step 10/23 : FROM alpine:3.17 18:04:29 ---> d74e625d9115 18:04:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:04:29 ---> Running in cbbc8a9a83af 18:04:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:04:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:04:33 (1/1) Installing dumb-init (1.2.5-r2) 18:04:33 Executing busybox-1.35.0-r29.trigger 18:04:33 OK: 8 MiB in 16 packages 18:04:36 Removing intermediate container cbbc8a9a83af 18:04:36 ---> 8ddec03045cc 18:04:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:04:36 ---> Running in f1ed546db55a 18:04:36 Removing intermediate container f1ed546db55a 18:04:36 ---> 6b867de235d7 18:04:36 Step 13/23 : ENV APP_PORT=59861 18:04:36 ---> Running in 5b89d4431728 18:04:37 Removing intermediate container 5b89d4431728 18:04:37 ---> dd70df942712 18:04:37 Step 14/23 : EXPOSE $APP_PORT 18:04:37 ---> Running in 135a4c9cb3c3 18:04:38 Removing intermediate container 135a4c9cb3c3 18:04:38 ---> 60a8cdbc07d1 18:04:38 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:39 ---> 076b27124d91 18:04:39 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:04:39 ---> 1c81d528d549 18:04:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:04:43 ---> c061bba3cf46 18:04:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:04:44 ---> 30245920a055 18:04:44 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:04:44 ---> Running in b1bd31f9e7c1 18:04:44 Removing intermediate container b1bd31f9e7c1 18:04:44 ---> de84ea2351de 18:04:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:04:44 ---> Running in 9c9ff70bc596 18:04:45 Removing intermediate container 9c9ff70bc596 18:04:45 ---> 528cdfbd8e21 18:04:45 Step 21/23 : LABEL arch=arm64 18:04:45 ---> Running in 2c00e43b8eee 18:04:46 Removing intermediate container 2c00e43b8eee 18:04:46 ---> dcf4540cbac3 18:04:46 Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:04:46 ---> Running in cdb20bb14c18 18:04:46 Removing intermediate container cdb20bb14c18 18:04:46 ---> d261644fa620 18:04:46 Step 23/23 : LABEL version=3.0.0-dev.106 18:04:46 ---> Running in dc80520c2568 18:04:47 Removing intermediate container dc80520c2568 18:04:47 ---> 53a5d6a5a310 18:04:47 18:04:47 Successfully built 53a5d6a5a310 18:04:47 Successfully tagged support-scheduler-arm64:latest 18:04:47  Building support-scheduler ... done Building security-spire-server 18:04:51 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:04:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:04:51 ---> 1392bc49cdf7 18:04:51 Step 3/26 : WORKDIR /edgex-go 18:04:51 ---> Using cache 18:04:51 ---> c82285a14f5a 18:04:51 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 18:04:51 ---> Using cache 18:04:51 ---> a7ab9896b35e 18:04:51 Step 5/26 : COPY go.mod vendor* ./ 18:04:51 ---> Using cache 18:04:51 ---> 52d1ee811ddd 18:04:51 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:04:51 ---> Using cache 18:04:51 ---> dfd5fd07d4f9 18:04:51 Step 7/26 : COPY . . 18:04:51 ---> Using cache 18:04:51 ---> 47408a6a4f53 18:04:51 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 18:04:51 ---> Using cache 18:04:51 ---> 6a73385b1db8 18:04:51 Step 9/26 : WORKDIR /edgex-go/spire-build 18:04:51 ---> Using cache 18:04:51 ---> 61e5b9f06386 18:04:51 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:04:51 ---> Using cache 18:04:51 ---> c647cbd37825 18:04:51 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:04:51 ---> Running in d30bf52acb3e 18:04:55 Removing intermediate container d30bf52acb3e 18:04:55 ---> 5cb66bce0b4a 18:04:55 Step 12/26 : WORKDIR /edgex-go 18:04:55 ---> Running in f3a6415824fb 18:04:55 Removing intermediate container f3a6415824fb 18:04:55 ---> ce0cf9d107a2 18:04:55 18:04:55 Step 13/26 : FROM alpine:3.17 18:04:55 ---> d74e625d9115 18:04:55 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:04:55 ---> Using cache 18:04:55 ---> bc754847bae7 18:04:55 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:04:55 ---> Running in 5a8d0332ad92 18:04:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:04:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:05:00 v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:05:00 v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:05:00 OK: 17687 distinct packages available 18:05:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:05:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:05:02 (1/5) Installing dumb-init (1.2.5-r2) 18:05:02 (2/5) Installing musl-obstack (1.2.3-r0) 18:05:02 (3/5) Installing libucontext (1.2-r0) 18:05:02 (4/5) Installing gcompat (1.1.0-r0) 18:05:02 (5/5) Installing openssl (3.0.8-r0) 18:05:02 Executing busybox-1.35.0-r29.trigger 18:05:02 OK: 9 MiB in 20 packages 18:05:04 Removing intermediate container 5a8d0332ad92 18:05:04 ---> 244e71879d3c 18:05:04 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 18:05:05 ---> 6d6860b78cef 18:05:05 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 18:05:06 ---> 61a9b732fb9b 18:05:06 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:05:11 ---> 7428559ea792 18:05:11 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:05:12 ---> 5a44ff791e78 18:05:12 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:05:14 ---> 2d77d3d9c01d 18:05:14 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:05:15 ---> 0602fc41a696 18:05:15 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:05:15 ---> Running in c980ba1d7ed5 18:05:15 Removing intermediate container c980ba1d7ed5 18:05:15 ---> 658e34fd6da5 18:05:15 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:05:15 ---> Running in a43f62f1b95d 18:05:16 Removing intermediate container a43f62f1b95d 18:05:16 ---> 5c337d987d52 18:05:16 Step 24/26 : LABEL arch=arm64 18:05:16 ---> Running in 60bb32abb5d2 18:05:16 Removing intermediate container 60bb32abb5d2 18:05:16 ---> 0727bc34fac6 18:05:16 Step 25/26 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:05:16 ---> Running in 296dbe7f5e51 18:05:17 Removing intermediate container 296dbe7f5e51 18:05:17 ---> f2e4e96c9643 18:05:17 Step 26/26 : LABEL version=3.0.0-dev.106 18:05:17 ---> Running in 83f55df865d6 18:05:18 Removing intermediate container 83f55df865d6 18:05:18 ---> d3d2c99e07af 18:05:18 18:05:18 Successfully built d3d2c99e07af 18:05:18 Successfully tagged security-spire-server-arm64:latest 18:05:18  Building security-spire-server ... done Building security-spire-agent 18:05:21 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:05:21 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:05:21 ---> 1392bc49cdf7 18:05:21 Step 3/27 : WORKDIR /edgex-go 18:05:21 ---> Using cache 18:05:21 ---> c82285a14f5a 18:05:21 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:05:21 ---> Using cache 18:05:21 ---> a7ab9896b35e 18:05:21 Step 5/27 : COPY go.mod vendor* ./ 18:05:21 ---> Using cache 18:05:21 ---> 52d1ee811ddd 18:05:21 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:05:21 ---> Using cache 18:05:21 ---> dfd5fd07d4f9 18:05:21 Step 7/27 : COPY . . 18:05:21 ---> Using cache 18:05:21 ---> 47408a6a4f53 18:05:21 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 18:05:21 ---> Using cache 18:05:21 ---> 6a73385b1db8 18:05:21 Step 9/27 : WORKDIR /edgex-go/spire-build 18:05:21 ---> Using cache 18:05:21 ---> 61e5b9f06386 18:05:21 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:05:21 ---> Using cache 18:05:21 ---> c647cbd37825 18:05:21 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:05:21 ---> Using cache 18:05:21 ---> 7c4fca3e23bd 18:05:21 Step 12/27 : WORKDIR /edgex-go 18:05:21 ---> Using cache 18:05:21 ---> 11dc2df70656 18:05:21 18:05:21 Step 13/27 : FROM alpine:3.17 18:05:21 ---> d74e625d9115 18:05:21 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:05:21 ---> Using cache 18:05:21 ---> bc754847bae7 18:05:21 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:05:21 ---> Using cache 18:05:21 ---> 244e71879d3c 18:05:21 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:05:21 ---> Using cache 18:05:21 ---> 6d6860b78cef 18:05:21 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:05:21 ---> Using cache 18:05:21 ---> 61a9b732fb9b 18:05:21 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:05:25 ---> 330a805107f0 18:05:25 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:05:30 ---> 38cb5b89427f 18:05:30 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:05:31 ---> 30725f3d1b35 18:05:31 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:05:31 ---> e59d0fc484b4 18:05:31 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:05:32 ---> 6caf9067af5a 18:05:32 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:05:32 ---> Running in b10557393acd 18:05:33 Removing intermediate container b10557393acd 18:05:33 ---> 0d4ef12b5113 18:05:33 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:05:33 ---> Running in 93d43147cdae 18:05:34 Removing intermediate container 93d43147cdae 18:05:34 ---> 99395e7aba3a 18:05:34 Step 25/27 : LABEL arch=arm64 18:05:34 ---> Running in efe77fe0c571 18:05:34 Removing intermediate container efe77fe0c571 18:05:34 ---> 8ac9f268bd98 18:05:34 Step 26/27 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:05:34 ---> Running in 73b5da820df1 18:05:35 Removing intermediate container 73b5da820df1 18:05:35 ---> 8e2b8526683b 18:05:35 Step 27/27 : LABEL version=3.0.0-dev.106 18:05:35 ---> Running in 1a51870a14ca 18:05:36 Removing intermediate container 1a51870a14ca 18:05:36 ---> d125346078c1 18:05:36 18:05:36 Successfully built d125346078c1 18:05:36 Successfully tagged security-spire-agent-arm64:latest 18:05:36 Building security-secretstore-setup 18:05:40  Building security-spire-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:05:40 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:05:40 ---> 1392bc49cdf7 18:05:40 Step 3/25 : WORKDIR /edgex-go 18:05:40 ---> Using cache 18:05:40 ---> c82285a14f5a 18:05:40 Step 4/25 : RUN apk add --update --no-cache make git 18:05:40 ---> Running in 45d867993085 18:05:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:05:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:05:44 OK: 263 MiB in 53 packages 18:05:46 Removing intermediate container 45d867993085 18:05:46 ---> 05460fba9d69 18:05:46 Step 5/25 : COPY go.mod vendor* ./ 18:05:46 ---> 096062f5f199 18:05:46 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:05:47 ---> Running in adadd3532ea9 18:07:25 Removing intermediate container adadd3532ea9 18:07:25 ---> a45e9d9cd4bd 18:07:25 Step 7/25 : COPY . . 18:07:27 ---> b2db287398ff 18:07:27 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:07:27 ---> Running in 9ea2c472a247 18:07:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:08:51 Removing intermediate container 6eec33d25cab 18:08:51 ---> 0d2d7a2f273d 18:08:51 18:08:51 Step 10/24 : FROM alpine:3.17 18:08:51 ---> d74e625d9115 18:08:51 Step 11/24 : RUN apk add --update --no-cache dumb-init 18:08:51 ---> Using cache 18:08:51 ---> 8ddec03045cc 18:08:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:08:51 ---> Using cache 18:08:51 ---> 6b867de235d7 18:08:51 Step 13/24 : ENV APP_PORT=59882 18:08:51 ---> Running in 012e3654200f 18:08:51 Removing intermediate container 012e3654200f 18:08:51 ---> 2d51b6151e04 18:08:51 Step 14/24 : EXPOSE $APP_PORT 18:08:51 ---> Running in 2002009d7110 18:08:51 Removing intermediate container 2002009d7110 18:08:51 ---> 841c7a2f6f05 18:08:51 Step 15/24 : WORKDIR / 18:08:51 ---> Running in 7ca6ff1899a5 18:08:51 Removing intermediate container 7ca6ff1899a5 18:08:51 ---> ef0415ae1065 18:08:51 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:08:51 ---> ca0699b9d381 18:08:51 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 18:08:51 ---> 78578b357ae9 18:08:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:08:51 ---> 793dce0e8f17 18:08:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:08:51 ---> bed4693eba0a 18:08:51 Step 20/24 : ENTRYPOINT ["/core-command"] 18:08:51 ---> Running in c1e710ae1860 18:08:51 Removing intermediate container c1e710ae1860 18:08:51 ---> 319e8ca89026 18:08:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:08:51 ---> Running in dbfff8cf2b18 18:08:51 Removing intermediate container dbfff8cf2b18 18:08:51 ---> 9e7a61e971b8 18:08:51 Step 22/24 : LABEL arch=arm64 18:08:51 ---> Running in 309e227a7e21 18:08:51 Removing intermediate container 309e227a7e21 18:08:51 ---> 0db2c4948f4d 18:08:51 Step 23/24 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:08:51 ---> Running in e7cb02405660 18:08:51 Removing intermediate container e7cb02405660 18:08:51 ---> 5a6477fdd9af 18:08:51 Step 24/24 : LABEL version=3.0.0-dev.106 18:08:51 ---> Running in bc0faee0baec 18:08:51 Removing intermediate container bc0faee0baec 18:08:51 ---> 10aaaacc24fb 18:08:51 18:08:51 Successfully built 10aaaacc24fb 18:08:51 Successfully tagged core-command-arm64:latest 18:08:51  Building core-command ... done Building security-bootstrapper 18:08:53 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:08:53 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:08:53 ---> 1392bc49cdf7 18:08:53 Step 3/33 : WORKDIR /edgex-go 18:08:53 ---> Using cache 18:08:53 ---> c82285a14f5a 18:08:53 Step 4/33 : RUN apk add --update --no-cache make git 18:08:53 ---> Using cache 18:08:53 ---> 05460fba9d69 18:08:53 Step 5/33 : COPY go.mod vendor* ./ 18:08:53 ---> Using cache 18:08:53 ---> 096062f5f199 18:08:53 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:08:53 ---> Using cache 18:08:53 ---> a45e9d9cd4bd 18:08:53 Step 7/33 : COPY . . 18:08:53 ---> Using cache 18:08:53 ---> b2db287398ff 18:08:53 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:08:55 ---> Running in 332d6e7e8e90 18:08:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:10:33 Removing intermediate container d2dbe9568025 18:10:33 ---> 3cdd106c0c59 18:10:33 18:10:33 Step 10/25 : FROM alpine:3.17 18:10:33 ---> d74e625d9115 18:10:33 Step 11/25 : RUN apk add --update --no-cache dumb-init 18:10:33 ---> Using cache 18:10:33 ---> 8ddec03045cc 18:10:33 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:10:33 ---> Using cache 18:10:33 ---> 6b867de235d7 18:10:33 Step 13/25 : ENV APP_PORT=59881 18:10:33 ---> Running in df4554804886 18:10:33 Removing intermediate container df4554804886 18:10:33 ---> ac116d6827ec 18:10:33 Step 14/25 : EXPOSE $APP_PORT 18:10:33 ---> Running in e56cddc47bb2 18:10:33 Removing intermediate container e56cddc47bb2 18:10:33 ---> ed4d736624d5 18:10:33 Step 15/25 : WORKDIR / 18:10:33 ---> Running in 086ea31070ad 18:10:33 Removing intermediate container 086ea31070ad 18:10:33 ---> f66b123d82a2 18:10:33 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:33 ---> dab70bf134e8 18:10:33 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 18:10:33 ---> b8e2c6df1a5f 18:10:33 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:10:33 ---> 21ef82da9aec 18:10:33 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:10:33 ---> 4076fd6a14b1 18:10:33 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 18:10:34 ---> d0fd01dc7aec 18:10:34 Step 21/25 : ENTRYPOINT ["/core-metadata"] 18:10:34 ---> Running in f413700af695 18:10:35 Removing intermediate container f413700af695 18:10:35 ---> f3d8deda81a4 18:10:35 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:10:36 ---> Running in 7e7d6f2d32fa 18:10:36 Removing intermediate container 7e7d6f2d32fa 18:10:36 ---> 39777775a671 18:10:36 Step 23/25 : LABEL arch=arm64 18:10:37 ---> Running in d0006ae52384 18:10:37 Removing intermediate container a52f36fe550d 18:10:37 ---> ea76a228e89d 18:10:37 18:10:37 Step 10/23 : FROM alpine:3.17 18:10:37 ---> d74e625d9115 18:10:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:10:37 ---> Using cache 18:10:37 ---> a02d87695a61 18:10:37 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:10:37 ---> Using cache 18:10:37 ---> d1046d690481 18:10:37 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:37 ---> Using cache 18:10:37 ---> 2332a1203001 18:10:37 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:10:37 ---> Using cache 18:10:37 Removing intermediate container d0006ae52384 18:10:37 ---> ef616bf7f90a 18:10:37 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:10:37 ---> de045f47dddc 18:10:37 Step 24/25 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:10:37 ---> Running in 596140e7176b 18:10:40 Removing intermediate container 596140e7176b 18:10:40 ---> d03c4099df59 18:10:40 Step 25/25 : LABEL version=3.0.0-dev.106 18:10:40 ---> 81e8349f2ec5 18:10:40 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 18:10:40 ---> Running in 1abbd998d9a7 18:10:41 Removing intermediate container 1abbd998d9a7 18:10:41 ---> 015acc1207f1 18:10:41 18:10:41 ---> b934d4c85209 18:10:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 18:10:41 Successfully built 015acc1207f1 18:10:41 Successfully tagged core-metadata-arm64:latest 18:10:42  Building core-metadata ... done  ---> a1a64624944a 18:10:42 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:10:42 ---> Running in 62b6d0404271 18:10:45 Removing intermediate container 62b6d0404271 18:10:45 ---> 7691c91f1192 18:10:45 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:10:45 ---> Running in 7989da7ed4c9 18:10:45 Removing intermediate container 7989da7ed4c9 18:10:45 ---> 9a6b93f69f97 18:10:45 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 18:10:46 ---> Running in 7c744aad892e 18:10:46 Removing intermediate container 7c744aad892e 18:10:46 ---> 6e11429a87de 18:10:46 Step 21/23 : LABEL arch=arm64 18:10:46 ---> Running in 03d766d70c07 18:10:47 Removing intermediate container 03d766d70c07 18:10:47 ---> 5ecbd4648e76 18:10:47 Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:10:47 ---> Running in 02fe92e48e03 18:10:47 Removing intermediate container 02fe92e48e03 18:10:47 ---> 7a540659ec51 18:10:47 Step 23/23 : LABEL version=3.0.0-dev.106 18:10:47 ---> Running in 7d83cd38e6d6 18:10:48 Removing intermediate container 7d83cd38e6d6 18:10:48 ---> ea49a3081018 18:10:48 18:10:48 Successfully built ea49a3081018 18:10:48 Successfully tagged security-proxy-auth-arm64:latest 18:12:55  Building security-proxy-auth ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:12:56 Removing intermediate container 9ea2c472a247 18:12:56 ---> d417e3414cb0 18:12:56 18:12:56 Step 9/25 : FROM alpine:3.17 18:12:56 ---> d74e625d9115 18:12:56 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:12:56 ---> Running in 71413a46981d 18:12:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:12:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:12:59 (1/3) Installing ca-certificates (20220614-r4) 18:12:59 (2/3) Installing dumb-init (1.2.5-r2) 18:12:59 (3/3) Installing su-exec (0.2-r2) 18:12:59 Executing busybox-1.35.0-r29.trigger 18:12:59 Executing ca-certificates-20220614-r4.trigger 18:13:00 OK: 8 MiB in 18 packages 18:13:02 Removing intermediate container 71413a46981d 18:13:02 ---> f6492d97281d 18:13:02 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:13:02 ---> Running in f59e88f90800 18:13:03 Removing intermediate container f59e88f90800 18:13:03 ---> 5c42f49b31d3 18:13:03 Step 12/25 : WORKDIR / 18:13:03 ---> Running in 23121b80acd5 18:13:03 Removing intermediate container 23121b80acd5 18:13:03 ---> 7ebc845878a0 18:13:03 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:04 ---> 2d8ba20df86d 18:13:04 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 18:13:05 ---> 3ed1bce8c6ff 18:13:05 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:13:06 ---> 8691c8e76801 18:13:06 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:13:07 ---> 40bc23934561 18:13:07 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:13:08 ---> 9f268966c91b 18:13:08 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:13:10 ---> ee0a4cf222dc 18:13:10 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:13:12 ---> a6c0611f322e 18:13:12 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:13:13 ---> c62f0569413e 18:13:13 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:13:13 ---> Running in 7d7e26ae1a37 18:13:17 Removing intermediate container 7d7e26ae1a37 18:13:17 ---> 301b1fadcd86 18:13:17 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 18:13:17 ---> Running in 5edcacf08f4c 18:13:17 Removing intermediate container 5edcacf08f4c 18:13:17 ---> 5f0acb18ac9e 18:13:17 Step 23/25 : LABEL arch=arm64 18:13:17 ---> Running in 01b46988fac6 18:13:18 Removing intermediate container 01b46988fac6 18:13:18 ---> 74922712dd17 18:13:18 Step 24/25 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:13:18 ---> Running in 05d259401b92 18:13:18 Removing intermediate container f8345d587677 18:13:18 ---> 16fb427fac49 18:13:18 18:13:18 Step 10/23 : FROM alpine:3.17 18:13:18 ---> d74e625d9115 18:13:18 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:13:18 ---> Running in 070ea91f4ae6 18:13:18 Removing intermediate container 05d259401b92 18:13:18 ---> 5febd3bb660d 18:13:18 Step 25/25 : LABEL version=3.0.0-dev.106 18:13:19 ---> Running in 5bf097892e57 18:13:19 Removing intermediate container 5bf097892e57 18:13:19 ---> 600f41d19497 18:13:19 18:13:19 Successfully built 600f41d19497 18:13:19 Successfully tagged security-secretstore-setup-arm64:latest 18:13:20  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:13:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:13:21 (1/2) Installing ca-certificates (20220614-r4) 18:13:22 (2/2) Installing dumb-init (1.2.5-r2) 18:13:22 Executing busybox-1.35.0-r29.trigger 18:13:22 Executing ca-certificates-20220614-r4.trigger 18:13:22 OK: 8 MiB in 17 packages 18:13:24 Removing intermediate container 070ea91f4ae6 18:13:24 ---> a7664b2bf47f 18:13:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:13:24 ---> Running in 042335c27f8a 18:13:24 Removing intermediate container 332d6e7e8e90 18:13:24 ---> a61a57eba995 18:13:24 18:13:24 Step 9/33 : FROM alpine:3.17 18:13:24 ---> d74e625d9115 18:13:24 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:13:24 ---> Using cache 18:13:24 ---> bc754847bae7 18:13:24 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 18:13:24 ---> Running in b31b46b67b4a 18:13:24 Removing intermediate container 042335c27f8a 18:13:24 ---> fc36bbaeeb3d 18:13:24 Step 13/23 : ENV APP_PORT=59860 18:13:24 ---> Running in 23bfc2a0e872 18:13:25 Removing intermediate container 23bfc2a0e872 18:13:25 ---> 7c4826b88c66 18:13:25 Step 14/23 : EXPOSE $APP_PORT 18:13:25 ---> Running in d9390215e837 18:13:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:13:25 Removing intermediate container d9390215e837 18:13:25 ---> e19c67cdb05f 18:13:25 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:26 ---> 6cccc2cdcc99 18:13:26 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:13:26 ---> c92752127a5d 18:13:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:13:27 (1/2) Installing dumb-init (1.2.5-r2) 18:13:27 (2/2) Installing su-exec (0.2-r2) 18:13:27 Executing busybox-1.35.0-r29.trigger 18:13:27 OK: 8 MiB in 17 packages 18:13:29 ---> 9f6b9051b299 18:13:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:13:29 Removing intermediate container b31b46b67b4a 18:13:29 ---> d34a41cefe22 18:13:29 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 18:13:29 ---> Running in 9f79dc8a582a 18:13:29 ---> 8a82bb615462 18:13:29 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:13:30 ---> Running in ff7f0b4a5897 18:13:30 Removing intermediate container 9f79dc8a582a 18:13:30 ---> 15376adafb4f 18:13:30 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 18:13:30 ---> Running in 61233ecbb580 18:13:30 Removing intermediate container ff7f0b4a5897 18:13:30 ---> 4bc8e7b328db 18:13:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:13:30 ---> Running in bcf3f1caf5af 18:13:30 Removing intermediate container 61233ecbb580 18:13:30 ---> 8e64678e100d 18:13:30 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 18:13:30 ---> Running in 56148ba0f164 18:13:30 Removing intermediate container bcf3f1caf5af 18:13:30 ---> cb0245310db0 18:13:30 Step 21/23 : LABEL arch=arm64 18:13:30 ---> Running in 8ef97c5def06 18:13:30 Removing intermediate container 56148ba0f164 18:13:30 ---> 955b9444711f 18:13:30 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 18:13:31 ---> Running in f2e1daa43441 18:13:31 Removing intermediate container 8ef97c5def06 18:13:31 ---> a997ed7d7084 18:13:31 Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:13:31 ---> Running in d10fb7961ec9 18:13:31 Removing intermediate container f2e1daa43441 18:13:31 ---> 9fb038421a69 18:13:31 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 18:13:31 ---> Running in 3a67a09e6c94 18:13:31 Removing intermediate container d10fb7961ec9 18:13:31 ---> 96d42b59df42 18:13:31 Step 23/23 : LABEL version=3.0.0-dev.106 18:13:32 ---> Running in c1b0c7d34356 18:13:32 Removing intermediate container c1b0c7d34356 18:13:32 ---> 80eddab4180e 18:13:32 18:13:32 Successfully built 80eddab4180e 18:13:32 Successfully tagged support-notifications-arm64:latest 18:13:33  Building support-notifications ... done Removing intermediate container 3a67a09e6c94 18:13:33 ---> bc9873797218 18:13:33 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 18:13:33 ---> Running in 65967c81a235 18:13:33 Removing intermediate container 65967c81a235 18:13:33 ---> cbf4bd786697 18:13:33 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 18:13:34 ---> a293453cfe6c 18:13:34 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 18:13:34 ---> Running in 7c7eab471d53 18:13:36 Removing intermediate container 7c7eab471d53 18:13:36 ---> f694143c339b 18:13:36 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:36 ---> 2b2dc1018c22 18:13:36 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 18:13:37 ---> db7f2ab1727b 18:13:37 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:13:38 ---> 1f21481dbe47 18:13:38 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:13:38 ---> e63676f00763 18:13:38 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:13:38 ---> c8d98c4d13a8 18:13:38 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 18:13:39 ---> e625eae03a20 18:13:39 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 18:13:40 ---> 5d53fdc6066d 18:13:40 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:13:40 ---> 7fae52125d11 18:13:40 Step 28/33 : RUN chmod +x /entrypoint.sh 18:13:40 ---> Running in 385138dbc986 18:13:42 Removing intermediate container 385138dbc986 18:13:42 ---> ee8bb44e5c57 18:13:42 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:13:42 ---> Running in 829d4466db4e 18:13:42 Removing intermediate container 829d4466db4e 18:13:42 ---> 184b2d85df0b 18:13:42 Step 30/33 : CMD ["gate"] 18:13:42 ---> Running in b4b4a9440369 18:13:43 Removing intermediate container b4b4a9440369 18:13:43 ---> 74f524b30ec2 18:13:43 Step 31/33 : LABEL arch=arm64 18:13:43 ---> Running in 929d17db70eb 18:13:43 Removing intermediate container 929d17db70eb 18:13:43 ---> f076f4c90665 18:13:43 Step 32/33 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c 18:13:43 ---> Running in 568b07d96a88 18:13:43 Removing intermediate container 568b07d96a88 18:13:43 ---> 2fd1dad7dd2f 18:13:43 Step 33/33 : LABEL version=3.0.0-dev.106 18:13:43 ---> Running in fb9c7dcbdfdc 18:13:44 Removing intermediate container fb9c7dcbdfdc 18:13:44 ---> 98ee66150334 18:13:44 18:13:44 Successfully built 98ee66150334 18:13:44 Successfully tagged security-bootstrapper-arm64:latest 18:13:44  Building security-bootstrapper ... done  [Pipeline] } 18:13:44 $ docker stop --time=1 6586bc82ed0ae6c7110f567d9e9ab477a42ed684bdb5f93a257ffd7f81c5768d 18:13:46 $ docker rm -f --volumes 6586bc82ed0ae6c7110f567d9e9ab477a42ed684bdb5f93a257ffd7f81c5768d [Pipeline] // withDockerContainer [Pipeline] sh 18:13:46 + docker images 18:13:46 REPOSITORY TAG IMAGE ID CREATED SIZE 18:13:46 security-bootstrapper-arm64 latest 98ee66150334 3 seconds ago 21.8MB 18:13:46 support-notifications-arm64 latest 80eddab4180e 14 seconds ago 32.5MB 18:13:46 a61a57eba995 23 seconds ago 1.31GB 18:13:46 security-secretstore-setup-arm64 latest 600f41d19497 27 seconds ago 32MB 18:13:46 16fb427fac49 29 seconds ago 1.39GB 18:13:46 d417e3414cb0 52 seconds ago 1.31GB 18:13:46 security-proxy-auth-arm64 latest ea49a3081018 2 minutes ago 18.2MB 18:13:46 core-metadata-arm64 latest 015acc1207f1 3 minutes ago 20.4MB 18:13:46 ea76a228e89d 3 minutes ago 1.3GB 18:13:46 3cdd106c0c59 3 minutes ago 1.33GB 18:13:46 core-command-arm64 latest 10aaaacc24fb 4 minutes ago 19.7MB 18:13:46 0d2d7a2f273d 5 minutes ago 1.32GB 18:13:46 security-spire-agent-arm64 latest d125346078c1 8 minutes ago 125MB 18:13:46 security-spire-server-arm64 latest d3d2c99e07af 8 minutes ago 87.1MB 18:13:46 ce0cf9d107a2 8 minutes ago 1.18GB 18:13:46 support-scheduler-arm64 latest 53a5d6a5a310 9 minutes ago 31.8MB 18:13:46 65a268ca823c 9 minutes ago 1.39GB 18:13:46 security-spiffe-token-provider-arm64 latest 8224d3367db0 10 minutes ago 32.7MB 18:13:46 6d0eb2ba6e3a 10 minutes ago 1.36GB 18:13:46 core-common-config-bootstrapper-arm64 latest 52a5037a30c6 11 minutes ago 17.5MB 18:13:46 core-data-arm64 latest ccf4579f3fd9 11 minutes ago 19.9MB 18:13:46 e176c8e4046b 12 minutes ago 1.32GB 18:13:46 4bd22777380b 12 minutes ago 1.33GB 18:13:46 security-proxy-setup-arm64 latest ab03703b1a7b 13 minutes ago 18.6MB 18:13:46 2e03dd84cab2 13 minutes ago 1.3GB 18:13:46 security-spire-config-arm64 latest c8a11d718ae7 19 minutes ago 86.2MB 18:13:46 11dc2df70656 20 minutes ago 1.18GB 18:13:46 ci-base-image-arm64 latest 1392bc49cdf7 24 minutes ago 866MB 18:13:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 10 days ago 648MB 18:13:46 alpine 3.17 d74e625d9115 5 weeks ago 7.46MB 18:13:46 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 18:13:46 provisioning config files... 18:13:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/468@tmp/config773017848841123894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:13:47 ---> docker-login.sh 18:13:47 nexus3.edgexfoundry.org:10001 18:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:47 Configure a credential helper to remove this warning. See 18:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:47 18:13:47 Login Succeeded 18:13:47 nexus3.edgexfoundry.org:10002 18:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:47 Configure a credential helper to remove this warning. See 18:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:47 18:13:47 Login Succeeded 18:13:47 nexus3.edgexfoundry.org:10003 18:13:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:48 Configure a credential helper to remove this warning. See 18:13:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:48 18:13:48 Login Succeeded 18:13:48 nexus3.edgexfoundry.org:10004 18:13:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:48 Configure a credential helper to remove this warning. See 18:13:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:48 18:13:48 Login Succeeded 18:13:48 docker.io 18:13:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:49 Configure a credential helper to remove this warning. See 18:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:49 18:13:49 Login Succeeded 18:13:49 ---> docker-login.sh ends [Pipeline] } 18:13:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:13:49 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 18:13:49 3808792b237a8a61d15019083d388cf2a3940d6c 18:13:49 latest 18:13:49 3.0.0-dev.106 18:13:49 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:13:49 main 18:13:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:13:49 687f93224d31: Preparing 18:13:49 19b58da6c9f4: Preparing 18:13:49 8684d5b6f602: Preparing 18:13:49 a068930418ee: Preparing 18:13:49 f07d0d4a7ba5: Preparing 18:13:49 edf70074bd40: Preparing 18:13:49 edf70074bd40: Waiting 18:13:50 8684d5b6f602: Pushed 18:13:50 687f93224d31: Pushed 18:13:50 f07d0d4a7ba5: Pushed 18:13:50 a068930418ee: Pushed 18:13:50 edf70074bd40: Layer already exists 18:13:53 19b58da6c9f4: Pushed 18:13:53 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:5687a70cd46dbff69560fb44f413d912c3ff391f1f6ddac41cbe19fcb1155ac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 18:13:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:13:54 687f93224d31: Preparing 18:13:54 19b58da6c9f4: Preparing 18:13:54 8684d5b6f602: Preparing 18:13:54 a068930418ee: Preparing 18:13:54 f07d0d4a7ba5: Preparing 18:13:54 edf70074bd40: Preparing 18:13:54 edf70074bd40: Waiting 18:13:54 a068930418ee: Layer already exists 18:13:54 687f93224d31: Layer already exists 18:13:54 8684d5b6f602: Layer already exists 18:13:54 f07d0d4a7ba5: Layer already exists 18:13:54 19b58da6c9f4: Layer already exists 18:13:54 edf70074bd40: Layer already exists 18:13:54 latest: digest: sha256:5687a70cd46dbff69560fb44f413d912c3ff391f1f6ddac41cbe19fcb1155ac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.106 18:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:13:55 687f93224d31: Preparing 18:13:55 19b58da6c9f4: Preparing 18:13:55 8684d5b6f602: Preparing 18:13:55 a068930418ee: Preparing 18:13:55 f07d0d4a7ba5: Preparing 18:13:55 edf70074bd40: Preparing 18:13:55 edf70074bd40: Waiting 18:13:55 19b58da6c9f4: Layer already exists 18:13:55 f07d0d4a7ba5: Layer already exists 18:13:55 a068930418ee: Layer already exists 18:13:55 687f93224d31: Layer already exists 18:13:55 8684d5b6f602: Layer already exists 18:13:55 edf70074bd40: Layer already exists 18:13:55 3.0.0-dev.106: digest: sha256:5687a70cd46dbff69560fb44f413d912c3ff391f1f6ddac41cbe19fcb1155ac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:13:56 687f93224d31: Preparing 18:13:56 19b58da6c9f4: Preparing 18:13:56 8684d5b6f602: Preparing 18:13:56 a068930418ee: Preparing 18:13:56 f07d0d4a7ba5: Preparing 18:13:56 edf70074bd40: Preparing 18:13:56 edf70074bd40: Waiting 18:13:56 687f93224d31: Layer already exists 18:13:56 19b58da6c9f4: Layer already exists 18:13:56 f07d0d4a7ba5: Layer already exists 18:13:56 8684d5b6f602: Layer already exists 18:13:56 a068930418ee: Layer already exists 18:13:56 edf70074bd40: Layer already exists 18:13:56 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:5687a70cd46dbff69560fb44f413d912c3ff391f1f6ddac41cbe19fcb1155ac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 18:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:13:56 687f93224d31: Preparing 18:13:56 19b58da6c9f4: Preparing 18:13:56 8684d5b6f602: Preparing 18:13:56 a068930418ee: Preparing 18:13:56 f07d0d4a7ba5: Preparing 18:13:56 edf70074bd40: Preparing 18:13:56 edf70074bd40: Waiting 18:13:56 687f93224d31: Layer already exists 18:13:56 8684d5b6f602: Layer already exists 18:13:56 f07d0d4a7ba5: Layer already exists 18:13:56 19b58da6c9f4: Layer already exists 18:13:56 a068930418ee: Layer already exists 18:13:56 edf70074bd40: Layer already exists 18:13:57 main: digest: sha256:5687a70cd46dbff69560fb44f413d912c3ff391f1f6ddac41cbe19fcb1155ac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:57 ===================================================== [Pipeline] echo 18:13:57 taggedImages: 18:13:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:13:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 18:13:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.106 18:13:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:13:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 18:13:57 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 18:13:57 3808792b237a8a61d15019083d388cf2a3940d6c 18:13:57 latest 18:13:57 3.0.0-dev.106 18:13:57 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:13:57 main 18:13:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:57 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 18:13:57 0a70427491e7: Preparing 18:13:57 7b6d22b9c061: Preparing 18:13:57 cf375199edca: Preparing 18:13:57 2d67c888b413: Preparing 18:13:57 8684d5b6f602: Preparing 18:13:57 a068930418ee: Preparing 18:13:57 dfb5f25a10f2: Preparing 18:13:57 edf70074bd40: Preparing 18:13:57 dfb5f25a10f2: Waiting 18:13:57 edf70074bd40: Waiting 18:13:57 a068930418ee: Waiting 18:13:58 8684d5b6f602: Layer already exists 18:13:58 a068930418ee: Layer already exists 18:13:58 0a70427491e7: Pushed 18:13:58 cf375199edca: Pushed 18:13:58 7b6d22b9c061: Pushed 18:13:58 edf70074bd40: Layer already exists 18:13:58 dfb5f25a10f2: Pushed 18:14:00 2d67c888b413: Pushed 18:14:00 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:207ed3fd37896034853ed98b8692f2c7a213ccf85b683484f999541e961970cb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:01 + 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 18:14:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 18:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 18:14:01 0a70427491e7: Preparing 18:14:01 7b6d22b9c061: Preparing 18:14:01 cf375199edca: Preparing 18:14:01 2d67c888b413: Preparing 18:14:01 8684d5b6f602: Preparing 18:14:01 a068930418ee: Preparing 18:14:01 dfb5f25a10f2: Preparing 18:14:01 edf70074bd40: Preparing 18:14:01 a068930418ee: Waiting 18:14:01 edf70074bd40: Waiting 18:14:01 dfb5f25a10f2: Waiting 18:14:01 0a70427491e7: Layer already exists 18:14:01 cf375199edca: Layer already exists 18:14:01 2d67c888b413: Layer already exists 18:14:01 7b6d22b9c061: Layer already exists 18:14:01 8684d5b6f602: Layer already exists 18:14:01 dfb5f25a10f2: Layer already exists 18:14:01 a068930418ee: Layer already exists 18:14:01 edf70074bd40: Layer already exists 18:14:01 latest: digest: sha256:207ed3fd37896034853ed98b8692f2c7a213ccf85b683484f999541e961970cb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:02 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.106 18:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 18:14:02 0a70427491e7: Preparing 18:14:02 7b6d22b9c061: Preparing 18:14:02 cf375199edca: Preparing 18:14:02 2d67c888b413: Preparing 18:14:02 8684d5b6f602: Preparing 18:14:02 a068930418ee: Preparing 18:14:02 dfb5f25a10f2: Preparing 18:14:02 edf70074bd40: Preparing 18:14:02 a068930418ee: Waiting 18:14:02 edf70074bd40: Waiting 18:14:02 dfb5f25a10f2: Waiting 18:14:02 2d67c888b413: Layer already exists 18:14:02 cf375199edca: Layer already exists 18:14:02 0a70427491e7: Layer already exists 18:14:02 8684d5b6f602: Layer already exists 18:14:02 7b6d22b9c061: Layer already exists 18:14:02 edf70074bd40: Layer already exists 18:14:02 a068930418ee: Layer already exists 18:14:02 dfb5f25a10f2: Layer already exists 18:14:02 3.0.0-dev.106: digest: sha256:207ed3fd37896034853ed98b8692f2c7a213ccf85b683484f999541e961970cb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:03 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 18:14:03 0a70427491e7: Preparing 18:14:03 7b6d22b9c061: Preparing 18:14:03 cf375199edca: Preparing 18:14:03 2d67c888b413: Preparing 18:14:03 8684d5b6f602: Preparing 18:14:03 a068930418ee: Preparing 18:14:03 dfb5f25a10f2: Preparing 18:14:03 edf70074bd40: Preparing 18:14:03 a068930418ee: Waiting 18:14:03 dfb5f25a10f2: Waiting 18:14:03 edf70074bd40: Waiting 18:14:03 8684d5b6f602: Layer already exists 18:14:03 0a70427491e7: Layer already exists 18:14:03 7b6d22b9c061: Layer already exists 18:14:03 2d67c888b413: Layer already exists 18:14:03 cf375199edca: Layer already exists 18:14:03 edf70074bd40: Layer already exists 18:14:03 a068930418ee: Layer already exists 18:14:03 dfb5f25a10f2: Layer already exists 18:14:03 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:207ed3fd37896034853ed98b8692f2c7a213ccf85b683484f999541e961970cb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:03 + 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 18:14:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 18:14:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 18:14:04 0a70427491e7: Preparing 18:14:04 7b6d22b9c061: Preparing 18:14:04 cf375199edca: Preparing 18:14:04 2d67c888b413: Preparing 18:14:04 8684d5b6f602: Preparing 18:14:04 a068930418ee: Preparing 18:14:04 dfb5f25a10f2: Preparing 18:14:04 edf70074bd40: Preparing 18:14:04 a068930418ee: Waiting 18:14:04 edf70074bd40: Waiting 18:14:04 dfb5f25a10f2: Waiting 18:14:04 8684d5b6f602: Layer already exists 18:14:04 cf375199edca: Layer already exists 18:14:04 7b6d22b9c061: Layer already exists 18:14:04 0a70427491e7: Layer already exists 18:14:04 2d67c888b413: Layer already exists 18:14:04 a068930418ee: Layer already exists 18:14:04 dfb5f25a10f2: Layer already exists 18:14:04 edf70074bd40: Layer already exists 18:14:04 main: digest: sha256:207ed3fd37896034853ed98b8692f2c7a213ccf85b683484f999541e961970cb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:04 ===================================================== [Pipeline] echo 18:14:04 taggedImages: 18:14:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 18:14:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.106 18:14:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 18:14:04 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 18:14:04 3808792b237a8a61d15019083d388cf2a3940d6c 18:14:04 latest 18:14:04 3.0.0-dev.106 18:14:04 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:04 main 18:14:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:05 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:05 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:14:05 68c7fe5b911f: Preparing 18:14:05 5742a31143cd: Preparing 18:14:05 8684d5b6f602: Preparing 18:14:05 a068930418ee: Preparing 18:14:05 124024c810e2: Preparing 18:14:05 edf70074bd40: Preparing 18:14:05 edf70074bd40: Waiting 18:14:05 8684d5b6f602: Layer already exists 18:14:05 a068930418ee: Layer already exists 18:14:05 edf70074bd40: Layer already exists 18:14:05 68c7fe5b911f: Pushed 18:14:05 124024c810e2: Pushed 18:14:08 5742a31143cd: Pushed 18:14:08 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:d0e2a0259454337edfb4bd4cd4e892e2b9a8a6b750082d5f7f0de055c2bb8547 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:09 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:09 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 18:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:14:09 68c7fe5b911f: Preparing 18:14:09 5742a31143cd: Preparing 18:14:09 8684d5b6f602: Preparing 18:14:09 a068930418ee: Preparing 18:14:09 124024c810e2: Preparing 18:14:09 edf70074bd40: Preparing 18:14:09 edf70074bd40: Waiting 18:14:09 a068930418ee: Layer already exists 18:14:09 68c7fe5b911f: Layer already exists 18:14:09 124024c810e2: Layer already exists 18:14:09 5742a31143cd: Layer already exists 18:14:09 8684d5b6f602: Layer already exists 18:14:09 edf70074bd40: Layer already exists 18:14:09 latest: digest: sha256:d0e2a0259454337edfb4bd4cd4e892e2b9a8a6b750082d5f7f0de055c2bb8547 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:10 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:10 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.106 18:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:14:10 68c7fe5b911f: Preparing 18:14:10 5742a31143cd: Preparing 18:14:10 8684d5b6f602: Preparing 18:14:10 a068930418ee: Preparing 18:14:10 124024c810e2: Preparing 18:14:10 edf70074bd40: Preparing 18:14:10 edf70074bd40: Waiting 18:14:10 5742a31143cd: Layer already exists 18:14:10 a068930418ee: Layer already exists 18:14:10 68c7fe5b911f: Layer already exists 18:14:10 124024c810e2: Layer already exists 18:14:10 8684d5b6f602: Layer already exists 18:14:10 edf70074bd40: Layer already exists 18:14:10 3.0.0-dev.106: digest: sha256:d0e2a0259454337edfb4bd4cd4e892e2b9a8a6b750082d5f7f0de055c2bb8547 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:10 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:11 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:14:11 68c7fe5b911f: Preparing 18:14:11 5742a31143cd: Preparing 18:14:11 8684d5b6f602: Preparing 18:14:11 a068930418ee: Preparing 18:14:11 124024c810e2: Preparing 18:14:11 edf70074bd40: Preparing 18:14:11 edf70074bd40: Waiting 18:14:11 68c7fe5b911f: Layer already exists 18:14:11 5742a31143cd: Layer already exists 18:14:11 124024c810e2: Layer already exists 18:14:11 a068930418ee: Layer already exists 18:14:11 8684d5b6f602: Layer already exists 18:14:11 edf70074bd40: Layer already exists 18:14:11 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:d0e2a0259454337edfb4bd4cd4e892e2b9a8a6b750082d5f7f0de055c2bb8547 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 18:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:14:12 68c7fe5b911f: Preparing 18:14:12 5742a31143cd: Preparing 18:14:12 8684d5b6f602: Preparing 18:14:12 a068930418ee: Preparing 18:14:12 124024c810e2: Preparing 18:14:12 edf70074bd40: Preparing 18:14:12 edf70074bd40: Waiting 18:14:12 124024c810e2: Layer already exists 18:14:12 8684d5b6f602: Layer already exists 18:14:12 a068930418ee: Layer already exists 18:14:12 5742a31143cd: Layer already exists 18:14:12 68c7fe5b911f: Layer already exists 18:14:12 edf70074bd40: Layer already exists 18:14:12 main: digest: sha256:d0e2a0259454337edfb4bd4cd4e892e2b9a8a6b750082d5f7f0de055c2bb8547 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:12 ===================================================== [Pipeline] echo 18:14:12 taggedImages: 18:14:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 18:14:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.106 18:14:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 18:14:12 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 18:14:12 3808792b237a8a61d15019083d388cf2a3940d6c 18:14:12 latest 18:14:12 3.0.0-dev.106 18:14:12 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:12 main 18:14:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:14:13 154c8ad26fc3: Preparing 18:14:13 85911a21815e: Preparing 18:14:13 388f057e2041: Preparing 18:14:13 8684d5b6f602: Preparing 18:14:13 a068930418ee: Preparing 18:14:13 f07d0d4a7ba5: Preparing 18:14:13 edf70074bd40: Preparing 18:14:13 f07d0d4a7ba5: Waiting 18:14:13 edf70074bd40: Waiting 18:14:13 a068930418ee: Layer already exists 18:14:13 8684d5b6f602: Layer already exists 18:14:13 edf70074bd40: Layer already exists 18:14:13 f07d0d4a7ba5: Layer already exists 18:14:13 154c8ad26fc3: Pushed 18:14:13 85911a21815e: Pushed 18:14:15 388f057e2041: Pushed 18:14:16 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:f969c5e9ed745bc19b6428589a5792cc7451ba4f88fff7c887f8a79427bf69cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:16 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 18:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:14:16 154c8ad26fc3: Preparing 18:14:16 85911a21815e: Preparing 18:14:16 388f057e2041: Preparing 18:14:16 8684d5b6f602: Preparing 18:14:16 a068930418ee: Preparing 18:14:16 f07d0d4a7ba5: Preparing 18:14:16 edf70074bd40: Preparing 18:14:16 f07d0d4a7ba5: Waiting 18:14:16 edf70074bd40: Waiting 18:14:16 8684d5b6f602: Layer already exists 18:14:16 388f057e2041: Layer already exists 18:14:16 85911a21815e: Layer already exists 18:14:16 a068930418ee: Layer already exists 18:14:16 154c8ad26fc3: Layer already exists 18:14:16 edf70074bd40: Layer already exists 18:14:16 f07d0d4a7ba5: Layer already exists 18:14:17 latest: digest: sha256:f969c5e9ed745bc19b6428589a5792cc7451ba4f88fff7c887f8a79427bf69cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.106 18:14:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:14:17 154c8ad26fc3: Preparing 18:14:17 85911a21815e: Preparing 18:14:17 388f057e2041: Preparing 18:14:17 8684d5b6f602: Preparing 18:14:17 a068930418ee: Preparing 18:14:17 f07d0d4a7ba5: Preparing 18:14:17 edf70074bd40: Preparing 18:14:17 f07d0d4a7ba5: Waiting 18:14:17 edf70074bd40: Waiting 18:14:17 8684d5b6f602: Layer already exists 18:14:17 154c8ad26fc3: Layer already exists 18:14:17 a068930418ee: Layer already exists 18:14:17 388f057e2041: Layer already exists 18:14:17 85911a21815e: Layer already exists 18:14:17 edf70074bd40: Layer already exists 18:14:17 f07d0d4a7ba5: Layer already exists 18:14:18 3.0.0-dev.106: digest: sha256:f969c5e9ed745bc19b6428589a5792cc7451ba4f88fff7c887f8a79427bf69cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:18 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:14:18 154c8ad26fc3: Preparing 18:14:18 85911a21815e: Preparing 18:14:18 388f057e2041: Preparing 18:14:18 8684d5b6f602: Preparing 18:14:18 a068930418ee: Preparing 18:14:18 f07d0d4a7ba5: Preparing 18:14:18 edf70074bd40: Preparing 18:14:18 f07d0d4a7ba5: Waiting 18:14:18 edf70074bd40: Waiting 18:14:18 85911a21815e: Layer already exists 18:14:18 a068930418ee: Layer already exists 18:14:18 388f057e2041: Layer already exists 18:14:18 8684d5b6f602: Layer already exists 18:14:18 154c8ad26fc3: Layer already exists 18:14:18 f07d0d4a7ba5: Layer already exists 18:14:18 edf70074bd40: Layer already exists 18:14:18 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:f969c5e9ed745bc19b6428589a5792cc7451ba4f88fff7c887f8a79427bf69cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:19 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 18:14:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:14:19 154c8ad26fc3: Preparing 18:14:19 85911a21815e: Preparing 18:14:19 388f057e2041: Preparing 18:14:19 8684d5b6f602: Preparing 18:14:19 a068930418ee: Preparing 18:14:19 f07d0d4a7ba5: Preparing 18:14:19 edf70074bd40: Preparing 18:14:19 f07d0d4a7ba5: Waiting 18:14:19 a068930418ee: Layer already exists 18:14:19 85911a21815e: Layer already exists 18:14:19 388f057e2041: Layer already exists 18:14:19 154c8ad26fc3: Layer already exists 18:14:19 8684d5b6f602: Layer already exists 18:14:19 f07d0d4a7ba5: Layer already exists 18:14:19 edf70074bd40: Layer already exists 18:14:19 main: digest: sha256:f969c5e9ed745bc19b6428589a5792cc7451ba4f88fff7c887f8a79427bf69cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:19 ===================================================== [Pipeline] echo 18:14:19 taggedImages: 18:14:19 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:19 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 18:14:19 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.106 18:14:19 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:19 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 18:14:19 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 18:14:19 3808792b237a8a61d15019083d388cf2a3940d6c 18:14:19 latest 18:14:19 3.0.0-dev.106 18:14:19 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:19 main 18:14:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:14:20 5f888ff5071a: Preparing 18:14:20 5f888ff5071a: Preparing 18:14:20 c27632c83fbf: Preparing 18:14:20 23eedeedc134: Preparing 18:14:20 82eb23cfc2f0: Preparing 18:14:20 3fe5713c87ac: Preparing 18:14:20 4f26ceea0d31: Preparing 18:14:20 8684d5b6f602: Preparing 18:14:20 a068930418ee: Preparing 18:14:20 d2736a0be53c: Preparing 18:14:20 1aded1949964: Preparing 18:14:20 2ada21463b4b: Preparing 18:14:20 e769a901c374: Preparing 18:14:20 edf70074bd40: Preparing 18:14:20 d2736a0be53c: Waiting 18:14:20 1aded1949964: Waiting 18:14:20 2ada21463b4b: Waiting 18:14:20 e769a901c374: Waiting 18:14:20 edf70074bd40: Waiting 18:14:20 8684d5b6f602: Waiting 18:14:20 4f26ceea0d31: Waiting 18:14:20 a068930418ee: Waiting 18:14:20 c27632c83fbf: Pushed 18:14:20 5f888ff5071a: Pushed 18:14:20 3fe5713c87ac: Pushed 18:14:20 82eb23cfc2f0: Pushed 18:14:20 23eedeedc134: Pushed 18:14:20 8684d5b6f602: Layer already exists 18:14:20 a068930418ee: Layer already exists 18:14:21 1aded1949964: Pushed 18:14:21 d2736a0be53c: Pushed 18:14:21 e769a901c374: Pushed 18:14:21 2ada21463b4b: Pushed 18:14:21 edf70074bd40: Layer already exists 18:14:24 4f26ceea0d31: Pushed 18:14:24 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:c1a7812737f4e9936701f9c25b595b8346714a95ec1e7f71c293b38ba22adfde size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:24 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 18:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:14:25 5f888ff5071a: Preparing 18:14:25 5f888ff5071a: Preparing 18:14:25 c27632c83fbf: Preparing 18:14:25 23eedeedc134: Preparing 18:14:25 82eb23cfc2f0: Preparing 18:14:25 3fe5713c87ac: Preparing 18:14:25 4f26ceea0d31: Preparing 18:14:25 8684d5b6f602: Preparing 18:14:25 a068930418ee: Preparing 18:14:25 d2736a0be53c: Preparing 18:14:25 1aded1949964: Preparing 18:14:25 2ada21463b4b: Preparing 18:14:25 e769a901c374: Preparing 18:14:25 edf70074bd40: Preparing 18:14:25 1aded1949964: Waiting 18:14:25 4f26ceea0d31: Waiting 18:14:25 8684d5b6f602: Waiting 18:14:25 a068930418ee: Waiting 18:14:25 d2736a0be53c: Waiting 18:14:25 2ada21463b4b: Waiting 18:14:25 e769a901c374: Waiting 18:14:25 edf70074bd40: Waiting 18:14:25 23eedeedc134: Layer already exists 18:14:25 c27632c83fbf: Layer already exists 18:14:25 5f888ff5071a: Layer already exists 18:14:25 3fe5713c87ac: Layer already exists 18:14:25 82eb23cfc2f0: Layer already exists 18:14:25 8684d5b6f602: Layer already exists 18:14:25 d2736a0be53c: Layer already exists 18:14:25 4f26ceea0d31: Layer already exists 18:14:25 a068930418ee: Layer already exists 18:14:25 1aded1949964: Layer already exists 18:14:25 e769a901c374: Layer already exists 18:14:25 2ada21463b4b: Layer already exists 18:14:25 edf70074bd40: Layer already exists 18:14:25 latest: digest: sha256:c1a7812737f4e9936701f9c25b595b8346714a95ec1e7f71c293b38ba22adfde size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.106 18:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:14:26 5f888ff5071a: Preparing 18:14:26 5f888ff5071a: Preparing 18:14:26 c27632c83fbf: Preparing 18:14:26 23eedeedc134: Preparing 18:14:26 82eb23cfc2f0: Preparing 18:14:26 3fe5713c87ac: Preparing 18:14:26 4f26ceea0d31: Preparing 18:14:26 8684d5b6f602: Preparing 18:14:26 a068930418ee: Preparing 18:14:26 d2736a0be53c: Preparing 18:14:26 1aded1949964: Preparing 18:14:26 2ada21463b4b: Preparing 18:14:26 e769a901c374: Preparing 18:14:26 edf70074bd40: Preparing 18:14:26 d2736a0be53c: Waiting 18:14:26 1aded1949964: Waiting 18:14:26 4f26ceea0d31: Waiting 18:14:26 8684d5b6f602: Waiting 18:14:26 a068930418ee: Waiting 18:14:26 2ada21463b4b: Waiting 18:14:26 e769a901c374: Waiting 18:14:26 edf70074bd40: Waiting 18:14:26 c27632c83fbf: Layer already exists 18:14:26 3fe5713c87ac: Layer already exists 18:14:26 82eb23cfc2f0: Layer already exists 18:14:26 23eedeedc134: Layer already exists 18:14:26 5f888ff5071a: Layer already exists 18:14:26 8684d5b6f602: Layer already exists 18:14:26 4f26ceea0d31: Layer already exists 18:14:26 a068930418ee: Layer already exists 18:14:26 1aded1949964: Layer already exists 18:14:26 d2736a0be53c: Layer already exists 18:14:26 e769a901c374: Layer already exists 18:14:26 2ada21463b4b: Layer already exists 18:14:26 edf70074bd40: Layer already exists 18:14:26 3.0.0-dev.106: digest: sha256:c1a7812737f4e9936701f9c25b595b8346714a95ec1e7f71c293b38ba22adfde size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:26 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:14:27 5f888ff5071a: Preparing 18:14:27 5f888ff5071a: Preparing 18:14:27 c27632c83fbf: Preparing 18:14:27 23eedeedc134: Preparing 18:14:27 82eb23cfc2f0: Preparing 18:14:27 3fe5713c87ac: Preparing 18:14:27 4f26ceea0d31: Preparing 18:14:27 8684d5b6f602: Preparing 18:14:27 a068930418ee: Preparing 18:14:27 d2736a0be53c: Preparing 18:14:27 1aded1949964: Preparing 18:14:27 2ada21463b4b: Preparing 18:14:27 e769a901c374: Preparing 18:14:27 edf70074bd40: Preparing 18:14:27 d2736a0be53c: Waiting 18:14:27 2ada21463b4b: Waiting 18:14:27 1aded1949964: Waiting 18:14:27 4f26ceea0d31: Waiting 18:14:27 e769a901c374: Waiting 18:14:27 edf70074bd40: Waiting 18:14:27 8684d5b6f602: Waiting 18:14:27 a068930418ee: Waiting 18:14:27 3fe5713c87ac: Layer already exists 18:14:27 23eedeedc134: Layer already exists 18:14:27 c27632c83fbf: Layer already exists 18:14:27 82eb23cfc2f0: Layer already exists 18:14:27 5f888ff5071a: Layer already exists 18:14:27 4f26ceea0d31: Layer already exists 18:14:27 8684d5b6f602: Layer already exists 18:14:27 d2736a0be53c: Layer already exists 18:14:27 a068930418ee: Layer already exists 18:14:27 1aded1949964: Layer already exists 18:14:27 e769a901c374: Layer already exists 18:14:27 2ada21463b4b: Layer already exists 18:14:27 edf70074bd40: Layer already exists 18:14:27 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:c1a7812737f4e9936701f9c25b595b8346714a95ec1e7f71c293b38ba22adfde size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:27 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 18:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:14:27 5f888ff5071a: Preparing 18:14:27 5f888ff5071a: Preparing 18:14:27 c27632c83fbf: Preparing 18:14:27 23eedeedc134: Preparing 18:14:27 82eb23cfc2f0: Preparing 18:14:27 3fe5713c87ac: Preparing 18:14:27 4f26ceea0d31: Preparing 18:14:27 8684d5b6f602: Preparing 18:14:27 a068930418ee: Preparing 18:14:27 d2736a0be53c: Preparing 18:14:27 1aded1949964: Preparing 18:14:27 2ada21463b4b: Preparing 18:14:27 e769a901c374: Preparing 18:14:27 edf70074bd40: Preparing 18:14:27 1aded1949964: Waiting 18:14:27 2ada21463b4b: Waiting 18:14:27 e769a901c374: Waiting 18:14:27 edf70074bd40: Waiting 18:14:27 4f26ceea0d31: Waiting 18:14:27 a068930418ee: Waiting 18:14:27 8684d5b6f602: Waiting 18:14:27 d2736a0be53c: Waiting 18:14:27 23eedeedc134: Layer already exists 18:14:27 82eb23cfc2f0: Layer already exists 18:14:27 5f888ff5071a: Layer already exists 18:14:27 c27632c83fbf: Layer already exists 18:14:27 3fe5713c87ac: Layer already exists 18:14:27 8684d5b6f602: Layer already exists 18:14:27 4f26ceea0d31: Layer already exists 18:14:27 d2736a0be53c: Layer already exists 18:14:27 a068930418ee: Layer already exists 18:14:27 1aded1949964: Layer already exists 18:14:27 2ada21463b4b: Layer already exists 18:14:27 e769a901c374: Layer already exists 18:14:27 edf70074bd40: Layer already exists 18:14:28 main: digest: sha256:c1a7812737f4e9936701f9c25b595b8346714a95ec1e7f71c293b38ba22adfde size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:28 ===================================================== [Pipeline] echo 18:14:28 taggedImages: 18:14:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 18:14:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.106 18:14:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 18:14:28 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 18:14:28 3808792b237a8a61d15019083d388cf2a3940d6c 18:14:28 latest 18:14:28 3.0.0-dev.106 18:14:28 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:28 main 18:14:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:28 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 18:14:28 143c4a89e421: Preparing 18:14:28 3ad44d2dfa2d: Preparing 18:14:28 c2ff55f06ce1: Preparing 18:14:28 a13aca2b004f: Preparing 18:14:28 8684d5b6f602: Preparing 18:14:28 a068930418ee: Preparing 18:14:28 dfb5f25a10f2: Preparing 18:14:28 edf70074bd40: Preparing 18:14:28 a068930418ee: Waiting 18:14:28 edf70074bd40: Waiting 18:14:28 dfb5f25a10f2: Waiting 18:14:28 8684d5b6f602: Layer already exists 18:14:28 a068930418ee: Layer already exists 18:14:29 dfb5f25a10f2: Layer already exists 18:14:29 edf70074bd40: Layer already exists 18:14:29 3ad44d2dfa2d: Pushed 18:14:29 143c4a89e421: Pushed 18:14:29 c2ff55f06ce1: Pushed 18:14:31 a13aca2b004f: Pushed 18:14:31 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:84dab76354dfa64bd4e49371d3c139285be3a4375909ba4c02cc557162e50080 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:32 + 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 18:14:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 18:14:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 18:14:32 143c4a89e421: Preparing 18:14:32 3ad44d2dfa2d: Preparing 18:14:32 c2ff55f06ce1: Preparing 18:14:32 a13aca2b004f: Preparing 18:14:32 8684d5b6f602: Preparing 18:14:32 a068930418ee: Preparing 18:14:32 dfb5f25a10f2: Preparing 18:14:32 edf70074bd40: Preparing 18:14:32 dfb5f25a10f2: Waiting 18:14:32 edf70074bd40: Waiting 18:14:32 a068930418ee: Waiting 18:14:32 8684d5b6f602: Layer already exists 18:14:32 c2ff55f06ce1: Layer already exists 18:14:32 143c4a89e421: Layer already exists 18:14:32 a13aca2b004f: Layer already exists 18:14:32 3ad44d2dfa2d: Layer already exists 18:14:32 a068930418ee: Layer already exists 18:14:32 dfb5f25a10f2: Layer already exists 18:14:32 edf70074bd40: Layer already exists 18:14:32 latest: digest: sha256:84dab76354dfa64bd4e49371d3c139285be3a4375909ba4c02cc557162e50080 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:32 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.106 18:14:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 18:14:33 143c4a89e421: Preparing 18:14:33 3ad44d2dfa2d: Preparing 18:14:33 c2ff55f06ce1: Preparing 18:14:33 a13aca2b004f: Preparing 18:14:33 8684d5b6f602: Preparing 18:14:33 a068930418ee: Preparing 18:14:33 dfb5f25a10f2: Preparing 18:14:33 edf70074bd40: Preparing 18:14:33 a068930418ee: Waiting 18:14:33 dfb5f25a10f2: Waiting 18:14:33 edf70074bd40: Waiting 18:14:33 a13aca2b004f: Layer already exists 18:14:33 3ad44d2dfa2d: Layer already exists 18:14:33 8684d5b6f602: Layer already exists 18:14:33 c2ff55f06ce1: Layer already exists 18:14:33 143c4a89e421: Layer already exists 18:14:33 edf70074bd40: Layer already exists 18:14:33 dfb5f25a10f2: Layer already exists 18:14:33 a068930418ee: Layer already exists 18:14:33 3.0.0-dev.106: digest: sha256:84dab76354dfa64bd4e49371d3c139285be3a4375909ba4c02cc557162e50080 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:33 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 18:14:34 143c4a89e421: Preparing 18:14:34 3ad44d2dfa2d: Preparing 18:14:34 c2ff55f06ce1: Preparing 18:14:34 a13aca2b004f: Preparing 18:14:34 8684d5b6f602: Preparing 18:14:34 a068930418ee: Preparing 18:14:34 dfb5f25a10f2: Preparing 18:14:34 edf70074bd40: Preparing 18:14:34 a068930418ee: Waiting 18:14:34 dfb5f25a10f2: Waiting 18:14:34 edf70074bd40: Waiting 18:14:34 a13aca2b004f: Layer already exists 18:14:34 8684d5b6f602: Layer already exists 18:14:34 c2ff55f06ce1: Layer already exists 18:14:34 143c4a89e421: Layer already exists 18:14:34 3ad44d2dfa2d: Layer already exists 18:14:34 a068930418ee: Layer already exists 18:14:34 dfb5f25a10f2: Layer already exists 18:14:34 edf70074bd40: Layer already exists 18:14:34 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:84dab76354dfa64bd4e49371d3c139285be3a4375909ba4c02cc557162e50080 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:34 + 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 18:14:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 18:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 18:14:35 143c4a89e421: Preparing 18:14:35 3ad44d2dfa2d: Preparing 18:14:35 c2ff55f06ce1: Preparing 18:14:35 a13aca2b004f: Preparing 18:14:35 8684d5b6f602: Preparing 18:14:35 a068930418ee: Preparing 18:14:35 dfb5f25a10f2: Preparing 18:14:35 edf70074bd40: Preparing 18:14:35 a068930418ee: Waiting 18:14:35 dfb5f25a10f2: Waiting 18:14:35 edf70074bd40: Waiting 18:14:35 143c4a89e421: Layer already exists 18:14:35 a13aca2b004f: Layer already exists 18:14:35 8684d5b6f602: Layer already exists 18:14:35 3ad44d2dfa2d: Layer already exists 18:14:35 c2ff55f06ce1: Layer already exists 18:14:35 edf70074bd40: Layer already exists 18:14:35 a068930418ee: Layer already exists 18:14:35 dfb5f25a10f2: Layer already exists 18:14:35 main: digest: sha256:84dab76354dfa64bd4e49371d3c139285be3a4375909ba4c02cc557162e50080 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:35 ===================================================== [Pipeline] echo 18:14:35 taggedImages: 18:14:35 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:35 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 18:14:35 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.106 18:14:35 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:35 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 18:14:35 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 18:14:35 3808792b237a8a61d15019083d388cf2a3940d6c 18:14:35 latest 18:14:35 3.0.0-dev.106 18:14:35 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:35 main 18:14:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:35 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:14:36 de11600acf3e: Preparing 18:14:36 fb48f0e13f71: Preparing 18:14:36 aa779286647f: Preparing 18:14:36 2c1acd9c6d69: Preparing 18:14:36 8684d5b6f602: Preparing 18:14:36 a068930418ee: Preparing 18:14:36 0b9a27425472: Preparing 18:14:36 db1b34428d0e: Preparing 18:14:36 edf70074bd40: Preparing 18:14:36 0b9a27425472: Waiting 18:14:36 edf70074bd40: Waiting 18:14:36 db1b34428d0e: Waiting 18:14:36 a068930418ee: Waiting 18:14:36 8684d5b6f602: Layer already exists 18:14:36 a068930418ee: Layer already exists 18:14:36 de11600acf3e: Pushed 18:14:36 2c1acd9c6d69: Pushed 18:14:36 fb48f0e13f71: Pushed 18:14:36 edf70074bd40: Layer already exists 18:14:36 0b9a27425472: Pushed 18:14:36 db1b34428d0e: Pushed 18:14:39 aa779286647f: Pushed 18:14:39 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:12d8d2b9bf58fec07685d97d803086a79aa8d63c305e226229a6500894c4c6d4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:39 + 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 18:14:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 18:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:14:39 de11600acf3e: Preparing 18:14:39 fb48f0e13f71: Preparing 18:14:39 aa779286647f: Preparing 18:14:39 2c1acd9c6d69: Preparing 18:14:39 8684d5b6f602: Preparing 18:14:39 a068930418ee: Preparing 18:14:39 0b9a27425472: Preparing 18:14:39 db1b34428d0e: Preparing 18:14:39 edf70074bd40: Preparing 18:14:39 a068930418ee: Waiting 18:14:39 0b9a27425472: Waiting 18:14:39 db1b34428d0e: Waiting 18:14:39 edf70074bd40: Waiting 18:14:39 fb48f0e13f71: Layer already exists 18:14:39 2c1acd9c6d69: Layer already exists 18:14:39 aa779286647f: Layer already exists 18:14:39 8684d5b6f602: Layer already exists 18:14:39 de11600acf3e: Layer already exists 18:14:39 db1b34428d0e: Layer already exists 18:14:39 a068930418ee: Layer already exists 18:14:39 edf70074bd40: Layer already exists 18:14:39 0b9a27425472: Layer already exists 18:14:40 latest: digest: sha256:12d8d2b9bf58fec07685d97d803086a79aa8d63c305e226229a6500894c4c6d4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:40 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.106 18:14:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:14:40 de11600acf3e: Preparing 18:14:40 fb48f0e13f71: Preparing 18:14:40 aa779286647f: Preparing 18:14:40 2c1acd9c6d69: Preparing 18:14:40 8684d5b6f602: Preparing 18:14:40 a068930418ee: Preparing 18:14:40 0b9a27425472: Preparing 18:14:40 db1b34428d0e: Preparing 18:14:40 edf70074bd40: Preparing 18:14:40 edf70074bd40: Waiting 18:14:40 a068930418ee: Waiting 18:14:40 db1b34428d0e: Waiting 18:14:40 0b9a27425472: Waiting 18:14:40 de11600acf3e: Layer already exists 18:14:40 fb48f0e13f71: Layer already exists 18:14:40 8684d5b6f602: Layer already exists 18:14:40 2c1acd9c6d69: Layer already exists 18:14:40 aa779286647f: Layer already exists 18:14:40 a068930418ee: Layer already exists 18:14:40 db1b34428d0e: Layer already exists 18:14:40 0b9a27425472: Layer already exists 18:14:40 edf70074bd40: Layer already exists 18:14:40 3.0.0-dev.106: digest: sha256:12d8d2b9bf58fec07685d97d803086a79aa8d63c305e226229a6500894c4c6d4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:41 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:14:41 de11600acf3e: Preparing 18:14:41 fb48f0e13f71: Preparing 18:14:41 aa779286647f: Preparing 18:14:41 2c1acd9c6d69: Preparing 18:14:41 8684d5b6f602: Preparing 18:14:41 a068930418ee: Preparing 18:14:41 0b9a27425472: Preparing 18:14:41 db1b34428d0e: Preparing 18:14:41 edf70074bd40: Preparing 18:14:41 0b9a27425472: Waiting 18:14:41 db1b34428d0e: Waiting 18:14:41 edf70074bd40: Waiting 18:14:41 a068930418ee: Waiting 18:14:41 8684d5b6f602: Layer already exists 18:14:41 2c1acd9c6d69: Layer already exists 18:14:41 fb48f0e13f71: Layer already exists 18:14:41 de11600acf3e: Layer already exists 18:14:41 aa779286647f: Layer already exists 18:14:41 db1b34428d0e: Layer already exists 18:14:41 a068930418ee: Layer already exists 18:14:41 edf70074bd40: Layer already exists 18:14:41 0b9a27425472: Layer already exists 18:14:41 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:12d8d2b9bf58fec07685d97d803086a79aa8d63c305e226229a6500894c4c6d4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:41 + 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 18:14:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 18:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:14:42 de11600acf3e: Preparing 18:14:42 fb48f0e13f71: Preparing 18:14:42 aa779286647f: Preparing 18:14:42 2c1acd9c6d69: Preparing 18:14:42 8684d5b6f602: Preparing 18:14:42 a068930418ee: Preparing 18:14:42 0b9a27425472: Preparing 18:14:42 db1b34428d0e: Preparing 18:14:42 edf70074bd40: Preparing 18:14:42 db1b34428d0e: Waiting 18:14:42 a068930418ee: Waiting 18:14:42 0b9a27425472: Waiting 18:14:42 edf70074bd40: Waiting 18:14:42 2c1acd9c6d69: Layer already exists 18:14:42 fb48f0e13f71: Layer already exists 18:14:42 aa779286647f: Layer already exists 18:14:42 de11600acf3e: Layer already exists 18:14:42 8684d5b6f602: Layer already exists 18:14:42 0b9a27425472: Layer already exists 18:14:42 a068930418ee: Layer already exists 18:14:42 db1b34428d0e: Layer already exists 18:14:42 edf70074bd40: Layer already exists 18:14:42 main: digest: sha256:12d8d2b9bf58fec07685d97d803086a79aa8d63c305e226229a6500894c4c6d4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:42 ===================================================== [Pipeline] echo 18:14:42 taggedImages: 18:14:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 18:14:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.106 18:14:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 18:14:42 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 18:14:42 3808792b237a8a61d15019083d388cf2a3940d6c 18:14:42 latest 18:14:42 3.0.0-dev.106 18:14:42 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:42 main 18:14:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:42 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:14:43 3d87c829df98: Preparing 18:14:43 f941b5778ca9: Preparing 18:14:43 268fca3d8273: Preparing 18:14:43 759e0289f190: Preparing 18:14:43 99e5beda5dea: Preparing 18:14:43 f6153da7ab76: Preparing 18:14:43 99d7fce11434: Preparing 18:14:43 8684d5b6f602: Preparing 18:14:43 a068930418ee: Preparing 18:14:43 8194155f9029: Preparing 18:14:43 edf70074bd40: Preparing 18:14:43 99d7fce11434: Waiting 18:14:43 8684d5b6f602: Waiting 18:14:43 a068930418ee: Waiting 18:14:43 8194155f9029: Waiting 18:14:43 edf70074bd40: Waiting 18:14:43 f6153da7ab76: Waiting 18:14:43 f941b5778ca9: Pushed 18:14:43 3d87c829df98: Pushed 18:14:43 99e5beda5dea: Pushed 18:14:43 8684d5b6f602: Layer already exists 18:14:43 a068930418ee: Layer already exists 18:14:43 f6153da7ab76: Pushed 18:14:43 99d7fce11434: Pushed 18:14:43 edf70074bd40: Layer already exists 18:14:43 8194155f9029: Pushed 18:14:45 759e0289f190: Pushed 18:14:46 268fca3d8273: Pushed 18:14:46 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:4ccca85bbd606c665689031bba8e9156f05bdd875045eb9564696b256460754c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:46 + 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 18:14:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 18:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:14:47 3d87c829df98: Preparing 18:14:47 f941b5778ca9: Preparing 18:14:47 268fca3d8273: Preparing 18:14:47 759e0289f190: Preparing 18:14:47 99e5beda5dea: Preparing 18:14:47 f6153da7ab76: Preparing 18:14:47 99d7fce11434: Preparing 18:14:47 8684d5b6f602: Preparing 18:14:47 a068930418ee: Preparing 18:14:47 8194155f9029: Preparing 18:14:47 edf70074bd40: Preparing 18:14:47 f6153da7ab76: Waiting 18:14:47 99d7fce11434: Waiting 18:14:47 8684d5b6f602: Waiting 18:14:47 a068930418ee: Waiting 18:14:47 8194155f9029: Waiting 18:14:47 edf70074bd40: Waiting 18:14:47 f941b5778ca9: Layer already exists 18:14:47 3d87c829df98: Layer already exists 18:14:47 268fca3d8273: Layer already exists 18:14:47 99e5beda5dea: Layer already exists 18:14:47 759e0289f190: Layer already exists 18:14:47 8684d5b6f602: Layer already exists 18:14:47 f6153da7ab76: Layer already exists 18:14:47 99d7fce11434: Layer already exists 18:14:47 8194155f9029: Layer already exists 18:14:47 a068930418ee: Layer already exists 18:14:47 edf70074bd40: Layer already exists 18:14:47 latest: digest: sha256:4ccca85bbd606c665689031bba8e9156f05bdd875045eb9564696b256460754c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:47 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.106 18:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:14:48 3d87c829df98: Preparing 18:14:48 f941b5778ca9: Preparing 18:14:48 268fca3d8273: Preparing 18:14:48 759e0289f190: Preparing 18:14:48 99e5beda5dea: Preparing 18:14:48 f6153da7ab76: Preparing 18:14:48 99d7fce11434: Preparing 18:14:48 8684d5b6f602: Preparing 18:14:48 a068930418ee: Preparing 18:14:48 8194155f9029: Preparing 18:14:48 edf70074bd40: Preparing 18:14:48 8684d5b6f602: Waiting 18:14:48 a068930418ee: Waiting 18:14:48 edf70074bd40: Waiting 18:14:48 8194155f9029: Waiting 18:14:48 f6153da7ab76: Waiting 18:14:48 99d7fce11434: Waiting 18:14:48 f941b5778ca9: Layer already exists 18:14:48 268fca3d8273: Layer already exists 18:14:48 99e5beda5dea: Layer already exists 18:14:48 759e0289f190: Layer already exists 18:14:48 3d87c829df98: Layer already exists 18:14:48 f6153da7ab76: Layer already exists 18:14:48 99d7fce11434: Layer already exists 18:14:48 8684d5b6f602: Layer already exists 18:14:48 a068930418ee: Layer already exists 18:14:48 8194155f9029: Layer already exists 18:14:48 edf70074bd40: Layer already exists 18:14:48 3.0.0-dev.106: digest: sha256:4ccca85bbd606c665689031bba8e9156f05bdd875045eb9564696b256460754c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:48 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:14:49 3d87c829df98: Preparing 18:14:49 f941b5778ca9: Preparing 18:14:49 268fca3d8273: Preparing 18:14:49 759e0289f190: Preparing 18:14:49 99e5beda5dea: Preparing 18:14:49 f6153da7ab76: Preparing 18:14:49 99d7fce11434: Preparing 18:14:49 8684d5b6f602: Preparing 18:14:49 a068930418ee: Preparing 18:14:49 8194155f9029: Preparing 18:14:49 edf70074bd40: Preparing 18:14:49 99d7fce11434: Waiting 18:14:49 8684d5b6f602: Waiting 18:14:49 a068930418ee: Waiting 18:14:49 8194155f9029: Waiting 18:14:49 edf70074bd40: Waiting 18:14:49 f6153da7ab76: Waiting 18:14:49 268fca3d8273: Layer already exists 18:14:49 759e0289f190: Layer already exists 18:14:49 99e5beda5dea: Layer already exists 18:14:49 3d87c829df98: Layer already exists 18:14:49 f941b5778ca9: Layer already exists 18:14:49 8684d5b6f602: Layer already exists 18:14:49 99d7fce11434: Layer already exists 18:14:49 f6153da7ab76: Layer already exists 18:14:49 a068930418ee: Layer already exists 18:14:49 8194155f9029: Layer already exists 18:14:49 edf70074bd40: Layer already exists 18:14:49 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:4ccca85bbd606c665689031bba8e9156f05bdd875045eb9564696b256460754c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:49 + 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 18:14:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 18:14:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:14:50 3d87c829df98: Preparing 18:14:50 f941b5778ca9: Preparing 18:14:50 268fca3d8273: Preparing 18:14:50 759e0289f190: Preparing 18:14:50 99e5beda5dea: Preparing 18:14:50 f6153da7ab76: Preparing 18:14:50 99d7fce11434: Preparing 18:14:50 8684d5b6f602: Preparing 18:14:50 a068930418ee: Preparing 18:14:50 8194155f9029: Preparing 18:14:50 edf70074bd40: Preparing 18:14:50 8684d5b6f602: Waiting 18:14:50 edf70074bd40: Waiting 18:14:50 a068930418ee: Waiting 18:14:50 8194155f9029: Waiting 18:14:50 f6153da7ab76: Waiting 18:14:50 99d7fce11434: Waiting 18:14:50 99e5beda5dea: Layer already exists 18:14:50 3d87c829df98: Layer already exists 18:14:50 268fca3d8273: Layer already exists 18:14:50 759e0289f190: Layer already exists 18:14:50 f941b5778ca9: Layer already exists 18:14:50 99d7fce11434: Layer already exists 18:14:50 f6153da7ab76: Layer already exists 18:14:50 8684d5b6f602: Layer already exists 18:14:50 8194155f9029: Layer already exists 18:14:50 a068930418ee: Layer already exists 18:14:50 edf70074bd40: Layer already exists 18:14:50 main: digest: sha256:4ccca85bbd606c665689031bba8e9156f05bdd875045eb9564696b256460754c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:50 ===================================================== [Pipeline] echo 18:14:50 taggedImages: 18:14:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 18:14:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.106 18:14:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 18:14:50 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 18:14:50 3808792b237a8a61d15019083d388cf2a3940d6c 18:14:50 latest 18:14:50 3.0.0-dev.106 18:14:50 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:50 main 18:14:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:50 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:14:51 8d3f85d48561: Preparing 18:14:51 2c21bf3f41f2: Preparing 18:14:51 8684d5b6f602: Preparing 18:14:51 a068930418ee: Preparing 18:14:51 d40053934323: Preparing 18:14:51 edf70074bd40: Preparing 18:14:51 edf70074bd40: Waiting 18:14:51 8684d5b6f602: Layer already exists 18:14:51 a068930418ee: Layer already exists 18:14:51 edf70074bd40: Layer already exists 18:14:51 8d3f85d48561: Pushed 18:14:52 d40053934323: Pushed 18:14:55 2c21bf3f41f2: Pushed 18:14:55 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:d3df8f473ccb28c60862665c97d54f98b65d0f17d4b6623a493f07f6f3439b70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:55 + 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 18:14:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 18:14:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:14:56 8d3f85d48561: Preparing 18:14:56 2c21bf3f41f2: Preparing 18:14:56 8684d5b6f602: Preparing 18:14:56 a068930418ee: Preparing 18:14:56 d40053934323: Preparing 18:14:56 edf70074bd40: Preparing 18:14:56 edf70074bd40: Waiting 18:14:56 8d3f85d48561: Layer already exists 18:14:56 d40053934323: Layer already exists 18:14:56 a068930418ee: Layer already exists 18:14:56 8684d5b6f602: Layer already exists 18:14:56 2c21bf3f41f2: Layer already exists 18:14:56 edf70074bd40: Layer already exists 18:14:56 latest: digest: sha256:d3df8f473ccb28c60862665c97d54f98b65d0f17d4b6623a493f07f6f3439b70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:56 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.106 18:14:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:14:57 8d3f85d48561: Preparing 18:14:57 2c21bf3f41f2: Preparing 18:14:57 8684d5b6f602: Preparing 18:14:57 a068930418ee: Preparing 18:14:57 d40053934323: Preparing 18:14:57 edf70074bd40: Preparing 18:14:57 edf70074bd40: Waiting 18:14:57 a068930418ee: Layer already exists 18:14:57 2c21bf3f41f2: Layer already exists 18:14:57 8684d5b6f602: Layer already exists 18:14:57 8d3f85d48561: Layer already exists 18:14:57 d40053934323: Layer already exists 18:14:57 edf70074bd40: Layer already exists 18:14:57 3.0.0-dev.106: digest: sha256:d3df8f473ccb28c60862665c97d54f98b65d0f17d4b6623a493f07f6f3439b70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:57 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:14:58 8d3f85d48561: Preparing 18:14:58 2c21bf3f41f2: Preparing 18:14:58 8684d5b6f602: Preparing 18:14:58 a068930418ee: Preparing 18:14:58 d40053934323: Preparing 18:14:58 edf70074bd40: Preparing 18:14:58 edf70074bd40: Waiting 18:14:58 8684d5b6f602: Layer already exists 18:14:58 d40053934323: Layer already exists 18:14:58 a068930418ee: Layer already exists 18:14:58 8d3f85d48561: Layer already exists 18:14:58 2c21bf3f41f2: Layer already exists 18:14:58 edf70074bd40: Layer already exists 18:14:58 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:d3df8f473ccb28c60862665c97d54f98b65d0f17d4b6623a493f07f6f3439b70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:58 + 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 18:14:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 18:14:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:14:59 8d3f85d48561: Preparing 18:14:59 2c21bf3f41f2: Preparing 18:14:59 8684d5b6f602: Preparing 18:14:59 a068930418ee: Preparing 18:14:59 d40053934323: Preparing 18:14:59 edf70074bd40: Preparing 18:14:59 edf70074bd40: Waiting 18:14:59 a068930418ee: Layer already exists 18:14:59 8d3f85d48561: Layer already exists 18:14:59 2c21bf3f41f2: Layer already exists 18:14:59 d40053934323: Layer already exists 18:14:59 8684d5b6f602: Layer already exists 18:14:59 edf70074bd40: Layer already exists 18:14:59 main: digest: sha256:d3df8f473ccb28c60862665c97d54f98b65d0f17d4b6623a493f07f6f3439b70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:59 ===================================================== [Pipeline] echo 18:14:59 taggedImages: 18:14:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:14:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 18:14:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.106 18:14:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 18:14:59 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 18:14:59 3808792b237a8a61d15019083d388cf2a3940d6c 18:14:59 latest 18:14:59 3.0.0-dev.106 18:14:59 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:14:59 main 18:14:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:00 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:15:00 a41817b2e300: Preparing 18:15:00 5b6bfa52e52e: Preparing 18:15:00 3048d14084fc: Preparing 18:15:00 d52ce44c7f41: Preparing 18:15:00 10f4ee7c7440: Preparing 18:15:00 8684d5b6f602: Preparing 18:15:00 a068930418ee: Preparing 18:15:00 d5209c18d7ce: Preparing 18:15:00 edf70074bd40: Preparing 18:15:00 a068930418ee: Waiting 18:15:00 8684d5b6f602: Waiting 18:15:00 d5209c18d7ce: Waiting 18:15:00 edf70074bd40: Waiting 18:15:00 3048d14084fc: Pushed 18:15:00 a41817b2e300: Pushed 18:15:00 5b6bfa52e52e: Pushed 18:15:00 8684d5b6f602: Layer already exists 18:15:00 a068930418ee: Layer already exists 18:15:00 edf70074bd40: Layer already exists 18:15:01 d5209c18d7ce: Pushed 18:15:08 10f4ee7c7440: Pushed 18:15:16 d52ce44c7f41: Pushed 18:15:16 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:f628bad005ab1dcfcf73e4d07e74d59a65e234523a4cdfc4c254e50f66f8b6a3 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:16 + 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 18:15:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 18:15:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:15:17 a41817b2e300: Preparing 18:15:17 5b6bfa52e52e: Preparing 18:15:17 3048d14084fc: Preparing 18:15:17 d52ce44c7f41: Preparing 18:15:17 10f4ee7c7440: Preparing 18:15:17 8684d5b6f602: Preparing 18:15:17 a068930418ee: Preparing 18:15:17 d5209c18d7ce: Preparing 18:15:17 edf70074bd40: Preparing 18:15:17 8684d5b6f602: Waiting 18:15:17 a068930418ee: Waiting 18:15:17 d5209c18d7ce: Waiting 18:15:17 edf70074bd40: Waiting 18:15:17 d52ce44c7f41: Layer already exists 18:15:17 a41817b2e300: Layer already exists 18:15:17 5b6bfa52e52e: Layer already exists 18:15:17 3048d14084fc: Layer already exists 18:15:17 10f4ee7c7440: Layer already exists 18:15:17 8684d5b6f602: Layer already exists 18:15:17 a068930418ee: Layer already exists 18:15:17 d5209c18d7ce: Layer already exists 18:15:17 edf70074bd40: Layer already exists 18:15:17 latest: digest: sha256:f628bad005ab1dcfcf73e4d07e74d59a65e234523a4cdfc4c254e50f66f8b6a3 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:17 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.106 18:15:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:15:18 a41817b2e300: Preparing 18:15:18 5b6bfa52e52e: Preparing 18:15:18 3048d14084fc: Preparing 18:15:18 d52ce44c7f41: Preparing 18:15:18 10f4ee7c7440: Preparing 18:15:18 8684d5b6f602: Preparing 18:15:18 a068930418ee: Preparing 18:15:18 d5209c18d7ce: Preparing 18:15:18 edf70074bd40: Preparing 18:15:18 8684d5b6f602: Waiting 18:15:18 a068930418ee: Waiting 18:15:18 d5209c18d7ce: Waiting 18:15:18 edf70074bd40: Waiting 18:15:18 a41817b2e300: Layer already exists 18:15:18 5b6bfa52e52e: Layer already exists 18:15:18 d52ce44c7f41: Layer already exists 18:15:18 10f4ee7c7440: Layer already exists 18:15:18 3048d14084fc: Layer already exists 18:15:18 8684d5b6f602: Layer already exists 18:15:18 a068930418ee: Layer already exists 18:15:18 d5209c18d7ce: Layer already exists 18:15:18 edf70074bd40: Layer already exists 18:15:18 3.0.0-dev.106: digest: sha256:f628bad005ab1dcfcf73e4d07e74d59a65e234523a4cdfc4c254e50f66f8b6a3 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:18 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:15:19 a41817b2e300: Preparing 18:15:19 5b6bfa52e52e: Preparing 18:15:19 3048d14084fc: Preparing 18:15:19 d52ce44c7f41: Preparing 18:15:19 10f4ee7c7440: Preparing 18:15:19 8684d5b6f602: Preparing 18:15:19 a068930418ee: Preparing 18:15:19 d5209c18d7ce: Preparing 18:15:19 edf70074bd40: Preparing 18:15:19 a068930418ee: Waiting 18:15:19 d5209c18d7ce: Waiting 18:15:19 8684d5b6f602: Waiting 18:15:19 edf70074bd40: Waiting 18:15:19 5b6bfa52e52e: Layer already exists 18:15:19 3048d14084fc: Layer already exists 18:15:19 10f4ee7c7440: Layer already exists 18:15:19 a41817b2e300: Layer already exists 18:15:19 d52ce44c7f41: Layer already exists 18:15:19 d5209c18d7ce: Layer already exists 18:15:19 a068930418ee: Layer already exists 18:15:19 8684d5b6f602: Layer already exists 18:15:19 edf70074bd40: Layer already exists 18:15:19 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:f628bad005ab1dcfcf73e4d07e74d59a65e234523a4cdfc4c254e50f66f8b6a3 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:19 + 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 18:15:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 18:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:15:19 a41817b2e300: Preparing 18:15:19 5b6bfa52e52e: Preparing 18:15:19 3048d14084fc: Preparing 18:15:19 d52ce44c7f41: Preparing 18:15:19 10f4ee7c7440: Preparing 18:15:19 8684d5b6f602: Preparing 18:15:19 a068930418ee: Preparing 18:15:19 d5209c18d7ce: Preparing 18:15:19 edf70074bd40: Preparing 18:15:19 a068930418ee: Waiting 18:15:19 8684d5b6f602: Waiting 18:15:19 d5209c18d7ce: Waiting 18:15:19 edf70074bd40: Waiting 18:15:19 3048d14084fc: Layer already exists 18:15:19 d52ce44c7f41: Layer already exists 18:15:19 a41817b2e300: Layer already exists 18:15:19 10f4ee7c7440: Layer already exists 18:15:19 5b6bfa52e52e: Layer already exists 18:15:19 a068930418ee: Layer already exists 18:15:19 8684d5b6f602: Layer already exists 18:15:19 edf70074bd40: Layer already exists 18:15:19 d5209c18d7ce: Layer already exists 18:15:20 main: digest: sha256:f628bad005ab1dcfcf73e4d07e74d59a65e234523a4cdfc4c254e50f66f8b6a3 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:15:20 ===================================================== [Pipeline] echo 18:15:20 taggedImages: 18:15:20 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:15:20 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 18:15:20 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.106 18:15:20 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:15:20 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 18:15:20 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 18:15:20 3808792b237a8a61d15019083d388cf2a3940d6c 18:15:20 latest 18:15:20 3.0.0-dev.106 18:15:20 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:15:20 main 18:15:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:20 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:15:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:15:20 3c9c2d9bd136: Preparing 18:15:20 d8fea3c76e3a: Preparing 18:15:20 8fe089cc9955: Preparing 18:15:20 e3dd653fdaf3: Preparing 18:15:20 8684d5b6f602: Preparing 18:15:20 a068930418ee: Preparing 18:15:20 0872ca94c407: Preparing 18:15:20 edf70074bd40: Preparing 18:15:20 a068930418ee: Waiting 18:15:20 0872ca94c407: Waiting 18:15:20 edf70074bd40: Waiting 18:15:20 8684d5b6f602: Layer already exists 18:15:21 a068930418ee: Layer already exists 18:15:21 8fe089cc9955: Pushed 18:15:21 3c9c2d9bd136: Pushed 18:15:21 d8fea3c76e3a: Pushed 18:15:21 edf70074bd40: Layer already exists 18:15:22 0872ca94c407: Pushed 18:15:37 e3dd653fdaf3: Pushed 18:15:37 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:925eed6fd240820e19c8f01cedd5b5f8eecb62cb4eb2ba752289b5dd95d0ee3b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:37 + 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 18:15:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 18:15:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:15:37 3c9c2d9bd136: Preparing 18:15:37 d8fea3c76e3a: Preparing 18:15:37 8fe089cc9955: Preparing 18:15:37 e3dd653fdaf3: Preparing 18:15:37 8684d5b6f602: Preparing 18:15:37 a068930418ee: Preparing 18:15:37 0872ca94c407: Preparing 18:15:37 edf70074bd40: Preparing 18:15:37 a068930418ee: Waiting 18:15:37 0872ca94c407: Waiting 18:15:37 edf70074bd40: Waiting 18:15:37 d8fea3c76e3a: Layer already exists 18:15:37 8fe089cc9955: Layer already exists 18:15:37 8684d5b6f602: Layer already exists 18:15:37 3c9c2d9bd136: Layer already exists 18:15:37 e3dd653fdaf3: Layer already exists 18:15:37 0872ca94c407: Layer already exists 18:15:37 edf70074bd40: Layer already exists 18:15:37 a068930418ee: Layer already exists 18:15:38 latest: digest: sha256:925eed6fd240820e19c8f01cedd5b5f8eecb62cb4eb2ba752289b5dd95d0ee3b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:38 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.106 18:15:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:15:38 3c9c2d9bd136: Preparing 18:15:38 d8fea3c76e3a: Preparing 18:15:38 8fe089cc9955: Preparing 18:15:38 e3dd653fdaf3: Preparing 18:15:38 8684d5b6f602: Preparing 18:15:38 a068930418ee: Preparing 18:15:38 0872ca94c407: Preparing 18:15:38 edf70074bd40: Preparing 18:15:38 a068930418ee: Waiting 18:15:38 0872ca94c407: Waiting 18:15:38 edf70074bd40: Waiting 18:15:38 3c9c2d9bd136: Layer already exists 18:15:38 e3dd653fdaf3: Layer already exists 18:15:38 d8fea3c76e3a: Layer already exists 18:15:38 8fe089cc9955: Layer already exists 18:15:38 8684d5b6f602: Layer already exists 18:15:38 edf70074bd40: Layer already exists 18:15:38 a068930418ee: Layer already exists 18:15:38 0872ca94c407: Layer already exists 18:15:38 3.0.0-dev.106: digest: sha256:925eed6fd240820e19c8f01cedd5b5f8eecb62cb4eb2ba752289b5dd95d0ee3b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:39 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:15:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:15:39 3c9c2d9bd136: Preparing 18:15:39 d8fea3c76e3a: Preparing 18:15:39 8fe089cc9955: Preparing 18:15:39 e3dd653fdaf3: Preparing 18:15:39 8684d5b6f602: Preparing 18:15:39 a068930418ee: Preparing 18:15:39 0872ca94c407: Preparing 18:15:39 edf70074bd40: Preparing 18:15:39 0872ca94c407: Waiting 18:15:39 edf70074bd40: Waiting 18:15:39 a068930418ee: Waiting 18:15:39 8684d5b6f602: Layer already exists 18:15:39 e3dd653fdaf3: Layer already exists 18:15:39 3c9c2d9bd136: Layer already exists 18:15:39 8fe089cc9955: Layer already exists 18:15:39 d8fea3c76e3a: Layer already exists 18:15:39 edf70074bd40: Layer already exists 18:15:39 a068930418ee: Layer already exists 18:15:39 0872ca94c407: Layer already exists 18:15:39 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:925eed6fd240820e19c8f01cedd5b5f8eecb62cb4eb2ba752289b5dd95d0ee3b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:40 + 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 18:15:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 18:15:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:15:40 3c9c2d9bd136: Preparing 18:15:40 d8fea3c76e3a: Preparing 18:15:40 8fe089cc9955: Preparing 18:15:40 e3dd653fdaf3: Preparing 18:15:40 8684d5b6f602: Preparing 18:15:40 a068930418ee: Preparing 18:15:40 0872ca94c407: Preparing 18:15:40 edf70074bd40: Preparing 18:15:40 0872ca94c407: Waiting 18:15:40 edf70074bd40: Waiting 18:15:40 a068930418ee: Waiting 18:15:40 8fe089cc9955: Layer already exists 18:15:40 8684d5b6f602: Layer already exists 18:15:40 d8fea3c76e3a: Layer already exists 18:15:40 e3dd653fdaf3: Layer already exists 18:15:40 3c9c2d9bd136: Layer already exists 18:15:40 a068930418ee: Layer already exists 18:15:40 0872ca94c407: Layer already exists 18:15:40 edf70074bd40: Layer already exists 18:15:40 main: digest: sha256:925eed6fd240820e19c8f01cedd5b5f8eecb62cb4eb2ba752289b5dd95d0ee3b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:15:40 ===================================================== [Pipeline] echo 18:15:40 taggedImages: 18:15:40 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:15:40 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 18:15:40 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.106 18:15:40 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:15:40 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 18:15:40 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 18:15:40 3808792b237a8a61d15019083d388cf2a3940d6c 18:15:40 latest 18:15:40 3.0.0-dev.106 18:15:40 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:15:40 main 18:15:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:15:41 40b3ded93f29: Preparing 18:15:41 204f92ec55e9: Preparing 18:15:41 9774ee6566f8: Preparing 18:15:41 b87775a117fd: Preparing 18:15:41 8684d5b6f602: Preparing 18:15:41 a068930418ee: Preparing 18:15:41 d5209c18d7ce: Preparing 18:15:41 edf70074bd40: Preparing 18:15:41 a068930418ee: Waiting 18:15:41 d5209c18d7ce: Waiting 18:15:41 edf70074bd40: Waiting 18:15:41 8684d5b6f602: Layer already exists 18:15:41 a068930418ee: Layer already exists 18:15:41 d5209c18d7ce: Layer already exists 18:15:41 9774ee6566f8: Pushed 18:15:41 40b3ded93f29: Pushed 18:15:41 edf70074bd40: Layer already exists 18:15:41 204f92ec55e9: Pushed 18:15:59 b87775a117fd: Pushed 18:15:59 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:c0231c23ad92e22c0fa5c5209c8b6f007dd479abda9b683e3060ea3d2ecc05db size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:00 + 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 18:16:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 18:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:16:00 40b3ded93f29: Preparing 18:16:00 204f92ec55e9: Preparing 18:16:00 9774ee6566f8: Preparing 18:16:00 b87775a117fd: Preparing 18:16:00 8684d5b6f602: Preparing 18:16:00 a068930418ee: Preparing 18:16:00 d5209c18d7ce: Preparing 18:16:00 edf70074bd40: Preparing 18:16:00 a068930418ee: Waiting 18:16:00 d5209c18d7ce: Waiting 18:16:00 edf70074bd40: Waiting 18:16:00 b87775a117fd: Layer already exists 18:16:00 40b3ded93f29: Layer already exists 18:16:00 9774ee6566f8: Layer already exists 18:16:00 8684d5b6f602: Layer already exists 18:16:00 204f92ec55e9: Layer already exists 18:16:00 edf70074bd40: Layer already exists 18:16:00 a068930418ee: Layer already exists 18:16:00 d5209c18d7ce: Layer already exists 18:16:00 latest: digest: sha256:c0231c23ad92e22c0fa5c5209c8b6f007dd479abda9b683e3060ea3d2ecc05db size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:01 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.106 18:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:16:01 40b3ded93f29: Preparing 18:16:01 204f92ec55e9: Preparing 18:16:01 9774ee6566f8: Preparing 18:16:01 b87775a117fd: Preparing 18:16:01 8684d5b6f602: Preparing 18:16:01 a068930418ee: Preparing 18:16:01 d5209c18d7ce: Preparing 18:16:01 edf70074bd40: Preparing 18:16:01 d5209c18d7ce: Waiting 18:16:01 edf70074bd40: Waiting 18:16:01 a068930418ee: Waiting 18:16:01 8684d5b6f602: Layer already exists 18:16:01 9774ee6566f8: Layer already exists 18:16:01 40b3ded93f29: Layer already exists 18:16:01 204f92ec55e9: Layer already exists 18:16:01 b87775a117fd: Layer already exists 18:16:01 edf70074bd40: Layer already exists 18:16:01 d5209c18d7ce: Layer already exists 18:16:01 a068930418ee: Layer already exists 18:16:01 3.0.0-dev.106: digest: sha256:c0231c23ad92e22c0fa5c5209c8b6f007dd479abda9b683e3060ea3d2ecc05db size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:02 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:16:02 40b3ded93f29: Preparing 18:16:02 204f92ec55e9: Preparing 18:16:02 9774ee6566f8: Preparing 18:16:02 b87775a117fd: Preparing 18:16:02 8684d5b6f602: Preparing 18:16:02 a068930418ee: Preparing 18:16:02 d5209c18d7ce: Preparing 18:16:02 edf70074bd40: Preparing 18:16:02 d5209c18d7ce: Waiting 18:16:02 edf70074bd40: Waiting 18:16:02 8684d5b6f602: Layer already exists 18:16:02 40b3ded93f29: Layer already exists 18:16:02 b87775a117fd: Layer already exists 18:16:02 204f92ec55e9: Layer already exists 18:16:02 9774ee6566f8: Layer already exists 18:16:02 d5209c18d7ce: Layer already exists 18:16:02 a068930418ee: Layer already exists 18:16:02 edf70074bd40: Layer already exists 18:16:02 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:c0231c23ad92e22c0fa5c5209c8b6f007dd479abda9b683e3060ea3d2ecc05db size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:03 + 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 18:16:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 18:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:16:03 40b3ded93f29: Preparing 18:16:03 204f92ec55e9: Preparing 18:16:03 9774ee6566f8: Preparing 18:16:03 b87775a117fd: Preparing 18:16:03 8684d5b6f602: Preparing 18:16:03 a068930418ee: Preparing 18:16:03 d5209c18d7ce: Preparing 18:16:03 edf70074bd40: Preparing 18:16:03 a068930418ee: Waiting 18:16:03 d5209c18d7ce: Waiting 18:16:03 edf70074bd40: Waiting 18:16:03 204f92ec55e9: Layer already exists 18:16:03 9774ee6566f8: Layer already exists 18:16:03 8684d5b6f602: Layer already exists 18:16:03 40b3ded93f29: Layer already exists 18:16:03 b87775a117fd: Layer already exists 18:16:03 a068930418ee: Layer already exists 18:16:03 d5209c18d7ce: Layer already exists 18:16:03 edf70074bd40: Layer already exists 18:16:03 main: digest: sha256:c0231c23ad92e22c0fa5c5209c8b6f007dd479abda9b683e3060ea3d2ecc05db size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:16:03 ===================================================== [Pipeline] echo 18:16:03 taggedImages: 18:16:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:16:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 18:16:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.106 18:16:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:16:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 18:16:03 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 18:16:03 3808792b237a8a61d15019083d388cf2a3940d6c 18:16:03 latest 18:16:03 3.0.0-dev.106 18:16:03 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:16:03 main 18:16:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:03 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:16:04 424f7636f2c3: Preparing 18:16:04 286145d18bbb: Preparing 18:16:04 8684d5b6f602: Preparing 18:16:04 a068930418ee: Preparing 18:16:04 e88e2a0651e6: Preparing 18:16:04 edf70074bd40: Preparing 18:16:04 edf70074bd40: Waiting 18:16:04 8684d5b6f602: Layer already exists 18:16:04 a068930418ee: Layer already exists 18:16:04 edf70074bd40: Layer already exists 18:16:04 424f7636f2c3: Pushed 18:16:04 e88e2a0651e6: Pushed 18:16:09 286145d18bbb: Pushed 18:16:09 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:54cc139d54ea6cb9eef620e2a4ece52ecbeca2bfadadfa0e3f9f6b85c83d85f1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:10 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 18:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:16:10 424f7636f2c3: Preparing 18:16:10 286145d18bbb: Preparing 18:16:10 8684d5b6f602: Preparing 18:16:10 a068930418ee: Preparing 18:16:10 e88e2a0651e6: Preparing 18:16:10 edf70074bd40: Preparing 18:16:10 edf70074bd40: Waiting 18:16:10 424f7636f2c3: Layer already exists 18:16:10 8684d5b6f602: Layer already exists 18:16:10 e88e2a0651e6: Layer already exists 18:16:10 286145d18bbb: Layer already exists 18:16:10 a068930418ee: Layer already exists 18:16:10 edf70074bd40: Layer already exists 18:16:10 latest: digest: sha256:54cc139d54ea6cb9eef620e2a4ece52ecbeca2bfadadfa0e3f9f6b85c83d85f1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:11 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:11 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.106 18:16:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:16:11 424f7636f2c3: Preparing 18:16:11 286145d18bbb: Preparing 18:16:11 8684d5b6f602: Preparing 18:16:11 a068930418ee: Preparing 18:16:11 e88e2a0651e6: Preparing 18:16:11 edf70074bd40: Preparing 18:16:11 edf70074bd40: Waiting 18:16:11 286145d18bbb: Layer already exists 18:16:11 e88e2a0651e6: Layer already exists 18:16:11 a068930418ee: Layer already exists 18:16:11 8684d5b6f602: Layer already exists 18:16:11 424f7636f2c3: Layer already exists 18:16:11 edf70074bd40: Layer already exists 18:16:11 3.0.0-dev.106: digest: sha256:54cc139d54ea6cb9eef620e2a4ece52ecbeca2bfadadfa0e3f9f6b85c83d85f1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:12 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:16:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:16:12 424f7636f2c3: Preparing 18:16:12 286145d18bbb: Preparing 18:16:12 8684d5b6f602: Preparing 18:16:12 a068930418ee: Preparing 18:16:12 e88e2a0651e6: Preparing 18:16:12 edf70074bd40: Preparing 18:16:12 edf70074bd40: Waiting 18:16:12 e88e2a0651e6: Layer already exists 18:16:12 286145d18bbb: Layer already exists 18:16:12 8684d5b6f602: Layer already exists 18:16:12 424f7636f2c3: Layer already exists 18:16:12 a068930418ee: Layer already exists 18:16:12 edf70074bd40: Layer already exists 18:16:12 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:54cc139d54ea6cb9eef620e2a4ece52ecbeca2bfadadfa0e3f9f6b85c83d85f1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 18:16:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:16:13 424f7636f2c3: Preparing 18:16:13 286145d18bbb: Preparing 18:16:13 8684d5b6f602: Preparing 18:16:13 a068930418ee: Preparing 18:16:13 e88e2a0651e6: Preparing 18:16:13 edf70074bd40: Preparing 18:16:13 edf70074bd40: Waiting 18:16:13 e88e2a0651e6: Layer already exists 18:16:13 286145d18bbb: Layer already exists 18:16:13 8684d5b6f602: Layer already exists 18:16:13 a068930418ee: Layer already exists 18:16:13 424f7636f2c3: Layer already exists 18:16:13 edf70074bd40: Layer already exists 18:16:13 main: digest: sha256:54cc139d54ea6cb9eef620e2a4ece52ecbeca2bfadadfa0e3f9f6b85c83d85f1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:16:13 ===================================================== [Pipeline] echo 18:16:13 taggedImages: 18:16:13 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:16:13 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 18:16:13 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.106 18:16:13 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:16:13 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 18:16:13 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 18:16:13 3808792b237a8a61d15019083d388cf2a3940d6c 18:16:13 latest 18:16:13 3.0.0-dev.106 18:16:13 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:16:13 main 18:16:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:13 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:16:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:16:14 e953d5756f6b: Preparing 18:16:14 5baba12a1722: Preparing 18:16:14 8684d5b6f602: Preparing 18:16:14 a068930418ee: Preparing 18:16:14 f07d0d4a7ba5: Preparing 18:16:14 edf70074bd40: Preparing 18:16:14 edf70074bd40: Waiting 18:16:14 a068930418ee: Layer already exists 18:16:14 f07d0d4a7ba5: Layer already exists 18:16:14 8684d5b6f602: Layer already exists 18:16:14 edf70074bd40: Layer already exists 18:16:14 e953d5756f6b: Pushed 18:16:19 5baba12a1722: Pushed 18:16:20 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:412e0bba73ba74da772e41338fe657e5179bc65be1d116f4e6c9db7b54a28db1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 18:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:16:20 e953d5756f6b: Preparing 18:16:20 5baba12a1722: Preparing 18:16:20 8684d5b6f602: Preparing 18:16:20 a068930418ee: Preparing 18:16:20 f07d0d4a7ba5: Preparing 18:16:20 edf70074bd40: Preparing 18:16:20 edf70074bd40: Waiting 18:16:20 a068930418ee: Layer already exists 18:16:20 e953d5756f6b: Layer already exists 18:16:20 f07d0d4a7ba5: Layer already exists 18:16:20 8684d5b6f602: Layer already exists 18:16:20 5baba12a1722: Layer already exists 18:16:20 edf70074bd40: Layer already exists 18:16:20 latest: digest: sha256:412e0bba73ba74da772e41338fe657e5179bc65be1d116f4e6c9db7b54a28db1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:21 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.106 18:16:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:16:21 e953d5756f6b: Preparing 18:16:21 5baba12a1722: Preparing 18:16:21 8684d5b6f602: Preparing 18:16:21 a068930418ee: Preparing 18:16:21 f07d0d4a7ba5: Preparing 18:16:21 edf70074bd40: Preparing 18:16:21 edf70074bd40: Waiting 18:16:21 a068930418ee: Layer already exists 18:16:21 8684d5b6f602: Layer already exists 18:16:21 f07d0d4a7ba5: Layer already exists 18:16:21 e953d5756f6b: Layer already exists 18:16:21 5baba12a1722: Layer already exists 18:16:21 edf70074bd40: Layer already exists 18:16:21 3.0.0-dev.106: digest: sha256:412e0bba73ba74da772e41338fe657e5179bc65be1d116f4e6c9db7b54a28db1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:22 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:16:22 e953d5756f6b: Preparing 18:16:22 5baba12a1722: Preparing 18:16:22 8684d5b6f602: Preparing 18:16:22 a068930418ee: Preparing 18:16:22 f07d0d4a7ba5: Preparing 18:16:22 edf70074bd40: Preparing 18:16:22 edf70074bd40: Waiting 18:16:22 e953d5756f6b: Layer already exists 18:16:22 5baba12a1722: Layer already exists 18:16:22 8684d5b6f602: Layer already exists 18:16:22 a068930418ee: Layer already exists 18:16:22 f07d0d4a7ba5: Layer already exists 18:16:22 edf70074bd40: Layer already exists 18:16:22 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:412e0bba73ba74da772e41338fe657e5179bc65be1d116f4e6c9db7b54a28db1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:23 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 18:16:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:16:23 e953d5756f6b: Preparing 18:16:23 5baba12a1722: Preparing 18:16:23 8684d5b6f602: Preparing 18:16:23 a068930418ee: Preparing 18:16:23 f07d0d4a7ba5: Preparing 18:16:23 edf70074bd40: Preparing 18:16:23 edf70074bd40: Waiting 18:16:23 e953d5756f6b: Layer already exists 18:16:23 f07d0d4a7ba5: Layer already exists 18:16:23 a068930418ee: Layer already exists 18:16:23 5baba12a1722: Layer already exists 18:16:23 8684d5b6f602: Layer already exists 18:16:23 edf70074bd40: Layer already exists 18:16:23 main: digest: sha256:412e0bba73ba74da772e41338fe657e5179bc65be1d116f4e6c9db7b54a28db1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:16:23 ===================================================== [Pipeline] echo 18:16:23 taggedImages: 18:16:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c 18:16:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 18:16:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.106 18:16:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 18:16:23 - 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 18:16:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:16:24 18:16:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:16:24 arm64: Pulling from edgex-lftools-log-publisher 18:16:24 8998bd30e6a1: Pulling fs layer 18:16:24 04944245beec: Pulling fs layer 18:16:24 699f458cf7ca: Pulling fs layer 18:16:24 765212b225bb: Pulling fs layer 18:16:24 f23df028b6ca: Pulling fs layer 18:16:24 d65c8cfc05b1: Pulling fs layer 18:16:24 2437ff75d9bd: Pulling fs layer 18:16:24 765212b225bb: Waiting 18:16:24 f23df028b6ca: Waiting 18:16:24 d65c8cfc05b1: Waiting 18:16:24 2437ff75d9bd: Waiting 18:16:24 04944245beec: Verifying Checksum 18:16:24 04944245beec: Download complete 18:16:24 765212b225bb: Verifying Checksum 18:16:24 765212b225bb: Download complete 18:16:24 f23df028b6ca: Verifying Checksum 18:16:24 f23df028b6ca: Download complete 18:16:24 d65c8cfc05b1: Verifying Checksum 18:16:24 d65c8cfc05b1: Download complete 18:16:24 699f458cf7ca: Verifying Checksum 18:16:25 699f458cf7ca: Download complete 18:16:25 8998bd30e6a1: Verifying Checksum 18:16:25 8998bd30e6a1: Download complete 18:16:27 2437ff75d9bd: Verifying Checksum 18:16:27 2437ff75d9bd: Download complete 18:16:29 8998bd30e6a1: Pull complete 18:16:29 04944245beec: Pull complete 18:16:31 699f458cf7ca: Pull complete 18:16:31 765212b225bb: Pull complete 18:16:32 f23df028b6ca: Pull complete 18:16:32 d65c8cfc05b1: Pull complete 18:16:47 2437ff75d9bd: Pull complete 18:16:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:16:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:16:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:16:47 prd-ubuntu20.04-docker-arm64-4c-16g-4613 does not seem to be running inside a container 18:16:47 $ 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/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:16:49 $ docker top 5930840810f02536b98b4df12001e3faa8739787d91d9c303db1591eb22b667e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:16:50 ---> job-cost.sh 18:16:50 lf-activate-venv: SKIPPING 18:16:50 INFO: No Stack... 18:16:50 INFO: Retrieving Pricing Info for: v3-standard-4 18:16:51 INFO: Archiving Costs [Pipeline] sh 18:16:52 + cut -d,+ -f6 18:16:52 cat /w/workspace/edgex-go/468/archives/cost.csv [Pipeline] lock 18:16:52 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-468-stack-cost] 18:16:52 Resource [jenkins-edgexfoundry-edgex-go-main-468-stack-cost] did not exist. Created. 18:16:52 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-468-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:16:52 + echo total: 0.10999999940395355 [Pipeline] stash 18:16:53 Stashed 1 file(s) [Pipeline] } 18:16:53 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-468-stack-cost] [Pipeline] // lock [Pipeline] } 18:16:53 $ docker stop --time=1 5930840810f02536b98b4df12001e3faa8739787d91d9c303db1591eb22b667e 18:16:54 $ docker rm -f --volumes 5930840810f02536b98b4df12001e3faa8739787d91d9c303db1591eb22b667e [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 18:16:55 provisioning config files... 18:16:55 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/468@tmp/config1557031410334504890tmp [Pipeline] { [Pipeline] sh 18:16:55 + set +x 18:16:55 + curl -s https://codecov.io/bash 18:16:55 + bash -s -- 18:16:55 18:16:55 _____ _ 18:16:55 / ____| | | 18:16:55 | | ___ __| | ___ ___ _____ __ 18:16:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:16:55 | |___| (_) | (_| | __/ (_| (_) \ V / 18:16:55 \_____\___/ \__,_|\___|\___\___/ \_/ 18:16:55 Bash-1.0.6 18:16:55 18:16:55 18:16:55 ==> git version 2.25.1 found 18:16:55 ==> 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 18:16:55 Release-Date: 2020-01-08 18:16:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:16:55 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:16:55 ==> Jenkins CI detected. 18:16:55 current dir:  /w/workspace/edgex-go/468 18:16:55 project root: . 18:16:55 --> token set from env 18:16:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:16:55 ==> Running gcov in . (disable via -X gcov) 18:16:55 ==> Python coveragepy not found 18:16:55 ==> Searching for coverage reports in: 18:16:55 + . 18:16:55 -> Found 1 reports 18:16:55 ==> Detecting git/mercurial file structure 18:16:55 ==> Reading reports 18:16:55 + ./coverage.out bytes=447275 18:16:55 ==> Appending adjustments 18:16:55 https://docs.codecov.io/docs/fixing-reports 18:16:56 + Found adjustments 18:16:56 ==> Gzipping contents 18:16:56 60K /tmp/codecov.wYFxAg.gz 18:16:56 ==> Uploading reports 18:16:56 url: https://codecov.io 18:16:56 query: branch=main&commit=3808792b237a8a61d15019083d388cf2a3940d6c&build=468&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F468%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:16:56 -> Pinging Codecov 18:16:56 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=3808792b237a8a61d15019083d388cf2a3940d6c&build=468&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F468%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:16:56 -> Uploading to 18:16:56 https://storage.googleapis.com/codecov/v4/raw/2023-03-20/00271124DB129430A58F1EEE437C3FCB/3808792b237a8a61d15019083d388cf2a3940d6c/3034e0c7-9010-4231-b8a2-65fb6248d388.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230320T181656Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c77636a2a9d2564647cd36d92ec8bd8df06c72668dcfec8d280597df41718e6a 18:16:56 % Total % Received % Xferd Average Speed Time Time Time Current 18:16:56 Dload Upload Total Spent Left Speed 18:16:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57570 0 0 100 57570 0 177k --:--:-- --:--:-- --:--:-- 177k 18:16:57 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } 18:16:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:16:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:16:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:16:57 18:16:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:16:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:16:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:16:57 df9b9388f04a: Pulling fs layer 18:16:57 52dc419b0ee2: Pulling fs layer 18:16:57 25bc292e5bac: Pulling fs layer 18:16:57 114826534d7a: Pulling fs layer 18:16:57 4657fd5d0bcf: Pulling fs layer 18:16:57 6ad1cebc031e: Pulling fs layer 18:16:57 8a3aa393b2d8: Pulling fs layer 18:16:57 4657fd5d0bcf: Waiting 18:16:57 6ad1cebc031e: Waiting 18:16:57 114826534d7a: Waiting 18:16:57 8a3aa393b2d8: Waiting 18:16:57 25bc292e5bac: Verifying Checksum 18:16:57 25bc292e5bac: Download complete 18:16:57 52dc419b0ee2: Verifying Checksum 18:16:57 4657fd5d0bcf: Verifying Checksum 18:16:57 4657fd5d0bcf: Download complete 18:16:57 df9b9388f04a: Download complete 18:16:58 df9b9388f04a: Pull complete 18:16:58 6ad1cebc031e: Verifying Checksum 18:16:58 6ad1cebc031e: Download complete 18:16:58 52dc419b0ee2: Pull complete 18:16:58 25bc292e5bac: Pull complete 18:16:58 114826534d7a: Verifying Checksum 18:16:58 114826534d7a: Download complete 18:16:58 8a3aa393b2d8: Verifying Checksum 18:16:58 8a3aa393b2d8: Download complete 18:17:02 114826534d7a: Pull complete 18:17:02 4657fd5d0bcf: Pull complete 18:17:02 6ad1cebc031e: Pull complete 18:17:04 8a3aa393b2d8: Pull complete 18:17:04 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:17:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:17:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:17:05 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 18:17:05 $ 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/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 18:17:10 $ docker top dcd6f74d0a2227cdeebdddaa26b00771f19f576ff1628bed0121184fcb0d7e71 -eo pid,comm [Pipeline] { [Pipeline] echo 18:17:10 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 18:17:10 + set -o pipefail 18:17:10 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 18:17:15 18:17:15 Monitoring /w/workspace/edgex-go/468 (github.com/edgexfoundry/edgex-go)... 18:17:15 18:17:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/be673aa0-9bfc-4a5e-8e96-0eadee7efc83 18:17:15 18:17:15 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:17:15 18:17:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:17:15 18:17:42 18:17:42 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:17:42 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:17:42 More details here: https://snyk.co/ue1NS [Pipeline] } 18:17:42 $ docker stop --time=1 dcd6f74d0a2227cdeebdddaa26b00771f19f576ff1628bed0121184fcb0d7e71 18:17:46 $ docker rm -f --volumes dcd6f74d0a2227cdeebdddaa26b00771f19f576ff1628bed0121184fcb0d7e71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:17:46 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:17:46 provisioning config files... 18:17:46 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/468@tmp/config3660783448682386810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:17:46 --> edgex-publish-swagger.sh 18:17:46 === Publish openapi/v3 API === 18:17:46 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 18:17:46 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/468/openapi/v3/core-command.yaml] 18:17:46 % Total % Received % Xferd Average Speed Time Time Time Current 18:17:46 Dload Upload Total Spent Left Speed 18:17:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 60605 --:--:-- --:--:-- --:--:-- 60732 18:17:47 18:17:47 18:17:47 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/468/openapi/v3/core-data.yaml] 18:17:47 % Total % Received % Xferd Average Speed Time Time Time Current 18:17:47 Dload Upload Total Spent Left Speed 18:17:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 126k --:--:-- --:--:-- --:--:-- 126k 100 69110 0 0 100 69110 0 126k --:--:-- --:--:-- --:--:-- 126k 18:17:47 18:17:47 18:17:47 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/468/openapi/v3/core-metadata.yaml] 18:17:47 % Total % Received % Xferd Average Speed Time Time Time Current 18:17:47 Dload Upload Total Spent Left Speed 18:17:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 273k --:--:-- --:--:-- --:--:-- 273k 18:17:48 18:17:48 18:17:48 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/468/openapi/v3/support-notifications.yaml] 18:17:48 % Total % Received % Xferd Average Speed Time Time Time Current 18:17:48 Dload Upload Total Spent Left Speed 18:17:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 164k --:--:-- --:--:-- --:--:-- 164k 100 86965 0 0 100 86965 0 164k --:--:-- --:--:-- --:--:-- 164k 18:17:48 18:17:48 18:17:48 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/468/openapi/v3/support-scheduler.yaml] 18:17:48 % Total % Received % Xferd Average Speed Time Time Time Current 18:17:48 Dload Upload Total Spent Left Speed 18:17:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 68002 --:--:-- --:--:-- --:--:-- 68138 18:17:49 18:17:49 [Pipeline] } 18:17:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 18:17:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:17:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:17:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:17:50 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 18:17:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 18:17:50 $ docker top 1eea266ce25da4bfc4c6dd4c9663cb19a7967d975996bb1a60ec89579c63287b -eo pid,comm 18:17:50 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). 18:17:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:17:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:17:50 [ssh-agent] Looking for ssh-agent implementation... 18:17:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:17:50 $ docker exec 1eea266ce25da4bfc4c6dd4c9663cb19a7967d975996bb1a60ec89579c63287b ssh-agent 18:17:51 SSH_AUTH_SOCK=/tmp/ssh-yHGv2wVMZwJU/agent.32 18:17:51 SSH_AGENT_PID=38 18:17:51 Running ssh-add (command line suppressed) 18:17:51 Identity added: /w/workspace/edgex-go/468@tmp/private_key_17181507812259743079.key (/w/workspace/edgex-go/468@tmp/private_key_17181507812259743079.key) 18:17:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:17:51 + git semver tag 18:17:51 2023-03-20 18:17:51,664 [run_tag] DEBUG tag force:False 18:17:51 2023-03-20 18:17:51,664 [check_head_tag] DEBUG check head tag 18:17:51 2023-03-20 18:17:51,667 [execute] INFO git cat-file --batch-check 18:17:51 2023-03-20 18:17:51,667 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/468, universal_newlines=False, shell=None, istream=) 18:17:51 2023-03-20 18:17:51,670 [execute] INFO git cat-file --batch 18:17:51 2023-03-20 18:17:51,671 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/468, universal_newlines=False, shell=None, istream=) 18:17:51 2023-03-20 18:17:51,735 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main 18:17:51 2023-03-20 18:17:51,735 [execute] INFO git tag -a v3.0.0-dev.106 -m v3.0.0-dev.106 18:17:51 2023-03-20 18:17:51,735 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.106', '-m', 'v3.0.0-dev.106'], cwd=/w/workspace/edgex-go/468, universal_newlines=False, shell=None, istream=None) 18:17:51 2023-03-20 18:17:51,739 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main 18:17:51 3.0.0-dev.106 [Pipeline] } 18:17:52 $ docker exec --env ******** --env ******** 1eea266ce25da4bfc4c6dd4c9663cb19a7967d975996bb1a60ec89579c63287b ssh-agent -k 18:17:52 unset SSH_AUTH_SOCK; 18:17:52 unset SSH_AGENT_PID; 18:17:52 echo Agent pid 38 killed; 18:17:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:17:52 + git semver [Pipeline] } 18:17:52 $ docker stop --time=1 1eea266ce25da4bfc4c6dd4c9663cb19a7967d975996bb1a60ec89579c63287b 18:17:53 $ docker rm -f --volumes 1eea266ce25da4bfc4c6dd4c9663cb19a7967d975996bb1a60ec89579c63287b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:17:54 18:17:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:17:54 0.23.1-centos7: Pulling from edgex-lftools 18:17:54 ab5ef0e58194: Pulling fs layer 18:17:54 9712f1f96733: Pulling fs layer 18:17:54 63f879dbbcfc: Pulling fs layer 18:17:54 0d9ebad4ef96: Pulling fs layer 18:17:54 e9a5061849ea: Pulling fs layer 18:17:54 d747dcd14b5f: Pulling fs layer 18:17:54 2de7ff778b66: Pulling fs layer 18:17:54 d747dcd14b5f: Waiting 18:17:54 0d9ebad4ef96: Waiting 18:17:54 e9a5061849ea: Waiting 18:17:54 9712f1f96733: Download complete 18:17:55 63f879dbbcfc: Verifying Checksum 18:17:55 63f879dbbcfc: Download complete 18:17:55 e9a5061849ea: Verifying Checksum 18:17:55 e9a5061849ea: Download complete 18:17:55 0d9ebad4ef96: Verifying Checksum 18:17:55 0d9ebad4ef96: Download complete 18:17:55 d747dcd14b5f: Verifying Checksum 18:17:55 d747dcd14b5f: Download complete 18:17:55 ab5ef0e58194: Download complete 18:17:55 2de7ff778b66: Verifying Checksum 18:17:58 ab5ef0e58194: Pull complete 18:17:58 9712f1f96733: Pull complete 18:17:59 63f879dbbcfc: Pull complete 18:18:03 0d9ebad4ef96: Pull complete 18:18:03 e9a5061849ea: Pull complete 18:18:03 d747dcd14b5f: Pull complete 18:18:04 2de7ff778b66: Pull complete 18:18:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:18:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:18:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:04 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 18:18:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 18:18:11 $ docker top bf183cf7498b4c90bc6436d4c5793cea02844b7ecbcc0805a3cead016556af81 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:18:11 provisioning config files... 18:18:11 copy managed file [sigul-config] to file:/w/workspace/edgex-go/468@tmp/config8157144998141326578tmp 18:18:11 copy managed file [sigul-password] to file:/w/workspace/edgex-go/468@tmp/config15255658372841564697tmp 18:18:11 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/468@tmp/config15339429212089673773tmp [Pipeline] { [Pipeline] echo 18:18:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:18:11 ---> sigul-configuration.sh 18:18:11 gpg: directory `/root/.gnupg' created 18:18:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:18:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:18:11 gpg: keyring `/root/.gnupg/secring.gpg' created 18:18:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:18:11 gpg: CAST5 encrypted data 18:18:11 gpg: encrypted with 1 passphrase 18:18:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:18:12 + mkdir /home/jenkins 18:18:12 + mkdir /home/jenkins/sigul [Pipeline] sh 18:18:12 + 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 18:18:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:18:12 ---> sigul-install.sh 18:18:12 Sigul already installed; skipping installation. [Pipeline] sh 18:18:12 + git tag --list 18:18:12 0.6.0 18:18:12 0.6.1 18:18:12 0.7.0 18:18:12 0.7.1 18:18:12 v1.0.0 18:18:12 v1.0.1 18:18:12 v1.1.0 18:18:12 v1.2.0 18:18:12 v1.2.1 18:18:12 v1.3.0 18:18:12 v1.3.1 18:18:12 v2.0.0 18:18:12 v2.1.0 18:18:12 v2.1.1 18:18:12 v2.1.1-dev.1 18:18:12 v2.1.1-dev.2 18:18:12 v2.1.1-dev.3 18:18:12 v2.1.1-dev.4 18:18:12 v2.1.1-dev.5 18:18:12 v2.1.1-dev.6 18:18:12 v2.1.1-dev.7 18:18:12 v2.1.1-dev.8 18:18:12 v2.1.2-dev.1 18:18:12 v2.2.0 18:18:12 v2.2.1-dev.1 18:18:12 v2.2.1-dev.10 18:18:12 v2.2.1-dev.11 18:18:12 v2.2.1-dev.12 18:18:12 v2.2.1-dev.13 18:18:12 v2.2.1-dev.14 18:18:12 v2.2.1-dev.15 18:18:12 v2.2.1-dev.16 18:18:12 v2.2.1-dev.17 18:18:12 v2.2.1-dev.18 18:18:12 v2.2.1-dev.19 18:18:12 v2.2.1-dev.2 18:18:12 v2.2.1-dev.20 18:18:12 v2.2.1-dev.21 18:18:12 v2.2.1-dev.22 18:18:12 v2.2.1-dev.23 18:18:12 v2.2.1-dev.24 18:18:12 v2.2.1-dev.25 18:18:12 v2.2.1-dev.26 18:18:12 v2.2.1-dev.27 18:18:12 v2.2.1-dev.28 18:18:12 v2.2.1-dev.29 18:18:12 v2.2.1-dev.3 18:18:12 v2.2.1-dev.4 18:18:12 v2.2.1-dev.5 18:18:12 v2.2.1-dev.6 18:18:12 v2.2.1-dev.7 18:18:12 v2.2.1-dev.8 18:18:12 v2.2.1-dev.9 18:18:12 v2.3.0 18:18:12 v2.3.0-dev.100 18:18:12 v2.3.0-dev.101 18:18:12 v2.3.0-dev.102 18:18:12 v2.3.0-dev.103 18:18:12 v2.3.0-dev.104 18:18:12 v2.3.0-dev.105 18:18:12 v2.3.0-dev.106 18:18:12 v2.3.0-dev.29 18:18:12 v2.3.0-dev.30 18:18:12 v2.3.0-dev.31 18:18:12 v2.3.0-dev.32 18:18:12 v2.3.0-dev.33 18:18:12 v2.3.0-dev.34 18:18:12 v2.3.0-dev.35 18:18:12 v2.3.0-dev.36 18:18:12 v2.3.0-dev.37 18:18:12 v2.3.0-dev.38 18:18:12 v2.3.0-dev.39 18:18:12 v2.3.0-dev.40 18:18:12 v2.3.0-dev.41 18:18:12 v2.3.0-dev.42 18:18:12 v2.3.0-dev.43 18:18:12 v2.3.0-dev.44 18:18:12 v2.3.0-dev.45 18:18:12 v2.3.0-dev.46 18:18:12 v2.3.0-dev.47 18:18:12 v2.3.0-dev.48 18:18:12 v2.3.0-dev.49 18:18:12 v2.3.0-dev.50 18:18:12 v2.3.0-dev.51 18:18:12 v2.3.0-dev.52 18:18:12 v2.3.0-dev.53 18:18:12 v2.3.0-dev.54 18:18:12 v2.3.0-dev.55 18:18:12 v2.3.0-dev.56 18:18:12 v2.3.0-dev.57 18:18:12 v2.3.0-dev.58 18:18:12 v2.3.0-dev.59 18:18:12 v2.3.0-dev.60 18:18:12 v2.3.0-dev.61 18:18:12 v2.3.0-dev.62 18:18:12 v2.3.0-dev.63 18:18:12 v2.3.0-dev.64 18:18:12 v2.3.0-dev.65 18:18:12 v2.3.0-dev.66 18:18:12 v2.3.0-dev.67 18:18:12 v2.3.0-dev.68 18:18:12 v2.3.0-dev.69 18:18:12 v2.3.0-dev.70 18:18:12 v2.3.0-dev.71 18:18:12 v2.3.0-dev.72 18:18:12 v2.3.0-dev.73 18:18:12 v2.3.0-dev.74 18:18:12 v2.3.0-dev.75 18:18:12 v2.3.0-dev.76 18:18:12 v2.3.0-dev.77 18:18:12 v2.3.0-dev.78 18:18:12 v2.3.0-dev.79 18:18:12 v2.3.0-dev.80 18:18:12 v2.3.0-dev.81 18:18:12 v2.3.0-dev.82 18:18:12 v2.3.0-dev.83 18:18:12 v2.3.0-dev.84 18:18:12 v2.3.0-dev.85 18:18:12 v2.3.0-dev.86 18:18:12 v2.3.0-dev.87 18:18:12 v2.3.0-dev.88 18:18:12 v2.3.0-dev.89 18:18:12 v2.3.0-dev.90 18:18:12 v2.3.0-dev.91 18:18:12 v2.3.0-dev.92 18:18:12 v2.3.0-dev.93 18:18:12 v2.3.0-dev.94 18:18:12 v2.3.0-dev.95 18:18:12 v2.3.0-dev.96 18:18:12 v2.3.0-dev.97 18:18:12 v2.3.0-dev.98 18:18:12 v2.3.0-dev.99 18:18:12 v2.3.1-dev.1 18:18:12 v2.3.1-dev.2 18:18:12 v2.3.1-dev.3 18:18:12 v2.3.1-dev.4 18:18:12 v2.3.1-dev.5 18:18:12 v3.0.0-dev.1 18:18:12 v3.0.0-dev.10 18:18:12 v3.0.0-dev.100 18:18:12 v3.0.0-dev.101 18:18:12 v3.0.0-dev.102 18:18:12 v3.0.0-dev.103 18:18:12 v3.0.0-dev.104 18:18:12 v3.0.0-dev.105 18:18:12 v3.0.0-dev.106 18:18:12 v3.0.0-dev.11 18:18:12 v3.0.0-dev.12 18:18:12 v3.0.0-dev.13 18:18:12 v3.0.0-dev.14 18:18:12 v3.0.0-dev.15 18:18:12 v3.0.0-dev.16 18:18:12 v3.0.0-dev.17 18:18:12 v3.0.0-dev.18 18:18:12 v3.0.0-dev.19 18:18:12 v3.0.0-dev.2 18:18:12 v3.0.0-dev.20 18:18:12 v3.0.0-dev.21 18:18:12 v3.0.0-dev.22 18:18:12 v3.0.0-dev.23 18:18:12 v3.0.0-dev.24 18:18:12 v3.0.0-dev.25 18:18:12 v3.0.0-dev.26 18:18:12 v3.0.0-dev.27 18:18:12 v3.0.0-dev.28 18:18:12 v3.0.0-dev.29 18:18:12 v3.0.0-dev.3 18:18:12 v3.0.0-dev.30 18:18:12 v3.0.0-dev.31 18:18:12 v3.0.0-dev.32 18:18:12 v3.0.0-dev.33 18:18:12 v3.0.0-dev.34 18:18:12 v3.0.0-dev.35 18:18:12 v3.0.0-dev.36 18:18:12 v3.0.0-dev.37 18:18:12 v3.0.0-dev.38 18:18:12 v3.0.0-dev.39 18:18:12 v3.0.0-dev.4 18:18:12 v3.0.0-dev.40 18:18:12 v3.0.0-dev.41 18:18:12 v3.0.0-dev.42 18:18:12 v3.0.0-dev.43 18:18:12 v3.0.0-dev.44 18:18:12 v3.0.0-dev.45 18:18:12 v3.0.0-dev.46 18:18:12 v3.0.0-dev.47 18:18:12 v3.0.0-dev.48 18:18:12 v3.0.0-dev.49 18:18:12 v3.0.0-dev.5 18:18:12 v3.0.0-dev.50 18:18:12 v3.0.0-dev.51 18:18:12 v3.0.0-dev.52 18:18:12 v3.0.0-dev.53 18:18:12 v3.0.0-dev.54 18:18:12 v3.0.0-dev.55 18:18:12 v3.0.0-dev.56 18:18:12 v3.0.0-dev.57 18:18:12 v3.0.0-dev.58 18:18:12 v3.0.0-dev.59 18:18:12 v3.0.0-dev.6 18:18:12 v3.0.0-dev.60 18:18:12 v3.0.0-dev.61 18:18:12 v3.0.0-dev.62 18:18:12 v3.0.0-dev.63 18:18:12 v3.0.0-dev.64 18:18:12 v3.0.0-dev.65 18:18:12 v3.0.0-dev.66 18:18:12 v3.0.0-dev.67 18:18:12 v3.0.0-dev.68 18:18:12 v3.0.0-dev.69 18:18:12 v3.0.0-dev.7 18:18:12 v3.0.0-dev.70 18:18:12 v3.0.0-dev.71 18:18:12 v3.0.0-dev.72 18:18:12 v3.0.0-dev.73 18:18:12 v3.0.0-dev.74 18:18:12 v3.0.0-dev.75 18:18:12 v3.0.0-dev.76 18:18:12 v3.0.0-dev.77 18:18:12 v3.0.0-dev.78 18:18:12 v3.0.0-dev.79 18:18:12 v3.0.0-dev.8 18:18:12 v3.0.0-dev.80 18:18:12 v3.0.0-dev.81 18:18:12 v3.0.0-dev.82 18:18:12 v3.0.0-dev.83 18:18:12 v3.0.0-dev.84 18:18:12 v3.0.0-dev.85 18:18:12 v3.0.0-dev.86 18:18:12 v3.0.0-dev.87 18:18:12 v3.0.0-dev.88 18:18:12 v3.0.0-dev.89 18:18:12 v3.0.0-dev.9 18:18:12 v3.0.0-dev.90 18:18:12 v3.0.0-dev.91 18:18:12 v3.0.0-dev.92 18:18:12 v3.0.0-dev.93 18:18:12 v3.0.0-dev.94 18:18:12 v3.0.0-dev.95 18:18:12 v3.0.0-dev.96 18:18:12 v3.0.0-dev.97 18:18:12 v3.0.0-dev.98 18:18:12 v3.0.0-dev.99 [Pipeline] sh 18:18:13 + lftools sign git-tag v3.0.0-dev.106 18:18:13 Signing Git tag with Sigul... 18:18:13 Signing v3.0.0-dev.106 [Pipeline] echo 18:18:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:18:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:18:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:18:14 $ docker stop --time=1 bf183cf7498b4c90bc6436d4c5793cea02844b7ecbcc0805a3cead016556af81 18:18:15 $ docker rm -f --volumes bf183cf7498b4c90bc6436d4c5793cea02844b7ecbcc0805a3cead016556af81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:18:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:18:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:18:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:16 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 18:18:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 18:18:17 $ docker top 29485f2be03ed358b466066d5197e5f89dbdf86d39e03bfed34660411342f483 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:18:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:18:17 [ssh-agent] Looking for ssh-agent implementation... 18:18:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:18:17 $ docker exec 29485f2be03ed358b466066d5197e5f89dbdf86d39e03bfed34660411342f483 ssh-agent 18:18:17 SSH_AUTH_SOCK=/tmp/ssh-a0uFRhKnfSS3/agent.32 18:18:17 SSH_AGENT_PID=38 18:18:17 Running ssh-add (command line suppressed) 18:18:17 Identity added: /w/workspace/edgex-go/468@tmp/private_key_8300244169163657847.key (/w/workspace/edgex-go/468@tmp/private_key_8300244169163657847.key) 18:18:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:18:18 + git semver bump pre 18:18:18 2023-03-20 18:18:18,343 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main 18:18:18 2023-03-20 18:18:18,343 [bump_version] DEBUG bumping version:3.0.0-dev.106 on axis:pre with prefix:dev 18:18:18 2023-03-20 18:18:18,344 [bump_version] DEBUG bumped version:3.0.0-dev.107 18:18:18 2023-03-20 18:18:18,344 [write_version] DEBUG write version:3.0.0-dev.107 to path:/w/workspace/edgex-go/468/.semver/main with force:True 18:18:18 2023-03-20 18:18:18,344 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main 18:18:18 2023-03-20 18:18:18,344 [write_file] DEBUG write to file:/w/workspace/edgex-go/468/.semver/main 18:18:18 2023-03-20 18:18:18,347 [execute] INFO git cat-file --batch-check 18:18:18 2023-03-20 18:18:18,347 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=False, shell=None, istream=) 18:18:18 2023-03-20 18:18:18,353 [execute] INFO git cat-file --batch 18:18:18 2023-03-20 18:18:18,353 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=False, shell=None, istream=) 18:18:18 2023-03-20 18:18:18,358 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main 18:18:18 3.0.0-dev.107 [Pipeline] } 18:18:18 $ docker exec --env ******** --env ******** 29485f2be03ed358b466066d5197e5f89dbdf86d39e03bfed34660411342f483 ssh-agent -k 18:18:18 unset SSH_AUTH_SOCK; 18:18:18 unset SSH_AGENT_PID; 18:18:18 echo Agent pid 38 killed; 18:18:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:18:18 + git semver [Pipeline] } 18:18:19 $ docker stop --time=1 29485f2be03ed358b466066d5197e5f89dbdf86d39e03bfed34660411342f483 18:18:20 $ docker rm -f --volumes 29485f2be03ed358b466066d5197e5f89dbdf86d39e03bfed34660411342f483 [Pipeline] // withDockerContainer [Pipeline] sh 18:18:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:18:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:18:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:21 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 18:18:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 18:18:21 $ docker top 0589caa7d3ea4068ad8f4e4e45b52587e41b559741830ef962f85aa03a6f354a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:18:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:18:21 [ssh-agent] Looking for ssh-agent implementation... 18:18:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:18:21 $ docker exec 0589caa7d3ea4068ad8f4e4e45b52587e41b559741830ef962f85aa03a6f354a ssh-agent 18:18:21 SSH_AUTH_SOCK=/tmp/ssh-Afg9sUtLJsB2/agent.32 18:18:21 SSH_AGENT_PID=38 18:18:21 Running ssh-add (command line suppressed) 18:18:21 Identity added: /w/workspace/edgex-go/468@tmp/private_key_2477273518511421860.key (/w/workspace/edgex-go/468@tmp/private_key_2477273518511421860.key) 18:18:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:18:22 + git semver push 18:18:22 2023-03-20 18:18:22,423 [run_push] DEBUG push 18:18:22 2023-03-20 18:18:22,425 [execute] INFO git cat-file --batch-check 18:18:22 2023-03-20 18:18:22,425 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=False, shell=None, istream=) 18:18:22 2023-03-20 18:18:22,430 [execute] INFO git rev-list 0f70bce7aa2ca2e8678eb6782dfdc24ca48ad8b3 -- 18:18:22 2023-03-20 18:18:22,431 [execute] DEBUG Popen(['git', 'rev-list', '0f70bce7aa2ca2e8678eb6782dfdc24ca48ad8b3', '--'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=False, shell=None, istream=None) 18:18:22 2023-03-20 18:18:22,448 [execute] INFO git fetch -v origin 18:18:22 2023-03-20 18:18:22,448 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=True, shell=None, istream=None) 18:18:23 2023-03-20 18:18:22,930 [run_push] DEBUG no remote changes detected 18:18:23 2023-03-20 18:18:22,930 [execute] INFO git push origin semver 18:18:23 2023-03-20 18:18:22,930 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=False, shell=None, istream=None) 18:18:24 2023-03-20 18:18:24,075 [run_push] DEBUG push all version tags 18:18:24 2023-03-20 18:18:24,075 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:18:24 2023-03-20 18:18:24,075 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/468, universal_newlines=False, shell=None, istream=None) 18:18:24 2023-03-20 18:18:24,984 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main 18:18:24 3.0.0-dev.107 [Pipeline] } 18:18:25 $ docker exec --env ******** --env ******** 0589caa7d3ea4068ad8f4e4e45b52587e41b559741830ef962f85aa03a6f354a ssh-agent -k 18:18:25 unset SSH_AUTH_SOCK; 18:18:25 unset SSH_AGENT_PID; 18:18:25 echo Agent pid 38 killed; 18:18:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:18:25 + git semver [Pipeline] } 18:18:25 $ docker stop --time=1 0589caa7d3ea4068ad8f4e4e45b52587e41b559741830ef962f85aa03a6f354a 18:18:27 $ docker rm -f --volumes 0589caa7d3ea4068ad8f4e4e45b52587e41b559741830ef962f85aa03a6f354a [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 18:18:27 + [ -d /w/workspace/edgex-go/468/archives ] [Pipeline] libraryResource [Pipeline] sh 18:18:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:18:28 ---> package-listing.sh 18:18:28 ++ facter osfamily 18:18:28 ++ tr '[:upper:]' '[:lower:]' 18:18:29 + OS_FAMILY=debian 18:18:29 + workspace=/w/workspace/edgex-go/468 18:18:29 + START_PACKAGES=/tmp/packages_start.txt 18:18:29 + END_PACKAGES=/tmp/packages_end.txt 18:18:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:18:29 + PACKAGES=/tmp/packages_start.txt 18:18:29 + '[' /w/workspace/edgex-go/468 ']' 18:18:29 + PACKAGES=/tmp/packages_end.txt 18:18:29 + case "${OS_FAMILY}" in 18:18:29 + dpkg -l 18:18:29 + grep '^ii' 18:18:29 + '[' -f /tmp/packages_start.txt ']' 18:18:29 + '[' -f /tmp/packages_end.txt ']' 18:18:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:18:29 + '[' /w/workspace/edgex-go/468 ']' 18:18:29 + mkdir -p /w/workspace/edgex-go/468/archives/ 18:18:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/468/archives/ [Pipeline] echo 18:18:29 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/468/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:18:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:18:30 18:18:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:18:30 latest: Pulling from edgex-lftools-log-publisher 18:18:30 5eb5b503b376: Pulling fs layer 18:18:30 5c69ac0246d0: Pulling fs layer 18:18:30 ec43610c2a17: Pulling fs layer 18:18:30 3a2ae6a8a46f: Pulling fs layer 18:18:30 33b1e0a273af: Pulling fs layer 18:18:30 5d3b04190fa2: Pulling fs layer 18:18:30 2f39f015ded8: Pulling fs layer 18:18:30 33b1e0a273af: Waiting 18:18:30 5d3b04190fa2: Waiting 18:18:30 3a2ae6a8a46f: Waiting 18:18:30 5c69ac0246d0: Download complete 18:18:30 3a2ae6a8a46f: Verifying Checksum 18:18:30 3a2ae6a8a46f: Download complete 18:18:30 33b1e0a273af: Verifying Checksum 18:18:30 33b1e0a273af: Download complete 18:18:30 5d3b04190fa2: Verifying Checksum 18:18:30 5d3b04190fa2: Download complete 18:18:30 ec43610c2a17: Verifying Checksum 18:18:30 ec43610c2a17: Download complete 18:18:30 5eb5b503b376: Verifying Checksum 18:18:30 5eb5b503b376: Download complete 18:18:31 2f39f015ded8: Download complete 18:18:31 5eb5b503b376: Pull complete 18:18:32 5c69ac0246d0: Pull complete 18:18:32 ec43610c2a17: Pull complete 18:18:32 3a2ae6a8a46f: Pull complete 18:18:32 33b1e0a273af: Pull complete 18:18:33 5d3b04190fa2: Pull complete 18:18:37 2f39f015ded8: Pull complete 18:18:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:18:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:18:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:37 prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container 18:18:37 $ 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/468/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/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@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 18:18:42 $ docker top 20e797f2e8512d212e31fe8e619a1ca680726329c8412354cb4f98fcbd444622 -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:42 + touch /tmp/pre-build-complete [Pipeline] sh 18:18:43 + mkdir -p /var/log/sysstat [Pipeline] sh 18:18:43 + ls /var/log/sa-host 18:18:43 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:18:43 provisioning config files... 18:18:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/468@tmp/config6316363409796672495tmp [Pipeline] { [Pipeline] echo 18:18:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:18:43 ---> create-netrc.sh [Pipeline] } 18:18:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:18:44 ---> python-tools-install.sh [Pipeline] echo 18:18:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:18:44 ---> sudo-logs.sh 18:18:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:18:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:18:44 ---> job-cost.sh 18:18:44 lf-activate-venv: SKIPPING 18:18:44 DEBUG: total: 0.10999999940395355 18:18:44 INFO: Retrieving Stack Cost... 18:18:44 INFO: Retrieving Pricing Info for: v3-standard-8 18:18:45 INFO: Archiving Costs [Pipeline] echo 18:18:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:18:45 ---> logs-deploy.sh 18:18:45 lf-activate-venv: SKIPPING 18:18:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/468 18:18:45 INFO: archiving workspace using pattern(s): 18:18:46 Archives upload complete. 18:18:46 INFO: archiving logs to Nexus 18:18:47 ---> uname -a: 18:18:47 Linux prd-ubuntu20-04-docker-8c-8g-4612 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:18:47 18:18:47 18:18:47 ---> lscpu: 18:18:47 Architecture: x86_64 18:18:47 CPU op-mode(s): 32-bit, 64-bit 18:18:47 Byte Order: Little Endian 18:18:47 Address sizes: 40 bits physical, 48 bits virtual 18:18:47 CPU(s): 8 18:18:47 On-line CPU(s) list: 0-7 18:18:47 Thread(s) per core: 1 18:18:47 Core(s) per socket: 1 18:18:47 Socket(s): 8 18:18:47 NUMA node(s): 1 18:18:47 Vendor ID: AuthenticAMD 18:18:47 CPU family: 23 18:18:47 Model: 49 18:18:47 Model name: AMD EPYC-Rome Processor 18:18:47 Stepping: 0 18:18:47 CPU MHz: 2800.000 18:18:47 BogoMIPS: 5600.00 18:18:47 Virtualization: AMD-V 18:18:47 Hypervisor vendor: KVM 18:18:47 Virtualization type: full 18:18:47 L1d cache: 256 KiB 18:18:47 L1i cache: 256 KiB 18:18:47 L2 cache: 4 MiB 18:18:47 L3 cache: 128 MiB 18:18:47 NUMA node0 CPU(s): 0-7 18:18:47 Vulnerability Itlb multihit: Not affected 18:18:47 Vulnerability L1tf: Not affected 18:18:47 Vulnerability Mds: Not affected 18:18:47 Vulnerability Meltdown: Not affected 18:18:47 Vulnerability Mmio stale data: Not affected 18:18:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:18:47 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:18:47 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:18:47 Vulnerability Srbds: Not affected 18:18:47 Vulnerability Tsx async abort: Not affected 18:18:47 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 18:18:47 18:18:47 18:18:47 ---> nproc: 18:18:47 8 18:18:47 18:18:47 18:18:47 ---> df -h: 18:18:47 Filesystem Size Used Avail Use% Mounted on 18:18:47 overlay 155G 22G 134G 14% / 18:18:47 tmpfs 64M 0 64M 0% /dev 18:18:47 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:18:47 shm 64M 0 64M 0% /dev/shm 18:18:47 /dev/vda1 155G 22G 134G 14% /facter-os 18:18:47 18:18:47 18:18:47 ---> sar -b -r -n DEV: 18:18:47 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4612) 03/20/23 _x86_64_ (8 CPU) 18:18:47 18:18:47 17:42:48 LINUX RESTART (8 CPU) 18:18:47 18:18:47 17:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:18:47 17:44:01 143.79 47.76 96.03 0.00 5369.37 105312.71 0.00 18:18:47 17:45:01 104.35 0.75 103.60 0.00 20.26 54171.64 0.00 18:18:47 17:46:01 22.08 0.18 21.90 0.00 2.67 5474.17 0.00 18:18:47 17:47:01 245.95 0.52 245.43 0.00 24.66 101675.04 0.00 18:18:47 17:48:01 420.75 10.78 409.97 0.00 151.17 169664.79 0.00 18:18:47 17:49:01 273.82 9.10 264.72 0.00 2820.33 137281.79 0.00 18:18:47 17:50:01 731.19 3.47 727.72 0.00 2296.17 163160.95 0.00 18:18:47 17:51:01 335.56 4.15 331.41 0.00 37.19 174136.71 0.00 18:18:47 17:52:02 543.30 0.15 543.15 0.00 5.96 123369.49 0.00 18:18:47 17:53:01 360.11 0.10 360.01 0.00 0.81 126464.94 0.00 18:18:47 17:54:01 101.33 0.10 101.23 0.00 17.60 3086.69 0.00 18:18:47 17:55:01 12.35 0.02 12.33 0.00 4.27 355.08 0.00 18:18:47 17:56:01 1.25 0.00 1.25 0.00 0.00 12.40 0.00 18:18:47 17:57:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 18:18:47 17:58:01 2.05 0.02 2.03 0.00 0.13 22.13 0.00 18:18:47 17:59:01 1.30 0.00 1.30 0.00 0.00 19.20 0.00 18:18:47 18:00:01 1.25 0.00 1.25 0.00 0.00 14.53 0.00 18:18:47 18:01:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 18:18:47 18:02:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 18:18:47 18:03:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 18:18:47 18:04:01 1.78 0.00 1.78 0.00 0.00 19.86 0.00 18:18:47 18:05:01 1.53 0.00 1.53 0.00 0.00 17.59 0.00 18:18:47 18:06:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 18:18:47 18:07:01 3.52 1.03 2.48 0.00 22.00 33.33 0.00 18:18:47 18:08:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 18:18:47 18:09:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 18:18:47 18:10:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 18:18:47 18:11:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 18:18:47 18:12:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 18:18:47 18:13:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 18:18:47 18:14:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 18:18:47 18:15:01 1.22 0.00 1.22 0.00 0.00 14.26 0.00 18:18:47 18:16:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 18:18:47 18:17:01 3.33 0.12 3.22 0.00 10.40 129.71 0.00 18:18:47 18:18:01 75.24 0.28 74.95 0.00 3.20 34267.76 0.00 18:18:47 Average: 97.16 2.24 94.92 0.00 308.27 34225.19 0.00 18:18:47 18:18:47 17:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:18:47 17:44:01 28744236 31617396 684544 2.08 73288 3075012 1838084 5.42 1017224 2749912 513340 18:18:47 17:45:01 27727764 31377332 916264 2.79 113232 3731380 2411436 7.11 1688644 3000496 115852 18:18:47 17:46:01 27755808 31570016 722052 2.20 116492 3868352 1805912 5.32 1356664 3283388 369804 18:18:47 17:47:01 25699600 31326880 948216 2.88 135280 5589160 2452568 7.23 1794212 4802452 206904 18:18:47 17:48:01 20526184 31511344 769400 2.34 290768 10529780 1920384 5.66 1737420 9772312 2222652 18:18:47 17:49:01 20958220 31479952 790188 2.40 312324 9983688 1966040 5.79 2048828 8960304 160 18:18:47 17:50:01 19397708 31425644 830348 2.53 351056 11338184 2249628 6.63 2514864 9927124 531808 18:18:47 17:51:01 15581480 31480516 782052 2.38 466468 14940024 1959580 5.78 2419400 13694400 646368 18:18:47 17:52:02 15922156 31484184 776948 2.36 482712 14605656 2027856 5.98 2515216 13274584 355376 18:18:47 17:53:01 16366264 31452408 808956 2.46 495420 14117992 2160668 6.37 2589048 12759972 220 18:18:47 17:54:01 17488560 31526432 738096 2.24 497956 13095196 1848272 5.45 2542588 11716612 724 18:18:47 17:55:01 17486068 31524444 739732 2.25 498428 13095424 1866324 5.50 2545656 11716556 260 18:18:47 17:56:01 17487456 31525856 738432 2.25 498436 13095424 1866324 5.50 2543284 11716556 176 18:18:47 17:57:01 17493536 31532080 732204 2.23 498452 13095556 1866324 5.50 2536648 11716688 172 18:18:47 17:58:01 17492072 31530708 733836 2.23 498468 13095556 1906232 5.62 2536368 11716712 48 18:18:47 17:59:01 17493120 31531760 732800 2.23 498496 13095540 1906232 5.62 2535972 11716692 176 18:18:47 18:00:01 17492780 31531480 733052 2.23 498508 13095544 1906232 5.62 2535936 11716700 44 18:18:47 18:01:01 17493024 31531740 732732 2.23 498516 13095544 1906232 5.62 2535976 11716700 156 18:18:47 18:02:01 17493008 31531748 732660 2.23 498540 13095548 1906232 5.62 2535980 11716704 8 18:18:47 18:03:01 17492960 31531724 732620 2.23 498560 13095548 1906232 5.62 2535980 11716704 176 18:18:47 18:04:01 17493160 31532020 732528 2.23 498604 13095548 1906232 5.62 2536204 11716776 20 18:18:47 18:05:01 17492828 31531696 732800 2.23 498624 13095556 1906232 5.62 2536252 11716780 48 18:18:47 18:06:01 17492520 31531388 733032 2.23 498632 13095556 1906232 5.62 2536300 11716780 48 18:18:47 18:07:01 17490544 31530536 733732 2.23 498692 13096184 1926720 5.68 2536532 11717344 204 18:18:47 18:08:01 17490820 31530816 733436 2.23 498708 13096188 1926720 5.68 2536164 11717348 8 18:18:47 18:09:01 17491024 31531096 733084 2.23 498756 13096188 1926720 5.68 2536304 11717352 44 18:18:47 18:10:01 17491228 31531320 732808 2.23 498764 13096192 1926720 5.68 2536272 11717356 12 18:18:47 18:11:01 17491212 31531320 732748 2.23 498780 13096192 1926720 5.68 2536300 11717356 180 18:18:47 18:12:01 17491380 31531492 732724 2.23 498788 13096196 1926720 5.68 2536288 11717360 8 18:18:47 18:13:01 17490796 31530928 733264 2.23 498808 13096192 1926720 5.68 2536304 11717364 44 18:18:47 18:14:01 17490780 31530916 733188 2.23 498828 13096200 1926720 5.68 2536380 11717364 8 18:18:47 18:15:01 17490732 31530920 733148 2.23 498852 13096204 1926720 5.68 2536364 11717368 140 18:18:47 18:16:01 17490684 31530872 733228 2.23 498868 13096204 1926720 5.68 2536352 11717368 12 18:18:47 18:17:01 16844540 31482572 780452 2.37 506032 13662284 2186728 6.44 2590472 12283560 566828 18:18:47 18:18:01 16048084 31473520 787844 2.40 538736 14345716 2197156 6.48 2673672 12921356 567452 18:18:47 Average: 18682067 31511002 756376 2.30 438568 12028306 1972759 5.81 2380059 10769154 174271 18:18:47 18:18:47 17:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:18:47 17:44:01 docker0 512.53 432.91 36.60 2740.16 0.00 0.00 0.00 0.00 18:18:47 17:44:01 lo 5.20 5.20 0.50 0.50 0.00 0.00 0.00 0.00 18:18:47 17:44:01 ens3 1658.84 1507.33 11944.52 179.14 0.00 0.00 0.00 0.00 18:18:47 17:45:01 docker0 71.60 97.43 5.90 685.37 0.00 0.00 0.00 0.00 18:18:47 17:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 17:45:01 veth025324d 0.08 0.27 0.01 0.02 0.00 0.00 0.00 0.00 18:18:47 17:45:01 ens3 139.84 102.80 725.67 26.11 0.00 0.00 0.00 0.00 18:18:47 17:46:01 docker0 1.22 1.22 0.09 0.11 0.00 0.00 0.00 0.00 18:18:47 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:46:01 veth025324d 1.22 1.23 0.11 0.11 0.00 0.00 0.00 0.00 18:18:47 17:46:01 ens3 38.81 38.16 23.18 108.47 0.00 0.00 0.00 0.00 18:18:47 17:47:01 veth912464b 42.39 66.23 4.08 172.59 0.00 0.00 0.00 0.01 18:18:47 17:47:01 docker0 216.79 337.10 17.75 1020.93 0.00 0.00 0.00 0.00 18:18:47 17:47:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 18:18:47 17:47:01 vethf321b51 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 18:18:47 17:47:01 veth11bdd00 41.35 63.33 3.98 155.50 0.00 0.00 0.00 0.01 18:18:47 17:47:01 veth338881e 41.70 63.66 4.02 160.58 0.00 0.00 0.00 0.01 18:18:47 17:47:01 ens3 434.56 278.49 2719.22 41.04 0.00 0.00 0.00 0.00 18:18:47 17:47:01 veth38ac1f8 41.45 62.65 3.99 154.71 0.00 0.00 0.00 0.01 18:18:47 17:47:01 vethef44861 42.39 65.13 4.09 164.87 0.00 0.00 0.00 0.01 18:18:47 17:48:01 docker0 353.97 578.47 27.58 5228.43 0.00 0.00 0.00 0.00 18:18:47 17:48:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 18:18:47 17:48:01 vethf321b51 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:18:47 17:48:01 ens3 612.01 374.72 5493.07 35.37 0.00 0.00 0.00 0.00 18:18:47 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:49:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 18:18:47 17:49:01 vethf321b51 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:49:01 ens3 150.67 95.62 1186.30 11.64 0.00 0.00 0.00 0.00 18:18:47 17:50:01 vethff47b51 55.63 92.25 5.26 368.58 0.00 0.00 0.00 0.03 18:18:47 17:50:01 docker0 409.16 734.99 32.42 4444.48 0.00 0.00 0.00 0.00 18:18:47 17:50:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 18:18:47 17:50:01 vethe4993be 25.56 36.89 2.49 12.84 0.00 0.00 0.00 0.00 18:18:47 17:50:01 vethf321b51 0.00 0.57 0.00 0.02 0.00 0.00 0.00 0.00 18:18:47 17:50:01 ens3 849.40 465.39 5849.01 57.45 0.00 0.00 0.00 0.00 18:18:47 17:51:01 docker0 131.74 277.44 10.12 2036.04 0.00 0.00 0.00 0.00 18:18:47 17:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 17:51:01 vethf321b51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:51:01 ens3 291.13 139.94 2054.49 15.27 0.00 0.00 0.00 0.00 18:18:47 17:52:02 docker0 12.89 25.43 0.84 321.88 0.00 0.00 0.00 0.00 18:18:47 17:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:52:02 vethf321b51 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 18:18:47 17:52:02 ens3 60.49 31.90 349.98 16.26 0.00 0.00 0.00 0.00 18:18:47 17:53:01 docker0 1.66 3.71 0.10 43.82 0.00 0.00 0.00 0.00 18:18:47 17:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 17:53:01 vethf321b51 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:53:01 ens3 25.11 12.78 60.96 9.36 0.00 0.00 0.00 0.00 18:18:47 17:54:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:54:01 lo 50.92 50.92 5.02 5.02 0.00 0.00 0.00 0.00 18:18:47 17:54:01 ens3 469.96 481.74 247.33 2148.81 0.00 0.00 0.00 0.00 18:18:47 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:55:01 lo 19.73 19.73 1.94 1.94 0.00 0.00 0.00 0.00 18:18:47 17:55:01 ens3 244.70 251.22 119.22 1368.33 0.00 0.00 0.00 0.00 18:18:47 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:56:01 ens3 0.80 0.37 0.75 0.27 0.00 0.00 0.00 0.00 18:18:47 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 17:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 17:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 17:59:01 ens3 0.30 0.27 0.09 0.08 0.00 0.00 0.00 0.00 18:18:47 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:00:01 ens3 0.10 0.07 0.01 0.00 0.00 0.00 0.00 0.00 18:18:47 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:01:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:03:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:04:01 ens3 1.15 0.55 0.47 0.34 0.00 0.00 0.00 0.00 18:18:47 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:05:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:08:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:09:01 ens3 0.50 0.40 0.26 0.09 0.00 0.00 0.00 0.00 18:18:47 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:11:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:13:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:14:01 ens3 0.35 0.25 0.14 0.08 0.00 0.00 0.00 0.00 18:18:47 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:15:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:18:47 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:47 18:17:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 18:18:47 18:17:01 ens3 165.21 83.35 3968.13 9.67 0.00 0.00 0.00 0.00 18:18:47 18:18:01 docker0 36.49 64.02 3.05 582.52 0.00 0.00 0.00 0.00 18:18:47 18:18:01 lo 1.20 1.20 0.13 0.13 0.00 0.00 0.00 0.00 18:18:47 18:18:01 ens3 219.65 147.21 3792.43 32.23 0.00 0.00 0.00 0.00 18:18:47 Average: docker0 49.96 72.96 3.84 488.87 0.00 0.00 0.00 0.00 18:18:47 Average: lo 2.38 2.38 0.23 0.23 0.00 0.00 0.00 0.00 18:18:47 Average: ens3 153.33 114.70 1101.38 116.04 0.00 0.00 0.00 0.00 18:18:47 18:18:47 18:18:47 ---> sar -P ALL: 18:18:47 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4612) 03/20/23 _x86_64_ (8 CPU) 18:18:47 18:18:47 17:42:48 LINUX RESTART (8 CPU) 18:18:47 18:18:47 17:43:01 CPU %user %nice %system %iowait %steal %idle 18:18:47 17:44:01 all 10.40 0.00 3.90 2.97 0.07 82.66 18:18:47 17:44:01 0 11.17 0.00 3.98 1.95 0.05 82.84 18:18:47 17:44:01 1 10.69 0.00 5.81 0.44 0.05 83.01 18:18:47 17:44:01 2 9.00 0.00 3.82 7.12 0.07 79.99 18:18:47 17:44:01 3 6.17 0.00 2.51 0.27 0.09 90.96 18:18:47 17:44:01 4 8.31 0.00 3.84 6.33 0.07 81.45 18:18:47 17:44:01 5 12.21 0.00 2.45 0.57 0.07 84.70 18:18:47 17:44:01 6 11.66 0.00 3.80 4.88 0.05 79.61 18:18:47 17:44:01 7 13.92 0.00 4.95 2.17 0.08 78.88 18:18:47 17:45:01 all 25.42 0.00 5.21 2.91 0.13 66.34 18:18:47 17:45:01 0 29.14 0.00 5.07 0.99 0.13 64.67 18:18:47 17:45:01 1 26.53 0.00 5.04 0.19 0.12 68.13 18:18:47 17:45:01 2 21.46 0.00 5.34 17.96 0.14 55.11 18:18:47 17:45:01 3 23.48 0.00 4.36 0.05 0.13 71.97 18:18:47 17:45:01 4 27.93 0.00 5.71 2.26 0.12 63.98 18:18:47 17:45:01 5 22.50 0.00 5.96 0.02 0.10 71.42 18:18:47 17:45:01 6 25.57 0.00 5.13 0.50 0.15 68.65 18:18:47 17:45:01 7 26.71 0.00 5.08 1.30 0.12 66.79 18:18:47 17:46:01 all 39.50 0.00 5.36 0.31 0.09 54.74 18:18:47 17:46:01 0 41.25 0.00 5.51 0.03 0.08 53.12 18:18:47 17:46:01 1 42.08 0.00 5.64 0.03 0.08 52.16 18:18:47 17:46:01 2 37.34 0.00 5.10 0.59 0.10 56.87 18:18:47 17:46:01 3 36.98 0.00 4.92 0.05 0.08 57.97 18:18:47 17:46:01 4 39.97 0.00 5.54 1.46 0.12 52.91 18:18:47 17:46:01 5 36.94 0.00 5.13 0.07 0.07 57.80 18:18:47 17:46:01 6 40.35 0.00 5.65 0.20 0.08 53.71 18:18:47 17:46:01 7 41.04 0.00 5.42 0.02 0.08 53.44 18:18:47 17:47:01 all 14.39 0.00 6.96 3.67 0.08 74.89 18:18:47 17:47:01 0 15.35 0.00 6.96 21.43 0.08 56.18 18:18:47 17:47:01 1 15.40 0.00 7.19 0.86 0.07 76.48 18:18:47 17:47:01 2 13.35 0.00 5.94 2.42 0.08 78.21 18:18:47 17:47:01 3 13.97 0.00 7.25 0.52 0.10 78.15 18:18:47 17:47:01 4 15.60 0.00 7.05 1.90 0.07 75.39 18:18:47 17:47:01 5 13.82 0.00 7.70 0.60 0.10 77.78 18:18:47 17:47:01 6 13.27 0.00 6.59 0.86 0.08 79.20 18:18:47 17:47:01 7 14.39 0.00 7.02 0.75 0.08 77.76 18:18:47 17:48:01 all 9.43 0.00 5.82 18.19 0.05 66.50 18:18:47 17:48:01 0 9.34 0.00 4.53 7.68 0.03 78.42 18:18:47 17:48:01 1 9.87 0.00 7.68 55.90 0.07 26.48 18:18:47 17:48:01 2 10.06 0.00 4.94 13.07 0.03 71.90 18:18:47 17:48:01 3 9.49 0.00 6.36 20.09 0.05 64.00 18:18:47 17:48:01 4 9.68 0.00 5.63 7.47 0.07 77.15 18:18:47 17:48:01 5 8.53 0.00 6.56 19.66 0.05 65.20 18:18:47 17:48:01 6 9.34 0.00 4.32 3.55 0.03 82.76 18:18:47 17:48:01 7 9.11 0.00 6.58 18.32 0.10 65.89 18:18:47 17:49:01 all 49.55 0.00 8.84 11.48 0.12 30.01 18:18:47 17:49:01 0 49.49 0.00 7.56 1.55 0.10 41.29 18:18:47 17:49:01 1 49.07 0.00 9.69 30.27 0.10 10.87 18:18:47 17:49:01 2 49.75 0.00 9.69 10.25 0.14 30.17 18:18:47 17:49:01 3 50.11 0.00 9.50 30.41 0.14 9.84 18:18:47 17:49:01 4 49.93 0.00 9.36 5.25 0.12 35.34 18:18:47 17:49:01 5 50.19 0.00 8.67 4.81 0.10 36.22 18:18:47 17:49:01 6 47.73 0.00 7.68 3.29 0.12 41.18 18:18:47 17:49:01 7 50.07 0.00 8.53 6.03 0.14 35.23 18:18:47 17:50:01 all 12.44 0.00 7.18 26.68 0.14 53.56 18:18:47 17:50:01 0 11.20 0.00 5.91 11.98 0.27 70.64 18:18:47 17:50:01 1 14.37 0.00 6.60 35.54 0.10 43.39 18:18:47 17:50:01 2 14.72 0.00 8.42 38.74 0.14 37.99 18:18:47 17:50:01 3 10.27 0.00 7.05 31.27 0.12 51.30 18:18:47 17:50:01 4 9.72 0.00 6.22 16.50 0.10 67.46 18:18:47 17:50:01 5 12.57 0.00 8.68 38.23 0.10 40.41 18:18:47 17:50:01 6 11.14 0.00 7.47 16.44 0.10 64.85 18:18:47 17:50:01 7 15.56 0.00 7.15 24.88 0.17 52.24 18:18:47 17:51:01 all 7.16 0.00 4.80 19.76 0.07 68.21 18:18:47 17:51:01 0 6.20 0.00 6.71 37.09 0.05 49.94 18:18:47 17:51:01 1 7.66 0.00 4.36 11.29 0.10 76.59 18:18:47 17:51:01 2 7.44 0.00 4.08 9.55 0.05 78.88 18:18:47 17:51:01 3 6.49 0.00 4.79 6.37 0.05 82.30 18:18:47 17:51:01 4 7.12 0.00 4.43 18.34 0.05 70.05 18:18:47 17:51:01 5 7.06 0.00 4.24 28.64 0.07 60.00 18:18:47 17:51:01 6 7.54 0.00 4.08 6.50 0.03 81.83 18:18:47 17:51:01 7 7.76 0.00 5.76 40.48 0.15 45.86 18:18:47 17:52:02 all 31.78 0.00 7.76 18.60 0.15 41.71 18:18:47 17:52:02 0 32.45 0.00 8.08 9.82 0.15 49.50 18:18:47 17:52:02 1 29.78 0.00 7.50 9.02 0.15 53.56 18:18:47 17:52:02 2 31.97 0.00 8.28 18.81 0.12 40.83 18:18:47 17:52:02 3 30.15 0.00 8.01 27.94 0.17 33.73 18:18:47 17:52:02 4 33.15 0.00 7.38 21.83 0.14 37.51 18:18:47 17:52:02 5 33.88 0.00 8.13 17.61 0.17 40.21 18:18:47 17:52:02 6 31.47 0.00 7.03 12.14 0.15 49.20 18:18:47 17:52:02 7 31.37 0.00 7.67 31.75 0.15 29.05 18:18:47 17:53:01 all 31.43 0.00 7.54 17.46 0.10 43.47 18:18:47 17:53:01 0 32.72 0.00 7.56 23.66 0.07 35.99 18:18:47 17:53:01 1 32.36 0.00 7.39 13.82 0.09 46.34 18:18:47 17:53:01 2 29.19 0.00 7.86 20.47 0.10 42.37 18:18:47 17:53:01 3 32.28 0.00 7.03 8.22 0.09 52.39 18:18:47 17:53:01 4 33.63 0.00 8.12 23.11 0.17 34.96 18:18:47 17:53:01 5 32.68 0.00 8.71 19.26 0.10 39.26 18:18:47 17:53:01 6 28.08 0.00 6.23 24.83 0.09 40.78 18:18:47 17:53:01 7 30.45 0.00 7.42 6.43 0.12 55.57 18:18:47 17:54:01 all 6.92 0.00 1.42 1.69 0.06 89.91 18:18:47 17:54:01 0 7.54 0.00 1.49 0.50 0.05 90.42 18:18:47 17:54:01 1 7.22 0.00 1.34 1.09 0.07 90.30 18:18:47 17:54:01 2 6.48 0.00 1.22 8.70 0.05 83.54 18:18:47 17:54:01 3 7.87 0.00 2.04 0.72 0.12 89.25 18:18:47 17:54:01 4 7.90 0.00 1.44 1.00 0.05 89.60 18:18:47 17:54:01 5 7.15 0.00 1.58 0.67 0.08 90.51 18:18:47 17:54:01 6 4.00 0.00 1.11 0.23 0.05 94.61 18:18:47 17:54:01 7 7.18 0.00 1.15 0.57 0.05 91.05 18:18:47 18:18:47 17:54:01 CPU %user %nice %system %iowait %steal %idle 18:18:47 17:55:01 all 4.65 0.00 0.49 0.06 0.04 94.74 18:18:47 17:55:01 0 7.53 0.00 0.63 0.00 0.07 91.77 18:18:47 17:55:01 1 5.21 0.00 0.52 0.35 0.03 93.88 18:18:47 17:55:01 2 5.46 0.00 0.53 0.08 0.05 93.87 18:18:47 17:55:01 3 3.59 0.00 0.55 0.00 0.05 95.81 18:18:47 17:55:01 4 0.84 0.00 0.27 0.03 0.02 98.84 18:18:47 17:55:01 5 3.73 0.00 0.60 0.02 0.05 95.61 18:18:47 17:55:01 6 4.61 0.00 0.42 0.00 0.05 94.92 18:18:47 17:55:01 7 6.24 0.00 0.42 0.03 0.03 93.28 18:18:47 17:56:01 all 0.08 0.00 0.02 0.02 0.00 99.88 18:18:47 17:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 17:56:01 1 0.03 0.00 0.03 0.03 0.00 99.90 18:18:47 17:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 17:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 17:56:01 4 0.47 0.00 0.03 0.00 0.02 99.48 18:18:47 17:56:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:18:47 17:56:01 6 0.03 0.00 0.05 0.00 0.00 99.92 18:18:47 17:56:01 7 0.05 0.00 0.02 0.12 0.02 99.80 18:18:47 17:57:01 all 0.04 0.00 0.01 0.00 0.01 99.94 18:18:47 17:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 17:57:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:18:47 17:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:18:47 17:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:18:47 17:57:01 4 0.18 0.00 0.02 0.00 0.02 99.78 18:18:47 17:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 17:57:01 6 0.03 0.00 0.05 0.00 0.02 99.90 18:18:47 17:57:01 7 0.03 0.00 0.02 0.02 0.02 99.92 18:18:47 17:58:01 all 0.05 0.00 0.03 0.01 0.00 99.91 18:18:47 17:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:18:47 17:58:01 1 0.02 0.00 0.00 0.03 0.00 99.95 18:18:47 17:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:18:47 17:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:18:47 17:58:01 4 0.22 0.00 0.05 0.00 0.00 99.73 18:18:47 17:58:01 5 0.03 0.00 0.03 0.00 0.02 99.92 18:18:47 17:58:01 6 0.05 0.00 0.07 0.02 0.02 99.85 18:18:47 17:58:01 7 0.02 0.00 0.02 0.02 0.00 99.95 18:18:47 17:59:01 all 0.06 0.00 0.01 0.04 0.02 99.87 18:18:47 17:59:01 0 0.03 0.00 0.02 0.00 0.02 99.93 18:18:47 17:59:01 1 0.00 0.00 0.00 0.28 0.02 99.70 18:18:47 17:59:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:18:47 17:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:18:47 17:59:01 4 0.00 0.00 0.00 0.00 0.02 99.98 18:18:47 17:59:01 5 0.32 0.00 0.00 0.00 0.05 99.63 18:18:47 17:59:01 6 0.07 0.00 0.03 0.00 0.03 99.87 18:18:47 17:59:01 7 0.02 0.00 0.02 0.02 0.02 99.93 18:18:47 18:00:01 all 0.04 0.00 0.01 0.03 0.00 99.91 18:18:47 18:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:18:47 18:00:01 1 0.02 0.00 0.00 0.10 0.00 99.88 18:18:47 18:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:00:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:18:47 18:00:01 5 0.17 0.00 0.02 0.00 0.00 99.82 18:18:47 18:00:01 6 0.03 0.00 0.03 0.00 0.02 99.92 18:18:47 18:00:01 7 0.05 0.00 0.00 0.17 0.02 99.77 18:18:47 18:01:01 all 0.03 0.00 0.01 0.01 0.01 99.95 18:18:47 18:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 18:01:01 1 0.00 0.00 0.00 0.03 0.00 99.97 18:18:47 18:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:18:47 18:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 18:18:47 18:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 18:01:01 5 0.05 0.00 0.03 0.00 0.02 99.90 18:18:47 18:01:01 6 0.08 0.00 0.02 0.00 0.02 99.88 18:18:47 18:01:01 7 0.02 0.00 0.02 0.02 0.00 99.95 18:18:47 18:02:01 all 0.03 0.00 0.01 0.02 0.01 99.94 18:18:47 18:02:01 0 0.05 0.00 0.00 0.00 0.00 99.95 18:18:47 18:02:01 1 0.00 0.00 0.02 0.13 0.00 99.85 18:18:47 18:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:18:47 18:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:02:01 5 0.07 0.00 0.03 0.00 0.02 99.88 18:18:47 18:02:01 6 0.05 0.00 0.02 0.00 0.02 99.92 18:18:47 18:02:01 7 0.02 0.00 0.02 0.02 0.02 99.93 18:18:47 18:03:01 all 0.12 0.00 0.01 0.01 0.00 99.85 18:18:47 18:03:01 0 0.10 0.00 0.00 0.00 0.00 99.90 18:18:47 18:03:01 1 0.00 0.00 0.00 0.03 0.00 99.97 18:18:47 18:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:18:47 18:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:03:01 4 0.00 0.00 0.02 0.00 0.02 99.97 18:18:47 18:03:01 5 0.80 0.00 0.00 0.00 0.00 99.20 18:18:47 18:03:01 6 0.03 0.00 0.03 0.03 0.02 99.88 18:18:47 18:03:01 7 0.03 0.00 0.02 0.02 0.00 99.93 18:18:47 18:04:01 all 0.14 0.00 0.01 0.04 0.11 99.71 18:18:47 18:04:01 0 0.07 0.00 0.02 0.00 0.02 99.90 18:18:47 18:04:01 1 0.00 0.00 0.00 0.22 0.00 99.78 18:18:47 18:04:01 2 0.02 0.00 0.02 0.00 0.02 99.95 18:18:47 18:04:01 3 0.05 0.00 0.00 0.00 0.78 99.17 18:18:47 18:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:04:01 5 0.86 0.00 0.03 0.00 0.02 99.09 18:18:47 18:04:01 6 0.07 0.00 0.03 0.10 0.02 99.78 18:18:47 18:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 18:05:01 all 0.26 0.00 0.01 0.02 0.00 99.70 18:18:47 18:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:18:47 18:05:01 1 0.00 0.00 0.00 0.10 0.00 99.90 18:18:47 18:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:18:47 18:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:05:01 4 0.28 0.00 0.00 0.00 0.00 99.72 18:18:47 18:05:01 5 1.71 0.00 0.02 0.00 0.00 98.27 18:18:47 18:05:01 6 0.03 0.00 0.02 0.00 0.02 99.93 18:18:47 18:05:01 7 0.00 0.00 0.03 0.10 0.02 99.85 18:18:47 18:18:47 18:05:01 CPU %user %nice %system %iowait %steal %idle 18:18:47 18:06:01 all 0.17 0.00 0.01 0.00 0.01 99.80 18:18:47 18:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 18:06:01 1 0.00 0.00 0.00 0.02 0.00 99.98 18:18:47 18:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:18:47 18:06:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:18:47 18:06:01 4 1.17 0.00 0.03 0.00 0.00 98.79 18:18:47 18:06:01 5 0.02 0.00 0.00 0.00 0.02 99.97 18:18:47 18:06:01 6 0.07 0.00 0.02 0.00 0.02 99.90 18:18:47 18:06:01 7 0.07 0.00 0.02 0.02 0.02 99.88 18:18:47 18:07:01 all 0.09 0.00 0.04 0.01 0.01 99.85 18:18:47 18:07:01 0 0.02 0.00 0.05 0.00 0.00 99.93 18:18:47 18:07:01 1 0.02 0.00 0.02 0.02 0.02 99.93 18:18:47 18:07:01 2 0.05 0.00 0.03 0.02 0.00 99.90 18:18:47 18:07:01 3 0.03 0.00 0.05 0.00 0.02 99.90 18:18:47 18:07:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:18:47 18:07:01 5 0.30 0.00 0.03 0.00 0.00 99.67 18:18:47 18:07:01 6 0.23 0.00 0.10 0.03 0.02 99.62 18:18:47 18:07:01 7 0.03 0.00 0.03 0.03 0.00 99.90 18:18:47 18:08:01 all 0.27 0.00 0.01 0.00 0.01 99.70 18:18:47 18:08:01 0 0.07 0.00 0.00 0.00 0.00 99.93 18:18:47 18:08:01 1 0.00 0.00 0.00 0.02 0.00 99.98 18:18:47 18:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 18:08:01 3 0.03 0.00 0.03 0.00 0.02 99.92 18:18:47 18:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 18:18:47 18:08:01 5 1.95 0.00 0.00 0.00 0.02 98.03 18:18:47 18:08:01 6 0.03 0.00 0.03 0.00 0.00 99.93 18:18:47 18:08:01 7 0.07 0.00 0.03 0.00 0.02 99.88 18:18:47 18:09:01 all 0.05 0.00 0.01 0.08 0.01 99.85 18:18:47 18:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:18:47 18:09:01 1 0.00 0.00 0.00 0.32 0.00 99.68 18:18:47 18:09:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:18:47 18:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 18:18:47 18:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:18:47 18:09:01 5 0.28 0.00 0.02 0.02 0.00 99.68 18:18:47 18:09:01 6 0.03 0.00 0.05 0.05 0.00 99.87 18:18:47 18:09:01 7 0.00 0.00 0.00 0.22 0.00 99.78 18:18:47 18:10:01 all 0.03 0.00 0.02 0.01 0.01 99.94 18:18:47 18:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:10:01 1 0.00 0.00 0.00 0.02 0.00 99.98 18:18:47 18:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:18:47 18:10:01 3 0.05 0.00 0.05 0.00 0.02 99.88 18:18:47 18:10:01 4 0.03 0.00 0.00 0.00 0.00 99.97 18:18:47 18:10:01 5 0.00 0.00 0.00 0.00 0.02 99.98 18:18:47 18:10:01 6 0.03 0.00 0.02 0.00 0.02 99.93 18:18:47 18:10:01 7 0.07 0.00 0.05 0.05 0.02 99.82 18:18:47 18:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:18:47 18:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:18:47 18:11:01 1 0.02 0.00 0.00 0.03 0.00 99.95 18:18:47 18:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 18:11:01 3 0.02 0.00 0.02 0.00 0.03 99.93 18:18:47 18:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 18:18:47 18:11:01 5 0.02 0.00 0.02 0.00 0.02 99.95 18:18:47 18:11:01 6 0.03 0.00 0.02 0.00 0.00 99.95 18:18:47 18:11:01 7 0.03 0.00 0.00 0.00 0.02 99.95 18:18:47 18:12:01 all 0.24 0.00 0.02 0.00 0.01 99.73 18:18:47 18:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:12:01 1 0.03 0.00 0.03 0.02 0.02 99.90 18:18:47 18:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:18:47 18:12:01 3 0.03 0.00 0.03 0.00 0.03 99.90 18:18:47 18:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 18:18:47 18:12:01 5 1.76 0.00 0.02 0.00 0.02 98.21 18:18:47 18:12:01 6 0.03 0.00 0.02 0.00 0.00 99.95 18:18:47 18:12:01 7 0.02 0.00 0.02 0.02 0.02 99.93 18:18:47 18:13:01 all 0.02 0.00 0.01 0.01 0.01 99.94 18:18:47 18:13:01 0 0.03 0.00 0.00 0.00 0.00 99.97 18:18:47 18:13:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:18:47 18:13:01 2 0.00 0.00 0.00 0.00 0.02 99.98 18:18:47 18:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:18:47 18:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:13:01 5 0.07 0.00 0.03 0.00 0.02 99.88 18:18:47 18:13:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:18:47 18:13:01 7 0.02 0.00 0.02 0.12 0.02 99.83 18:18:47 18:14:01 all 0.10 0.00 0.01 0.00 0.00 99.88 18:18:47 18:14:01 0 0.00 0.00 0.00 0.00 0.02 99.98 18:18:47 18:14:01 1 0.02 0.00 0.02 0.02 0.00 99.95 18:18:47 18:14:01 2 0.05 0.00 0.02 0.00 0.00 99.93 18:18:47 18:14:01 3 0.05 0.00 0.00 0.00 0.00 99.95 18:18:47 18:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:18:47 18:14:01 5 0.47 0.00 0.02 0.00 0.02 99.50 18:18:47 18:14:01 6 0.15 0.00 0.02 0.00 0.00 99.83 18:18:47 18:14:01 7 0.05 0.00 0.00 0.00 0.00 99.95 18:18:47 18:15:01 all 0.05 0.00 0.01 0.01 0.01 99.91 18:18:47 18:15:01 0 0.00 0.00 0.03 0.00 0.00 99.97 18:18:47 18:15:01 1 0.02 0.00 0.00 0.07 0.00 99.92 18:18:47 18:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 18:15:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:18:47 18:15:01 4 0.05 0.00 0.00 0.00 0.00 99.95 18:18:47 18:15:01 5 0.03 0.00 0.03 0.00 0.03 99.90 18:18:47 18:15:01 6 0.30 0.00 0.02 0.00 0.02 99.67 18:18:47 18:15:01 7 0.02 0.00 0.02 0.02 0.02 99.93 18:18:47 18:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:18:47 18:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:16:01 1 0.02 0.00 0.00 0.02 0.00 99.97 18:18:47 18:16:01 2 0.05 0.00 0.02 0.00 0.02 99.92 18:18:47 18:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:18:47 18:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:18:47 18:16:01 5 0.00 0.00 0.05 0.00 0.02 99.93 18:18:47 18:16:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:18:47 18:16:01 7 0.03 0.00 0.02 0.02 0.02 99.92 18:18:47 18:18:47 18:16:01 CPU %user %nice %system %iowait %steal %idle 18:18:47 18:17:01 all 1.59 0.00 0.75 0.04 0.02 97.60 18:18:47 18:17:01 0 1.40 0.00 0.57 0.02 0.02 98.00 18:18:47 18:17:01 1 2.29 0.00 0.55 0.15 0.03 96.98 18:18:47 18:17:01 2 1.94 0.00 1.05 0.00 0.02 97.00 18:18:47 18:17:01 3 1.27 0.00 1.02 0.00 0.02 97.69 18:18:47 18:17:01 4 1.49 0.00 1.19 0.05 0.02 97.26 18:18:47 18:17:01 5 1.55 0.00 0.75 0.05 0.03 97.61 18:18:47 18:17:01 6 1.32 0.00 0.44 0.00 0.02 98.22 18:18:47 18:17:01 7 1.44 0.00 0.45 0.03 0.02 98.06 18:18:47 18:18:01 all 5.40 0.00 2.29 1.78 0.05 90.48 18:18:47 18:18:01 0 5.53 0.00 2.57 0.74 0.03 91.12 18:18:47 18:18:01 1 4.10 0.00 2.34 5.19 0.03 88.33 18:18:47 18:18:01 2 5.66 0.00 2.40 0.00 0.03 91.91 18:18:47 18:18:01 3 5.46 0.00 2.77 0.08 0.03 91.65 18:18:47 18:18:01 4 4.98 0.00 2.51 0.56 0.10 91.85 18:18:47 18:18:01 5 5.02 0.00 1.76 0.34 0.08 92.79 18:18:47 18:18:01 6 5.30 0.00 1.55 0.08 0.03 93.03 18:18:47 18:18:01 7 7.19 0.00 2.40 7.22 0.05 83.15 18:18:47 Average: all 7.11 0.00 1.94 3.55 0.04 87.35 18:18:47 Average: 0 7.39 0.00 1.91 3.31 0.04 87.36 18:18:47 Average: 1 7.24 0.00 2.03 4.67 0.03 86.03 18:18:47 Average: 2 6.91 0.00 1.95 4.17 0.03 86.94 18:18:47 Average: 3 6.73 0.00 1.94 3.56 0.06 87.71 18:18:47 Average: 4 7.14 0.00 1.95 2.99 0.04 87.88 18:18:47 Average: 5 7.25 0.00 2.01 3.68 0.04 87.02 18:18:47 Average: 6 6.82 0.00 1.75 2.07 0.04 89.32 18:18:47 Average: 7 7.43 0.00 1.99 3.98 0.05 86.56 18:18:47 18:18:47 18:18:47