Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e91acdc2e0a7e5c343260e9133d924b896cb7e93 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-ssh10407023549824047674.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh1058618677896128715.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh16032985298766972939.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh13370228275199639269.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-ssh3503866439677033328.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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/v2], 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.17 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/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16705 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/250 [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/250 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision e91acdc2e0a7e5c343260e9133d924b896cb7e93 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e91acdc2e0a7e5c343260e9133d924b896cb7e93 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4070)" > git rev-list --no-walk a157344ed5a2a308e5221a4550246afdf7c311d5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:48:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:48:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:48:32 ========================================================= 17:48:32 EdgeX Global Pipelines Version Info 17:48:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:48:33 ------------------- 17:48:33 stable info: 17:48:33 ------------------- 17:48:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:48:33 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 17:48:33 Message: update stable to v1.0.234 17:48:34 ------------------- 17:48:34 experimental info: 17:48:34 ------------------- 17:48:34 Commited By: **** collab-it+edgex@linuxfoundation.org 17:48:34 Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 17:48:34 Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e91acdc [Pipeline] echo 17:48:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:48:34 provisioning config files... 17:48:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config207568240724966544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:48:35 ---> docker-login.sh 17:48:35 nexus3.edgexfoundry.org:10001 17:48:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:35 Configure a credential helper to remove this warning. See 17:48:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:35 17:48:35 Login Succeeded 17:48:35 nexus3.edgexfoundry.org:10002 17:48:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:35 Configure a credential helper to remove this warning. See 17:48:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:35 17:48:35 Login Succeeded 17:48:35 nexus3.edgexfoundry.org:10003 17:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:36 Configure a credential helper to remove this warning. See 17:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:36 17:48:36 Login Succeeded 17:48:36 nexus3.edgexfoundry.org:10004 17:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:36 Configure a credential helper to remove this warning. See 17:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:36 17:48:36 Login Succeeded 17:48:36 docker.io 17:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:36 Configure a credential helper to remove this warning. See 17:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:36 17:48:36 Login Succeeded 17:48:36 ---> docker-login.sh ends [Pipeline] } 17:48:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:48:36 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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 cmd/sys-mgmt-agent/Dockerfile 17:48:36 + dirname cmd/core-command/Dockerfile 17:48:36 + cut -d/ -f2 17:48:36 + echo core-command,cmd/core-command/Dockerfile 17:48:36 + cut -d/ -f2 17:48:36 + dirname cmd/core-data/Dockerfile 17:48:36 + echo core-data,cmd/core-data/Dockerfile 17:48:36 + dirname cmd/core-metadata/Dockerfile 17:48:36 + cut -d/ -f2 17:48:36 + echo core-metadata,cmd/core-metadata/Dockerfile 17:48:36 + dirname cmd/security-bootstrapper/Dockerfile 17:48:36 + cut -d/ -f2 17:48:36 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:48:36 + + cut -d/ -f2 17:48:36 dirname cmd/security-proxy-setup/Dockerfile 17:48:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:48:36 + dirname cmd/security-secretstore-setup/Dockerfile 17:48:36 + cut -d/ -f2 17:48:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:48:36 + dirname cmd/security-spiffe-token-provider/Dockerfile 17:48:36 + cut -d/ -f2 17:48:36 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 17:48:36 + + dirname cmd/security-spire-agent/Dockerfile 17:48:36 cut -d/ -f2 17:48:36 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 17:48:36 + cut+ -d/ -f2 17:48:36 dirname cmd/security-spire-config/Dockerfile 17:48:36 + echo security-spire-config,cmd/security-spire-config/Dockerfile 17:48:36 + dirname cmd/security-spire-server/Dockerfile 17:48:36 + cut -d/ -f2 17:48:36 + echo security-spire-server,cmd/security-spire-server/Dockerfile 17:48:36 + dirname cmd/support-notifications/Dockerfile 17:48:36 + cut -d/ -f2 17:48:36 + echo support-notifications,cmd/support-notifications/Dockerfile 17:48:36 + dirname cmd/support-scheduler/Dockerfile 17:48:36 + cut -d/ -f2 17:48:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:48:36 + dirname cmd/sys-mgmt-agent/Dockerfile 17:48:36 + cut -d/ -f2 17:48:36 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:48:36 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/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-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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:48:37 + git rev-list -1 --merges e91acdc2e0a7e5c343260e9133d924b896cb7e93~1..e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] echo 17:48:37 -----------> git rev-list -1 --merges e91acdc2e0a7e5c343260e9133d924b896cb7e93~1..e91acdc2e0a7e5c343260e9133d924b896cb7e93 e91acdc2e0a7e5c343260e9133d924b896cb7e93 [false] [Pipeline] sh 17:48:37 + git log --format=format:%s -1 e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] echo 17:48:37 ========================================================= 17:48:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:48:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 17:48:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:48:38 + grep -v github /etc/ssh/ssh_known_hosts 17:48:38 + [ -e /tmp/ssh_known_hosts ] 17:48:38 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:48:38 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo 17:48:38 tee -a /etc/ssh/ssh_known_hosts 17:48:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:48:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:48:38 17:48:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:48:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:48:38 0.1.4: Pulling from edgex-devops/py-git-semver 17:48:38 42c077c10790: Pulling fs layer 17:48:38 f63e77b7563a: Pulling fs layer 17:48:38 bd5fdadae976: Pulling fs layer 17:48:38 205491f53016: Pulling fs layer 17:48:38 df18705c85c3: Pulling fs layer 17:48:38 bdb3f477010e: Pulling fs layer 17:48:38 c8a8fc8e1c8f: Pulling fs layer 17:48:38 2c6e9b1d212d: Pulling fs layer 17:48:38 bdb8f0575790: Pulling fs layer 17:48:38 386e3cb2ff24: Pulling fs layer 17:48:38 2343380bae48: Pulling fs layer 17:48:38 205491f53016: Waiting 17:48:38 df18705c85c3: Waiting 17:48:38 bdb3f477010e: Waiting 17:48:38 c8a8fc8e1c8f: Waiting 17:48:38 2c6e9b1d212d: Waiting 17:48:38 bdb8f0575790: Waiting 17:48:38 386e3cb2ff24: Waiting 17:48:38 f63e77b7563a: Download complete 17:48:38 205491f53016: Verifying Checksum 17:48:38 205491f53016: Download complete 17:48:39 bd5fdadae976: Verifying Checksum 17:48:39 bd5fdadae976: Download complete 17:48:39 df18705c85c3: Verifying Checksum 17:48:39 df18705c85c3: Download complete 17:48:39 bdb3f477010e: Verifying Checksum 17:48:39 bdb3f477010e: Download complete 17:48:39 2c6e9b1d212d: Verifying Checksum 17:48:39 2c6e9b1d212d: Download complete 17:48:39 bdb8f0575790: Download complete 17:48:39 386e3cb2ff24: Verifying Checksum 17:48:39 386e3cb2ff24: Download complete 17:48:39 2343380bae48: Verifying Checksum 17:48:39 2343380bae48: Download complete 17:48:39 42c077c10790: Verifying Checksum 17:48:39 42c077c10790: Download complete 17:48:39 c8a8fc8e1c8f: Verifying Checksum 17:48:39 c8a8fc8e1c8f: Download complete 17:48:40 42c077c10790: Pull complete 17:48:40 f63e77b7563a: Pull complete 17:48:41 bd5fdadae976: Pull complete 17:48:41 205491f53016: Pull complete 17:48:41 df18705c85c3: Pull complete 17:48:41 bdb3f477010e: Pull complete 17:48:44 c8a8fc8e1c8f: Pull complete 17:48:44 2c6e9b1d212d: Pull complete 17:48:44 bdb8f0575790: Pull complete 17:48:44 386e3cb2ff24: Pull complete 17:48:44 2343380bae48: Pull complete 17:48:44 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 17:48:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:48:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:48:44 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 17:48:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:48:45 $ docker top 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 -eo pid,comm 17:48:45 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:48:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:48:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:48:45 [ssh-agent] Looking for ssh-agent implementation... 17:48:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:48:45 $ docker exec 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 ssh-agent 17:48:45 SSH_AUTH_SOCK=/tmp/ssh-B5Z3BqP3626u/agent.34 17:48:45 SSH_AGENT_PID=40 17:48:45 Running ssh-add (command line suppressed) 17:48:45 Identity added: /w/workspace/edgex-go/250@tmp/private_key_6712203249635901031.key (/w/workspace/edgex-go/250@tmp/private_key_6712203249635901031.key) 17:48:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:48:46 + git tag --points-at HEAD [Pipeline] } 17:48:46 $ docker exec --env ******** --env ******** 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 ssh-agent -k 17:48:46 unset SSH_AUTH_SOCK; 17:48:46 unset SSH_AGENT_PID; 17:48:46 echo Agent pid 40 killed; 17:48:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:48:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:48:46 [ssh-agent] Looking for ssh-agent implementation... 17:48:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:48:46 $ docker exec 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 ssh-agent 17:48:46 SSH_AUTH_SOCK=/tmp/ssh-3W3rtFzxJCPE/agent.74 17:48:46 SSH_AGENT_PID=80 17:48:46 Running ssh-add (command line suppressed) 17:48:46 Identity added: /w/workspace/edgex-go/250@tmp/private_key_7159488223380192004.key (/w/workspace/edgex-go/250@tmp/private_key_7159488223380192004.key) 17:48:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:48:47 + git semver init 17:48:47 2022-07-02 17:48:47,413 [run_init] DEBUG init version:0.0.0 force:False 17:48:47 2022-07-02 17:48:47,414 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/250/.semver 17:48:47 2022-07-02 17:48:47,414 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/250/.semver 17:48:47 2022-07-02 17:48:47,414 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/250/.semver'], cwd=/w/workspace/edgex-go/250, universal_newlines=False, shell=None, istream=None) 17:48:51 2022-07-02 17:48:51,216 [append_file] DEBUG append to file:/w/workspace/edgex-go/250/.git/info/exclude 17:48:51 2022-07-02 17:48:51,216 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/250/.semver/main with force:False 17:48:51 2022-07-02 17:48:51,216 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main 17:48:51 2022-07-02 17:48:51,217 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main 17:48:51 2.2.1-dev.19 [Pipeline] } 17:48:51 $ docker exec --env ******** --env ******** 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 ssh-agent -k 17:48:51 unset SSH_AUTH_SOCK; 17:48:51 unset SSH_AGENT_PID; 17:48:51 echo Agent pid 80 killed; 17:48:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:48:52 + git semver [Pipeline] } 17:48:52 $ docker stop --time=1 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 17:48:53 $ docker rm -f 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 [Pipeline] // withDockerContainer [Pipeline] sh 17:48:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:48:54 Stashed 1 file(s) [Pipeline] echo 17:48:54 [edgeXSemver]: initialized semver on version 2.2.1-dev.19 [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] echo 17:48:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:48:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:48:54 ========================================================= 17:48:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 17:48:54 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:48:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 17:48:54 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 17:48:54 59bf1c3509f3: Pulling fs layer 17:48:54 666ba61612fd: Pulling fs layer 17:48:54 8ed8ca486205: Pulling fs layer 17:48:54 cc1cd167ecdc: Pulling fs layer 17:48:54 c516ae0d96e1: Pulling fs layer 17:48:54 684cea983483: Pulling fs layer 17:48:54 dd3240ac7de5: Pulling fs layer 17:48:54 b1e948a4e11c: Pulling fs layer 17:48:54 cc1cd167ecdc: Waiting 17:48:54 a8fd76ee1af6: Pulling fs layer 17:48:54 646ad004c059: Pulling fs layer 17:48:54 c516ae0d96e1: Waiting 17:48:54 dd3240ac7de5: Waiting 17:48:54 a8fd76ee1af6: Waiting 17:48:54 b1e948a4e11c: Waiting 17:48:54 646ad004c059: Waiting 17:48:54 8ed8ca486205: Verifying Checksum 17:48:54 8ed8ca486205: Download complete 17:48:54 666ba61612fd: Download complete 17:48:54 c516ae0d96e1: Verifying Checksum 17:48:54 c516ae0d96e1: Download complete 17:48:54 684cea983483: Verifying Checksum 17:48:54 684cea983483: Download complete 17:48:54 59bf1c3509f3: Verifying Checksum 17:48:54 dd3240ac7de5: Verifying Checksum 17:48:54 dd3240ac7de5: Download complete 17:48:55 b1e948a4e11c: Verifying Checksum 17:48:55 b1e948a4e11c: Download complete 17:48:55 59bf1c3509f3: Pull complete 17:48:55 666ba61612fd: Pull complete 17:48:55 8ed8ca486205: Pull complete 17:48:55 646ad004c059: Verifying Checksum 17:48:55 646ad004c059: Download complete 17:48:55 cc1cd167ecdc: Verifying Checksum 17:48:55 cc1cd167ecdc: Download complete 17:48:55 a8fd76ee1af6: Verifying Checksum 17:48:55 a8fd76ee1af6: Download complete 17:49:00 cc1cd167ecdc: Pull complete 17:49:00 c516ae0d96e1: Pull complete 17:49:00 684cea983483: Pull complete 17:49:00 dd3240ac7de5: Pull complete 17:49:00 b1e948a4e11c: Pull complete 17:49:02 a8fd76ee1af6: Pull complete 17:49:03 646ad004c059: Pull complete 17:49:03 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 17:49:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 17:49:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 17:49:03 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 17:49:03 WORKDIR /edgex 17:49:03 COPY go.mod . 17:49:03 RUN go mod download 17:49:03 + docker build -t ci-base-image-x86_64 -f - . 17:49:05 Sending build context to Docker daemon 335.1MB 17:49:05 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 17:49:05 ---> 8f69c11f6b0c 17:49:05 Step 2/4 : WORKDIR /edgex 17:49:06 ---> Running in 178c90539199 17:49:06 Removing intermediate container 178c90539199 17:49:06 ---> 0b15687bb274 17:49:06 Step 3/4 : COPY go.mod . 17:49:06 ---> f73e94574ee8 17:49:06 Step 4/4 : RUN go mod download 17:49:06 ---> Running in 941b350b7ddb 17:49:09 Still waiting to schedule task 17:49:09 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:49:21 Removing intermediate container 941b350b7ddb 17:49:21 ---> a2b3223f1eec 17:49:21 Successfully built a2b3223f1eec 17:49:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:22 + docker inspect -f . ci-base-image-x86_64 17:49:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:49:22 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 17:49:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:49:22 $ docker top c6fc5b2be4d5a78ebf92711d84e4f123d6133f693dfeb8f120dc917fdff629c5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:49:23 + go version 17:49:23 go version go1.17.7 linux/amd64 [Pipeline] } 17:49:23 $ docker stop --time=1 c6fc5b2be4d5a78ebf92711d84e4f123d6133f693dfeb8f120dc917fdff629c5 17:49:24 $ docker rm -f c6fc5b2be4d5a78ebf92711d84e4f123d6133f693dfeb8f120dc917fdff629c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:24 + docker inspect -f . ci-base-image-x86_64 17:49:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:49:24 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 17:49:24 $ 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/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:49:25 $ docker top 2ce3d5462015aa8dd0a7380c39b679623e307303dcd3a15137e0983751d247f4 -eo pid,comm [Pipeline] { [Pipeline] echo 17:49:25 ========================================================= 17:49:25 [edgeXBuildGoParallel] Running Tests and Build... 17:49:25 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:49:25 + make test 17:49:25 go mod tidy -compat=1.17 17:49:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:49:32 ? github.com/edgexfoundry/edgex-go [no test files] 17:49:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:49:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:49:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:49:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:49:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 17:49:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.040s coverage: 28.7% of statements 17:49:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:49:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:49:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.118s coverage: 98.5% of statements 17:49:44 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 17:49:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.158s coverage: 54.2% of statements 17:49:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:49:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.284s coverage: 89.2% of statements 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.177s coverage: 83.8% of statements 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.455s coverage: 95.6% of statements 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/io 0.082s coverage: 72.2% of statements 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.089s coverage: 60.0% of statements 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.074s coverage: 0.9% of statements 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.048s coverage: 29.6% of statements 17:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 17:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements 17:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 17:49:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.194s coverage: 82.5% of statements 17:49:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 65.1% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 58.8% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 85.4% of statements 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.203s coverage: 91.2% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 64.4% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.064s coverage: 89.4% of statements 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.360s coverage: 65.4% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.181s coverage: 43.8% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.094s coverage: 17.7% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.171s coverage: 92.3% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 17:50:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 17:50:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements 17:50:09 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:50:27 GO111MODULE=on go vet ./... 17:50:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:50:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:50:32 ./bin/test-attribution-txt.sh [Pipeline] echo 17:50:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 17:50:33 + ls -al . 17:50:33 total 684 17:50:33 drwxrwxr-x 10 1001 1001 4096 Jul 2 17:49 . 17:50:33 drwxr-xr-x 4 root root 4096 Jul 2 17:49 .. 17:50:33 -rw-rw-r-- 1 1001 1001 11 Jul 2 17:48 .dockerignore 17:50:33 drwxrwxr-x 8 1001 1001 4096 Jul 2 17:48 .git 17:50:33 drwxrwxr-x 3 1001 1001 4096 Jul 2 17:48 .github 17:50:33 -rw-rw-r-- 1 1001 1001 879 Jul 2 17:48 .gitignore 17:50:33 -rw-rw-r-- 1 1001 1001 42 Jul 2 17:48 .golangci.yml 17:50:33 -rw-rw-r-- 1 1001 1001 87 Jul 2 17:48 .hadolint.yml 17:50:33 drwxr-xr-x 3 1001 1001 4096 Jul 2 17:48 .semver 17:50:33 -rw-rw-r-- 1 1001 1001 166 Jul 2 17:48 .sonarcloud.properties 17:50:33 -rw-rw-r-- 1 1001 1001 1171 Jul 2 17:48 ADOPTERS.md 17:50:33 -rw-rw-r-- 1 1001 1001 10347 Jul 2 17:48 Attribution.txt 17:50:33 -rw-rw-r-- 1 1001 1001 63209 Jul 2 17:48 CHANGELOG.md 17:50:33 -rw-rw-r-- 1 1001 1001 3804 Jul 2 17:48 CONTRIBUTING.md 17:50:33 -rw-rw-r-- 1 1001 1001 677 Jul 2 17:48 GOVERNANCE.md 17:50:33 -rw-rw-r-- 1 1001 1001 850 Jul 2 17:48 Jenkinsfile 17:50:33 -rw-rw-r-- 1 1001 1001 10775 Jul 2 17:48 LICENSE 17:50:33 -rw-rw-r-- 1 1001 1001 10389 Jul 2 17:48 Makefile 17:50:33 -rw-rw-r-- 1 1001 1001 582 Jul 2 17:48 OWNERS.md 17:50:33 -rw-rw-r-- 1 1001 1001 9094 Jul 2 17:48 README.md 17:50:33 -rw-rw-r-- 1 1001 1001 6912 Jul 2 17:48 SECURITY.md 17:50:33 -rw-rw-r-- 1 1001 1001 12 Jul 2 17:48 VERSION 17:50:33 -rw-rw-r-- 1 1001 1001 4131 Jul 2 17:48 ZMQWindows.md 17:50:33 drwxrwxr-x 2 1001 1001 4096 Jul 2 17:48 bin 17:50:33 drwxrwxr-x 18 1001 1001 4096 Jul 2 17:48 cmd 17:50:33 -rw-r--r-- 1 root root 435593 Jul 2 17:50 coverage.out 17:50:33 -rw-rw-r-- 1 1001 1001 3311 Jul 2 17:48 go.mod 17:50:33 -rw-rw-r-- 1 1001 1001 36231 Jul 2 17:49 go.sum 17:50:33 drwxrwxr-x 8 1001 1001 4096 Jul 2 17:48 internal 17:50:33 drwxrwxr-x 3 1001 1001 4096 Jul 2 17:48 openapi 17:50:33 drwxrwxr-x 4 1001 1001 4096 Jul 2 17:48 snap 17:50:33 -rw-rw-r-- 1 1001 1001 204 Jul 2 17:48 version.go [Pipeline] sh 17:50:33 + '[' -e coverage.out ] 17:50:33 + chown 1001:1001 coverage.out [Pipeline] stash 17:50:33 Stashed 1 file(s) [Pipeline] sh 17:50:33 + make build 17:50:33 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 17:50:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:50:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16706 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 17:50:49 Running in /w/workspace/edgex-go/250 [Pipeline] { [Pipeline] checkout 17:50:49 The recommended git tool is: git 17:50:56 using credential edgex-jenkins-ssh 17:50:56 Cloning the remote Git repository 17:50:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 17:50:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:50:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:50:56 > git init /w/workspace/edgex-go/250 # timeout=10 17:50:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:50:56 > git --version # timeout=10 17:50:56 > git --version # 'git version 2.25.1' 17:50:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:50:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:03 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:51:03 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:51:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:51:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:51:06 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:51:07 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:51:08 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 17:51:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:51:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 17:51:11 $ docker stop --time=1 2ce3d5462015aa8dd0a7380c39b679623e307303dcd3a15137e0983751d247f4 17:51:13 $ docker rm -f 2ce3d5462015aa8dd0a7380c39b679623e307303dcd3a15137e0983751d247f4 17:51:13 Avoid second fetch 17:51:13 Checking out Revision e91acdc2e0a7e5c343260e9133d924b896cb7e93 (main) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 17:51:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:51:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:13 > git config core.sparsecheckout # timeout=10 17:51:13 > git checkout -f e91acdc2e0a7e5c343260e9133d924b896cb7e93 # timeout=10 [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:14 17:51:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:14 latest: Pulling from edgex-devops/edgex-compose 17:51:14 cbdbe7a5bc2a: Pulling fs layer 17:51:14 ca9280d653b3: Pulling fs layer 17:51:14 7e9c9ca2126c: Pulling fs layer 17:51:14 cbdbe7a5bc2a: Verifying Checksum 17:51:14 cbdbe7a5bc2a: Download complete 17:51:15 ca9280d653b3: Verifying Checksum 17:51:15 ca9280d653b3: Download complete 17:51:15 cbdbe7a5bc2a: Pull complete 17:51:15 7e9c9ca2126c: Download complete 17:51:15 ca9280d653b3: Pull complete 17:51:18 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4070)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:51:18 7e9c9ca2126c: Pull complete 17:51:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:51:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:51:18 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 17:51:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:51:18 % Total % Received % Xferd Average Speed Time Time Time Current 17:51:18 Dload Upload Total Spent Left Speed 17:51:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 96480 0 --:--:-- --:--:-- --:--:-- 97246 17:51:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:51:20 $ docker top 221d98d5e202938327441de8f9e1069919919a18f426c85a9b290e18a11d6b53 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 17:51:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:51:20 + docker-compose build --help 17:51:20 + grep parallel 17:51:20 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 17:51:20 /etc/docker/daemon.json 17:51:20 { 17:51:20 "registry-mirrors": [ 17:51:20 "https://nexus3.edgexfoundry.org:10001" 17:51:20 ], 17:51:20 "bip": "10.250.0.254/24", 17:51:20 "hosts": [ 17:51:20 "tcp://0.0.0.0:5555", 17:51:20 "unix:///var/run/docker.sock" 17:51:20 ], 17:51:20 "mtu": 1458, 17:51:20 "selinux-enabled": true, 17:51:20 "seccomp-profile": "/etc/docker/seccomp.json" 17:51:20 } [Pipeline] sh 17:51:21 --parallel Build images in parallel. [Pipeline] } 17:51:21 $ docker stop --time=1 221d98d5e202938327441de8f9e1069919919a18f426c85a9b290e18a11d6b53 17:51:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 17:51:22 $ docker rm -f 221d98d5e202938327441de8f9e1069919919a18f426c85a9b290e18a11d6b53 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:22 + sudo service docker restart 17:51:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:51:22 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 17:51:22 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:51:23 $ docker top 77936e5f2dd30d37f0108b58761153e0f19dcdce81cafd9a69b18b8c2fe1dfd7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:51:23 + docker-compose -f ./docker-compose-build.yml build --parallel 17:51:24 Building core-command ... 17:51:24 Building core-data ... 17:51:24 Building core-metadata ... 17:51:24 Building security-bootstrapper ... 17:51:24 Building security-proxy-setup ... 17:51:24 Building security-secretstore-setup ... 17:51:24 Building security-spiffe-token-provider ... 17:51:24 Building security-spire-agent ... 17:51:24 Building security-spire-config ... 17:51:24 Building security-spire-server ... 17:51:24 Building support-notifications ... 17:51:24 Building support-scheduler ... 17:51:24 Building sys-mgmt-agent ... 17:51:24 Building sys-mgmt-agent 17:51:24 Building security-spire-server 17:51:24 Building core-data 17:51:24 Building support-scheduler 17:51:24 Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:51:41 provisioning config files... 17:51:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config177614157071602130tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:51:41 ---> docker-login.sh 17:51:41 nexus3.edgexfoundry.org:10001 17:51:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:42 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:51:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:51:42 ---> a2b3223f1eec 17:51:42 Step 3/23 : WORKDIR /edgex-go 17:51:42 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:51:42 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:51:42 ---> a2b3223f1eec 17:51:42 Step 3/25 : WORKDIR /edgex-go 17:51:42 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:51:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:51:42 ---> a2b3223f1eec 17:51:42 Step 3/22 : WORKDIR /edgex-go 17:51:42 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:51:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:51:42 ---> a2b3223f1eec 17:51:42 Step 3/23 : WORKDIR /edgex-go 17:51:42 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:51:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:51:42 ---> a2b3223f1eec 17:51:42 Step 3/26 : WORKDIR /edgex-go 17:51:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:42 Configure a credential helper to remove this warning. See 17:51:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:42 17:51:42 Login Succeeded 17:51:42 nexus3.edgexfoundry.org:10002 17:51:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:42 Configure a credential helper to remove this warning. See 17:51:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:42 17:51:42 Login Succeeded 17:51:42 nexus3.edgexfoundry.org:10003 17:51:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:43 Configure a credential helper to remove this warning. See 17:51:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:43 17:51:43 Login Succeeded 17:51:43 nexus3.edgexfoundry.org:10004 17:51:43 ---> Running in 68857ce02a26 17:51:43 ---> Running in 6bf09bbde10c 17:51:43 ---> Running in 404def080ded 17:51:43 ---> Running in 1733da0dc316 17:51:43 ---> Running in 544bbed01662 17:51:43 Removing intermediate container 1733da0dc316 17:51:43 ---> 796ca841c763 17:51:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:43 Removing intermediate container 404def080ded 17:51:43 ---> 59334f1c7abb 17:51:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:43 Configure a credential helper to remove this warning. See 17:51:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:43 17:51:43 Login Succeeded 17:51:43 docker.io 17:51:43 ---> Running in c2966af6f347 17:51:43 Removing intermediate container 68857ce02a26 17:51:43 ---> 96ebe9866266 17:51:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:43 Removing intermediate container 544bbed01662 17:51:43 ---> d6b1882a2402 17:51:43 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:43 Removing intermediate container 6bf09bbde10c 17:51:43 ---> e08b121ad575 17:51:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:43 ---> Running in 2bbaa6ec0e88 17:51:43 ---> Running in 15d7a68b8e60 17:51:43 ---> Running in 31ccfdf4211e 17:51:43 ---> Running in 49689fb24601 17:51:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:44 Removing intermediate container c2966af6f347 17:51:44 ---> daff8924cab5 17:51:44 Step 5/23 : RUN apk add --update --no-cache make bash git 17:51:44 ---> Running in 6b3026b2a769 17:51:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:44 Configure a credential helper to remove this warning. See 17:51:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:44 17:51:44 Login Succeeded 17:51:44 ---> docker-login.sh ends [Pipeline] } 17:51:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:51:44 Removing intermediate container 49689fb24601 17:51:44 ---> 4a3883421adf 17:51:44 Step 5/22 : RUN apk add --update --no-cache make git 17:51:44 ---> Running in 8b7576a118ba 17:51:44 Removing intermediate container 15d7a68b8e60 17:51:44 ---> 3647f3ee82e6 17:51:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:51:44 Removing intermediate container 31ccfdf4211e 17:51:44 ---> 4d39b6c06d85 17:51:44 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 17:51:44 ---> Running in 6dc0ec277629 17:51:44 Removing intermediate container 2bbaa6ec0e88 17:51:44 ---> 3e15fb0b64bb 17:51:44 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 17:51:44 ---> Running in c03a628915ea 17:51:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] echo 17:51:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:51:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:51:44 ========================================================= 17:51:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 17:51:44 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:51:44 ---> Running in 0b3320047c07 17:51:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:51:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:51:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 17:51:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:51:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:51:45 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:51:45 9b3977197b4f: Pulling fs layer 17:51:45 1a89e8eeedd5: Pulling fs layer 17:51:45 94645a83ff95: Pulling fs layer 17:51:45 e6fb740bc735: Pulling fs layer 17:51:45 3a77bd46dcc9: Pulling fs layer 17:51:45 355e64cbe906: Pulling fs layer 17:51:45 63ab81a10011: Pulling fs layer 17:51:45 555d1d1c4555: Pulling fs layer 17:51:45 7d9057610161: Pulling fs layer 17:51:45 355e64cbe906: Waiting 17:51:45 63ab81a10011: Waiting 17:51:45 555d1d1c4555: Waiting 17:51:45 7d9057610161: Waiting 17:51:45 e6fb740bc735: Waiting 17:51:45 3a77bd46dcc9: Waiting 17:51:45 94645a83ff95: Verifying Checksum 17:51:45 94645a83ff95: Download complete 17:51:45 1a89e8eeedd5: Verifying Checksum 17:51:45 1a89e8eeedd5: Download complete 17:51:45 3a77bd46dcc9: Verifying Checksum 17:51:45 3a77bd46dcc9: Download complete 17:51:45 355e64cbe906: Verifying Checksum 17:51:45 355e64cbe906: Download complete 17:51:45 9b3977197b4f: Verifying Checksum 17:51:45 9b3977197b4f: Download complete 17:51:45 63ab81a10011: Verifying Checksum 17:51:45 63ab81a10011: Download complete 17:51:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:51:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:51:45 OK: 221 MiB in 52 packages 17:51:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:51:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:51:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:51:46 9b3977197b4f: Pull complete 17:51:46 7d9057610161: Verifying Checksum 17:51:46 7d9057610161: Download complete 17:51:46 Removing intermediate container 6b3026b2a769 17:51:46 ---> 77fc5176ed29 17:51:46 Step 6/23 : COPY go.mod vendor* ./ 17:51:46 ---> 3571b156366b 17:51:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:51:46 ---> Running in 6d143bf23b4c 17:51:46 1a89e8eeedd5: Pull complete 17:51:46 OK: 221 MiB in 52 packages 17:51:46 OK: 221 MiB in 52 packages 17:51:46 Removing intermediate container 0b3320047c07 17:51:46 ---> 9a0861301f7f 17:51:46 Step 6/26 : COPY go.mod vendor* ./ 17:51:47 OK: 221 MiB in 52 packages 17:51:47 ---> 5ae00fead9ed 17:51:47 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:51:47 ---> Running in c9ab7c35208d 17:51:47 OK: 221 MiB in 52 packages 17:51:47 94645a83ff95: Pull complete 17:51:47 555d1d1c4555: Verifying Checksum 17:51:47 555d1d1c4555: Download complete 17:51:47 Removing intermediate container 6d143bf23b4c 17:51:47 ---> 3d36e4b8be77 17:51:47 Step 8/23 : COPY . . 17:51:47 Removing intermediate container c03a628915ea 17:51:47 ---> cbbbd83611e0 17:51:47 Step 6/25 : COPY go.mod vendor* ./ 17:51:47 e6fb740bc735: Download complete 17:51:48 Removing intermediate container 8b7576a118ba 17:51:48 ---> 937417abb1eb 17:51:48 Step 6/22 : COPY go.mod vendor* ./ 17:51:48 Removing intermediate container 6dc0ec277629 17:51:48 ---> 839981f6fa0f 17:51:48 Step 6/23 : COPY go.mod vendor* ./ 17:51:48 ---> 056455c688b6 17:51:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:51:48 ---> 7867d827920a 17:51:48 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:51:48 ---> cf294d215a42 17:51:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:51:48 ---> Running in fcb6da7d23e1 17:51:48 ---> Running in 304e9c6f48fd 17:51:48 ---> Running in 6d1b710a4550 17:51:48 Removing intermediate container c9ab7c35208d 17:51:48 ---> 54da0e99f412 17:51:48 Step 8/26 : COPY . . 17:51:51 Removing intermediate container 6d1b710a4550 17:51:51 ---> 8974e8a3d79f 17:51:51 Step 8/23 : COPY . . 17:51:51 Removing intermediate container 304e9c6f48fd 17:51:51 ---> 2319ff7af138 17:51:51 Step 8/25 : COPY . . 17:51:51 Removing intermediate container fcb6da7d23e1 17:51:51 ---> af14779024d8 17:51:51 Step 8/22 : COPY . . 17:51:58 ---> f95f24b92bbc 17:51:58 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:51:58 ---> ec9ce9e1eb72 17:51:58 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 17:51:58 ---> Running in d804f5b3d047 17:51:58 ---> 75dc10ee4b57 17:51:58 Step 9/23 : RUN make cmd/core-data/core-data 17:51:58 ---> Running in fbd9121be88d 17:51:58 ---> b80e7d5bdb58 17:51:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:51:58 ---> 683764082dc1 17:51:58 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 17:51:58 ---> Running in 8adffbfd4c02 17:51:58 ---> Running in 129bbc8d5974 17:51:58 ---> Running in 814a9bc37934 17:51:58 Removing intermediate container fbd9121be88d 17:51:58 ---> 5d97e6d7ee06 17:51:58 Step 10/26 : WORKDIR /edgex-go/spire-build 17:51:58 ---> Running in f70765b94937 17:51:58 Removing intermediate container 814a9bc37934 17:51:58 ---> 6f360bd7335f 17:51:58 Step 10/25 : WORKDIR /edgex-go/spire-build 17:51:58 ---> Running in c2709db245e8 17:51:58 Removing intermediate container f70765b94937 17:51:58 ---> 9708ae63351b 17:51:58 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 17:51:58 ---> Running in 9f3501f3fb68 17:51:58 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:51:58 Removing intermediate container c2709db245e8 17:51:58 ---> 5c7f02125ca8 17:51:58 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 17:51:58 ---> Running in 933a1aee0c04 17:51:58 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 17:51:58 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:51:59 Removing intermediate container 9f3501f3fb68 17:51:59 ---> 8ec6292698a0 17:51:59 Step 12/26 : WORKDIR /edgex-go 17:51:59 ---> Running in f6eb96ebc2b3 17:51:59 Removing intermediate container 933a1aee0c04 17:51:59 ---> bb9ba3e8d1f0 17:51:59 Step 12/25 : WORKDIR /edgex-go 17:51:59 ---> Running in 8ba9b1ed8f1c 17:51:59 Removing intermediate container f6eb96ebc2b3 17:51:59 ---> 8ec45e39d404 17:51:59 17:51:59 Step 13/26 : FROM alpine:3.15 17:52:00 3.15: Pulling from library/alpine 17:52:00 Removing intermediate container 8ba9b1ed8f1c 17:52:00 ---> bd84ffa2ae09 17:52:00 17:52:00 Step 13/25 : FROM alpine:3.15 17:52:00 3.15: Pulling from library/alpine 17:52:00 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 17:52:00 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 17:52:00 Status: Downloaded newer image for alpine:3.15 17:52:00 Status: Image is up to date for alpine:3.15 17:52:00 ---> 0ac33e5f5afa 17:52:00 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:52:00 ---> 0ac33e5f5afa 17:52:00 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:52:00 ---> Running in 91c5a17c1c72 17:52:00 ---> Running in d968184c9591 17:52:00 e6fb740bc735: Pull complete 17:52:00 3a77bd46dcc9: Pull complete 17:52:00 355e64cbe906: Pull complete 17:52:00 63ab81a10011: Pull complete 17:52:00 Removing intermediate container d968184c9591 17:52:00 ---> a57e756fb5f5 17:52:00 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:00 Removing intermediate container 91c5a17c1c72 17:52:00 ---> 4a8c5ed6de80 17:52:00 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:00 ---> Running in 3852dd17b82c 17:52:00 ---> Running in bd3701b747f0 17:52:01 Removing intermediate container 3852dd17b82c 17:52:01 ---> 5b28a748b85e 17:52:01 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 17:52:01 ---> Running in bd2401c547ef 17:52:01 Removing intermediate container bd3701b747f0 17:52:01 ---> 6ff83c9c88d1 17:52:01 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 17:52:01 ---> Running in 2c912679d992 17:52:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:52:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:52:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:52:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:52:03 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 17:52:03 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 17:52:03 OK: 15859 distinct packages available 17:52:03 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 17:52:03 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 17:52:03 OK: 15859 distinct packages available 17:52:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:52:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:52:04 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:52:04 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:52:04 (1/5) Installing dumb-init (1.2.5-r1) 17:52:04 (2/5) Installing musl-obstack (1.2.3-r0) 17:52:04 (1/4) Installing dumb-init (1.2.5-r1) 17:52:04 (3/5) Installing libucontext (1.1-r0) 17:52:05 (2/4) Installing musl-obstack (1.2.3-r0) 17:52:05 (4/5) Installing gcompat (1.0.0-r4) 17:52:05 (3/4) Installing libucontext (1.1-r0) 17:52:05 (5/5) Installing openssl (1.1.1p-r0) 17:52:05 (4/4) Installing gcompat (1.0.0-r4) 17:52:05 Executing busybox-1.34.1-r5.trigger 17:52:05 OK: 6 MiB in 19 packages 17:52:05 Executing busybox-1.34.1-r5.trigger 17:52:05 OK: 6 MiB in 18 packages 17:52:05 555d1d1c4555: Pull complete 17:52:06 Removing intermediate container 2c912679d992 17:52:06 ---> 544327cb0b53 17:52:06 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 17:52:06 Removing intermediate container bd2401c547ef 17:52:06 ---> 0c8280dab712 17:52:06 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 17:52:07 7d9057610161: Pull complete 17:52:07 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 17:52:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 17:52:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 17:52:08 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 17:52:08 WORKDIR /edgex 17:52:08 COPY go.mod . 17:52:08 RUN go mod download 17:52:08 + docker build -t ci-base-image-arm64 -f - . 17:52:10 ---> e666c6085c51 17:52:10 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 17:52:10 ---> 25c4e97dae90 17:52:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 17:52:10 ---> 4bafa67de7d4 17:52:10 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 17:52:10 ---> 36115ed3d4f9 17:52:10 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 17:52:10 ---> Running in bfb1b580296a 17:52:10 ---> 378ce53bd6d3 17:52:10 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 17:52:10 Removing intermediate container bfb1b580296a 17:52:10 ---> 4975968c363d 17:52:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 17:52:10 Sending build context to Docker daemon 169.2MB 17:52:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 17:52:10 ---> 819e984ddca1 17:52:10 Step 2/4 : WORKDIR /edgex 17:52:11 ---> 4d17cfdf6f5b 17:52:11 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:52:11 ---> a92298a20519 17:52:11 Step 21/26 : WORKDIR / 17:52:11 ---> Running in b3039b0fa3d0 17:52:11 ---> Running in e2c66c5097bf 17:52:11 Removing intermediate container e2c66c5097bf 17:52:11 ---> 070ece1360a2 17:52:11 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:52:11 Removing intermediate container b3039b0fa3d0 17:52:11 ---> fd90062f79c1 17:52:11 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:52:11 ---> Running in c8cd024626f3 17:52:11 ---> Running in b3c0822b2065 17:52:11 Removing intermediate container c8cd024626f3 17:52:11 ---> 7091739ea6b7 17:52:11 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:52:11 ---> Running in 5f24a8ee695b 17:52:11 Removing intermediate container b3c0822b2065 17:52:11 ---> 36af71e20a6e 17:52:11 Step 23/25 : LABEL arch=x86_64 17:52:12 ---> Running in b49b675e0de7 17:52:12 Removing intermediate container 5f24a8ee695b 17:52:12 ---> f237b6122c9d 17:52:12 Step 24/26 : LABEL arch=x86_64 17:52:12 ---> Running in a4924f9574a8 17:52:12 ---> Running in e381ce166253 17:52:12 Removing intermediate container b49b675e0de7 17:52:12 ---> 3f7775859e52 17:52:12 Step 24/25 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:52:12 ---> Running in 27702fd33787 17:52:12 Removing intermediate container a4924f9574a8 17:52:12 ---> a7039df5a7ba 17:52:12 Step 25/26 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:52:12 ---> Running in 22c0feed8c02 17:52:12 Removing intermediate container e381ce166253 17:52:12 ---> dc959b9b2a49 17:52:12 Step 3/4 : COPY go.mod . 17:52:12 Removing intermediate container 27702fd33787 17:52:12 ---> d44718d6b292 17:52:12 Step 25/25 : LABEL version=2.2.1-dev.19 17:52:12 ---> Running in 82900af5cfc8 17:52:12 Removing intermediate container 22c0feed8c02 17:52:12 ---> ab8d2c155a71 17:52:12 Step 26/26 : LABEL version=2.2.1-dev.19 17:52:12 ---> Running in 81e78fb7bc81 17:52:12 Removing intermediate container 82900af5cfc8 17:52:12 ---> c9e50edd18ee 17:52:12 17:52:12 Successfully built c9e50edd18ee 17:52:12 Successfully tagged security-spire-server:latest 17:52:12  Building security-spire-server ... done Building core-command 17:52:12 Removing intermediate container 81e78fb7bc81 17:52:12 ---> eb9ac99bcbe1 17:52:12 17:52:13 ---> 7f25b1409b92 17:52:13 Step 4/4 : RUN go mod download 17:52:13 ---> Running in 08a9c05f8a1b 17:52:13 Successfully built eb9ac99bcbe1 17:52:13 Successfully tagged security-spire-config:latest 17:52:13  Building security-spire-config ... done Building support-notifications 17:52:19 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:52:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:52:19 ---> a2b3223f1eec 17:52:19 Step 3/23 : WORKDIR /edgex-go 17:52:19 ---> Using cache 17:52:19 ---> e08b121ad575 17:52:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:19 ---> Using cache 17:52:19 ---> 4a3883421adf 17:52:19 Step 5/23 : RUN apk add --update --no-cache make git 17:52:19 ---> Using cache 17:52:19 ---> 937417abb1eb 17:52:19 Step 6/23 : COPY go.mod vendor* ./ 17:52:19 ---> Using cache 17:52:19 ---> 056455c688b6 17:52:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:52:19 ---> Using cache 17:52:19 ---> af14779024d8 17:52:19 Step 8/23 : COPY . . 17:52:19 ---> Using cache 17:52:19 ---> b80e7d5bdb58 17:52:19 Step 9/23 : RUN make cmd/core-command/core-command 17:52:19 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:52:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:52:19 ---> a2b3223f1eec 17:52:19 Step 3/22 : WORKDIR /edgex-go 17:52:19 ---> Using cache 17:52:19 ---> e08b121ad575 17:52:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:19 ---> Using cache 17:52:19 ---> 4a3883421adf 17:52:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:52:21 ---> Running in 1c4645109823 17:52:21 ---> Running in 820a974fed2b 17:52:21 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:52:21 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 17:52:22 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:52:23 Removing intermediate container d804f5b3d047 17:52:23 ---> 8ce6b1d8b792 17:52:23 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:52:23 OK: 221 MiB in 52 packages 17:52:23 ---> Running in 229c1b5d0949 17:52:23 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:52:23 Removing intermediate container 1c4645109823 17:52:23 ---> 3e244d236d70 17:52:23 Step 6/22 : COPY go.mod vendor* ./ 17:52:23 Removing intermediate container 8adffbfd4c02 17:52:23 ---> 370871865799 17:52:23 17:52:23 Step 10/23 : FROM alpine:3.14 17:52:23 3.14: Pulling from library/alpine 17:52:23 ---> 296095de91ad 17:52:23 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:52:24 ---> Running in 18d9f78a1c94 17:52:24 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:52:24 Status: Downloaded newer image for alpine:3.14 17:52:24 ---> e04c818066af 17:52:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:52:24 ---> Running in 39950afe8534 17:52:24 Removing intermediate container 229c1b5d0949 17:52:24 ---> 7c93955b9ec4 17:52:24 17:52:24 Step 11/23 : FROM docker:20.10.14 17:52:24 Removing intermediate container 39950afe8534 17:52:24 ---> a7a84bc59ae8 17:52:24 Step 12/23 : ENV APP_PORT=59880 17:52:24 20.10.14: Pulling from library/docker 17:52:24 ---> Running in 78e7e3f5aca7 17:52:25 Removing intermediate container 78e7e3f5aca7 17:52:25 ---> fb7ae9da909c 17:52:25 Step 13/23 : EXPOSE $APP_PORT 17:52:25 ---> Running in 33dbd496a0e7 17:52:25 Removing intermediate container 33dbd496a0e7 17:52:25 ---> 2bac4e871457 17:52:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:25 ---> Running in 78e408022f8a 17:52:25 Removing intermediate container 18d9f78a1c94 17:52:25 ---> d9e0f6bf82b7 17:52:25 Step 8/22 : COPY . . 17:52:25 Removing intermediate container 129bbc8d5974 17:52:25 ---> a5dc97436f4c 17:52:25 17:52:25 Step 10/22 : FROM alpine:3.14 17:52:25 ---> e04c818066af 17:52:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:52:26 ---> Running in ebae29f6486d 17:52:26 Removing intermediate container 78e408022f8a 17:52:26 ---> accadc3687e4 17:52:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:52:26 ---> Running in 47af734d4e5a 17:52:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:52:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:52:26 (1/1) Installing dumb-init (1.2.5-r1) 17:52:26 Executing busybox-1.33.1-r7.trigger 17:52:26 OK: 6 MiB in 15 packages 17:52:27 fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:52:27 Removing intermediate container ebae29f6486d 17:52:27 ---> ac592c5e5c40 17:52:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:52:27 ---> Running in 96b017b8f956 17:52:28 Removing intermediate container 96b017b8f956 17:52:28 ---> 80a44cbbd140 17:52:28 Step 13/22 : ENV APP_PORT=59861 17:52:28 ---> Running in c9122da8090c 17:52:28 fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:52:28 Removing intermediate container c9122da8090c 17:52:28 ---> 1511189b903f 17:52:28 Step 14/22 : EXPOSE $APP_PORT 17:52:28 ---> Running in bda1f6661546 17:52:28 (1/6) Installing dumb-init (1.2.5-r1) 17:52:28 (2/6) Installing libgcc (10.3.1_git20210424-r2) 17:52:29 Removing intermediate container bda1f6661546 17:52:29 ---> 861739be4b63 17:52:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:52:29 (3/6) Installing libsodium (1.0.18-r0) 17:52:29 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 17:52:29 (5/6) Installing libzmq (4.3.4-r0) 17:52:29 (6/6) Installing zeromq (4.3.4-r0) 17:52:29 ---> 98d01b793981 17:52:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:52:29 Executing busybox-1.33.1-r7.trigger 17:52:29 OK: 8 MiB in 20 packages 17:52:30 ---> e5ff3f42a527 17:52:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:52:30 Removing intermediate container 47af734d4e5a 17:52:30 ---> 09afc7396830 17:52:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:52:30 ---> 184182570247 17:52:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:52:30 ---> Running in cb038599d846 17:52:30 ---> 9e27e362b0b7 17:52:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:52:30 Removing intermediate container cb038599d846 17:52:30 ---> 4d92aa7f29c6 17:52:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:52:30 ---> Running in cc9bf83d0407 17:52:30 Removing intermediate container cc9bf83d0407 17:52:30 ---> 2ed66c4ac0ac 17:52:30 Step 20/22 : LABEL arch=x86_64 17:52:31 ---> Running in fd967fceeea8 17:52:31 ---> 54e29c8e0ce9 17:52:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:52:31 Removing intermediate container fd967fceeea8 17:52:31 ---> 15a24eb5e36d 17:52:31 Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:52:31 ---> Running in f607c313cf24 17:52:31 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 17:52:31 Status: Downloaded newer image for docker:20.10.14 17:52:31 ---> 7417809fdb73 17:52:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 17:52:31 ---> Running in c6cd52fc9ee8 17:52:31 ---> 2ed5788a57b0 17:52:31 Step 19/23 : ENTRYPOINT ["/core-data"] 17:52:31 Removing intermediate container f607c313cf24 17:52:31 ---> 070db39a0eef 17:52:31 Step 22/22 : LABEL version=2.2.1-dev.19 17:52:31 ---> Running in 4edf7d200c76 17:52:31 ---> Running in 28fbea4cd959 17:52:31 Removing intermediate container c6cd52fc9ee8 17:52:31 ---> 96f66ffbf730 17:52:31 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 17:52:31 ---> Running in 68492128bb05 17:52:31 Removing intermediate container 4edf7d200c76 17:52:31 ---> 88ec2c8f5ead 17:52:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:52:31 Removing intermediate container 28fbea4cd959 17:52:31 ---> fa471bdf59fe 17:52:31 17:52:31 ---> Running in 9466c2fa7914 17:52:31 Successfully built fa471bdf59fe 17:52:31 Successfully tagged support-scheduler:latest 17:52:31  Building support-scheduler ... done Building security-secretstore-setup 17:52:31 Removing intermediate container 9466c2fa7914 17:52:31 ---> 2d2d8c6b74b1 17:52:31 Step 21/23 : LABEL arch=x86_64 17:52:32 ---> Running in e4cc41087478 17:52:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:52:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:52:32 (1/43) Installing readline (8.1.1-r0) 17:52:32 (2/43) Installing bash (5.1.16-r0) 17:52:32 Executing bash-5.1.16-r0.post-install 17:52:32 (3/43) Installing brotli-libs (1.0.9-r5) 17:52:32 (4/43) Installing nghttp2-libs (1.46.0-r0) 17:52:32 (5/43) Installing libcurl (7.80.0-r2) 17:52:32 (6/43) Installing curl (7.80.0-r2) 17:52:32 (7/43) Installing dumb-init (1.2.5-r1) 17:52:32 (8/43) Installing libbz2 (1.0.8-r1) 17:52:32 (9/43) Installing expat (2.4.7-r0) 17:52:32 (10/43) Installing libffi (3.4.2-r1) 17:52:32 Removing intermediate container e4cc41087478 17:52:32 ---> f09444bc113a 17:52:32 Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:52:32 (11/43) Installing gdbm (1.22-r0) 17:52:32 (12/43) Installing xz-libs (5.2.5-r1) 17:52:32 (13/43) Installing libgcc (10.3.1_git20211027-r0) 17:52:32 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 17:52:32 (15/43) Installing mpdecimal (2.5.1-r1) 17:52:32 (16/43) Installing sqlite-libs (3.36.0-r0) 17:52:32 (17/43) Installing python3 (3.9.7-r4) 17:52:33 (18/43) Installing py3-appdirs (1.4.4-r2) 17:52:33 (19/43) Installing py3-certifi (2020.12.5-r1) 17:52:33 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 17:52:33 (21/43) Installing py3-idna (3.3-r0) 17:52:33 (22/43) Installing py3-urllib3 (1.26.7-r0) 17:52:33 (23/43) Installing py3-requests (2.26.0-r1) 17:52:33 (24/43) Installing py3-msgpack (1.0.2-r1) 17:52:33 (25/43) Installing py3-lockfile (0.12.2-r4) 17:52:33 (26/43) Installing py3-cachecontrol (0.12.10-r0) 17:52:33 (27/43) Installing py3-colorama (0.4.4-r1) 17:52:33 (28/43) Installing py3-contextlib2 (21.6.0-r1) 17:52:33 (29/43) Installing py3-distlib (0.3.3-r0) 17:52:33 (30/43) Installing py3-distro (1.6.0-r0) 17:52:33 (31/43) Installing py3-six (1.16.0-r0) 17:52:33 (32/43) Installing py3-webencodings (0.5.1-r4) 17:52:33 (33/43) Installing py3-html5lib (1.1-r1) 17:52:33 ---> Running in 322262d014db 17:52:33 (34/43) Installing py3-parsing (2.4.7-r2) 17:52:33 (35/43) Installing py3-packaging (20.9-r1) 17:52:33 (36/43) Installing py3-tomli (1.2.2-r0) 17:52:33 (37/43) Installing py3-pep517 (0.12.0-r0) 17:52:33 (38/43) Installing py3-progress (1.6-r0) 17:52:33 (39/43) Installing py3-retrying (1.3.3-r2) 17:52:33 (40/43) Installing py3-ordered-set (4.0.2-r2) 17:52:33 (41/43) Installing py3-setuptools (52.0.0-r4) 17:52:33 (42/43) Installing py3-toml (0.10.2-r2) 17:52:33 (43/43) Installing py3-pip (20.3.4-r1) 17:52:33 Executing busybox-1.34.1-r5.trigger 17:52:33 OK: 83 MiB in 65 packages 17:52:34 Removing intermediate container 322262d014db 17:52:34 ---> a4a446dfe7e1 17:52:34 Step 23/23 : LABEL version=2.2.1-dev.19 17:52:34 ---> Running in c10f299934ee 17:52:34 ---> ec15a6ca1436 17:52:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:52:34 ---> Running in 666c19b577ae 17:52:34 Removing intermediate container c10f299934ee 17:52:34 ---> cbc77124f95b 17:52:34 17:52:34 Successfully built cbc77124f95b 17:52:34 Successfully tagged core-data:latest 17:52:34 Building security-proxy-setup 17:52:34  Building core-data ... done Collecting docker-compose==1.23.2 17:52:34 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:52:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:52:35 Collecting texttable<0.10,>=0.9.0 17:52:35 Downloading texttable-0.9.1.tar.gz (11 kB) 17:52:35 Collecting docker<4.0,>=3.6.0 17:52:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:52:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:52:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:52:35 Collecting docopt<0.7,>=0.6.1 17:52:35 Downloading docopt-0.6.2.tar.gz (25 kB) 17:52:36 Collecting PyYAML<4,>=3.10 17:52:36 Downloading PyYAML-3.13.tar.gz (270 kB) 17:52:36 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:52:36 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:52:36 ---> a2b3223f1eec 17:52:36 Step 3/25 : WORKDIR /edgex-go 17:52:36 ---> Using cache 17:52:36 ---> e08b121ad575 17:52:36 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:36 ---> Using cache 17:52:36 ---> 4a3883421adf 17:52:36 Step 5/25 : RUN apk add --update --no-cache make git 17:52:36 ---> Using cache 17:52:36 ---> 937417abb1eb 17:52:36 Step 6/25 : COPY go.mod vendor* ./ 17:52:36 ---> Using cache 17:52:36 ---> 056455c688b6 17:52:36 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:52:36 ---> Using cache 17:52:36 ---> af14779024d8 17:52:36 Step 8/25 : COPY . . 17:52:36 ---> Using cache 17:52:36 ---> b80e7d5bdb58 17:52:36 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:52:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 17:52:36 Collecting dockerpty<0.5,>=0.4.1 17:52:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:52:37 Collecting websocket-client<1.0,>=0.32.0 17:52:37 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 17:52:37 Collecting jsonschema<3,>=2.5.1 17:52:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:52:37 Collecting cached-property<2,>=1.2.0 17:52:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:52:37 Collecting docker-pycreds>=0.4.0 17:52:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:52:37 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 17:52:37 Collecting chardet<3.1.0,>=3.0.2 17:52:37 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 17:52:37 Collecting idna<2.8,>=2.5 17:52:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:52:37 Collecting urllib3<1.25,>=1.21.1 17:52:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:52:37 ---> Running in 1b4c3037df8c 17:52:37 Removing intermediate container 820a974fed2b 17:52:37 ---> 16cf27b4799d 17:52:37 17:52:37 Step 10/23 : FROM alpine:3.14 17:52:37 ---> e04c818066af 17:52:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:52:37 ---> Using cache 17:52:37 ---> ac592c5e5c40 17:52:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:52:37 ---> Using cache 17:52:37 ---> 80a44cbbd140 17:52:37 Step 13/23 : ENV APP_PORT=59882 17:52:37 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 17:52:37 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 17:52:37 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 17:52:37 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 17:52:37 ---> Running in 3146275a1fbd 17:52:37 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 17:52:37 Attempting uninstall: urllib3 17:52:37 Found existing installation: urllib3 1.26.7 17:52:37 Uninstalling urllib3-1.26.7: 17:52:37 Successfully uninstalled urllib3-1.26.7 17:52:37 Removing intermediate container 3146275a1fbd 17:52:37 ---> 666f1dce5b4d 17:52:37 Step 14/23 : EXPOSE $APP_PORT 17:52:37 Attempting uninstall: idna 17:52:37 Found existing installation: idna 3.3 17:52:37 Uninstalling idna-3.3: 17:52:37 Successfully uninstalled idna-3.3 17:52:37 ---> Running in fca69de3289c 17:52:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:52:37 Removing intermediate container fca69de3289c 17:52:37 ---> 32bc18a230df 17:52:37 Step 15/23 : WORKDIR / 17:52:38 ---> Running in 7acb4c5ce807 17:52:38 Removing intermediate container 7acb4c5ce807 17:52:38 ---> 1bcffc536bb3 17:52:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:52:38 Attempting uninstall: requests 17:52:38 Found existing installation: requests 2.26.0 17:52:38 Uninstalling requests-2.26.0: 17:52:38 Successfully uninstalled requests-2.26.0 17:52:38 Running setup.py install for texttable: started 17:52:38 ---> a8b743c202a5 17:52:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:52:38 Running setup.py install for texttable: finished with status 'done' 17:52:38 Running setup.py install for PyYAML: started 17:52:39 Running setup.py install for PyYAML: finished with status 'done' 17:52:39 Running setup.py install for docopt: started 17:52:39 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:52:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:52:39 ---> a2b3223f1eec 17:52:39 Step 3/22 : WORKDIR /edgex-go 17:52:39 ---> Using cache 17:52:39 ---> e08b121ad575 17:52:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:39 ---> Using cache 17:52:39 ---> 4a3883421adf 17:52:39 Step 5/22 : RUN apk add --update --no-cache make git 17:52:39 ---> Using cache 17:52:39 ---> 937417abb1eb 17:52:39 Step 6/22 : COPY go.mod vendor* ./ 17:52:39 ---> Using cache 17:52:39 ---> 056455c688b6 17:52:39 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:52:39 ---> Using cache 17:52:39 ---> af14779024d8 17:52:39 Step 8/22 : COPY . . 17:52:39 ---> Using cache 17:52:39 ---> b80e7d5bdb58 17:52:39 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:52:39 Running setup.py install for docopt: finished with status 'done' 17:52:39 Running setup.py install for dockerpty: started 17:52:39 ---> Running in 65f06dcb9cea 17:52:39 ---> 40999d74001f 17:52:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:52:39 ---> 0461091c9992 17:52:39 Step 19/23 : ENTRYPOINT ["/core-command"] 17:52:40 ---> Running in 063ef3853d73 17:52:40 Running setup.py install for dockerpty: finished with status 'done' 17:52:40 Removing intermediate container 063ef3853d73 17:52:40 ---> 051e3273cce6 17:52:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:52:40 ---> Running in 70c21cea7505 17:52:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 17:52:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:52:40 Removing intermediate container 70c21cea7505 17:52:40 ---> cddea1e9d48b 17:52:40 Step 21/23 : LABEL arch=x86_64 17:52:40 ---> Running in 03351d5e109e 17:52:40 Removing intermediate container 03351d5e109e 17:52:40 ---> 779ca9038b16 17:52:40 Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:52:40 ---> Running in 2040955a2983 17:52:40 Removing intermediate container 2040955a2983 17:52:40 ---> 1fd9bb1ca147 17:52:40 Step 23/23 : LABEL version=2.2.1-dev.19 17:52:41 ---> Running in d56b5c84b330 17:52:41 Removing intermediate container d56b5c84b330 17:52:41 ---> 026dfc40c589 17:52:41 17:52:41 Successfully built 026dfc40c589 17:52:41 Successfully tagged core-command:latest 17:52:41 Building core-metadata 17:52:45  Building core-command ... done Removing intermediate container 68492128bb05 17:52:45 ---> 3aeb5cb7b351 17:52:45 Step 14/23 : ENV APP_PORT=58890 17:52:46 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:52:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:52:46 ---> a2b3223f1eec 17:52:46 Step 3/23 : WORKDIR /edgex-go 17:52:46 ---> Using cache 17:52:46 ---> e08b121ad575 17:52:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:46 ---> Using cache 17:52:46 ---> 4a3883421adf 17:52:46 Step 5/23 : RUN apk add --update --no-cache make git 17:52:46 ---> Using cache 17:52:46 ---> 937417abb1eb 17:52:46 Step 6/23 : COPY go.mod vendor* ./ 17:52:46 ---> Using cache 17:52:46 ---> 056455c688b6 17:52:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:52:46 ---> Using cache 17:52:46 ---> af14779024d8 17:52:46 Step 8/23 : COPY . . 17:52:46 ---> Using cache 17:52:46 ---> b80e7d5bdb58 17:52:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:52:46 ---> Running in 8207cdc61dfb 17:52:46 ---> Running in 03f65471538c 17:52:46 Removing intermediate container 8207cdc61dfb 17:52:46 ---> 9244f7d6b0d0 17:52:46 Step 15/23 : EXPOSE $APP_PORT 17:52:46 ---> Running in 9faeb60257a2 17:52:47 Removing intermediate container 9faeb60257a2 17:52:47 ---> 6c9d53065e4b 17:52:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:52:47 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:52:47 ---> af4fae722104 17:52:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:52:48 ---> 026b5261460d 17:52:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:52:48 ---> 7779b09c2018 17:52:48 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 17:52:49 ---> Running in 0e18e0c20d7c 17:52:49 Removing intermediate container 0e18e0c20d7c 17:52:49 ---> 525319cc17e7 17:52:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:52:49 ---> Running in 981125dd30d2 17:52:49 Removing intermediate container 981125dd30d2 17:52:49 ---> 2d132e96b32e 17:52:49 Step 21/23 : LABEL arch=x86_64 17:52:49 ---> Running in 31d546696293 17:52:50 Removing intermediate container 31d546696293 17:52:50 ---> 49ee99c19878 17:52:50 Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:52:50 ---> Running in 27206fabf7e1 17:52:50 Removing intermediate container 27206fabf7e1 17:52:50 ---> c191c3e20d14 17:52:50 Step 23/23 : LABEL version=2.2.1-dev.19 17:52:50 ---> Running in fbfb68af79bf 17:52:50 Removing intermediate container fbfb68af79bf 17:52:50 ---> 99c6eba2e086 17:52:50 17:52:50 Successfully built 99c6eba2e086 17:52:50 Successfully tagged sys-mgmt-agent:latest 17:52:50 Building security-spiffe-token-provider 17:52:56  Building sys-mgmt-agent ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:52:56 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:52:56 ---> a2b3223f1eec 17:52:56 Step 3/20 : WORKDIR /edgex-go 17:52:56 ---> Using cache 17:52:56 ---> e08b121ad575 17:52:56 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 17:52:56 ---> Running in 2500f1074b0d 17:52:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:52:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:52:58 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 17:52:58 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 17:52:58 OK: 15866 distinct packages available 17:52:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:53:00 Removing intermediate container 08a9c05f8a1b 17:53:00 ---> 3ab0367aeb8b 17:53:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:53:00 Successfully built 3ab0367aeb8b 17:53:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:00 OK: 221 MiB in 52 packages 17:53:00 + docker inspect -f . ci-base-image-arm64 17:53:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:53:00 prd-ubuntu20.04-docker-arm64-4c-16g-16706 does not seem to be running inside a container 17:53:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:53:01 Removing intermediate container 2500f1074b0d 17:53:01 ---> c321e92d5c18 17:53:01 Step 5/20 : COPY go.mod vendor* ./ 17:53:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:53:01 ---> 2374ae2a6436 17:53:01 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:53:01 ---> Running in 3097aa7a6b41 17:53:02 $ docker top 2d43a892bbeebf94a1fee465c4469c580eff7e7fbb6e13b6689335a6d07b1be3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:03 + go version 17:53:03 go version go1.17.7 linux/arm64 [Pipeline] } 17:53:03 $ docker stop --time=1 2d43a892bbeebf94a1fee465c4469c580eff7e7fbb6e13b6689335a6d07b1be3 17:53:03 Removing intermediate container 3097aa7a6b41 17:53:03 ---> 73e819665f38 17:53:03 Step 7/20 : COPY . . 17:53:03 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 17:53:04 $ docker rm -f 2d43a892bbeebf94a1fee465c4469c580eff7e7fbb6e13b6689335a6d07b1be3 [Pipeline] // withDockerContainer [Pipeline] } 17:53:05 Removing intermediate container 1b4c3037df8c 17:53:05 ---> def03439619a 17:53:05 17:53:05 Step 10/25 : FROM alpine:3.14 17:53:05 ---> e04c818066af 17:53:05 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [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:53:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:53:05 17:53:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:05 ---> Running in 979bc24aadd1 17:53:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:53:05 latest: Pulling from edgex-devops/edgex-compose-arm64 17:53:05 29e5d40040c1: Pulling fs layer 17:53:05 1ce36da41761: Pulling fs layer 17:53:05 25b303627fd3: Pulling fs layer 17:53:05 Removing intermediate container 666c19b577ae 17:53:05 ---> 4f607fbd8568 17:53:05 17:53:05 Step 10/22 : FROM alpine:3.14 17:53:05 ---> e04c818066af 17:53:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:53:06 29e5d40040c1: Verifying Checksum 17:53:06 29e5d40040c1: Download complete 17:53:06 1ce36da41761: Verifying Checksum 17:53:06 1ce36da41761: Download complete 17:53:06 ---> Running in 60781c5de8d7 17:53:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:53:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:53:06 29e5d40040c1: Pull complete 17:53:06 (1/3) Installing ca-certificates (20211220-r0) 17:53:06 (2/3) Installing dumb-init (1.2.5-r1) 17:53:06 (3/3) Installing su-exec (0.2-r1) 17:53:06 Executing busybox-1.33.1-r7.trigger 17:53:06 Executing ca-certificates-20211220-r0.trigger 17:53:06 OK: 6 MiB in 17 packages 17:53:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:53:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:53:07 (1/2) Installing ca-certificates (20211220-r0) 17:53:07 (2/2) Installing dumb-init (1.2.5-r1) 17:53:07 Executing busybox-1.33.1-r7.trigger 17:53:07 Executing ca-certificates-20211220-r0.trigger 17:53:07 OK: 6 MiB in 16 packages 17:53:07 Removing intermediate container 65f06dcb9cea 17:53:07 ---> 9576117f4d3a 17:53:07 17:53:07 Step 10/22 : FROM alpine:3.14 17:53:07 ---> e04c818066af 17:53:07 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 17:53:07 ---> Running in 1b772f1bcb8f 17:53:07 Removing intermediate container 979bc24aadd1 17:53:07 ---> 7a9d39224e71 17:53:07 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:53:08 Removing intermediate container 60781c5de8d7 17:53:08 ---> 88ca8d741747 17:53:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:53:08 ---> Running in 0d9ff9913212 17:53:08 ---> Running in c812cf9db98c 17:53:08 Removing intermediate container 0d9ff9913212 17:53:08 ---> 3c5f395baf11 17:53:08 Step 13/25 : WORKDIR / 17:53:08 ---> Running in a4bec9c75468 17:53:08 25b303627fd3: Verifying Checksum 17:53:08 25b303627fd3: Download complete 17:53:08 1ce36da41761: Pull complete 17:53:08 Removing intermediate container c812cf9db98c 17:53:08 ---> 166597420392 17:53:08 Step 13/22 : ENV APP_PORT=59860 17:53:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:53:08 ---> Running in 6cdb9295f0d7 17:53:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:53:08 Removing intermediate container a4bec9c75468 17:53:08 ---> 70288d37e38a 17:53:08 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:53:08 Removing intermediate container 6cdb9295f0d7 17:53:08 ---> 74f802965582 17:53:08 Step 14/22 : EXPOSE $APP_PORT 17:53:08 (1/6) Installing ca-certificates (20211220-r0) 17:53:08 (2/6) Installing brotli-libs (1.0.9-r5) 17:53:08 (3/6) Installing nghttp2-libs (1.43.0-r0) 17:53:08 (4/6) Installing libcurl (7.79.1-r2) 17:53:08 (5/6) Installing curl (7.79.1-r2) 17:53:08 (6/6) Installing dumb-init (1.2.5-r1) 17:53:08 ---> Running in 186045274b71 17:53:08 Executing busybox-1.33.1-r7.trigger 17:53:08 ---> f69708ee8d2a 17:53:08 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:53:08 Executing ca-certificates-20211220-r0.trigger 17:53:08 OK: 8 MiB in 20 packages 17:53:08 Removing intermediate container 186045274b71 17:53:08 ---> 5fa83f508c06 17:53:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:09 ---> fd83c7e0a5e0 17:53:09 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:53:09 ---> bced65abf6f8 17:53:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:53:09 ---> 257b2237e7f0 17:53:09 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 17:53:09 Removing intermediate container 1b772f1bcb8f 17:53:09 ---> 22f4ff9b3026 17:53:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:53:09 ---> Running in 009d4c6a240b 17:53:09 ---> d2e45c9eb6f0 17:53:09 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:53:09 Removing intermediate container 009d4c6a240b 17:53:09 ---> 299bfe452989 17:53:09 Step 13/22 : WORKDIR /edgex 17:53:09 Removing intermediate container 03f65471538c 17:53:09 ---> a68d46e946b6 17:53:09 17:53:09 Step 10/23 : FROM alpine:3.14 17:53:09 ---> e04c818066af 17:53:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:53:09 ---> Using cache 17:53:09 ---> ac592c5e5c40 17:53:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:53:09 ---> Using cache 17:53:09 ---> 80a44cbbd140 17:53:09 Step 13/23 : ENV APP_PORT=59881 17:53:09 ---> Running in 19fd8f15a161 17:53:09 ---> Running in a31ca4680c9c 17:53:09 ---> bb79b42a3887 17:53:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:53:09 ---> 5e71593a9ccc 17:53:09 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:53:09 Removing intermediate container 19fd8f15a161 17:53:09 ---> 65dc25c00797 17:53:09 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:53:10 Removing intermediate container a31ca4680c9c 17:53:10 ---> 3d75a16bc0a1 17:53:10 Step 14/23 : EXPOSE $APP_PORT 17:53:10 ---> Running in 79fcec586722 17:53:10 ---> 7323e740414d 17:53:10 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:53:10 Removing intermediate container 79fcec586722 17:53:10 ---> c0c97788a00f 17:53:10 Step 15/23 : WORKDIR / 17:53:10 ---> Running in bb7531dccf8d 17:53:10 ---> fa105d21ad67 17:53:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:53:10 ---> 42f80b8a2362 17:53:10 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:53:10 ---> Running in e75bb1598a87 17:53:10 Removing intermediate container bb7531dccf8d 17:53:10 ---> 0b877614354d 17:53:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:10 ---> Running in 2af8e5c4c321 17:53:10 Removing intermediate container e75bb1598a87 17:53:10 ---> 6dfe0848cb3a 17:53:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:10 ---> c5df4dd7474d 17:53:10 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:53:10 ---> Running in 35767dc0bc68 17:53:10 Removing intermediate container 2af8e5c4c321 17:53:10 ---> ef915a857154 17:53:10 Step 20/22 : LABEL arch=x86_64 17:53:10 ---> 7a0cab68e462 17:53:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:53:10 ---> Running in b3839baa2be9 17:53:11 ---> a71d421ae762 17:53:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:53:11 Removing intermediate container b3839baa2be9 17:53:11 ---> e34c05500c4f 17:53:11 Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:11 ---> Running in 541c7c4c51f9 17:53:11 ---> 4d1939d1914c 17:53:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 17:53:11 Removing intermediate container 541c7c4c51f9 17:53:11 ---> a0582e293237 17:53:11 Step 22/22 : LABEL version=2.2.1-dev.19 17:53:11 ---> fbfcc8ce73f3 17:53:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:53:11 ---> Running in 85ce38a77a3f 17:53:11 Removing intermediate container 85ce38a77a3f 17:53:11 ---> e543813d8c88 17:53:11 ---> 97dcc63e5faf 17:53:11 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:53:11 17:53:11 ---> 2c4b82e8ae7e 17:53:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:53:11 Removing intermediate container 35767dc0bc68 17:53:11 ---> 97737286c8f9 17:53:11 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 17:53:11 ---> Running in fe8413f28b89 17:53:11 ---> Running in caa9ed464e7b 17:53:11 ---> Running in d344530f11ec 17:53:11 Successfully built 97dcc63e5faf 17:53:11 Successfully tagged support-notifications:latest 17:53:11 Building security-spire-agent 17:53:11  Building support-notifications ... done  ---> 981c9458f184 17:53:11 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 17:53:11 Removing intermediate container caa9ed464e7b 17:53:11 ---> 09306ac684a7 17:53:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:11 ---> Running in 3150c7932577 17:53:12 Removing intermediate container d344530f11ec 17:53:12 ---> 8db5c80cf920 17:53:12 Step 23/25 : LABEL arch=x86_64 17:53:12 ---> Running in 4019a3f348ca 17:53:12 ---> Running in 08fafe211869 17:53:12 Removing intermediate container 4019a3f348ca 17:53:12 ---> 9645171dc68e 17:53:12 Step 21/23 : LABEL arch=x86_64 17:53:13 Removing intermediate container 08fafe211869 17:53:13 ---> 58f819afdc59 17:53:13 Step 24/25 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 17:53:13 ---> Running in 764f07f4f617 17:53:13 ---> Running in 59d96f6d56d1 17:53:13 Removing intermediate container 764f07f4f617 17:53:13 ---> eb259e61f040 17:53:13 Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:13 Removing intermediate container fe8413f28b89 17:53:13 ---> be850e0ee461 17:53:13 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 17:53:13 Removing intermediate container 59d96f6d56d1 17:53:13 ---> 826fef2f1411 17:53:13 Step 25/25 : LABEL version=2.2.1-dev.19 17:53:13 ---> Running in d7439b9c5055 17:53:13 ---> Running in 9cdaa1b20321 17:53:13 ---> Running in 71d84683828e 17:53:13 Removing intermediate container d7439b9c5055 17:53:13 ---> e91324d716f2 17:53:13 Step 23/23 : LABEL version=2.2.1-dev.19 17:53:13 ---> Running in b4ec598ac06b 17:53:13 Removing intermediate container 71d84683828e 17:53:13 ---> 98419ff089c6 17:53:13 Step 20/22 : LABEL arch=x86_64 17:53:13 Removing intermediate container 9cdaa1b20321 17:53:13 ---> 6405cfbcc415 17:53:13 17:53:13 ---> Running in 48df10f4844b 17:53:13 Removing intermediate container b4ec598ac06b 17:53:13 ---> a59494b36d7d 17:53:13 17:53:13 Successfully built 6405cfbcc415 17:53:13 Successfully tagged security-secretstore-setup:latest 17:53:13  Building security-secretstore-setup ... done Building security-bootstrapper 17:53:13 Removing intermediate container 48df10f4844b 17:53:13 ---> e3d9898af0dc 17:53:13 Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:13 Successfully built a59494b36d7d 17:53:13 Successfully tagged core-metadata:latest 17:53:13  Building core-metadata ... done  ---> Running in fba15fb9c682 17:53:14 Removing intermediate container fba15fb9c682 17:53:14 ---> 915acccd7012 17:53:14 Step 22/22 : LABEL version=2.2.1-dev.19 17:53:15 ---> Running in a7854acf5a9a 17:53:15 Removing intermediate container a7854acf5a9a 17:53:15 ---> b65693ba2964 17:53:15 17:53:15 Successfully built b65693ba2964 17:53:15 Successfully tagged security-proxy-setup:latest 17:53:17  Building security-proxy-setup ... done Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:53:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:53:17 ---> a2b3223f1eec 17:53:17 Step 3/26 : WORKDIR /edgex-go 17:53:17 ---> Using cache 17:53:17 ---> e08b121ad575 17:53:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:53:17 ---> Using cache 17:53:17 ---> 4a3883421adf 17:53:17 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 17:53:18 25b303627fd3: Pull complete 17:53:18 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:53:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:53:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:53:18 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:53:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:53:18 ---> a2b3223f1eec 17:53:18 Step 3/31 : WORKDIR /edgex-go 17:53:18 ---> Using cache 17:53:18 ---> e08b121ad575 17:53:18 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:53:18 ---> Using cache 17:53:18 ---> 4a3883421adf 17:53:18 Step 5/31 : RUN apk add --update --no-cache make git 17:53:18 ---> Using cache 17:53:18 ---> 937417abb1eb 17:53:18 Step 6/31 : COPY go.mod vendor* ./ 17:53:18 ---> Using cache 17:53:18 ---> 056455c688b6 17:53:18 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:53:18 ---> Using cache 17:53:18 ---> af14779024d8 17:53:18 Step 8/31 : COPY . . 17:53:18 ---> Using cache 17:53:18 ---> b80e7d5bdb58 17:53:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:53:18 ---> Running in 6bb0baebd0ae 17:53:18 ---> Running in 2a645a6bc37c [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:53:18 prd-ubuntu20.04-docker-arm64-4c-16g-16706 does not seem to be running inside a container 17:53:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:53:19 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:53:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:53:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:53:20 OK: 221 MiB in 52 packages 17:53:20 Removing intermediate container 6bb0baebd0ae 17:53:20 ---> 2a11e64a69dd 17:53:20 Step 6/26 : COPY go.mod vendor* ./ 17:53:21 ---> ebbdaced76ec 17:53:21 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:53:21 ---> Running in a2a2c534c1ac 17:53:21 $ docker top 3d2e99fd216518b07a6d8eddf3fc3cdfe5916709b594ae87ccb435f445019533 -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:21 + docker-compose build --help 17:53:21 + grep parallel 17:53:22 Removing intermediate container a2a2c534c1ac 17:53:22 ---> d7a60622a3a7 17:53:22 Step 8/26 : COPY . . 17:53:25 --parallel Build images in parallel. [Pipeline] } 17:53:25 $ docker stop --time=1 3d2e99fd216518b07a6d8eddf3fc3cdfe5916709b594ae87ccb435f445019533 17:53:27 $ docker rm -f 3d2e99fd216518b07a6d8eddf3fc3cdfe5916709b594ae87ccb435f445019533 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:53:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:53:28 prd-ubuntu20.04-docker-arm64-4c-16g-16706 does not seem to be running inside a container 17:53:28 $ 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/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:53:29 ---> ef065a875142 17:53:29 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 17:53:29 ---> Running in e238c0c3e481 17:53:29 $ docker top f3f2e078a3600c9268107a60da032ebb55a262b17b1b27e2a82ef0b23b61ecc7 -eo pid,comm 17:53:29 Removing intermediate container e238c0c3e481 17:53:29 ---> ccbb3d00334d 17:53:29 Step 10/26 : WORKDIR /edgex-go/spire-build 17:53:29 ---> Running in 36a917c71c57 17:53:29 Removing intermediate container 36a917c71c57 17:53:29 ---> 605939fd898c 17:53:29 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [Pipeline] { [Pipeline] sh 17:53:30 ---> Running in 9e76e3a6d0f3 17:53:30 + docker-compose -f ./docker-compose-build.yml build --parallel 17:53:30 Removing intermediate container 9e76e3a6d0f3 17:53:30 ---> 4c61e068f584 17:53:30 Step 12/26 : WORKDIR /edgex-go 17:53:30 ---> Running in 7bfb5056f7f0 17:53:30 Removing intermediate container 7bfb5056f7f0 17:53:30 ---> d946093a5689 17:53:30 17:53:30 Step 13/26 : FROM alpine:3.15 17:53:30 ---> 0ac33e5f5afa 17:53:30 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:53:30 ---> Using cache 17:53:30 ---> 4a8c5ed6de80 17:53:30 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:53:30 ---> Using cache 17:53:30 ---> 6ff83c9c88d1 17:53:30 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 17:53:31 ---> Running in f1f0f0ba1fc0 17:53:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:53:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:53:32 Removing intermediate container 3150c7932577 17:53:32 ---> a1faf0713557 17:53:32 17:53:32 Step 9/20 : FROM alpine:3.15 17:53:32 ---> 0ac33e5f5afa 17:53:32 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:53:32 ---> Using cache 17:53:32 ---> 4a8c5ed6de80 17:53:32 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:53:32 ---> Using cache 17:53:32 ---> 6ff83c9c88d1 17:53:32 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 17:53:32 ---> Running in e43666989a7c 17:53:32 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 17:53:32 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 17:53:32 OK: 15859 distinct packages available 17:53:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:53:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:53:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:53:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:53:34 (1/5) Installing dumb-init (1.2.5-r1) 17:53:34 (2/5) Installing musl-obstack (1.2.3-r0) 17:53:34 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 17:53:34 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 17:53:34 OK: 15859 distinct packages available 17:53:34 (3/5) Installing libucontext (1.1-r0) 17:53:34 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:53:34 (4/5) Installing gcompat (1.0.0-r4) 17:53:34 Removing intermediate container 2a645a6bc37c 17:53:34 ---> 3ecccb135c41 17:53:34 17:53:34 Step 10/31 : FROM alpine:3.14 17:53:34 ---> e04c818066af 17:53:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:53:34 (5/5) Installing openssl (1.1.1p-r0) 17:53:34 ---> Running in c797d5937f48 17:53:34 Executing busybox-1.34.1-r5.trigger 17:53:34 OK: 6 MiB in 19 packages 17:53:34 Removing intermediate container c797d5937f48 17:53:34 ---> 97cee330d24c 17:53:34 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:53:34 ---> Running in f89ce364369f 17:53:34 Removing intermediate container f1f0f0ba1fc0 17:53:34 ---> 7071fafba6f0 17:53:34 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 17:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:53:34 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:53:34 Building core-command ... 17:53:34 Building core-data ... 17:53:34 Building core-metadata ... 17:53:34 Building security-bootstrapper ... 17:53:34 Building security-proxy-setup ... 17:53:34 Building security-secretstore-setup ... 17:53:34 Building security-spiffe-token-provider ... 17:53:34 Building security-spire-agent ... 17:53:34 Building security-spire-config ... 17:53:34 Building security-spire-server ... 17:53:34 Building support-notifications ... 17:53:34 Building support-scheduler ... 17:53:34 Building sys-mgmt-agent ... 17:53:34 Building support-notifications 17:53:34 Building security-bootstrapper 17:53:34 Building security-spire-config 17:53:34 Building security-spire-agent 17:53:34 Building security-proxy-setup 17:53:35 (1/2) Installing dumb-init (1.2.5-r1) 17:53:35 (2/2) Installing su-exec (0.2-r1) 17:53:35 Executing busybox-1.33.1-r7.trigger 17:53:35 OK: 6 MiB in 16 packages 17:53:35 (1/9) Installing ca-certificates (20211220-r0) 17:53:35 (2/9) Installing brotli-libs (1.0.9-r5) 17:53:35 (3/9) Installing nghttp2-libs (1.46.0-r0) 17:53:35 (4/9) Installing libcurl (7.80.0-r2) 17:53:35 ---> 72c4ae2f8c08 17:53:35 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 17:53:35 (5/9) Installing curl (7.80.0-r2) 17:53:35 Removing intermediate container f89ce364369f 17:53:35 ---> 4a401a60429f 17:53:35 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:53:35 (6/9) Installing dumb-init (1.2.5-r1) 17:53:35 ---> Running in 2b2b3129e311 17:53:35 (7/9) Installing musl-obstack (1.2.3-r0) 17:53:36 Removing intermediate container 2b2b3129e311 17:53:36 ---> c970cb97fcf3 17:53:36 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:53:36 ---> Running in e80d6bbfd502 17:53:36 (8/9) Installing libucontext (1.1-r0) 17:53:36 (9/9) Installing gcompat (1.0.0-r4) 17:53:36 Executing busybox-1.34.1-r5.trigger 17:53:36 Executing ca-certificates-20211220-r0.trigger 17:53:36 Removing intermediate container e80d6bbfd502 17:53:36 ---> 8f59d637e425 17:53:36 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:53:36 OK: 8 MiB in 23 packages 17:53:36 ---> Running in 2e0810e0b6bb 17:53:36 Removing intermediate container e43666989a7c 17:53:36 ---> 7a81149a618b 17:53:36 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:36 ---> ceaae253c54a 17:53:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 17:53:36 ---> 04fb9b5a56ce 17:53:36 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 17:53:36 ---> 90ce068240ff 17:53:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 17:53:37 Removing intermediate container 2e0810e0b6bb 17:53:37 ---> d7fc4a25615c 17:53:37 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:53:37 ---> Running in 2323a0641292 17:53:37 ---> 0f293b0f3ae5 17:53:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 17:53:37 Removing intermediate container 2323a0641292 17:53:37 ---> c2238ad438d5 17:53:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:53:37 ---> bc26aacedd39 17:53:37 ---> 34c9e4d60513 17:53:37 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.tomlStep 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:53:37 17:53:37 ---> Running in 701bfe4bc75c 17:53:37 ---> 42985ca5cb39 17:53:37 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:53:37 ---> Running in 96f38b88f9c9 17:53:37 Removing intermediate container 701bfe4bc75c 17:53:37 ---> 278cda3c369d 17:53:37 ---> d44b1825bc63 17:53:37 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ]Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:53:37 17:53:37 ---> Running in b7bcd617aee0 17:53:37 ---> Running in 33e0954b9044 17:53:37 Removing intermediate container b7bcd617aee0 17:53:37 ---> acf202b24bdc 17:53:37 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:37 Removing intermediate container 33e0954b9044 17:53:37 ---> 22498c3cfb25 17:53:37 Step 24/26 : LABEL arch=x86_64 17:53:37 ---> Running in e9c6e907291c 17:53:37 ---> Running in f946621cacff 17:53:37 Removing intermediate container e9c6e907291c 17:53:37 ---> b5b996d52c01 17:53:37 Step 18/20 : LABEL arch=x86_64 17:53:37 ---> Running in 5b74ff03ee68 17:53:37 Removing intermediate container f946621cacff 17:53:37 ---> a5ab8a4511c3 17:53:37 Step 25/26 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:37 ---> Running in c8e67a5cfb95 17:53:38 Removing intermediate container 5b74ff03ee68 17:53:38 ---> 0c2f4ba2a78c 17:53:38 Step 19/20 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:38 ---> Running in bada159246d5 17:53:38 Removing intermediate container c8e67a5cfb95 17:53:38 ---> 9209e23bb751 17:53:38 Step 26/26 : LABEL version=2.2.1-dev.19 17:53:38 ---> Running in 26757ddcf03b 17:53:38 Removing intermediate container 96f38b88f9c9 17:53:38 ---> a83c966a52bf 17:53:38 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:38 Removing intermediate container bada159246d5 17:53:38 ---> 9b3f7a0c5586 17:53:38 Step 20/20 : LABEL version=2.2.1-dev.19 17:53:38 ---> Running in f4b497bcc1e8 17:53:38 Removing intermediate container 26757ddcf03b 17:53:38 ---> cb4ac06312c7 17:53:38 17:53:38 Removing intermediate container f4b497bcc1e8 17:53:38 ---> bbb63d96926f 17:53:38 17:53:38 ---> b523f953d045 17:53:38 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:53:38 Successfully built cb4ac06312c7 17:53:38 Successfully tagged security-spire-agent:latest 17:53:38  Building security-spire-agent ... done Successfully built bbb63d96926f 17:53:38 Successfully tagged security-spiffe-token-provider:latest 17:53:38  Building security-spiffe-token-provider ... done  ---> 742599da884d 17:53:38 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:53:38 ---> d55b171da33e 17:53:38 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:53:38 ---> b20bc522f4d9 17:53:38 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:53:39 ---> d9d8b7c7a572 17:53:39 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:53:39 ---> Running in 913d504a30fd 17:53:39 Removing intermediate container 913d504a30fd 17:53:39 ---> 30b2b0b435ed 17:53:39 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:53:39 ---> 81afdc38b6a0 17:53:39 Step 26/31 : RUN chmod +x /entrypoint.sh 17:53:39 ---> Running in 5084983b43f8 17:53:40 Removing intermediate container 5084983b43f8 17:53:40 ---> 1c4bad7f7cee 17:53:40 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:53:40 ---> Running in 9476117288dd 17:53:40 Removing intermediate container 9476117288dd 17:53:40 ---> 735445bd4384 17:53:40 Step 28/31 : CMD ["gate"] 17:53:40 ---> Running in 470f99ccecf5 17:53:40 Removing intermediate container 470f99ccecf5 17:53:40 ---> 6ec2ac792595 17:53:40 Step 29/31 : LABEL arch=x86_64 17:53:40 ---> Running in e8c23e11207a 17:53:40 Removing intermediate container e8c23e11207a 17:53:40 ---> 24d7a876fada 17:53:40 Step 30/31 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:40 ---> Running in 757bdf989408 17:53:40 Removing intermediate container 757bdf989408 17:53:40 ---> 302226c567aa 17:53:40 Step 31/31 : LABEL version=2.2.1-dev.19 17:53:41 ---> Running in f4a558d46617 17:53:41 Removing intermediate container f4a558d46617 17:53:41 ---> 2f949389c548 17:53:41 17:53:41 Successfully built 2f949389c548 17:53:41 Successfully tagged security-bootstrapper:latest 17:53:41  Building security-bootstrapper ... done  [Pipeline] } 17:53:41 $ docker stop --time=1 77936e5f2dd30d37f0108b58761153e0f19dcdce81cafd9a69b18b8c2fe1dfd7 17:53:42 $ docker rm -f 77936e5f2dd30d37f0108b58761153e0f19dcdce81cafd9a69b18b8c2fe1dfd7 [Pipeline] // withDockerContainer [Pipeline] sh 17:53:43 + docker images 17:53:43 REPOSITORY TAG IMAGE ID CREATED SIZE 17:53:43 security-bootstrapper latest 2f949389c548 2 seconds ago 19.1MB 17:53:43 security-spire-agent latest cb4ac06312c7 4 seconds ago 127MB 17:53:43 security-spiffe-token-provider latest bbb63d96926f 4 seconds ago 29MB 17:53:43 3ecccb135c41 9 seconds ago 1.62GB 17:53:43 a1faf0713557 11 seconds ago 1.67GB 17:53:43 d946093a5689 12 seconds ago 1.52GB 17:53:43 security-proxy-setup latest b65693ba2964 27 seconds ago 26.9MB 17:53:43 core-metadata latest a59494b36d7d 29 seconds ago 17MB 17:53:43 security-secretstore-setup latest 6405cfbcc415 29 seconds ago 28.5MB 17:53:43 support-notifications latest 97dcc63e5faf 31 seconds ago 27MB 17:53:43 a68d46e946b6 33 seconds ago 1.62GB 17:53:43 9576117f4d3a 35 seconds ago 1.62GB 17:53:43 4f607fbd8568 37 seconds ago 1.68GB 17:53:43 def03439619a 38 seconds ago 1.63GB 17:53:43 sys-mgmt-agent latest 99c6eba2e086 52 seconds ago 299MB 17:53:43 core-command latest 026dfc40c589 About a minute ago 16.1MB 17:53:43 16cf27b4799d About a minute ago 1.61GB 17:53:43 core-data latest cbc77124f95b About a minute ago 22.5MB 17:53:43 support-scheduler latest fa471bdf59fe About a minute ago 26.4MB 17:53:43 a5dc97436f4c About a minute ago 1.67GB 17:53:43 7c93955b9ec4 About a minute ago 1.62GB 17:53:43 370871865799 About a minute ago 1.65GB 17:53:43 security-spire-config latest eb9ac99bcbe1 About a minute ago 86.7MB 17:53:43 security-spire-server latest c9e50edd18ee About a minute ago 87.3MB 17:53:43 8ec45e39d404 About a minute ago 1.52GB 17:53:43 bd84ffa2ae09 About a minute ago 1.52GB 17:53:43 ci-base-image-x86_64 latest a2b3223f1eec 4 minutes ago 1.02GB 17:53:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 8f69c11f6b0c 4 weeks ago 680MB 17:53:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 d7ea09dbb500 4 weeks ago 253MB 17:53:43 docker 20.10.14 7417809fdb73 2 months ago 218MB 17:53:43 alpine 3.14 e04c818066af 2 months ago 5.59MB 17:53:43 alpine 3.15 0ac33e5f5afa 2 months ago 5.57MB 17:53:43 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:43 provisioning config files... 17:53:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config1282085938376951950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:53:43 ---> docker-login.sh 17:53:43 nexus3.edgexfoundry.org:10001 17:53:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:43 Configure a credential helper to remove this warning. See 17:53:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:43 17:53:43 Login Succeeded 17:53:43 nexus3.edgexfoundry.org:10002 17:53:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:43 Configure a credential helper to remove this warning. See 17:53:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:43 17:53:43 Login Succeeded 17:53:43 nexus3.edgexfoundry.org:10003 17:53:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:43 Configure a credential helper to remove this warning. See 17:53:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:43 17:53:43 Login Succeeded 17:53:43 nexus3.edgexfoundry.org:10004 17:53:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:43 Configure a credential helper to remove this warning. See 17:53:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:43 17:53:43 Login Succeeded 17:53:43 docker.io 17:53:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:44 Configure a credential helper to remove this warning. See 17:53:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:44 17:53:44 Login Succeeded 17:53:44 ---> docker-login.sh ends [Pipeline] } 17:53:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:53:44 [edgeXDocker.push] Tagging docker image core-command with the following tags: 17:53:44 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:44 latest 17:53:44 2.2.1-dev.19 17:53:44 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:53:44 main 17:53:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:45 + docker push nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 17:53:45 22ea9145e60c: Preparing 17:53:45 d8f7bfc6765b: Preparing 17:53:45 dcd1a84af63c: Preparing 17:53:45 5ce3cf7b7162: Preparing 17:53:45 b541d28bf3b4: Preparing 17:53:45 b541d28bf3b4: Layer already exists 17:53:45 5ce3cf7b7162: Pushed 17:53:45 22ea9145e60c: Pushed 17:53:45 dcd1a84af63c: Pushed 17:53:46 d8f7bfc6765b: Pushed 17:53:46 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:35986ce3fa225417c6311afc6764200437b52aa23fd40534c132a0ff38aaf1e7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:47 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 17:53:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 17:53:47 22ea9145e60c: Preparing 17:53:47 d8f7bfc6765b: Preparing 17:53:47 dcd1a84af63c: Preparing 17:53:47 5ce3cf7b7162: Preparing 17:53:47 b541d28bf3b4: Preparing 17:53:47 b541d28bf3b4: Layer already exists 17:53:47 5ce3cf7b7162: Layer already exists 17:53:47 d8f7bfc6765b: Layer already exists 17:53:47 dcd1a84af63c: Layer already exists 17:53:47 22ea9145e60c: Layer already exists 17:53:47 latest: digest: sha256:35986ce3fa225417c6311afc6764200437b52aa23fd40534c132a0ff38aaf1e7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:47 + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.19 17:53:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 17:53:47 22ea9145e60c: Preparing 17:53:47 d8f7bfc6765b: Preparing 17:53:47 dcd1a84af63c: Preparing 17:53:47 5ce3cf7b7162: Preparing 17:53:47 b541d28bf3b4: Preparing 17:53:47 22ea9145e60c: Layer already exists 17:53:47 dcd1a84af63c: Layer already exists 17:53:47 b541d28bf3b4: Layer already exists 17:53:47 5ce3cf7b7162: Layer already exists 17:53:47 d8f7bfc6765b: Layer already exists 17:53:47 2.2.1-dev.19: digest: sha256:35986ce3fa225417c6311afc6764200437b52aa23fd40534c132a0ff38aaf1e7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:48 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:48 + docker push nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:53:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 17:53:48 22ea9145e60c: Preparing 17:53:48 d8f7bfc6765b: Preparing 17:53:48 dcd1a84af63c: Preparing 17:53:48 5ce3cf7b7162: Preparing 17:53:48 b541d28bf3b4: Preparing 17:53:48 5ce3cf7b7162: Layer already exists 17:53:48 b541d28bf3b4: Layer already exists 17:53:48 d8f7bfc6765b: Layer already exists 17:53:48 dcd1a84af63c: Layer already exists 17:53:48 22ea9145e60c: Layer already exists 17:53:48 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:35986ce3fa225417c6311afc6764200437b52aa23fd40534c132a0ff38aaf1e7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:48 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:49 + docker push nexus3.edgexfoundry.org:10004/core-command:main 17:53:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 17:53:49 22ea9145e60c: Preparing 17:53:49 d8f7bfc6765b: Preparing 17:53:49 dcd1a84af63c: Preparing 17:53:49 5ce3cf7b7162: Preparing 17:53:49 b541d28bf3b4: Preparing 17:53:49 d8f7bfc6765b: Layer already exists 17:53:49 22ea9145e60c: Layer already exists 17:53:49 b541d28bf3b4: Layer already exists 17:53:49 5ce3cf7b7162: Layer already exists 17:53:49 dcd1a84af63c: Layer already exists 17:53:49 main: digest: sha256:35986ce3fa225417c6311afc6764200437b52aa23fd40534c132a0ff38aaf1e7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:49 ===================================================== [Pipeline] echo 17:53:49 taggedImages: 17:53:49 - nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:49 - nexus3.edgexfoundry.org:10004/core-command:latest 17:53:49 - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.19 17:53:49 - nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:53:49 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 17:53:49 [edgeXDocker.push] Tagging docker image core-data with the following tags: 17:53:49 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:49 latest 17:53:49 2.2.1-dev.19 17:53:49 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:53:49 main 17:53:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:49 + docker push nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 17:53:49 f8be52463598: Preparing 17:53:49 f9a8ef4bc1aa: Preparing 17:53:49 dcd1a84af63c: Preparing 17:53:49 592567140bb4: Preparing 17:53:49 321f897c31e5: Preparing 17:53:49 b541d28bf3b4: Preparing 17:53:49 b541d28bf3b4: Waiting 17:53:49 dcd1a84af63c: Layer already exists 17:53:49 b541d28bf3b4: Layer already exists 17:53:49 321f897c31e5: Pushed 17:53:49 f8be52463598: Pushed 17:53:50 592567140bb4: Pushed 17:53:51 f9a8ef4bc1aa: Pushed 17:53:51 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:861d7b5a8f084449e8d359410d9a449c4ccd60996643030429eb3faa204018bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:52 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 17:53:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 17:53:52 f8be52463598: Preparing 17:53:52 f9a8ef4bc1aa: Preparing 17:53:52 dcd1a84af63c: Preparing 17:53:52 592567140bb4: Preparing 17:53:52 321f897c31e5: Preparing 17:53:52 b541d28bf3b4: Preparing 17:53:52 f8be52463598: Layer already exists 17:53:52 dcd1a84af63c: Layer already exists 17:53:52 321f897c31e5: Layer already exists 17:53:52 f9a8ef4bc1aa: Layer already exists 17:53:52 592567140bb4: Layer already exists 17:53:52 b541d28bf3b4: Layer already exists 17:53:52 latest: digest: sha256:861d7b5a8f084449e8d359410d9a449c4ccd60996643030429eb3faa204018bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:53 + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.19 17:53:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 17:53:53 f8be52463598: Preparing 17:53:53 f9a8ef4bc1aa: Preparing 17:53:53 dcd1a84af63c: Preparing 17:53:53 592567140bb4: Preparing 17:53:53 321f897c31e5: Preparing 17:53:53 b541d28bf3b4: Preparing 17:53:53 b541d28bf3b4: Waiting 17:53:53 dcd1a84af63c: Layer already exists 17:53:53 f9a8ef4bc1aa: Layer already exists 17:53:53 f8be52463598: Layer already exists 17:53:53 321f897c31e5: Layer already exists 17:53:53 592567140bb4: Layer already exists 17:53:53 b541d28bf3b4: Layer already exists 17:53:53 2.2.1-dev.19: digest: sha256:861d7b5a8f084449e8d359410d9a449c4ccd60996643030429eb3faa204018bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:53 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:53 + docker push nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:53:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 17:53:53 f8be52463598: Preparing 17:53:53 f9a8ef4bc1aa: Preparing 17:53:53 dcd1a84af63c: Preparing 17:53:53 592567140bb4: Preparing 17:53:53 321f897c31e5: Preparing 17:53:53 b541d28bf3b4: Preparing 17:53:53 f8be52463598: Layer already exists 17:53:53 dcd1a84af63c: Layer already exists 17:53:53 f9a8ef4bc1aa: Layer already exists 17:53:53 321f897c31e5: Layer already exists 17:53:53 592567140bb4: Layer already exists 17:53:53 b541d28bf3b4: Layer already exists 17:53:53 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:861d7b5a8f084449e8d359410d9a449c4ccd60996643030429eb3faa204018bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:53 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:54 + docker push nexus3.edgexfoundry.org:10004/core-data:main 17:53:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 17:53:54 f8be52463598: Preparing 17:53:54 f9a8ef4bc1aa: Preparing 17:53:54 dcd1a84af63c: Preparing 17:53:54 592567140bb4: Preparing 17:53:54 321f897c31e5: Preparing 17:53:54 b541d28bf3b4: Preparing 17:53:54 b541d28bf3b4: Waiting 17:53:54 dcd1a84af63c: Layer already exists 17:53:54 321f897c31e5: Layer already exists 17:53:54 f9a8ef4bc1aa: Layer already exists 17:53:54 592567140bb4: Layer already exists 17:53:54 f8be52463598: Layer already exists 17:53:54 b541d28bf3b4: Layer already exists 17:53:54 main: digest: sha256:861d7b5a8f084449e8d359410d9a449c4ccd60996643030429eb3faa204018bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:54 ===================================================== [Pipeline] echo 17:53:54 taggedImages: 17:53:54 - nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:54 - nexus3.edgexfoundry.org:10004/core-data:latest 17:53:54 - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.19 17:53:54 - nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:53:54 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 17:53:54 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 17:53:54 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:54 latest 17:53:54 2.2.1-dev.19 17:53:54 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:53:54 main 17:53:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 17:53:55 ff59dc160942: Preparing 17:53:55 2d0ac4957171: Preparing 17:53:55 dcd1a84af63c: Preparing 17:53:55 5ce3cf7b7162: Preparing 17:53:55 b541d28bf3b4: Preparing 17:53:55 b541d28bf3b4: Layer already exists 17:53:55 5ce3cf7b7162: Layer already exists 17:53:55 dcd1a84af63c: Layer already exists 17:53:55 ff59dc160942: Pushed 17:53:56 2d0ac4957171: Pushed 17:53:56 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:677d94218a6011134a44a25e37010fcfca0580c46d5a99fdeb5ea15effc3725a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 17:53:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 17:53:57 ff59dc160942: Preparing 17:53:57 2d0ac4957171: Preparing 17:53:57 dcd1a84af63c: Preparing 17:53:57 5ce3cf7b7162: Preparing 17:53:57 b541d28bf3b4: Preparing 17:53:57 ff59dc160942: Layer already exists 17:53:57 5ce3cf7b7162: Layer already exists 17:53:57 dcd1a84af63c: Layer already exists 17:53:57 2d0ac4957171: Layer already exists 17:53:57 b541d28bf3b4: Layer already exists 17:53:57 latest: digest: sha256:677d94218a6011134a44a25e37010fcfca0580c46d5a99fdeb5ea15effc3725a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.19 17:53:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 17:53:57 ff59dc160942: Preparing 17:53:57 2d0ac4957171: Preparing 17:53:57 dcd1a84af63c: Preparing 17:53:57 5ce3cf7b7162: Preparing 17:53:57 b541d28bf3b4: Preparing 17:53:57 ff59dc160942: Layer already exists 17:53:57 5ce3cf7b7162: Layer already exists 17:53:57 b541d28bf3b4: Layer already exists 17:53:57 dcd1a84af63c: Layer already exists 17:53:57 2d0ac4957171: Layer already exists 17:53:57 2.2.1-dev.19: digest: sha256:677d94218a6011134a44a25e37010fcfca0580c46d5a99fdeb5ea15effc3725a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:58 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:53:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 17:53:58 ff59dc160942: Preparing 17:53:58 2d0ac4957171: Preparing 17:53:58 dcd1a84af63c: Preparing 17:53:58 5ce3cf7b7162: Preparing 17:53:58 b541d28bf3b4: Preparing 17:53:58 dcd1a84af63c: Layer already exists 17:53:58 b541d28bf3b4: Layer already exists 17:53:58 5ce3cf7b7162: Layer already exists 17:53:58 ff59dc160942: Layer already exists 17:53:58 2d0ac4957171: Layer already exists 17:53:58 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:677d94218a6011134a44a25e37010fcfca0580c46d5a99fdeb5ea15effc3725a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:58 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 17:53:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 17:53:59 ff59dc160942: Preparing 17:53:59 2d0ac4957171: Preparing 17:53:59 dcd1a84af63c: Preparing 17:53:59 5ce3cf7b7162: Preparing 17:53:59 b541d28bf3b4: Preparing 17:53:59 dcd1a84af63c: Layer already exists 17:53:59 b541d28bf3b4: Layer already exists 17:53:59 5ce3cf7b7162: Layer already exists 17:53:59 ff59dc160942: Layer already exists 17:53:59 2d0ac4957171: Layer already exists 17:53:59 main: digest: sha256:677d94218a6011134a44a25e37010fcfca0580c46d5a99fdeb5ea15effc3725a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:53:59 ===================================================== [Pipeline] echo 17:53:59 taggedImages: 17:53:59 - nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:59 - nexus3.edgexfoundry.org:10004/core-metadata:latest 17:53:59 - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.19 17:53:59 - nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:53:59 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 17:53:59 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 17:53:59 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:59 latest 17:53:59 2.2.1-dev.19 17:53:59 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:53:59 main 17:53:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:53:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 17:53:59 b84b783be9d6: Preparing 17:53:59 b84b783be9d6: Preparing 17:53:59 4b27b2dbe8c2: Preparing 17:53:59 78860790b74b: Preparing 17:53:59 fef6724c0505: Preparing 17:53:59 2529a9eccf23: Preparing 17:53:59 dcd1a84af63c: Preparing 17:53:59 a11ec692be70: Preparing 17:53:59 500deb904500: Preparing 17:53:59 75948e9dad19: Preparing 17:53:59 720b7528b35f: Preparing 17:53:59 b541d28bf3b4: Preparing 17:53:59 dcd1a84af63c: Waiting 17:53:59 a11ec692be70: Waiting 17:53:59 500deb904500: Waiting 17:53:59 75948e9dad19: Waiting 17:53:59 720b7528b35f: Waiting 17:53:59 b541d28bf3b4: Waiting 17:53:59 78860790b74b: Pushed 17:53:59 4b27b2dbe8c2: Pushed 17:53:59 b84b783be9d6: Pushed 17:53:59 fef6724c0505: Pushed 17:53:59 dcd1a84af63c: Layer already exists 17:53:59 a11ec692be70: Pushed 17:53:59 b541d28bf3b4: Layer already exists 17:53:59 720b7528b35f: Pushed 17:53:59 75948e9dad19: Pushed 17:53:59 500deb904500: Pushed 17:54:01 2529a9eccf23: Pushed 17:54:01 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:818d47d7c2a3650265759cf85cc14ff83ea3a98217c175e4b56b7b97020b5cf1 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 17:54:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 17:54:02 b84b783be9d6: Preparing 17:54:02 b84b783be9d6: Preparing 17:54:02 4b27b2dbe8c2: Preparing 17:54:02 78860790b74b: Preparing 17:54:02 fef6724c0505: Preparing 17:54:02 2529a9eccf23: Preparing 17:54:02 dcd1a84af63c: Preparing 17:54:02 a11ec692be70: Preparing 17:54:02 500deb904500: Preparing 17:54:02 75948e9dad19: Preparing 17:54:02 720b7528b35f: Preparing 17:54:02 b541d28bf3b4: Preparing 17:54:02 dcd1a84af63c: Waiting 17:54:02 a11ec692be70: Waiting 17:54:02 500deb904500: Waiting 17:54:02 720b7528b35f: Waiting 17:54:02 b541d28bf3b4: Waiting 17:54:02 b84b783be9d6: Layer already exists 17:54:02 2529a9eccf23: Layer already exists 17:54:02 fef6724c0505: Layer already exists 17:54:02 4b27b2dbe8c2: Layer already exists 17:54:02 78860790b74b: Layer already exists 17:54:02 dcd1a84af63c: Layer already exists 17:54:02 75948e9dad19: Layer already exists 17:54:02 500deb904500: Layer already exists 17:54:02 a11ec692be70: Layer already exists 17:54:02 720b7528b35f: Layer already exists 17:54:02 b541d28bf3b4: Layer already exists 17:54:02 latest: digest: sha256:818d47d7c2a3650265759cf85cc14ff83ea3a98217c175e4b56b7b97020b5cf1 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.19 17:54:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 17:54:02 b84b783be9d6: Preparing 17:54:02 b84b783be9d6: Preparing 17:54:02 4b27b2dbe8c2: Preparing 17:54:02 78860790b74b: Preparing 17:54:02 fef6724c0505: Preparing 17:54:02 2529a9eccf23: Preparing 17:54:02 dcd1a84af63c: Preparing 17:54:02 a11ec692be70: Preparing 17:54:02 500deb904500: Preparing 17:54:02 75948e9dad19: Preparing 17:54:02 720b7528b35f: Preparing 17:54:02 b541d28bf3b4: Preparing 17:54:02 a11ec692be70: Waiting 17:54:02 720b7528b35f: Waiting 17:54:02 75948e9dad19: Waiting 17:54:02 b541d28bf3b4: Waiting 17:54:02 dcd1a84af63c: Waiting 17:54:02 500deb904500: Waiting 17:54:02 2529a9eccf23: Layer already exists 17:54:02 78860790b74b: Layer already exists 17:54:02 b84b783be9d6: Layer already exists 17:54:02 fef6724c0505: Layer already exists 17:54:02 4b27b2dbe8c2: Layer already exists 17:54:02 a11ec692be70: Layer already exists 17:54:02 dcd1a84af63c: Layer already exists 17:54:02 720b7528b35f: Layer already exists 17:54:02 75948e9dad19: Layer already exists 17:54:02 500deb904500: Layer already exists 17:54:02 b541d28bf3b4: Layer already exists 17:54:02 2.2.1-dev.19: digest: sha256:818d47d7c2a3650265759cf85cc14ff83ea3a98217c175e4b56b7b97020b5cf1 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 17:54:03 b84b783be9d6: Preparing 17:54:03 b84b783be9d6: Preparing 17:54:03 4b27b2dbe8c2: Preparing 17:54:03 78860790b74b: Preparing 17:54:03 fef6724c0505: Preparing 17:54:03 2529a9eccf23: Preparing 17:54:03 dcd1a84af63c: Preparing 17:54:03 a11ec692be70: Preparing 17:54:03 500deb904500: Preparing 17:54:03 75948e9dad19: Preparing 17:54:03 720b7528b35f: Preparing 17:54:03 b541d28bf3b4: Preparing 17:54:03 dcd1a84af63c: Waiting 17:54:03 75948e9dad19: Waiting 17:54:03 500deb904500: Waiting 17:54:03 a11ec692be70: Waiting 17:54:03 b541d28bf3b4: Waiting 17:54:03 2529a9eccf23: Layer already exists 17:54:03 4b27b2dbe8c2: Layer already exists 17:54:03 b84b783be9d6: Layer already exists 17:54:03 78860790b74b: Layer already exists 17:54:03 fef6724c0505: Layer already exists 17:54:03 dcd1a84af63c: Layer already exists 17:54:03 a11ec692be70: Layer already exists 17:54:03 500deb904500: Layer already exists 17:54:03 720b7528b35f: Layer already exists 17:54:03 75948e9dad19: Layer already exists 17:54:03 b541d28bf3b4: Layer already exists 17:54:03 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:818d47d7c2a3650265759cf85cc14ff83ea3a98217c175e4b56b7b97020b5cf1 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:03 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 17:54:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 17:54:03 b84b783be9d6: Preparing 17:54:03 b84b783be9d6: Preparing 17:54:03 4b27b2dbe8c2: Preparing 17:54:03 78860790b74b: Preparing 17:54:03 fef6724c0505: Preparing 17:54:03 2529a9eccf23: Preparing 17:54:03 dcd1a84af63c: Preparing 17:54:03 dcd1a84af63c: Waiting 17:54:03 a11ec692be70: Preparing 17:54:03 500deb904500: Preparing 17:54:03 75948e9dad19: Preparing 17:54:03 720b7528b35f: Preparing 17:54:03 a11ec692be70: Waiting 17:54:03 500deb904500: Waiting 17:54:03 b541d28bf3b4: Preparing 17:54:03 75948e9dad19: Waiting 17:54:03 720b7528b35f: Waiting 17:54:03 b541d28bf3b4: Waiting 17:54:03 78860790b74b: Layer already exists 17:54:03 b84b783be9d6: Layer already exists 17:54:03 2529a9eccf23: Layer already exists 17:54:03 4b27b2dbe8c2: Layer already exists 17:54:03 fef6724c0505: Layer already exists 17:54:03 dcd1a84af63c: Layer already exists 17:54:03 a11ec692be70: Layer already exists 17:54:03 75948e9dad19: Layer already exists 17:54:03 500deb904500: Layer already exists 17:54:03 720b7528b35f: Layer already exists 17:54:03 b541d28bf3b4: Layer already exists 17:54:03 main: digest: sha256:818d47d7c2a3650265759cf85cc14ff83ea3a98217c175e4b56b7b97020b5cf1 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:03 ===================================================== [Pipeline] echo 17:54:03 taggedImages: 17:54:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 17:54:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.19 17:54:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 17:54:03 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 17:54:03 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:03 latest 17:54:03 2.2.1-dev.19 17:54:03 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:03 main 17:54:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:04 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 17:54:04 a9a5f3b003e1: Preparing 17:54:04 f6dbd725f175: Preparing 17:54:04 df1d197514ea: Preparing 17:54:04 f23992e34056: Preparing 17:54:04 4dd9039f9c2b: Preparing 17:54:04 515cc2787fc1: Preparing 17:54:04 9f16038f3bb8: Preparing 17:54:04 b541d28bf3b4: Preparing 17:54:04 515cc2787fc1: Waiting 17:54:04 9f16038f3bb8: Waiting 17:54:04 b541d28bf3b4: Waiting 17:54:04 a9a5f3b003e1: Pushed 17:54:04 4dd9039f9c2b: Pushed 17:54:04 f6dbd725f175: Pushed 17:54:04 b541d28bf3b4: Layer already exists 17:54:04 515cc2787fc1: Pushed 17:54:05 9f16038f3bb8: Pushed 17:54:05 f23992e34056: Pushed 17:54:05 df1d197514ea: Pushed 17:54:05 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:0325e250948567d02211cd85ec37e0be49e32078295eabdd4b71a9193648b44d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 17:54:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 17:54:06 a9a5f3b003e1: Preparing 17:54:06 f6dbd725f175: Preparing 17:54:06 df1d197514ea: Preparing 17:54:06 f23992e34056: Preparing 17:54:06 4dd9039f9c2b: Preparing 17:54:06 515cc2787fc1: Preparing 17:54:06 9f16038f3bb8: Preparing 17:54:06 b541d28bf3b4: Preparing 17:54:06 515cc2787fc1: Waiting 17:54:06 9f16038f3bb8: Waiting 17:54:06 b541d28bf3b4: Waiting 17:54:06 f23992e34056: Layer already exists 17:54:06 a9a5f3b003e1: Layer already exists 17:54:06 df1d197514ea: Layer already exists 17:54:06 f6dbd725f175: Layer already exists 17:54:06 4dd9039f9c2b: Layer already exists 17:54:06 515cc2787fc1: Layer already exists 17:54:06 9f16038f3bb8: Layer already exists 17:54:06 b541d28bf3b4: Layer already exists 17:54:06 latest: digest: sha256:0325e250948567d02211cd85ec37e0be49e32078295eabdd4b71a9193648b44d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.19 17:54:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 17:54:07 a9a5f3b003e1: Preparing 17:54:07 f6dbd725f175: Preparing 17:54:07 df1d197514ea: Preparing 17:54:07 f23992e34056: Preparing 17:54:07 4dd9039f9c2b: Preparing 17:54:07 515cc2787fc1: Preparing 17:54:07 9f16038f3bb8: Preparing 17:54:07 b541d28bf3b4: Preparing 17:54:07 515cc2787fc1: Waiting 17:54:07 9f16038f3bb8: Waiting 17:54:07 b541d28bf3b4: Waiting 17:54:07 4dd9039f9c2b: Layer already exists 17:54:07 f6dbd725f175: Layer already exists 17:54:07 f23992e34056: Layer already exists 17:54:07 a9a5f3b003e1: Layer already exists 17:54:07 df1d197514ea: Layer already exists 17:54:07 515cc2787fc1: Layer already exists 17:54:07 b541d28bf3b4: Layer already exists 17:54:07 9f16038f3bb8: Layer already exists 17:54:07 2.2.1-dev.19: digest: sha256:0325e250948567d02211cd85ec37e0be49e32078295eabdd4b71a9193648b44d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 17:54:07 a9a5f3b003e1: Preparing 17:54:07 f6dbd725f175: Preparing 17:54:07 df1d197514ea: Preparing 17:54:07 f23992e34056: Preparing 17:54:07 4dd9039f9c2b: Preparing 17:54:07 515cc2787fc1: Preparing 17:54:07 9f16038f3bb8: Preparing 17:54:07 b541d28bf3b4: Preparing 17:54:07 9f16038f3bb8: Waiting 17:54:07 b541d28bf3b4: Waiting 17:54:07 515cc2787fc1: Waiting 17:54:07 a9a5f3b003e1: Layer already exists 17:54:07 df1d197514ea: Layer already exists 17:54:07 f6dbd725f175: Layer already exists 17:54:07 4dd9039f9c2b: Layer already exists 17:54:07 f23992e34056: Layer already exists 17:54:07 b541d28bf3b4: Layer already exists 17:54:07 515cc2787fc1: Layer already exists 17:54:07 9f16038f3bb8: Layer already exists 17:54:07 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:0325e250948567d02211cd85ec37e0be49e32078295eabdd4b71a9193648b44d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 17:54:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 17:54:08 a9a5f3b003e1: Preparing 17:54:08 f6dbd725f175: Preparing 17:54:08 df1d197514ea: Preparing 17:54:08 f23992e34056: Preparing 17:54:08 4dd9039f9c2b: Preparing 17:54:08 515cc2787fc1: Preparing 17:54:08 9f16038f3bb8: Preparing 17:54:08 b541d28bf3b4: Preparing 17:54:08 515cc2787fc1: Waiting 17:54:08 9f16038f3bb8: Waiting 17:54:08 b541d28bf3b4: Waiting 17:54:08 4dd9039f9c2b: Layer already exists 17:54:08 f6dbd725f175: Layer already exists 17:54:08 df1d197514ea: Layer already exists 17:54:08 a9a5f3b003e1: Layer already exists 17:54:08 f23992e34056: Layer already exists 17:54:08 b541d28bf3b4: Layer already exists 17:54:08 9f16038f3bb8: Layer already exists 17:54:08 515cc2787fc1: Layer already exists 17:54:08 main: digest: sha256:0325e250948567d02211cd85ec37e0be49e32078295eabdd4b71a9193648b44d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:08 ===================================================== [Pipeline] echo 17:54:08 taggedImages: 17:54:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 17:54:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.19 17:54:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 17:54:08 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 17:54:08 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:08 latest 17:54:08 2.2.1-dev.19 17:54:08 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:08 main 17:54:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:08 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 17:54:09 0e4b1980a975: Preparing 17:54:09 da81fcd99bee: Preparing 17:54:09 96308693162c: Preparing 17:54:09 3224a2e56493: Preparing 17:54:09 d5612ed546a5: Preparing 17:54:09 1849fb7a88eb: Preparing 17:54:09 d896afbc601b: Preparing 17:54:09 43ee6888b31c: Preparing 17:54:09 c53156a741ff: Preparing 17:54:09 b541d28bf3b4: Preparing 17:54:09 d896afbc601b: Waiting 17:54:09 43ee6888b31c: Waiting 17:54:09 c53156a741ff: Waiting 17:54:09 1849fb7a88eb: Waiting 17:54:09 d5612ed546a5: Pushed 17:54:09 0e4b1980a975: Pushed 17:54:09 da81fcd99bee: Pushed 17:54:09 1849fb7a88eb: Pushed 17:54:09 d896afbc601b: Pushed 17:54:09 43ee6888b31c: Pushed 17:54:09 b541d28bf3b4: Layer already exists 17:54:09 c53156a741ff: Pushed 17:54:10 3224a2e56493: Pushed 17:54:10 96308693162c: Pushed 17:54:10 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:9533c794e7a56b60e03894a305eedaa222896bb803b2ddc651264344efe026e0 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:11 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 17:54:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 17:54:11 0e4b1980a975: Preparing 17:54:11 da81fcd99bee: Preparing 17:54:11 96308693162c: Preparing 17:54:11 3224a2e56493: Preparing 17:54:11 d5612ed546a5: Preparing 17:54:11 1849fb7a88eb: Preparing 17:54:11 d896afbc601b: Preparing 17:54:11 43ee6888b31c: Preparing 17:54:11 c53156a741ff: Preparing 17:54:11 b541d28bf3b4: Preparing 17:54:11 d896afbc601b: Waiting 17:54:11 c53156a741ff: Waiting 17:54:11 b541d28bf3b4: Waiting 17:54:11 1849fb7a88eb: Waiting 17:54:11 43ee6888b31c: Waiting 17:54:11 d5612ed546a5: Layer already exists 17:54:11 da81fcd99bee: Layer already exists 17:54:11 96308693162c: Layer already exists 17:54:11 0e4b1980a975: Layer already exists 17:54:11 3224a2e56493: Layer already exists 17:54:11 1849fb7a88eb: Layer already exists 17:54:11 43ee6888b31c: Layer already exists 17:54:11 d896afbc601b: Layer already exists 17:54:11 c53156a741ff: Layer already exists 17:54:11 b541d28bf3b4: Layer already exists 17:54:11 latest: digest: sha256:9533c794e7a56b60e03894a305eedaa222896bb803b2ddc651264344efe026e0 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:11 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.19 17:54:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 17:54:11 0e4b1980a975: Preparing 17:54:11 da81fcd99bee: Preparing 17:54:11 96308693162c: Preparing 17:54:11 3224a2e56493: Preparing 17:54:11 d5612ed546a5: Preparing 17:54:11 1849fb7a88eb: Preparing 17:54:11 d896afbc601b: Preparing 17:54:11 43ee6888b31c: Preparing 17:54:11 c53156a741ff: Preparing 17:54:11 b541d28bf3b4: Preparing 17:54:11 d896afbc601b: Waiting 17:54:11 1849fb7a88eb: Waiting 17:54:11 43ee6888b31c: Waiting 17:54:11 c53156a741ff: Waiting 17:54:11 b541d28bf3b4: Waiting 17:54:11 0e4b1980a975: Layer already exists 17:54:11 da81fcd99bee: Layer already exists 17:54:11 3224a2e56493: Layer already exists 17:54:11 96308693162c: Layer already exists 17:54:11 d5612ed546a5: Layer already exists 17:54:11 43ee6888b31c: Layer already exists 17:54:11 d896afbc601b: Layer already exists 17:54:11 1849fb7a88eb: Layer already exists 17:54:11 c53156a741ff: Layer already exists 17:54:11 b541d28bf3b4: Layer already exists 17:54:11 2.2.1-dev.19: digest: sha256:9533c794e7a56b60e03894a305eedaa222896bb803b2ddc651264344efe026e0 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 17:54:12 0e4b1980a975: Preparing 17:54:12 da81fcd99bee: Preparing 17:54:12 96308693162c: Preparing 17:54:12 3224a2e56493: Preparing 17:54:12 d5612ed546a5: Preparing 17:54:12 1849fb7a88eb: Preparing 17:54:12 d896afbc601b: Preparing 17:54:12 43ee6888b31c: Preparing 17:54:12 c53156a741ff: Preparing 17:54:12 b541d28bf3b4: Preparing 17:54:12 1849fb7a88eb: Waiting 17:54:12 d896afbc601b: Waiting 17:54:12 43ee6888b31c: Waiting 17:54:12 c53156a741ff: Waiting 17:54:12 b541d28bf3b4: Waiting 17:54:12 d5612ed546a5: Layer already exists 17:54:12 96308693162c: Layer already exists 17:54:12 da81fcd99bee: Layer already exists 17:54:12 3224a2e56493: Layer already exists 17:54:12 0e4b1980a975: Layer already exists 17:54:12 43ee6888b31c: Layer already exists 17:54:12 d896afbc601b: Layer already exists 17:54:12 c53156a741ff: Layer already exists 17:54:12 1849fb7a88eb: Layer already exists 17:54:12 b541d28bf3b4: Layer already exists 17:54:12 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:9533c794e7a56b60e03894a305eedaa222896bb803b2ddc651264344efe026e0 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 17:54:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 17:54:13 0e4b1980a975: Preparing 17:54:13 da81fcd99bee: Preparing 17:54:13 96308693162c: Preparing 17:54:13 3224a2e56493: Preparing 17:54:13 d5612ed546a5: Preparing 17:54:13 1849fb7a88eb: Preparing 17:54:13 d896afbc601b: Preparing 17:54:13 43ee6888b31c: Preparing 17:54:13 c53156a741ff: Preparing 17:54:13 b541d28bf3b4: Preparing 17:54:13 1849fb7a88eb: Waiting 17:54:13 c53156a741ff: Waiting 17:54:13 b541d28bf3b4: Waiting 17:54:13 d896afbc601b: Waiting 17:54:13 43ee6888b31c: Waiting 17:54:13 0e4b1980a975: Layer already exists 17:54:13 d5612ed546a5: Layer already exists 17:54:13 3224a2e56493: Layer already exists 17:54:13 96308693162c: Layer already exists 17:54:13 da81fcd99bee: Layer already exists 17:54:13 d896afbc601b: Layer already exists 17:54:13 1849fb7a88eb: Layer already exists 17:54:13 43ee6888b31c: Layer already exists 17:54:13 c53156a741ff: Layer already exists 17:54:13 b541d28bf3b4: Layer already exists 17:54:13 main: digest: sha256:9533c794e7a56b60e03894a305eedaa222896bb803b2ddc651264344efe026e0 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:13 ===================================================== [Pipeline] echo 17:54:13 taggedImages: 17:54:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 17:54:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.19 17:54:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 17:54:13 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 17:54:13 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:13 latest 17:54:13 2.2.1-dev.19 17:54:13 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:13 main 17:54:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:13 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 17:54:13 6fd56dbcf573: Preparing 17:54:13 e11aeab5e471: Preparing 17:54:13 dcd1a84af63c: Preparing 17:54:13 5c02add3a8fa: Preparing 17:54:13 842c69498b04: Preparing 17:54:13 4fc242d58285: Preparing 17:54:13 4fc242d58285: Waiting 17:54:13 dcd1a84af63c: Layer already exists 17:54:13 4fc242d58285: Layer already exists 17:54:13 6fd56dbcf573: Pushed 17:54:13 842c69498b04: Pushed 17:54:14 5c02add3a8fa: Pushed 17:54:16 e11aeab5e471: Pushed 17:54:16 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:8c5701b14b6e6233920b7668190aae925d6a9236e1520057adacec1c8259c001 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:16 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 17:54:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 17:54:17 6fd56dbcf573: Preparing 17:54:17 e11aeab5e471: Preparing 17:54:17 dcd1a84af63c: Preparing 17:54:17 5c02add3a8fa: Preparing 17:54:17 842c69498b04: Preparing 17:54:17 4fc242d58285: Preparing 17:54:17 4fc242d58285: Waiting 17:54:17 5c02add3a8fa: Layer already exists 17:54:17 dcd1a84af63c: Layer already exists 17:54:17 e11aeab5e471: Layer already exists 17:54:17 6fd56dbcf573: Layer already exists 17:54:17 842c69498b04: Layer already exists 17:54:17 4fc242d58285: Layer already exists 17:54:17 latest: digest: sha256:8c5701b14b6e6233920b7668190aae925d6a9236e1520057adacec1c8259c001 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:17 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.19 17:54:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 17:54:17 6fd56dbcf573: Preparing 17:54:17 e11aeab5e471: Preparing 17:54:17 dcd1a84af63c: Preparing 17:54:17 5c02add3a8fa: Preparing 17:54:17 842c69498b04: Preparing 17:54:17 4fc242d58285: Preparing 17:54:17 4fc242d58285: Waiting 17:54:17 6fd56dbcf573: Layer already exists 17:54:17 842c69498b04: Layer already exists 17:54:17 5c02add3a8fa: Layer already exists 17:54:17 e11aeab5e471: Layer already exists 17:54:17 dcd1a84af63c: Layer already exists 17:54:17 4fc242d58285: Layer already exists 17:54:17 2.2.1-dev.19: digest: sha256:8c5701b14b6e6233920b7668190aae925d6a9236e1520057adacec1c8259c001 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:18 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 17:54:18 6fd56dbcf573: Preparing 17:54:18 e11aeab5e471: Preparing 17:54:18 dcd1a84af63c: Preparing 17:54:18 5c02add3a8fa: Preparing 17:54:18 842c69498b04: Preparing 17:54:18 4fc242d58285: Preparing 17:54:18 4fc242d58285: Waiting 17:54:18 842c69498b04: Layer already exists 17:54:18 e11aeab5e471: Layer already exists 17:54:18 5c02add3a8fa: Layer already exists 17:54:18 dcd1a84af63c: Layer already exists 17:54:18 6fd56dbcf573: Layer already exists 17:54:18 4fc242d58285: Layer already exists 17:54:18 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:8c5701b14b6e6233920b7668190aae925d6a9236e1520057adacec1c8259c001 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:18 + 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:54:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 17:54:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 17:54:19 6fd56dbcf573: Preparing 17:54:19 e11aeab5e471: Preparing 17:54:19 dcd1a84af63c: Preparing 17:54:19 5c02add3a8fa: Preparing 17:54:19 842c69498b04: Preparing 17:54:19 4fc242d58285: Preparing 17:54:19 4fc242d58285: Waiting 17:54:19 842c69498b04: Layer already exists 17:54:19 dcd1a84af63c: Layer already exists 17:54:19 e11aeab5e471: Layer already exists 17:54:19 5c02add3a8fa: Layer already exists 17:54:19 6fd56dbcf573: Layer already exists 17:54:19 4fc242d58285: Layer already exists 17:54:19 main: digest: sha256:8c5701b14b6e6233920b7668190aae925d6a9236e1520057adacec1c8259c001 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:19 ===================================================== [Pipeline] echo 17:54:19 taggedImages: 17:54:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 17:54:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.19 17:54:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 17:54:19 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 17:54:19 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:19 latest 17:54:19 2.2.1-dev.19 17:54:19 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:19 main 17:54:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 17:54:19 1ff5a44b1960: Preparing 17:54:19 e80be9f8ab49: Preparing 17:54:19 3043cf7fb2f6: Preparing 17:54:19 e488e5e102e1: Preparing 17:54:19 e2a0650d0e18: Preparing 17:54:19 ad70b55028bc: Preparing 17:54:19 842c69498b04: Preparing 17:54:19 4fc242d58285: Preparing 17:54:19 4fc242d58285: Waiting 17:54:19 ad70b55028bc: Waiting 17:54:19 842c69498b04: Waiting 17:54:19 e80be9f8ab49: Pushed 17:54:19 1ff5a44b1960: Pushed 17:54:19 3043cf7fb2f6: Pushed 17:54:19 4fc242d58285: Layer already exists 17:54:19 842c69498b04: Layer already exists 17:54:20 ad70b55028bc: Pushed 17:54:21 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:54:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:54:21 ---> 3ab0367aeb8b 17:54:21 Step 3/26 : WORKDIR /edgex-go 17:54:21 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:54:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:54:21 ---> 3ab0367aeb8b 17:54:21 Step 3/22 : WORKDIR /edgex-go 17:54:21 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:54:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:54:21 ---> 3ab0367aeb8b 17:54:21 Step 3/22 : WORKDIR /edgex-go 17:54:21 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:54:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:54:21 ---> 3ab0367aeb8b 17:54:21 Step 3/26 : WORKDIR /edgex-go 17:54:21 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:54:21 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:54:21 ---> 3ab0367aeb8b 17:54:21 Step 3/31 : WORKDIR /edgex-go 17:54:21 ---> Running in 580daa92c98d 17:54:21 ---> Running in a13ddab58cc0 17:54:21 ---> Running in e19cf961327b 17:54:21 ---> Running in 00971dbdb1a6 17:54:21 ---> Running in 2ca872e96139 17:54:21 Removing intermediate container a13ddab58cc0 17:54:21 ---> 9a2ec881ac0b 17:54:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:21 Removing intermediate container e19cf961327b 17:54:21 ---> caac673d3d16 17:54:21 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:21 Removing intermediate container 580daa92c98d 17:54:21 ---> e6b4206428bb 17:54:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:21 Removing intermediate container 00971dbdb1a6 17:54:21 Removing intermediate container 2ca872e96139 17:54:21 ---> 64b3bd43536d 17:54:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:21 ---> fc28a8c4cb15 17:54:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:21 ---> Running in a7ab49fcd84d 17:54:21 ---> Running in 34cbdfb6de98 17:54:21 ---> Running in f16f872dd312 17:54:21 ---> Running in fad027a719e8 17:54:21 ---> Running in db2b8246c7ac 17:54:23 e2a0650d0e18: Pushed 17:54:24 Removing intermediate container a7ab49fcd84d 17:54:24 ---> 0ec3e57942c9 17:54:24 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 17:54:24 ---> Running in 69fed2adbe34 17:54:25 Removing intermediate container f16f872dd312 17:54:25 ---> 9e3f194318a8 17:54:25 Step 5/22 : RUN apk add --update --no-cache make git 17:54:25 ---> Running in 47fc1cdcd0fb 17:54:25 Removing intermediate container 34cbdfb6de98 17:54:25 ---> 81bf2b2dd300 17:54:25 Step 5/31 : RUN apk add --update --no-cache make git 17:54:25 ---> Running in 42fe04397c61 17:54:25 Removing intermediate container fad027a719e8 17:54:25 ---> 3df069aa6cc7 17:54:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:54:25 Removing intermediate container db2b8246c7ac 17:54:25 ---> 570011019554 17:54:25 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 17:54:25 ---> Running in 6e532383b19f 17:54:25 ---> Running in a39bc6472faa 17:54:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:54:27 e488e5e102e1: Pushed 17:54:27 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:3e48d670f13e838e7b70ee212fb2c0e69df8faa202aef691a4b15890edaf218b size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:54:27 + 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:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:54:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 17:54:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 17:54:27 1ff5a44b1960: Preparing 17:54:27 e80be9f8ab49: Preparing 17:54:27 3043cf7fb2f6: Preparing 17:54:27 e488e5e102e1: Preparing 17:54:27 e2a0650d0e18: Preparing 17:54:27 ad70b55028bc: Preparing 17:54:27 842c69498b04: Preparing 17:54:27 4fc242d58285: Preparing 17:54:27 ad70b55028bc: Waiting 17:54:27 842c69498b04: Waiting 17:54:27 4fc242d58285: Waiting 17:54:27 e2a0650d0e18: Layer already exists 17:54:27 e80be9f8ab49: Layer already exists 17:54:27 3043cf7fb2f6: Layer already exists 17:54:27 1ff5a44b1960: Layer already exists 17:54:27 e488e5e102e1: Layer already exists 17:54:27 ad70b55028bc: Layer already exists 17:54:27 842c69498b04: Layer already exists 17:54:27 4fc242d58285: Layer already exists 17:54:27 latest: digest: sha256:3e48d670f13e838e7b70ee212fb2c0e69df8faa202aef691a4b15890edaf218b size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:54:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:54:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:54:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:54:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.19 17:54:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 17:54:28 1ff5a44b1960: Preparing 17:54:28 e80be9f8ab49: Preparing 17:54:28 3043cf7fb2f6: Preparing 17:54:28 e488e5e102e1: Preparing 17:54:28 e2a0650d0e18: Preparing 17:54:28 ad70b55028bc: Preparing 17:54:28 842c69498b04: Preparing 17:54:28 4fc242d58285: Preparing 17:54:28 ad70b55028bc: Waiting 17:54:28 842c69498b04: Waiting 17:54:28 e2a0650d0e18: Layer already exists 17:54:28 e80be9f8ab49: Layer already exists 17:54:28 3043cf7fb2f6: Layer already exists 17:54:28 1ff5a44b1960: Layer already exists 17:54:28 e488e5e102e1: Layer already exists 17:54:28 ad70b55028bc: Layer already exists 17:54:28 842c69498b04: Layer already exists 17:54:28 4fc242d58285: Layer already exists 17:54:28 2.2.1-dev.19: digest: sha256:3e48d670f13e838e7b70ee212fb2c0e69df8faa202aef691a4b15890edaf218b size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:54:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:54:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:54:28 OK: 220 MiB in 52 packages 17:54:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 17:54:28 1ff5a44b1960: Preparing 17:54:28 e80be9f8ab49: Preparing 17:54:28 3043cf7fb2f6: Preparing 17:54:28 e488e5e102e1: Preparing 17:54:28 e2a0650d0e18: Preparing 17:54:28 ad70b55028bc: Preparing 17:54:28 842c69498b04: Preparing 17:54:28 4fc242d58285: Preparing 17:54:28 842c69498b04: Waiting 17:54:28 ad70b55028bc: Waiting 17:54:28 4fc242d58285: Waiting 17:54:28 e80be9f8ab49: Layer already exists 17:54:28 e2a0650d0e18: Layer already exists 17:54:28 3043cf7fb2f6: Layer already exists 17:54:28 1ff5a44b1960: Layer already exists 17:54:28 e488e5e102e1: Layer already exists 17:54:28 ad70b55028bc: Layer already exists 17:54:28 842c69498b04: Layer already exists 17:54:28 4fc242d58285: Layer already exists 17:54:28 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:3e48d670f13e838e7b70ee212fb2c0e69df8faa202aef691a4b15890edaf218b size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:28 OK: 220 MiB in 52 packages 17:54:29 + 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:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 17:54:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 17:54:29 1ff5a44b1960: Preparing 17:54:29 e80be9f8ab49: Preparing 17:54:29 3043cf7fb2f6: Preparing 17:54:29 e488e5e102e1: Preparing 17:54:29 e2a0650d0e18: Preparing 17:54:29 ad70b55028bc: Preparing 17:54:29 842c69498b04: Preparing 17:54:29 4fc242d58285: Preparing 17:54:29 842c69498b04: Waiting 17:54:29 ad70b55028bc: Waiting 17:54:29 4fc242d58285: Waiting 17:54:29 e488e5e102e1: Layer already exists 17:54:29 1ff5a44b1960: Layer already exists 17:54:29 e2a0650d0e18: Layer already exists 17:54:29 e80be9f8ab49: Layer already exists 17:54:29 3043cf7fb2f6: Layer already exists 17:54:29 ad70b55028bc: Layer already exists 17:54:29 4fc242d58285: Layer already exists 17:54:29 842c69498b04: Layer already exists 17:54:29 main: digest: sha256:3e48d670f13e838e7b70ee212fb2c0e69df8faa202aef691a4b15890edaf218b size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:29 ===================================================== [Pipeline] echo 17:54:29 taggedImages: 17:54:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 17:54:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.19 17:54:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 17:54:29 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 17:54:29 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:29 latest 17:54:29 2.2.1-dev.19 17:54:29 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:29 main 17:54:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 17:54:30 f8a7ef8c1ea5: Preparing 17:54:30 0a23724605d7: Preparing 17:54:30 683b78e68f60: Preparing 17:54:30 3bd1d4228a5c: Preparing 17:54:30 50c5c96629f7: Preparing 17:54:30 842c69498b04: Preparing 17:54:30 4fc242d58285: Preparing 17:54:30 4fc242d58285: Waiting 17:54:30 842c69498b04: Waiting 17:54:30 683b78e68f60: Pushed 17:54:30 f8a7ef8c1ea5: Pushed 17:54:30 842c69498b04: Layer already exists 17:54:30 0a23724605d7: Pushed 17:54:30 4fc242d58285: Layer already exists 17:54:30 OK: 220 MiB in 52 packages 17:54:30 OK: 220 MiB in 52 packages 17:54:30 OK: 220 MiB in 52 packages 17:54:30 Removing intermediate container 69fed2adbe34 17:54:30 ---> b35d9dbd96ad 17:54:30 Step 6/26 : COPY go.mod vendor* ./ 17:54:30 50c5c96629f7: Pushed 17:54:30 Removing intermediate container 47fc1cdcd0fb 17:54:30 ---> 0cdc876109d9 17:54:30 Step 6/22 : COPY go.mod vendor* ./ 17:54:31 Removing intermediate container 42fe04397c61 17:54:31 ---> 3e350e0e4f84 17:54:31 Step 6/31 : COPY go.mod vendor* ./ 17:54:31 Removing intermediate container a39bc6472faa 17:54:31 ---> 91eac27f15c8 17:54:31 Step 6/26 : COPY go.mod vendor* ./ 17:54:31 ---> 4366e5f68e8e 17:54:31 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:54:31 Removing intermediate container 6e532383b19f 17:54:31 ---> 8e187b163989 17:54:31 Step 6/22 : COPY go.mod vendor* ./ 17:54:32 ---> 969d4bcb3f89 17:54:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:54:32 ---> Running in b868d44e7f43 17:54:32 ---> Running in ebc562e83e11 17:54:33 ---> c4aec4a220d4 17:54:33 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:54:33 ---> c393895199dc 17:54:33 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:54:33 ---> Running in 59ccafb76ac4 17:54:33 ---> Running in 5e2c96ca6ed9 17:54:33 ---> 6141701685bb 17:54:33 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:54:33 ---> Running in 943ab331aab4 17:54:38 Removing intermediate container b868d44e7f43 17:54:38 ---> 3ff891ac9cc6 17:54:38 Step 8/26 : COPY . . 17:54:38 3bd1d4228a5c: Pushed 17:54:38 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:664118249fe0500ad4e364f82f5ba4634ad341c6769789c5c2644184bf6b75d4 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:38 Removing intermediate container ebc562e83e11 17:54:38 ---> bea3f453f602 17:54:38 Step 8/22 : COPY . . 17:54:38 + 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:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 17:54:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 17:54:39 f8a7ef8c1ea5: Preparing 17:54:39 0a23724605d7: Preparing 17:54:39 683b78e68f60: Preparing 17:54:39 3bd1d4228a5c: Preparing 17:54:39 50c5c96629f7: Preparing 17:54:39 842c69498b04: Preparing 17:54:39 4fc242d58285: Preparing 17:54:39 842c69498b04: Waiting 17:54:39 4fc242d58285: Waiting 17:54:39 683b78e68f60: Layer already exists 17:54:39 3bd1d4228a5c: Layer already exists 17:54:39 0a23724605d7: Layer already exists 17:54:39 f8a7ef8c1ea5: Layer already exists 17:54:39 50c5c96629f7: Layer already exists 17:54:39 842c69498b04: Layer already exists 17:54:39 4fc242d58285: Layer already exists 17:54:39 latest: digest: sha256:664118249fe0500ad4e364f82f5ba4634ad341c6769789c5c2644184bf6b75d4 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:39 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:39 Removing intermediate container 59ccafb76ac4 17:54:39 ---> 9134ac92cc6a 17:54:39 Step 8/31 : COPY . . 17:54:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.19 17:54:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 17:54:39 f8a7ef8c1ea5: Preparing 17:54:39 0a23724605d7: Preparing 17:54:39 683b78e68f60: Preparing 17:54:39 3bd1d4228a5c: Preparing 17:54:39 50c5c96629f7: Preparing 17:54:39 842c69498b04: Preparing 17:54:39 4fc242d58285: Preparing 17:54:39 842c69498b04: Waiting 17:54:39 4fc242d58285: Waiting 17:54:39 f8a7ef8c1ea5: Layer already exists 17:54:39 50c5c96629f7: Layer already exists 17:54:39 0a23724605d7: Layer already exists 17:54:39 3bd1d4228a5c: Layer already exists 17:54:39 683b78e68f60: Layer already exists 17:54:39 842c69498b04: Layer already exists 17:54:39 4fc242d58285: Layer already exists 17:54:39 2.2.1-dev.19: digest: sha256:664118249fe0500ad4e364f82f5ba4634ad341c6769789c5c2644184bf6b75d4 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:40 Removing intermediate container 5e2c96ca6ed9 17:54:40 ---> f30ecde789db 17:54:40 Step 8/22 : COPY . . 17:54:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:40 Removing intermediate container 943ab331aab4 17:54:40 ---> 4e9bc1dfecb8 17:54:40 Step 8/26 : COPY . . 17:54:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 17:54:40 f8a7ef8c1ea5: Preparing 17:54:40 0a23724605d7: Preparing 17:54:40 683b78e68f60: Preparing 17:54:40 3bd1d4228a5c: Preparing 17:54:40 50c5c96629f7: Preparing 17:54:40 842c69498b04: Preparing 17:54:40 4fc242d58285: Preparing 17:54:40 842c69498b04: Waiting 17:54:40 4fc242d58285: Waiting 17:54:40 683b78e68f60: Layer already exists 17:54:40 0a23724605d7: Layer already exists 17:54:40 f8a7ef8c1ea5: Layer already exists 17:54:40 50c5c96629f7: Layer already exists 17:54:40 3bd1d4228a5c: Layer already exists 17:54:40 842c69498b04: Layer already exists 17:54:40 4fc242d58285: Layer already exists 17:54:40 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:664118249fe0500ad4e364f82f5ba4634ad341c6769789c5c2644184bf6b75d4 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:40 + 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:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 17:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 17:54:41 f8a7ef8c1ea5: Preparing 17:54:41 0a23724605d7: Preparing 17:54:41 683b78e68f60: Preparing 17:54:41 3bd1d4228a5c: Preparing 17:54:41 50c5c96629f7: Preparing 17:54:41 842c69498b04: Preparing 17:54:41 4fc242d58285: Preparing 17:54:41 4fc242d58285: Waiting 17:54:41 842c69498b04: Waiting 17:54:41 3bd1d4228a5c: Layer already exists 17:54:41 0a23724605d7: Layer already exists 17:54:41 683b78e68f60: Layer already exists 17:54:41 50c5c96629f7: Layer already exists 17:54:41 f8a7ef8c1ea5: Layer already exists 17:54:41 842c69498b04: Layer already exists 17:54:41 4fc242d58285: Layer already exists 17:54:41 main: digest: sha256:664118249fe0500ad4e364f82f5ba4634ad341c6769789c5c2644184bf6b75d4 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:41 ===================================================== [Pipeline] echo 17:54:41 taggedImages: 17:54:41 - nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:41 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 17:54:41 - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.19 17:54:41 - nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:41 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 17:54:41 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 17:54:41 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:41 latest 17:54:41 2.2.1-dev.19 17:54:41 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:41 main 17:54:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:41 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 17:54:41 86c178f1ad71: Preparing 17:54:41 62b9ae7c3401: Preparing 17:54:41 06b9fd50e836: Preparing 17:54:41 e637a347bb8f: Preparing 17:54:41 6bbd4da93d48: Preparing 17:54:41 935f4f9af6f3: Preparing 17:54:41 4fc242d58285: Preparing 17:54:41 4fc242d58285: Waiting 17:54:41 935f4f9af6f3: Waiting 17:54:41 62b9ae7c3401: Pushed 17:54:41 86c178f1ad71: Pushed 17:54:41 06b9fd50e836: Pushed 17:54:41 4fc242d58285: Layer already exists 17:54:41 935f4f9af6f3: Pushed 17:54:42 6bbd4da93d48: Pushed 17:54:49 e637a347bb8f: Pushed 17:54:49 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:8a9f8e618657ed697f5ebb233f63444fcdbff40bbd0ec9945561257c4508feed size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:49 + 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:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 17:54:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 17:54:49 86c178f1ad71: Preparing 17:54:49 62b9ae7c3401: Preparing 17:54:49 06b9fd50e836: Preparing 17:54:49 e637a347bb8f: Preparing 17:54:49 6bbd4da93d48: Preparing 17:54:49 935f4f9af6f3: Preparing 17:54:49 4fc242d58285: Preparing 17:54:49 935f4f9af6f3: Waiting 17:54:49 4fc242d58285: Waiting 17:54:49 06b9fd50e836: Layer already exists 17:54:49 86c178f1ad71: Layer already exists 17:54:49 e637a347bb8f: Layer already exists 17:54:49 6bbd4da93d48: Layer already exists 17:54:49 62b9ae7c3401: Layer already exists 17:54:49 4fc242d58285: Layer already exists 17:54:49 935f4f9af6f3: Layer already exists 17:54:49 latest: digest: sha256:8a9f8e618657ed697f5ebb233f63444fcdbff40bbd0ec9945561257c4508feed size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:50 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.19 17:54:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 17:54:50 86c178f1ad71: Preparing 17:54:50 62b9ae7c3401: Preparing 17:54:50 06b9fd50e836: Preparing 17:54:50 e637a347bb8f: Preparing 17:54:50 6bbd4da93d48: Preparing 17:54:50 935f4f9af6f3: Preparing 17:54:50 4fc242d58285: Preparing 17:54:50 935f4f9af6f3: Waiting 17:54:50 4fc242d58285: Waiting 17:54:50 6bbd4da93d48: Layer already exists 17:54:50 e637a347bb8f: Layer already exists 17:54:50 86c178f1ad71: Layer already exists 17:54:50 62b9ae7c3401: Layer already exists 17:54:50 06b9fd50e836: Layer already exists 17:54:50 935f4f9af6f3: Layer already exists 17:54:50 4fc242d58285: Layer already exists 17:54:50 2.2.1-dev.19: digest: sha256:8a9f8e618657ed697f5ebb233f63444fcdbff40bbd0ec9945561257c4508feed size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:50 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 17:54:51 86c178f1ad71: Preparing 17:54:51 62b9ae7c3401: Preparing 17:54:51 06b9fd50e836: Preparing 17:54:51 e637a347bb8f: Preparing 17:54:51 6bbd4da93d48: Preparing 17:54:51 935f4f9af6f3: Preparing 17:54:51 4fc242d58285: Preparing 17:54:51 935f4f9af6f3: Waiting 17:54:51 4fc242d58285: Waiting 17:54:51 6bbd4da93d48: Layer already exists 17:54:51 e637a347bb8f: Layer already exists 17:54:51 86c178f1ad71: Layer already exists 17:54:51 06b9fd50e836: Layer already exists 17:54:51 62b9ae7c3401: Layer already exists 17:54:51 935f4f9af6f3: Layer already exists 17:54:51 4fc242d58285: Layer already exists 17:54:51 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:8a9f8e618657ed697f5ebb233f63444fcdbff40bbd0ec9945561257c4508feed size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:51 + 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:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 17:54:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 17:54:51 86c178f1ad71: Preparing 17:54:51 62b9ae7c3401: Preparing 17:54:51 06b9fd50e836: Preparing 17:54:51 e637a347bb8f: Preparing 17:54:51 6bbd4da93d48: Preparing 17:54:51 935f4f9af6f3: Preparing 17:54:51 4fc242d58285: Preparing 17:54:51 935f4f9af6f3: Waiting 17:54:51 4fc242d58285: Waiting 17:54:51 06b9fd50e836: Layer already exists 17:54:51 86c178f1ad71: Layer already exists 17:54:51 6bbd4da93d48: Layer already exists 17:54:51 e637a347bb8f: Layer already exists 17:54:51 62b9ae7c3401: Layer already exists 17:54:51 935f4f9af6f3: Layer already exists 17:54:51 4fc242d58285: Layer already exists 17:54:51 main: digest: sha256:8a9f8e618657ed697f5ebb233f63444fcdbff40bbd0ec9945561257c4508feed size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:51 ===================================================== [Pipeline] echo 17:54:51 taggedImages: 17:54:51 - nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:51 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 17:54:51 - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.19 17:54:51 - nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:51 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 17:54:51 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 17:54:51 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:51 latest 17:54:51 2.2.1-dev.19 17:54:51 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:51 main 17:54:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:52 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 17:54:52 d9096edfd06d: Preparing 17:54:52 422d0d42c836: Preparing 17:54:52 dcd1a84af63c: Preparing 17:54:52 1c2950c5239c: Preparing 17:54:52 b541d28bf3b4: Preparing 17:54:52 b541d28bf3b4: Layer already exists 17:54:52 dcd1a84af63c: Layer already exists 17:54:52 d9096edfd06d: Pushed 17:54:52 1c2950c5239c: Pushed 17:54:55 422d0d42c836: Pushed 17:54:55 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:b816ffb32db5e77913f11c4fbe434ce9aa9591690742514023dd72b412ce6d5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:55 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 17:54:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 17:54:55 d9096edfd06d: Preparing 17:54:55 422d0d42c836: Preparing 17:54:55 dcd1a84af63c: Preparing 17:54:55 1c2950c5239c: Preparing 17:54:55 b541d28bf3b4: Preparing 17:54:55 1c2950c5239c: Layer already exists 17:54:55 d9096edfd06d: Layer already exists 17:54:55 b541d28bf3b4: Layer already exists 17:54:55 422d0d42c836: Layer already exists 17:54:55 dcd1a84af63c: Layer already exists 17:54:55 latest: digest: sha256:b816ffb32db5e77913f11c4fbe434ce9aa9591690742514023dd72b412ce6d5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.19 17:54:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 17:54:56 d9096edfd06d: Preparing 17:54:56 422d0d42c836: Preparing 17:54:56 dcd1a84af63c: Preparing 17:54:56 1c2950c5239c: Preparing 17:54:56 b541d28bf3b4: Preparing 17:54:56 b541d28bf3b4: Layer already exists 17:54:56 dcd1a84af63c: Layer already exists 17:54:56 1c2950c5239c: Layer already exists 17:54:56 d9096edfd06d: Layer already exists 17:54:56 422d0d42c836: Layer already exists 17:54:56 2.2.1-dev.19: digest: sha256:b816ffb32db5e77913f11c4fbe434ce9aa9591690742514023dd72b412ce6d5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 17:54:57 d9096edfd06d: Preparing 17:54:57 422d0d42c836: Preparing 17:54:57 dcd1a84af63c: Preparing 17:54:57 1c2950c5239c: Preparing 17:54:57 b541d28bf3b4: Preparing 17:54:57 1c2950c5239c: Layer already exists 17:54:57 b541d28bf3b4: Layer already exists 17:54:57 422d0d42c836: Layer already exists 17:54:57 dcd1a84af63c: Layer already exists 17:54:57 d9096edfd06d: Layer already exists 17:54:57 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:b816ffb32db5e77913f11c4fbe434ce9aa9591690742514023dd72b412ce6d5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:57 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 17:54:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 17:54:57 d9096edfd06d: Preparing 17:54:57 422d0d42c836: Preparing 17:54:57 dcd1a84af63c: Preparing 17:54:57 1c2950c5239c: Preparing 17:54:57 b541d28bf3b4: Preparing 17:54:57 1c2950c5239c: Layer already exists 17:54:57 422d0d42c836: Layer already exists 17:54:57 b541d28bf3b4: Layer already exists 17:54:57 dcd1a84af63c: Layer already exists 17:54:57 d9096edfd06d: Layer already exists 17:54:57 main: digest: sha256:b816ffb32db5e77913f11c4fbe434ce9aa9591690742514023dd72b412ce6d5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:54:57 ===================================================== [Pipeline] echo 17:54:57 taggedImages: 17:54:57 - nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:57 - nexus3.edgexfoundry.org:10004/support-notifications:latest 17:54:57 - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.19 17:54:57 - nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:57 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 17:54:57 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 17:54:57 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:57 latest 17:54:57 2.2.1-dev.19 17:54:57 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:54:57 main 17:54:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:54:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 17:54:58 2b7e769e6537: Preparing 17:54:58 dbfdfe3d3e75: Preparing 17:54:58 dcd1a84af63c: Preparing 17:54:58 5ce3cf7b7162: Preparing 17:54:58 b541d28bf3b4: Preparing 17:54:58 dcd1a84af63c: Layer already exists 17:54:58 5ce3cf7b7162: Layer already exists 17:54:58 b541d28bf3b4: Layer already exists 17:54:58 2b7e769e6537: Pushed 17:54:58 ---> 5659913a86e3 17:54:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:54:58 ---> 0927b858317c 17:54:58 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 17:54:58 ---> Running in 871b476a4c62 17:54:58 ---> 8ba7ab93c169 17:54:58 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:54:58 ---> 062e939e8404 17:54:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:54:58 ---> Running in ee05d27b514e 17:54:58 ---> Running in 3e9035a28914 17:54:58 ---> Running in 23ab116215f7 17:54:58 ---> 980975bf2bd1 17:54:58 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 17:54:58 Removing intermediate container ee05d27b514e 17:54:58 ---> ae457ec32289 17:54:58 Step 10/26 : WORKDIR /edgex-go/spire-build 17:54:58 ---> Running in 918aaac0e8ed 17:54:58 ---> Running in 8084af0cf175 17:54:58 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:54:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:54:59 Removing intermediate container 8084af0cf175 17:54:59 ---> 86d1632621a7 17:54:59 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 17:54:59 Removing intermediate container 918aaac0e8ed 17:54:59 ---> 67c26d31471d 17:54:59 Step 10/26 : WORKDIR /edgex-go/spire-build 17:54:59 ---> Running in 6cc84090c950 17:54:59 ---> Running in 29c7cadbb375 17:54:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:55:00 Removing intermediate container 6cc84090c950 17:55:00 ---> 56bbce70731e 17:55:00 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 17:55:00 ---> Running in 7c0c1fa00b4b 17:55:01 dbfdfe3d3e75: Pushed 17:55:01 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:22e49cc8657ecf5e127bc725bb857b134803517cdcccdabf1681148693895aad size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:01 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 17:55:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 17:55:01 2b7e769e6537: Preparing 17:55:01 dbfdfe3d3e75: Preparing 17:55:01 dcd1a84af63c: Preparing 17:55:01 5ce3cf7b7162: Preparing 17:55:01 b541d28bf3b4: Preparing 17:55:01 dcd1a84af63c: Layer already exists 17:55:01 dbfdfe3d3e75: Layer already exists 17:55:01 b541d28bf3b4: Layer already exists 17:55:01 2b7e769e6537: Layer already exists 17:55:01 5ce3cf7b7162: Layer already exists 17:55:01 latest: digest: sha256:22e49cc8657ecf5e127bc725bb857b134803517cdcccdabf1681148693895aad size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:02 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.19 17:55:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 17:55:02 2b7e769e6537: Preparing 17:55:02 dbfdfe3d3e75: Preparing 17:55:02 dcd1a84af63c: Preparing 17:55:02 5ce3cf7b7162: Preparing 17:55:02 b541d28bf3b4: Preparing 17:55:02 2b7e769e6537: Layer already exists 17:55:02 b541d28bf3b4: Layer already exists 17:55:02 5ce3cf7b7162: Layer already exists 17:55:02 dbfdfe3d3e75: Layer already exists 17:55:02 dcd1a84af63c: Layer already exists 17:55:02 2.2.1-dev.19: digest: sha256:22e49cc8657ecf5e127bc725bb857b134803517cdcccdabf1681148693895aad size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:02 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:55:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 17:55:02 2b7e769e6537: Preparing 17:55:02 dbfdfe3d3e75: Preparing 17:55:02 dcd1a84af63c: Preparing 17:55:02 5ce3cf7b7162: Preparing 17:55:02 b541d28bf3b4: Preparing 17:55:02 b541d28bf3b4: Layer already exists 17:55:02 5ce3cf7b7162: Layer already exists 17:55:02 dbfdfe3d3e75: Layer already exists 17:55:02 2b7e769e6537: Layer already exists 17:55:02 dcd1a84af63c: Layer already exists 17:55:02 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:22e49cc8657ecf5e127bc725bb857b134803517cdcccdabf1681148693895aad size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:03 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 17:55:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 17:55:03 2b7e769e6537: Preparing 17:55:03 dbfdfe3d3e75: Preparing 17:55:03 dcd1a84af63c: Preparing 17:55:03 5ce3cf7b7162: Preparing 17:55:03 b541d28bf3b4: Preparing 17:55:03 dcd1a84af63c: Layer already exists 17:55:03 b541d28bf3b4: Layer already exists 17:55:03 2b7e769e6537: Layer already exists 17:55:03 dbfdfe3d3e75: Layer already exists 17:55:03 5ce3cf7b7162: Layer already exists 17:55:03 main: digest: sha256:22e49cc8657ecf5e127bc725bb857b134803517cdcccdabf1681148693895aad size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:55:03 ===================================================== [Pipeline] echo 17:55:03 taggedImages: 17:55:03 - nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:55:03 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 17:55:03 - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.19 17:55:03 - nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:55:03 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 17:55:03 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 17:55:03 e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:55:03 latest 17:55:03 2.2.1-dev.19 17:55:03 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:55:03 main 17:55:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:03 Removing intermediate container 29c7cadbb375 17:55:03 ---> 633e3f5be506 17:55:03 Step 12/26 : WORKDIR /edgex-go 17:55:03 ---> Running in f7fd75d26be2 17:55:04 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:04 Removing intermediate container 7c0c1fa00b4b 17:55:04 ---> baa7fcd66d4b 17:55:04 Step 12/26 : WORKDIR /edgex-go 17:55:04 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:55:04 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 17:55:04 2ce99e6a4e39: Preparing 17:55:04 99bc779511fd: Preparing 17:55:04 63b8844a799d: Preparing 17:55:04 14010d308a37: Preparing 17:55:04 52f44be93a46: Preparing 17:55:04 10d82663b225: Preparing 17:55:04 f7a7a140f1b3: Preparing 17:55:04 31e69d4774c9: Preparing 17:55:04 7750d494dfbd: Preparing 17:55:04 18708474c90b: Preparing 17:55:04 4fc242d58285: Preparing 17:55:04 10d82663b225: Waiting 17:55:04 f7a7a140f1b3: Waiting 17:55:04 31e69d4774c9: Waiting 17:55:04 7750d494dfbd: Waiting 17:55:04 18708474c90b: Waiting 17:55:04 4fc242d58285: Waiting 17:55:04 52f44be93a46: Layer already exists 17:55:04 10d82663b225: Layer already exists 17:55:04 f7a7a140f1b3: Layer already exists 17:55:04 31e69d4774c9: Layer already exists 17:55:04 99bc779511fd: Pushed 17:55:04 7750d494dfbd: Layer already exists 17:55:04 18708474c90b: Layer already exists 17:55:04 4fc242d58285: Layer already exists 17:55:04 ---> Running in cf480b160d36 17:55:04 Removing intermediate container f7fd75d26be2 17:55:04 ---> e40696e07eb0 17:55:04 17:55:04 Step 13/26 : FROM alpine:3.15 17:55:04 2ce99e6a4e39: Pushed 17:55:04 3.15: Pulling from library/alpine 17:55:05 Removing intermediate container cf480b160d36 17:55:05 ---> b5d79e662aee 17:55:05 17:55:05 Step 13/26 : FROM alpine:3.15 17:55:05 63b8844a799d: Pushed 17:55:05 3.15: Pulling from library/alpine 17:55:06 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 17:55:06 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 17:55:06 Status: Downloaded newer image for alpine:3.15 17:55:06 Status: Downloaded newer image for alpine:3.15 17:55:06 ---> 3fb3c9af89a9 17:55:06 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:55:06 ---> 3fb3c9af89a9 17:55:06 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:55:06 ---> Running in 08d1084ab025 17:55:06 ---> Running in 97880a4a189a 17:55:07 Removing intermediate container 97880a4a189a 17:55:07 ---> 539b47b06d0d 17:55:07 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 08d1084ab025 17:55:07 17:55:07 ---> b83c457b0eb5 17:55:07 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:55:07 ---> Running in 59d745af1855 17:55:07 ---> Running in 67629985a2aa 17:55:11 Removing intermediate container 67629985a2aa 17:55:11 ---> b7490bd0523b 17:55:11 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 17:55:11 Removing intermediate container 59d745af1855 17:55:11 ---> c32170ffa703 17:55:11 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 17:55:11 ---> Running in 279934daaaa4 17:55:11 ---> Running in 74fd95ed1fdf 17:55:12 14010d308a37: Pushed 17:55:12 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:82e5c0a7d523ad413385ed064efae9e69a86541137cb971e579a666e671e75a1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:12 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:12 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 17:55:12 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 17:55:12 2ce99e6a4e39: Preparing 17:55:12 99bc779511fd: Preparing 17:55:12 63b8844a799d: Preparing 17:55:12 14010d308a37: Preparing 17:55:12 52f44be93a46: Preparing 17:55:12 10d82663b225: Preparing 17:55:12 f7a7a140f1b3: Preparing 17:55:12 31e69d4774c9: Preparing 17:55:12 7750d494dfbd: Preparing 17:55:12 18708474c90b: Preparing 17:55:12 4fc242d58285: Preparing 17:55:12 f7a7a140f1b3: Waiting 17:55:12 31e69d4774c9: Waiting 17:55:12 18708474c90b: Waiting 17:55:12 4fc242d58285: Waiting 17:55:12 7750d494dfbd: Waiting 17:55:12 63b8844a799d: Layer already exists 17:55:12 52f44be93a46: Layer already exists 17:55:12 99bc779511fd: Layer already exists 17:55:12 14010d308a37: Layer already exists 17:55:12 2ce99e6a4e39: Layer already exists 17:55:12 10d82663b225: Layer already exists 17:55:12 7750d494dfbd: Layer already exists 17:55:12 f7a7a140f1b3: Layer already exists 17:55:12 18708474c90b: Layer already exists 17:55:12 31e69d4774c9: Layer already exists 17:55:12 4fc242d58285: Layer already exists 17:55:12 latest: digest: sha256:82e5c0a7d523ad413385ed064efae9e69a86541137cb971e579a666e671e75a1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:13 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:13 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.19 17:55:13 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 17:55:13 2ce99e6a4e39: Preparing 17:55:13 99bc779511fd: Preparing 17:55:13 63b8844a799d: Preparing 17:55:13 14010d308a37: Preparing 17:55:13 52f44be93a46: Preparing 17:55:13 10d82663b225: Preparing 17:55:13 f7a7a140f1b3: Preparing 17:55:13 31e69d4774c9: Preparing 17:55:13 7750d494dfbd: Preparing 17:55:13 18708474c90b: Preparing 17:55:13 4fc242d58285: Preparing 17:55:13 f7a7a140f1b3: Waiting 17:55:13 18708474c90b: Waiting 17:55:13 4fc242d58285: Waiting 17:55:13 31e69d4774c9: Waiting 17:55:13 10d82663b225: Waiting 17:55:13 52f44be93a46: Layer already exists 17:55:13 99bc779511fd: Layer already exists 17:55:13 2ce99e6a4e39: Layer already exists 17:55:13 14010d308a37: Layer already exists 17:55:13 63b8844a799d: Layer already exists 17:55:13 7750d494dfbd: Layer already exists 17:55:13 31e69d4774c9: Layer already exists 17:55:13 18708474c90b: Layer already exists 17:55:13 f7a7a140f1b3: Layer already exists 17:55:13 10d82663b225: Layer already exists 17:55:13 4fc242d58285: Layer already exists 17:55:13 2.2.1-dev.19: digest: sha256:82e5c0a7d523ad413385ed064efae9e69a86541137cb971e579a666e671e75a1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:13 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:55:14 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:55:14 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 17:55:14 2ce99e6a4e39: Preparing 17:55:14 99bc779511fd: Preparing 17:55:14 63b8844a799d: Preparing 17:55:14 14010d308a37: Preparing 17:55:14 52f44be93a46: Preparing 17:55:14 10d82663b225: Preparing 17:55:14 f7a7a140f1b3: Preparing 17:55:14 31e69d4774c9: Preparing 17:55:14 7750d494dfbd: Preparing 17:55:14 18708474c90b: Preparing 17:55:14 4fc242d58285: Preparing 17:55:14 7750d494dfbd: Waiting 17:55:14 10d82663b225: Waiting 17:55:14 18708474c90b: Waiting 17:55:14 4fc242d58285: Waiting 17:55:14 f7a7a140f1b3: Waiting 17:55:14 31e69d4774c9: Waiting 17:55:14 63b8844a799d: Layer already exists 17:55:14 99bc779511fd: Layer already exists 17:55:14 2ce99e6a4e39: Layer already exists 17:55:14 14010d308a37: Layer already exists 17:55:14 52f44be93a46: Layer already exists 17:55:14 10d82663b225: Layer already exists 17:55:14 f7a7a140f1b3: Layer already exists 17:55:14 31e69d4774c9: Layer already exists 17:55:14 7750d494dfbd: Layer already exists 17:55:14 18708474c90b: Layer already exists 17:55:14 4fc242d58285: Layer already exists 17:55:14 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:82e5c0a7d523ad413385ed064efae9e69a86541137cb971e579a666e671e75a1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:14 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:55:14 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 17:55:14 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 17:55:14 2ce99e6a4e39: Preparing 17:55:14 99bc779511fd: Preparing 17:55:14 63b8844a799d: Preparing 17:55:14 14010d308a37: Preparing 17:55:14 52f44be93a46: Preparing 17:55:14 10d82663b225: Preparing 17:55:14 f7a7a140f1b3: Preparing 17:55:14 31e69d4774c9: Preparing 17:55:14 7750d494dfbd: Preparing 17:55:14 18708474c90b: Preparing 17:55:14 4fc242d58285: Preparing 17:55:14 31e69d4774c9: Waiting 17:55:14 18708474c90b: Waiting 17:55:14 4fc242d58285: Waiting 17:55:14 7750d494dfbd: Waiting 17:55:14 10d82663b225: Waiting 17:55:14 52f44be93a46: Layer already exists 17:55:14 14010d308a37: Layer already exists 17:55:14 2ce99e6a4e39: Layer already exists 17:55:14 63b8844a799d: Layer already exists 17:55:14 99bc779511fd: Layer already exists 17:55:14 10d82663b225: Layer already exists 17:55:14 f7a7a140f1b3: Layer already exists 17:55:14 31e69d4774c9: Layer already exists 17:55:14 7750d494dfbd: Layer already exists 17:55:14 18708474c90b: Layer already exists 17:55:14 4fc242d58285: Layer already exists 17:55:14 main: digest: sha256:82e5c0a7d523ad413385ed064efae9e69a86541137cb971e579a666e671e75a1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:55:14 ===================================================== [Pipeline] echo 17:55:14 taggedImages: 17:55:14 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:55:14 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 17:55:14 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.19 17:55:14 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 17:55:14 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent: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] } 17:55:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:55:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:55:16 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 17:55:16 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 17:55:16 OK: 15736 distinct packages available 17:55:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:55:16 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 17:55:16 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 17:55:16 OK: 15736 distinct packages available 17:55:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:55:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:55:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:55:18 (1/5) Installing dumb-init (1.2.5-r1) 17:55:19 (2/5) Installing musl-obstack (1.2.3-r0) 17:55:19 (3/5) Installing libucontext (1.1-r0) 17:55:19 (4/5) Installing gcompat (1.0.0-r4) 17:55:19 (5/5) Installing openssl (1.1.1p-r0) 17:55:19 (1/4) Installing dumb-init (1.2.5-r1) 17:55:19 Executing busybox-1.34.1-r5.trigger 17:55:19 OK: 6 MiB in 19 packages 17:55:19 (2/4) Installing musl-obstack (1.2.3-r0) 17:55:19 (3/4) Installing libucontext (1.1-r0) 17:55:19 (4/4) Installing gcompat (1.0.0-r4) 17:55:20 Executing busybox-1.34.1-r5.trigger 17:55:20 OK: 6 MiB in 18 packages 17:55:21 Removing intermediate container 279934daaaa4 17:55:21 ---> ba45a4323f14 17:55:21 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 17:55:22 Removing intermediate container 74fd95ed1fdf 17:55:22 ---> f4bbad65d1eb 17:55:22 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 17:55:26 ---> a592a9aba676 17:55:26 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 17:55:32 ---> bb244e78ee32 17:55:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 17:55:32 ---> fd69f971c830 17:55:32 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 17:55:32 ---> Running in 89a3c586d1e4 17:55:33 Removing intermediate container 89a3c586d1e4 17:55:33 ---> 9d932e7dfa63 17:55:33 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 17:55:34 ---> b249f2b0c6b9 17:55:34 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 17:55:34 ---> 369cb1ae8388 17:55:34 Step 21/26 : WORKDIR / 17:55:35 ---> Running in 8d4d8739a6bc 17:55:36 Removing intermediate container 8d4d8739a6bc 17:55:36 ---> 84ae5cf696c0 17:55:36 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:55:36 ---> Running in 0d3d32715215 17:55:36 ---> 0cfb4e28f96b 17:55:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 17:55:36 Removing intermediate container 0d3d32715215 17:55:36 ---> b93b9648b30c 17:55:36 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:55:37 ---> Running in fa6c3305596d 17:55:37 ---> 009da22335b4 17:55:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 17:55:37 Removing intermediate container fa6c3305596d 17:55:37 ---> db9a23486e3b 17:55:37 Step 24/26 : LABEL arch=arm64 17:55:37 ---> Running in f9245703d6b0 17:55:38 Removing intermediate container f9245703d6b0 17:55:38 ---> b80114fac5c0 17:55:38 Step 25/26 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:55:38 ---> 54cc20f826ce 17:55:38 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:55:38 ---> Running in 6846ed3110bd 17:55:38 ---> Running in 4c866c215545 17:55:39 Removing intermediate container 6846ed3110bd 17:55:39 ---> 53eb6e8fd49a 17:55:39 Step 26/26 : LABEL version=2.2.1-dev.19 17:55:39 Removing intermediate container 4c866c215545 17:55:39 ---> 21d36fdc4581 17:55:39 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:55:39 ---> Running in c52cd686b88c 17:55:39 ---> Running in 9ee1f49d6095 17:55:40 Removing intermediate container c52cd686b88c 17:55:40 ---> 37c8cdec4f99 17:55:40 17:55:40 Removing intermediate container 9ee1f49d6095 17:55:40 ---> edf160e6e166 17:55:40 Step 24/26 : LABEL arch=arm64 17:55:40 ---> Running in b8ed03996dc2 17:55:41 Successfully built 37c8cdec4f99 17:55:41 Successfully tagged security-spire-config-arm64:latest 17:55:41  Building security-spire-config ... done Building security-spire-server 17:55:41 Removing intermediate container b8ed03996dc2 17:55:41 ---> e528ef99e1de 17:55:41 Step 25/26 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:55:41 ---> Running in 3a08763d88ff 17:55:42 Removing intermediate container 3a08763d88ff 17:55:42 ---> 5ae12155c7de 17:55:42 Step 26/26 : LABEL version=2.2.1-dev.19 17:55:42 ---> Running in b3d30892a6b6 17:55:42 Removing intermediate container b3d30892a6b6 17:55:42 ---> 5cce4133718b 17:55:42 17:55:42 Successfully built 5cce4133718b 17:55:42 Successfully tagged security-spire-agent-arm64:latest 17:55:42 Building core-command 17:56:09  Building security-spire-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:56:09 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:56:09 ---> 3ab0367aeb8b 17:56:09 Step 3/25 : WORKDIR /edgex-go 17:56:09 ---> Using cache 17:56:09 ---> 64b3bd43536d 17:56:09 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:09 ---> Using cache 17:56:09 ---> 9e3f194318a8 17:56:09 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 17:56:09 ---> Running in 9659db23fff4 17:56:10 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:56:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:56:10 ---> 3ab0367aeb8b 17:56:10 Step 3/23 : WORKDIR /edgex-go 17:56:10 ---> Using cache 17:56:10 ---> 64b3bd43536d 17:56:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:10 ---> Using cache 17:56:10 ---> 9e3f194318a8 17:56:10 Step 5/23 : RUN apk add --update --no-cache make git 17:56:10 ---> Using cache 17:56:10 ---> 0cdc876109d9 17:56:10 Step 6/23 : COPY go.mod vendor* ./ 17:56:10 ---> Using cache 17:56:10 ---> 969d4bcb3f89 17:56:10 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:56:10 ---> Using cache 17:56:10 ---> bea3f453f602 17:56:10 Step 8/23 : COPY . . 17:56:10 ---> Using cache 17:56:10 ---> 8ba7ab93c169 17:56:10 Step 9/23 : RUN make cmd/core-command/core-command 17:56:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:56:10 ---> Running in 22be255f52fc 17:56:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:56:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 17:56:12 OK: 220 MiB in 52 packages 17:56:14 Removing intermediate container 9659db23fff4 17:56:14 ---> ab772e626ea1 17:56:14 Step 6/25 : COPY go.mod vendor* ./ 17:56:15 ---> b8efca3c1082 17:56:15 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:56:15 ---> Running in d5f35614f56e 17:56:22 Removing intermediate container d5f35614f56e 17:56:22 ---> 1fe4fd11680f 17:56:22 Step 8/25 : COPY . . 17:56:34 ---> 58b8a1b59c0c 17:56:34 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 17:56:34 ---> Running in a33facb463b6 17:56:34 Removing intermediate container a33facb463b6 17:56:34 ---> 10595885c3ab 17:56:34 Step 10/25 : WORKDIR /edgex-go/spire-build 17:56:34 ---> Running in b3546bb72969 17:56:35 Removing intermediate container b3546bb72969 17:56:35 ---> c0f0dd1b2ec1 17:56:35 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 17:56:35 ---> Running in d37ceea0486d 17:56:38 Removing intermediate container d37ceea0486d 17:56:38 ---> 52db3a332f61 17:56:38 Step 12/25 : WORKDIR /edgex-go 17:56:38 ---> Running in fd6daf9a557c 17:56:39 Removing intermediate container fd6daf9a557c 17:56:39 ---> b36c65299892 17:56:39 17:56:39 Step 13/25 : FROM alpine:3.15 17:56:39 ---> 3fb3c9af89a9 17:56:39 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:56:39 ---> Using cache 17:56:39 ---> 539b47b06d0d 17:56:39 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:39 ---> Using cache 17:56:39 ---> c32170ffa703 17:56:39 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 17:56:39 ---> Using cache 17:56:39 ---> ba45a4323f14 17:56:39 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 17:56:46 ---> 5fc58e274fe4 17:56:46 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 17:56:46 ---> 1be440d31218 17:56:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 17:56:47 ---> f4cd325bead9 17:56:47 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 17:56:48 ---> f428967d6e06 17:56:48 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 17:56:48 ---> Running in 2c63f304d5a5 17:56:48 Removing intermediate container 2c63f304d5a5 17:56:48 ---> b08888530fdd 17:56:48 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 17:56:49 ---> Running in dfda8d15f47a 17:56:49 Removing intermediate container dfda8d15f47a 17:56:49 ---> 73fd7aea8916 17:56:49 Step 23/25 : LABEL arch=arm64 17:56:49 ---> Running in 5bce2b5c7509 17:56:50 Removing intermediate container 5bce2b5c7509 17:56:50 ---> a52d0daf3def 17:56:50 Step 24/25 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 17:56:50 ---> Running in e7fd286b1056 17:56:51 Removing intermediate container e7fd286b1056 17:56:51 ---> 94a2554b945c 17:56:51 Step 25/25 : LABEL version=2.2.1-dev.19 17:56:51 ---> Running in d8111c5ecd8f 17:56:51 Removing intermediate container d8111c5ecd8f 17:56:51 ---> 433236c16e1f 17:56:51 17:56:51 Successfully built 433236c16e1f 17:56:51 Successfully tagged security-spire-server-arm64:latest 17:56:51 Building security-spiffe-token-provider 17:57:10  Building security-spire-server ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 17:57:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:57:10 ---> 3ab0367aeb8b 17:57:10 Step 3/20 : WORKDIR /edgex-go 17:57:10 ---> Using cache 17:57:10 ---> 64b3bd43536d 17:57:10 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 17:57:10 ---> Running in 72c97b3457f8 17:57:11 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:57:13 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:57:14 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 17:57:14 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 17:57:14 OK: 15743 distinct packages available 17:57:14 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:57:15 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:57:17 OK: 220 MiB in 52 packages 17:57:18 Removing intermediate container 72c97b3457f8 17:57:18 ---> b8736bddde6d 17:57:18 Step 5/20 : COPY go.mod vendor* ./ 17:57:19 ---> 65b16bf12b51 17:57:19 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:57:19 ---> Running in 060d350ec022 17:57:26 Removing intermediate container 060d350ec022 17:57:26 ---> f5edf8d16afe 17:57:26 Step 7/20 : COPY . . 17:57:38 ---> 4dc761cfa8b5 17:57:38 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 17:57:38 ---> Running in 0e2b4b845ebe 17:57:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 18:00:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 18:00:39 Removing intermediate container 3e9035a28914 18:00:39 ---> 97dff6009b13 18:00:39 18:00:39 Step 10/22 : FROM alpine:3.14 18:00:39 3.14: Pulling from library/alpine 18:00:39 Removing intermediate container 871b476a4c62 18:00:39 ---> cd758424b3b9 18:00:39 18:00:39 Step 10/31 : FROM alpine:3.14 18:00:39 3.14: Pulling from library/alpine 18:00:39 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 18:00:39 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 18:00:39 Status: Downloaded newer image for alpine:3.14 18:00:39 Status: Downloaded newer image for alpine:3.14 18:00:39 ---> ac73e934f311 18:00:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:00:39 ---> ac73e934f311 18:00:39 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 18:00:39 ---> Running in 01051a174ead 18:00:39 ---> Running in fce2a458d487 18:00:39 Removing intermediate container fce2a458d487 18:00:39 ---> 1b930f109773 18:00:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:00:39 ---> Running in 3e51fa20e358 18:00:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:00:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:00:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:00:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:00:43 (1/6) Installing ca-certificates (20211220-r0) 18:00:43 (2/6) Installing brotli-libs (1.0.9-r5) 18:00:43 (3/6) Installing nghttp2-libs (1.43.0-r0) 18:00:43 (4/6) Installing libcurl (7.79.1-r2) 18:00:43 (5/6) Installing curl (7.79.1-r2) 18:00:43 (6/6) Installing dumb-init (1.2.5-r1) 18:00:43 Executing busybox-1.33.1-r7.trigger 18:00:43 Executing ca-certificates-20211220-r0.trigger 18:00:43 (1/2) Installing dumb-init (1.2.5-r1) 18:00:43 (2/2) Installing su-exec (0.2-r1) 18:00:43 Executing busybox-1.33.1-r7.trigger 18:00:43 OK: 6 MiB in 16 packages 18:00:44 OK: 8 MiB in 20 packages 18:00:46 Removing intermediate container 3e51fa20e358 18:00:46 ---> 97a21dc26e23 18:00:46 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:00:46 ---> Running in e457c8e84e4f 18:00:46 Removing intermediate container 01051a174ead 18:00:46 ---> b2b903219bb8 18:00:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:00:46 Removing intermediate container e457c8e84e4f 18:00:46 ---> dd3c5377dbd1 18:00:46 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:00:46 ---> Running in f5be8bb3fd2f 18:00:46 ---> Running in 3dd70b1ef338 18:00:47 Removing intermediate container f5be8bb3fd2f 18:00:47 ---> 7dbdca7a069a 18:00:47 Step 13/22 : WORKDIR /edgex 18:00:47 Removing intermediate container 3dd70b1ef338 18:00:47 ---> a7738e4fa6d8 18:00:47 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:00:47 ---> Running in a9f6e0d9edd8 18:00:47 ---> Running in 684f85052327 18:00:49 Removing intermediate container 684f85052327 18:00:49 ---> a74583669165 18:00:49 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:00:50 ---> 672dfcb96f40 18:00:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:00:52 Removing intermediate container a9f6e0d9edd8 18:00:52 ---> e895ee87f986 18:00:52 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:00:52 ---> Running in 67202860e5f8 18:00:52 ---> 05a31714c867 18:00:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:00:52 Removing intermediate container 67202860e5f8 18:00:52 ---> 86dd7412577e 18:00:52 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:00:55 ---> 5c2e5fff8ecf 18:00:55 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:00:55 ---> Running in a44e52cb72c2 18:00:55 ---> 764344274e21 18:00:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:00:56 ---> d8f2beec47c1 18:00:56 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:00:56 ---> Running in a8ae3b5788ad 18:00:59 Removing intermediate container a44e52cb72c2 18:00:59 ---> db6c6f5d1392 18:00:59 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:01:00 Removing intermediate container a8ae3b5788ad 18:01:00 ---> 11fe3f242849 18:01:00 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 18:01:00 ---> bd8c4e0ff0a2 18:01:00 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:01:01 ---> Running in 7c42eb8159bf 18:01:02 Removing intermediate container 7c42eb8159bf 18:01:02 ---> b64792065cfb 18:01:02 Step 20/22 : LABEL arch=arm64 18:01:02 ---> Running in 10e3e855bc9c 18:01:03 Removing intermediate container 10e3e855bc9c 18:01:03 ---> a2383a08c1a5 18:01:03 Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:01:03 ---> Running in b540bb068981 18:01:03 ---> 2566c2858a89 18:01:03 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:01:04 Removing intermediate container b540bb068981 18:01:04 ---> 9c042bf4ebbc 18:01:04 Step 22/22 : LABEL version=2.2.1-dev.19 18:01:04 ---> Running in 50d4949346f4 18:01:05 ---> faace307cf22 18:01:05 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:01:05 Removing intermediate container 50d4949346f4 18:01:05 ---> ade9852c6dcf 18:01:05 18:01:05 Successfully built ade9852c6dcf 18:01:05 Successfully tagged security-proxy-setup-arm64:latest 18:01:05  Building security-proxy-setup ... done Building security-secretstore-setup 18:01:06 ---> 1f4cd44a95fa 18:01:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:01:07 ---> d1ff274d38cc 18:01:07 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:01:07 ---> Running in 7159ec54a5f0 18:01:08 Removing intermediate container 7159ec54a5f0 18:01:08 ---> 3566996da4d2 18:01:08 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:01:09 ---> 16d9e27806d3 18:01:09 Step 26/31 : RUN chmod +x /entrypoint.sh 18:01:09 ---> Running in e134f7bd0874 18:01:13 Removing intermediate container e134f7bd0874 18:01:13 ---> 7aaaeb61c117 18:01:13 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:01:13 ---> Running in 86859f7e1fe2 18:01:14 Removing intermediate container 86859f7e1fe2 18:01:14 ---> c429b23d7e98 18:01:14 Step 28/31 : CMD ["gate"] 18:01:14 ---> Running in d902942f90b8 18:01:14 Removing intermediate container d902942f90b8 18:01:14 ---> 1e373e0e44ac 18:01:14 Step 29/31 : LABEL arch=arm64 18:01:15 ---> Running in 353d52b0be02 18:01:16 Removing intermediate container 353d52b0be02 18:01:16 ---> 69bbaf95f68a 18:01:16 Step 30/31 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:01:16 ---> Running in d02bb07df480 18:01:17 Removing intermediate container d02bb07df480 18:01:17 ---> a26621df3cc3 18:01:17 Step 31/31 : LABEL version=2.2.1-dev.19 18:01:18 ---> Running in b9ff3d87ee02 18:01:19 Removing intermediate container b9ff3d87ee02 18:01:19 ---> bb7f8272a6e6 18:01:19 18:01:19 Successfully built bb7f8272a6e6 18:01:19 Successfully tagged security-bootstrapper-arm64:latest 18:01:19 Building core-metadata 18:01:29  Building security-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:01:29 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:01:29 ---> 3ab0367aeb8b 18:01:29 Step 3/25 : WORKDIR /edgex-go 18:01:29 ---> Using cache 18:01:29 ---> 64b3bd43536d 18:01:29 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:29 ---> Using cache 18:01:29 ---> 9e3f194318a8 18:01:29 Step 5/25 : RUN apk add --update --no-cache make git 18:01:29 ---> Using cache 18:01:29 ---> 0cdc876109d9 18:01:29 Step 6/25 : COPY go.mod vendor* ./ 18:01:29 ---> Using cache 18:01:29 ---> 969d4bcb3f89 18:01:29 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:01:29 ---> Using cache 18:01:29 ---> bea3f453f602 18:01:29 Step 8/25 : COPY . . 18:01:29 ---> Using cache 18:01:29 ---> 8ba7ab93c169 18:01:29 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:01:29 ---> Running in 895663514b7d 18:01:31 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:01:41 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:01:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:01:41 ---> 3ab0367aeb8b 18:01:41 Step 3/23 : WORKDIR /edgex-go 18:01:41 ---> Using cache 18:01:41 ---> 64b3bd43536d 18:01:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:41 ---> Using cache 18:01:41 ---> 9e3f194318a8 18:01:41 Step 5/23 : RUN apk add --update --no-cache make git 18:01:41 ---> Using cache 18:01:41 ---> 0cdc876109d9 18:01:41 Step 6/23 : COPY go.mod vendor* ./ 18:01:41 ---> Using cache 18:01:41 ---> 969d4bcb3f89 18:01:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:01:41 ---> Using cache 18:01:41 ---> bea3f453f602 18:01:41 Step 8/23 : COPY . . 18:01:41 ---> Using cache 18:01:41 ---> 8ba7ab93c169 18:01:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:01:41 ---> Running in 73bac61ac296 18:01:41 Removing intermediate container 22be255f52fc 18:01:41 ---> bb028e28a9ee 18:01:41 18:01:41 Step 10/23 : FROM alpine:3.14 18:01:41 ---> ac73e934f311 18:01:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:01:41 ---> Running in c51776cdc0a7 18:01:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:01:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:01:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:01:45 (1/1) Installing dumb-init (1.2.5-r1) 18:01:45 Executing busybox-1.33.1-r7.trigger 18:01:45 OK: 5 MiB in 15 packages 18:01:47 Removing intermediate container c51776cdc0a7 18:01:47 ---> 49884795e1d1 18:01:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:01:47 ---> Running in 63e6c3096ef1 18:01:48 Removing intermediate container 63e6c3096ef1 18:01:48 ---> 6d48282cda28 18:01:48 Step 13/23 : ENV APP_PORT=59882 18:01:48 ---> Running in 2226b6378299 18:01:48 Removing intermediate container 2226b6378299 18:01:48 ---> 9d85338085b9 18:01:48 Step 14/23 : EXPOSE $APP_PORT 18:01:48 ---> Running in 7a550de2af9a 18:01:49 Removing intermediate container 7a550de2af9a 18:01:49 ---> bd3f86543149 18:01:49 Step 15/23 : WORKDIR / 18:01:49 ---> Running in 46318ddfe6f8 18:01:49 Removing intermediate container 46318ddfe6f8 18:01:49 ---> 622045c02bcf 18:01:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:01:50 ---> bd49d9573891 18:01:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:01:53 ---> bffe31e63232 18:01:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:01:53 ---> 279b8049a250 18:01:53 Step 19/23 : ENTRYPOINT ["/core-command"] 18:01:53 ---> Running in 3d4ca045f878 18:01:54 Removing intermediate container 3d4ca045f878 18:01:54 ---> 45844971e891 18:01:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:54 ---> Running in 591a23b9fb4b 18:01:54 Removing intermediate container 591a23b9fb4b 18:01:54 ---> ae2c32f72a76 18:01:54 Step 21/23 : LABEL arch=arm64 18:01:55 ---> Running in 4676b30599d5 18:01:55 Removing intermediate container 4676b30599d5 18:01:55 ---> 2ed92adc0c0d 18:01:55 Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:01:55 ---> Running in 2c24c03ec6f4 18:01:56 Removing intermediate container 2c24c03ec6f4 18:01:56 ---> 5cd79f831655 18:01:56 Step 23/23 : LABEL version=2.2.1-dev.19 18:01:56 ---> Running in c8167130220b 18:01:56 Removing intermediate container c8167130220b 18:01:56 ---> 8da731fe79b1 18:01:56 18:01:57 Successfully built 8da731fe79b1 18:01:57 Successfully tagged core-command-arm64:latest 18:01:57  Building core-command ... done Building core-data 18:02:15 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:02:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:02:15 ---> 3ab0367aeb8b 18:02:15 Step 3/23 : WORKDIR /edgex-go 18:02:15 ---> Using cache 18:02:15 ---> 64b3bd43536d 18:02:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:02:15 ---> Using cache 18:02:15 ---> 9e3f194318a8 18:02:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:02:15 ---> Running in a8da882d3d2c 18:02:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:02:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:02:19 OK: 220 MiB in 52 packages 18:02:20 Removing intermediate container a8da882d3d2c 18:02:20 ---> de06a3e2cf16 18:02:20 Step 6/23 : COPY go.mod vendor* ./ 18:02:21 ---> 347c13629842 18:02:21 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:02:21 ---> Running in ac9126b67880 18:02:28 Removing intermediate container ac9126b67880 18:02:28 ---> d970cd97ef53 18:02:28 Step 8/23 : COPY . . 18:02:40 ---> 4c7effe95ae7 18:02:40 Step 9/23 : RUN make cmd/core-data/core-data 18:02:40 ---> Running in 0b418c8f4a95 18:02:42 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 18:03:29 Removing intermediate container 23ab116215f7 18:03:29 ---> cb8e8d8c65d5 18:03:29 18:03:29 Step 10/22 : FROM alpine:3.14 18:03:29 ---> ac73e934f311 18:03:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:03:29 ---> Running in 9969f59030be 18:03:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:03:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:03:29 (1/2) Installing ca-certificates (20211220-r0) 18:03:29 (2/2) Installing dumb-init (1.2.5-r1) 18:03:29 Executing busybox-1.33.1-r7.trigger 18:03:29 Executing ca-certificates-20211220-r0.trigger 18:03:29 OK: 6 MiB in 16 packages 18:03:29 Removing intermediate container 9969f59030be 18:03:29 ---> 53ac8a0831b2 18:03:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:03:29 ---> Running in 92bf5e99f6aa 18:03:29 Removing intermediate container 92bf5e99f6aa 18:03:29 ---> a38d55f2f708 18:03:29 Step 13/22 : ENV APP_PORT=59860 18:03:29 ---> Running in 8a6290fc0f49 18:03:29 Removing intermediate container 8a6290fc0f49 18:03:29 ---> 15e35db9c2eb 18:03:29 Step 14/22 : EXPOSE $APP_PORT 18:03:29 ---> Running in b37c53c83b32 18:03:30 Removing intermediate container b37c53c83b32 18:03:30 ---> 9e638c449374 18:03:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:31 ---> 4a9a2271e9ec 18:03:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:03:34 ---> 7fd3836a65fc 18:03:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:03:34 ---> 57d4516aacec 18:03:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:03:35 ---> Running in c5f208553b2a 18:03:35 Removing intermediate container c5f208553b2a 18:03:35 ---> 41185ea83557 18:03:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:35 ---> Running in f8316a5376f0 18:03:36 Removing intermediate container f8316a5376f0 18:03:36 ---> 4e536920cd39 18:03:36 Step 20/22 : LABEL arch=arm64 18:03:36 ---> Running in 52b259946b84 18:03:37 Removing intermediate container 52b259946b84 18:03:37 ---> 9834e8103d31 18:03:37 Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:03:37 ---> Running in 9f4b02cad5ed 18:03:38 Removing intermediate container 9f4b02cad5ed 18:03:38 ---> 8c08fc6e4ed2 18:03:38 Step 22/22 : LABEL version=2.2.1-dev.19 18:03:38 ---> Running in c342e0ea108d 18:03:38 Removing intermediate container c342e0ea108d 18:03:38 ---> 9a1cadc15fd0 18:03:38 18:03:38 Successfully built 9a1cadc15fd0 18:03:38 Successfully tagged support-notifications-arm64:latest 18:03:38 Building sys-mgmt-agent 18:03:57  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:03:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:03:57 ---> 3ab0367aeb8b 18:03:57 Step 3/23 : WORKDIR /edgex-go 18:03:57 ---> Using cache 18:03:57 ---> 64b3bd43536d 18:03:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:57 ---> Using cache 18:03:57 ---> 9e3f194318a8 18:03:57 Step 5/23 : RUN apk add --update --no-cache make bash git 18:03:57 ---> Running in 2a718230aef5 18:03:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:03:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:03:59 OK: 220 MiB in 52 packages 18:04:01 Removing intermediate container 2a718230aef5 18:04:01 ---> 99606b0fcb78 18:04:01 Step 6/23 : COPY go.mod vendor* ./ 18:04:02 ---> 2b030d53ccd7 18:04:02 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:04:02 ---> Running in 84b86d2542bf 18:04:08 Removing intermediate container 84b86d2542bf 18:04:08 ---> d52b90d28cd8 18:04:08 Step 8/23 : COPY . . 18:04:21 ---> f07b210989b8 18:04:21 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:04:21 ---> Running in 719438bc1a41 18:04:21 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:05:29 Removing intermediate container 0e2b4b845ebe 18:05:29 ---> d0d65edc5c33 18:05:29 18:05:29 Step 9/20 : FROM alpine:3.15 18:05:29 ---> 3fb3c9af89a9 18:05:29 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:05:29 ---> Using cache 18:05:29 ---> 539b47b06d0d 18:05:29 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:29 ---> Using cache 18:05:29 ---> c32170ffa703 18:05:29 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:05:29 ---> Running in c69fc42bc73a 18:05:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:05:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:05:29 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 18:05:29 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 18:05:29 OK: 15736 distinct packages available 18:05:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:05:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:05:29 (1/9) Installing ca-certificates (20211220-r0) 18:05:29 (2/9) Installing brotli-libs (1.0.9-r5) 18:05:29 (3/9) Installing nghttp2-libs (1.46.0-r0) 18:05:29 (4/9) Installing libcurl (7.80.0-r2) 18:05:29 (5/9) Installing curl (7.80.0-r2) 18:05:29 (6/9) Installing dumb-init (1.2.5-r1) 18:05:29 (7/9) Installing musl-obstack (1.2.3-r0) 18:05:29 (8/9) Installing libucontext (1.1-r0) 18:05:29 (9/9) Installing gcompat (1.0.0-r4) 18:05:29 Executing busybox-1.34.1-r5.trigger 18:05:29 Executing ca-certificates-20211220-r0.trigger 18:05:29 OK: 8 MiB in 23 packages 18:05:32 Removing intermediate container c69fc42bc73a 18:05:32 ---> fb1a6f92e85a 18:05:32 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 18:05:32 ---> f24f937915cc 18:05:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:05:35 ---> 614929762b7b 18:05:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 18:05:36 ---> 3ab17e092722 18:05:36 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:05:36 ---> Running in 7986afcf8a34 18:05:36 Removing intermediate container 7986afcf8a34 18:05:36 ---> 83b75c9914e4 18:05:36 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:36 ---> Running in 7483702f99f7 18:05:37 Removing intermediate container 7483702f99f7 18:05:37 ---> 9862aeed4f47 18:05:37 Step 18/20 : LABEL arch=arm64 18:05:37 ---> Running in bce4a36ae0bd 18:05:38 Removing intermediate container bce4a36ae0bd 18:05:38 ---> 22089e06bbc1 18:05:38 Step 19/20 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:05:38 ---> Running in aee668a64039 18:05:38 Removing intermediate container aee668a64039 18:05:38 ---> 32f3f4fdf063 18:05:38 Step 20/20 : LABEL version=2.2.1-dev.19 18:05:39 ---> Running in 03e27aa51be7 18:05:39 Removing intermediate container 03e27aa51be7 18:05:39 ---> 88065f6d0cbc 18:05:39 18:05:40 Successfully built 88065f6d0cbc 18:05:40 Successfully tagged security-spiffe-token-provider-arm64:latest 18:05:40 Building support-scheduler 18:05:59  Building security-spiffe-token-provider ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 18:05:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:05:59 ---> 3ab0367aeb8b 18:05:59 Step 3/22 : WORKDIR /edgex-go 18:05:59 ---> Using cache 18:05:59 ---> 64b3bd43536d 18:05:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:59 ---> Using cache 18:05:59 ---> 9e3f194318a8 18:05:59 Step 5/22 : RUN apk add --update --no-cache make git 18:05:59 ---> Using cache 18:05:59 ---> 0cdc876109d9 18:05:59 Step 6/22 : COPY go.mod vendor* ./ 18:05:59 ---> Using cache 18:05:59 ---> 969d4bcb3f89 18:05:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:05:59 ---> Using cache 18:05:59 ---> bea3f453f602 18:05:59 Step 8/22 : COPY . . 18:05:59 ---> Using cache 18:05:59 ---> 8ba7ab93c169 18:05:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:05:59 ---> Running in 21a4c9c107b8 18:05:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:06:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:07:04 Removing intermediate container 895663514b7d 18:07:04 ---> 9b411240be2f 18:07:04 18:07:04 Step 10/25 : FROM alpine:3.14 18:07:04 ---> ac73e934f311 18:07:04 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:07:04 ---> Running in 23b1c4fff03a 18:07:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:07:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:07:06 (1/3) Installing ca-certificates (20211220-r0) 18:07:06 (2/3) Installing dumb-init (1.2.5-r1) 18:07:06 (3/3) Installing su-exec (0.2-r1) 18:07:06 Executing busybox-1.33.1-r7.trigger 18:07:06 Executing ca-certificates-20211220-r0.trigger 18:07:07 OK: 6 MiB in 17 packages 18:07:09 Removing intermediate container 23b1c4fff03a 18:07:09 ---> 30f584a577ad 18:07:09 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:07:09 ---> Running in 7fc9288e5755 18:07:09 Removing intermediate container 7fc9288e5755 18:07:09 ---> b4bb8548352f 18:07:09 Step 13/25 : WORKDIR / 18:07:09 ---> Running in 873d06374e4b 18:07:09 Removing intermediate container 873d06374e4b 18:07:09 ---> eb940ea3536c 18:07:09 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:07:10 ---> 50f7c61f4aec 18:07:10 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:07:11 ---> e45eb554ff81 18:07:11 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:07:12 ---> 5db23b691f11 18:07:12 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:07:13 ---> 479ea8609b0e 18:07:13 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:07:15 ---> 7817a8884fbb 18:07:15 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:07:17 ---> c2ba1a69b0ec 18:07:17 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:07:19 ---> 1ce5d728b64b 18:07:19 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:07:19 ---> Running in d6895e0ce9e0 18:07:23 Removing intermediate container d6895e0ce9e0 18:07:23 ---> 887fcec6bf62 18:07:23 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 18:07:23 ---> Running in ceafc43b3add 18:07:24 Removing intermediate container ceafc43b3add 18:07:24 ---> 031cdfd5a96c 18:07:24 Step 23/25 : LABEL arch=arm64 18:07:24 ---> Running in 9a9900d03b06 18:07:25 Removing intermediate container 9a9900d03b06 18:07:25 ---> 03b55dc61d83 18:07:25 Step 24/25 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:07:25 ---> Running in 17e3475920d9 18:07:26 Removing intermediate container 73bac61ac296 18:07:26 ---> 18f5a2020d31 18:07:26 18:07:26 Step 10/23 : FROM alpine:3.14 18:07:26 ---> ac73e934f311 18:07:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:07:26 ---> Using cache 18:07:26 ---> 49884795e1d1 18:07:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:07:26 ---> Using cache 18:07:26 ---> 6d48282cda28 18:07:26 Step 13/23 : ENV APP_PORT=59881 18:07:26 ---> Running in 6f963e6abc1e 18:07:26 Removing intermediate container 17e3475920d9 18:07:26 ---> 251957a82367 18:07:26 Step 25/25 : LABEL version=2.2.1-dev.19 18:07:26 ---> Running in 0a063b268670 18:07:26 Removing intermediate container 6f963e6abc1e 18:07:26 ---> cb7d8ff96f48 18:07:26 Step 14/23 : EXPOSE $APP_PORT 18:07:27 ---> Running in 0fc26770ec19 18:07:27 Removing intermediate container 0a063b268670 18:07:27 ---> 80e6d5db7ac7 18:07:27 18:07:27 Removing intermediate container 0fc26770ec19 18:07:27 ---> eb018d614920 18:07:27 Step 15/23 : WORKDIR / 18:07:27 ---> Running in 49211d243054 18:07:28 Successfully built 80e6d5db7ac7 18:07:28 Successfully tagged security-secretstore-setup-arm64:latest 18:07:28  Building security-secretstore-setup ... done Removing intermediate container 49211d243054 18:07:28 ---> 121c228da750 18:07:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:29 ---> ffe69343292d 18:07:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:07:31 ---> 45be4507d22a 18:07:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:07:31 ---> 2adc44602497 18:07:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:07:31 ---> Running in ba4747e09538 18:07:32 Removing intermediate container ba4747e09538 18:07:32 ---> a0162f77a84c 18:07:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:32 ---> Running in f5b06f2d3d90 18:07:33 Removing intermediate container f5b06f2d3d90 18:07:33 ---> e15fd586f551 18:07:33 Step 21/23 : LABEL arch=arm64 18:07:33 ---> Running in b4049e047c1a 18:07:34 Removing intermediate container b4049e047c1a 18:07:34 ---> 6892711c1f5d 18:07:34 Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:07:34 ---> Running in 489dc16b5d48 18:07:34 Removing intermediate container 489dc16b5d48 18:07:34 ---> 7cf61ca09699 18:07:34 Step 23/23 : LABEL version=2.2.1-dev.19 18:07:34 ---> Running in a6adf8363b35 18:07:35 Removing intermediate container a6adf8363b35 18:07:35 ---> 3d4d8ebed280 18:07:35 18:07:35 Successfully built 3d4d8ebed280 18:07:35 Successfully tagged core-metadata-arm64:latest 18:08:43  Building core-metadata ... done Removing intermediate container 719438bc1a41 18:08:43 ---> dc134b5692ad 18:08:43 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:08:43 Removing intermediate container 0b418c8f4a95 18:08:43 ---> d8b1bc5942ac 18:08:43 18:08:43 Step 10/23 : FROM alpine:3.14 18:08:43 ---> ac73e934f311 18:08:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:08:43 ---> Running in 6e020fdb48d0 18:08:43 ---> Running in 1049e6e0f5b5 18:08:43 Removing intermediate container 1049e6e0f5b5 18:08:43 ---> 21c5a0694bea 18:08:43 Step 12/23 : ENV APP_PORT=59880 18:08:43 ---> Running in 471cf93d6ff2 18:08:43 Removing intermediate container 471cf93d6ff2 18:08:43 ---> 861ca7763c86 18:08:43 Step 13/23 : EXPOSE $APP_PORT 18:08:43 ---> Running in 86a0b77b75a2 18:08:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:08:43 Removing intermediate container 86a0b77b75a2 18:08:43 ---> c6ad29d9c576 18:08:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:43 ---> Running in 061ceed0c04c 18:08:43 Removing intermediate container 061ceed0c04c 18:08:43 ---> b3bd874919fe 18:08:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:08:43 ---> Running in 4d4dcff9188e 18:08:44 Removing intermediate container 6e020fdb48d0 18:08:44 ---> 787e7864c040 18:08:44 18:08:44 Step 11/23 : FROM docker:20.10.14 18:08:44 20.10.14: Pulling from library/docker 18:08:45 fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:08:46 fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:08:47 (1/6) Installing dumb-init (1.2.5-r1) 18:08:47 (2/6) Installing libgcc (10.3.1_git20210424-r2) 18:08:48 (3/6) Installing libsodium (1.0.18-r0) 18:08:48 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 18:08:48 (5/6) Installing libzmq (4.3.4-r0) 18:08:48 (6/6) Installing zeromq (4.3.4-r0) 18:08:48 Executing busybox-1.33.1-r7.trigger 18:08:48 OK: 8 MiB in 20 packages 18:08:50 Removing intermediate container 4d4dcff9188e 18:08:50 ---> b6021ed011ee 18:08:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:08:52 ---> 677cb6341ed9 18:08:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:08:55 ---> a4709b134860 18:08:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:08:56 ---> 91701e556250 18:08:56 Step 19/23 : ENTRYPOINT ["/core-data"] 18:08:56 ---> Running in 99a912f78700 18:08:57 Removing intermediate container 99a912f78700 18:08:57 ---> 50620f3ed2b9 18:08:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:08:57 ---> Running in 05d0cea3bc3f 18:08:58 Removing intermediate container 05d0cea3bc3f 18:08:58 ---> 05b5d6357248 18:08:58 Step 21/23 : LABEL arch=arm64 18:08:58 ---> Running in 2563af8e9538 18:08:58 Removing intermediate container 2563af8e9538 18:08:58 ---> d6f60cbf2ba9 18:08:58 Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:08:59 ---> Running in b7dd23c8c5cf 18:08:59 Removing intermediate container b7dd23c8c5cf 18:08:59 ---> f8ffbe2eb24c 18:08:59 Step 23/23 : LABEL version=2.2.1-dev.19 18:09:00 ---> Running in fa6407bba149 18:09:00 Removing intermediate container fa6407bba149 18:09:00 ---> 1ba651ba1868 18:09:00 18:09:00 Successfully built 1ba651ba1868 18:09:00 Successfully tagged core-data-arm64:latest 18:09:04  Building core-data ... done Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 18:09:04 Status: Downloaded newer image for docker:20.10.14 18:09:04 ---> c346e9eafbab 18:09:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:09:04 ---> Running in e9aff64fc0d1 18:09:04 Removing intermediate container e9aff64fc0d1 18:09:04 ---> 3341448f6c75 18:09:04 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 18:09:04 ---> Running in 99e534588472 18:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:09:07 (1/43) Installing readline (8.1.1-r0) 18:09:07 (2/43) Installing bash (5.1.16-r0) 18:09:07 Executing bash-5.1.16-r0.post-install 18:09:07 (3/43) Installing brotli-libs (1.0.9-r5) 18:09:07 (4/43) Installing nghttp2-libs (1.46.0-r0) 18:09:07 (5/43) Installing libcurl (7.80.0-r2) 18:09:07 (6/43) Installing curl (7.80.0-r2) 18:09:07 (7/43) Installing dumb-init (1.2.5-r1) 18:09:07 (8/43) Installing libbz2 (1.0.8-r1) 18:09:07 (9/43) Installing expat (2.4.7-r0) 18:09:07 (10/43) Installing libffi (3.4.2-r1) 18:09:07 (11/43) Installing gdbm (1.22-r0) 18:09:07 (12/43) Installing xz-libs (5.2.5-r1) 18:09:07 (13/43) Installing libgcc (10.3.1_git20211027-r0) 18:09:07 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 18:09:07 (15/43) Installing mpdecimal (2.5.1-r1) 18:09:08 (16/43) Installing sqlite-libs (3.36.0-r0) 18:09:08 (17/43) Installing python3 (3.9.7-r4) 18:09:10 (18/43) Installing py3-appdirs (1.4.4-r2) 18:09:10 (19/43) Installing py3-certifi (2020.12.5-r1) 18:09:10 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 18:09:10 (21/43) Installing py3-idna (3.3-r0) 18:09:10 (22/43) Installing py3-urllib3 (1.26.7-r0) 18:09:10 (23/43) Installing py3-requests (2.26.0-r1) 18:09:10 (24/43) Installing py3-msgpack (1.0.2-r1) 18:09:10 (25/43) Installing py3-lockfile (0.12.2-r4) 18:09:10 (26/43) Installing py3-cachecontrol (0.12.10-r0) 18:09:10 (27/43) Installing py3-colorama (0.4.4-r1) 18:09:10 (28/43) Installing py3-contextlib2 (21.6.0-r1) 18:09:10 (29/43) Installing py3-distlib (0.3.3-r0) 18:09:10 (30/43) Installing py3-distro (1.6.0-r0) 18:09:10 (31/43) Installing py3-six (1.16.0-r0) 18:09:10 (32/43) Installing py3-webencodings (0.5.1-r4) 18:09:10 (33/43) Installing py3-html5lib (1.1-r1) 18:09:10 (34/43) Installing py3-parsing (2.4.7-r2) 18:09:10 (35/43) Installing py3-packaging (20.9-r1) 18:09:10 (36/43) Installing py3-tomli (1.2.2-r0) 18:09:10 (37/43) Installing py3-pep517 (0.12.0-r0) 18:09:10 (38/43) Installing py3-progress (1.6-r0) 18:09:10 (39/43) Installing py3-retrying (1.3.3-r2) 18:09:10 (40/43) Installing py3-ordered-set (4.0.2-r2) 18:09:10 (41/43) Installing py3-setuptools (52.0.0-r4) 18:09:10 (42/43) Installing py3-toml (0.10.2-r2) 18:09:10 (43/43) Installing py3-pip (20.3.4-r1) 18:09:11 Executing busybox-1.34.1-r5.trigger 18:09:11 OK: 82 MiB in 65 packages 18:09:17 Collecting docker-compose==1.23.2 18:09:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:09:18 Collecting PyYAML<4,>=3.10 18:09:18 Downloading PyYAML-3.13.tar.gz (270 kB) 18:09:22 Collecting texttable<0.10,>=0.9.0 18:09:22 Downloading texttable-0.9.1.tar.gz (11 kB) 18:09:24 Collecting websocket-client<1.0,>=0.32.0 18:09:24 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:09:25 Collecting docker<4.0,>=3.6.0 18:09:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:09:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:09:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:09:27 Collecting cached-property<2,>=1.2.0 18:09:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:09:27 Collecting jsonschema<3,>=2.5.1 18:09:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:09:28 Collecting docopt<0.7,>=0.6.1 18:09:28 Downloading docopt-0.6.2.tar.gz (25 kB) 18:09:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 18:09:30 Collecting dockerpty<0.5,>=0.4.1 18:09:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:09:33 Collecting docker-pycreds>=0.4.0 18:09:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:09:35 Collecting urllib3<1.25,>=1.21.1 18:09:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:09:35 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 18:09:35 Collecting idna<2.8,>=2.5 18:09:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:09:35 Collecting chardet<3.1.0,>=3.0.2 18:09:35 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 18:09:35 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 18:09:35 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 18:09:35 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 18:09:35 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 18:09:37 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 18:09:37 Attempting uninstall: urllib3 18:09:37 Found existing installation: urllib3 1.26.7 18:09:37 Uninstalling urllib3-1.26.7: 18:09:37 Successfully uninstalled urllib3-1.26.7 18:09:38 Attempting uninstall: idna 18:09:38 Found existing installation: idna 3.3 18:09:38 Uninstalling idna-3.3: 18:09:38 Successfully uninstalled idna-3.3 18:09:41 Attempting uninstall: requests 18:09:41 Found existing installation: requests 2.26.0 18:09:41 Uninstalling requests-2.26.0: 18:09:41 Successfully uninstalled requests-2.26.0 18:09:42 Running setup.py install for texttable: started 18:09:44 Running setup.py install for texttable: finished with status 'done' 18:09:44 Running setup.py install for PyYAML: started 18:09:48 Running setup.py install for PyYAML: finished with status 'done' 18:09:48 Running setup.py install for docopt: started 18:09:50 Running setup.py install for docopt: finished with status 'done' 18:09:50 Running setup.py install for dockerpty: started 18:09:53 Running setup.py install for dockerpty: finished with status 'done' 18:09:54 Removing intermediate container 21a4c9c107b8 18:09:54 ---> f4992b2343ad 18:09:54 18:09:54 Step 10/22 : FROM alpine:3.14 18:09:54 ---> ac73e934f311 18:09:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:09:54 ---> Using cache 18:09:54 ---> 49884795e1d1 18:09:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:09:54 ---> Using cache 18:09:54 ---> 6d48282cda28 18:09:54 Step 13/22 : ENV APP_PORT=59861 18:09:54 ---> Running in 97b1f22a7df6 18:09:54 Removing intermediate container 97b1f22a7df6 18:09:54 ---> 76da7a00f18e 18:09:54 Step 14/22 : EXPOSE $APP_PORT 18:09:54 ---> Running in dee2ab1c9001 18:09:55 Removing intermediate container dee2ab1c9001 18:09:55 ---> 7f350545ad04 18:09:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:09:55 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 18:09:55 ---> 7f6d8e729464 18:09:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:09:57 ---> 8cde52d2f860 18:09:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:09:57 ---> 06c322131103 18:09:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:09:57 ---> Running in 7a80636fd1f5 18:09:57 Removing intermediate container 7a80636fd1f5 18:09:57 ---> a38619391ae1 18:09:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:09:58 ---> Running in d8bb0d03f5ce 18:09:58 Removing intermediate container d8bb0d03f5ce 18:09:58 ---> 60685e29ae7d 18:09:58 Step 20/22 : LABEL arch=arm64 18:09:58 ---> Running in 6a25d6177f56 18:09:59 Removing intermediate container 6a25d6177f56 18:09:59 ---> 38431d067d78 18:09:59 Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:09:59 ---> Running in 69c5c8768adc 18:09:59 Removing intermediate container 69c5c8768adc 18:09:59 ---> 0bf4187c8834 18:09:59 Step 22/22 : LABEL version=2.2.1-dev.19 18:10:00 ---> Running in ffc0b03872fd 18:10:00 Removing intermediate container ffc0b03872fd 18:10:00 ---> 1f8fcb435df9 18:10:00 18:10:00 Successfully built 1f8fcb435df9 18:10:00 Successfully tagged support-scheduler-arm64:latest 18:10:05  Building support-scheduler ... done Removing intermediate container 99e534588472 18:10:05 ---> a51c493d6cc2 18:10:05 Step 14/23 : ENV APP_PORT=58890 18:10:05 ---> Running in 9fe31c213c7d 18:10:05 Removing intermediate container 9fe31c213c7d 18:10:05 ---> 0e1d8495667c 18:10:05 Step 15/23 : EXPOSE $APP_PORT 18:10:05 ---> Running in d6cd2d1c0126 18:10:05 Removing intermediate container d6cd2d1c0126 18:10:05 ---> 55cdbf5e4a63 18:10:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:10:06 ---> f4fcf859e06e 18:10:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:10:07 ---> 64977df6d1d7 18:10:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:10:08 ---> 4b87df4901e8 18:10:08 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:10:08 ---> Running in 1131697c8f1b 18:10:08 Removing intermediate container 1131697c8f1b 18:10:08 ---> d43b9dad6864 18:10:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:08 ---> Running in bcd101da154d 18:10:08 Removing intermediate container bcd101da154d 18:10:08 ---> c2bec9fb910e 18:10:08 Step 21/23 : LABEL arch=arm64 18:10:08 ---> Running in 2d096ca9bbbd 18:10:09 Removing intermediate container 2d096ca9bbbd 18:10:09 ---> 142529283f21 18:10:09 Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:09 ---> Running in 84d4f4163fef 18:10:09 Removing intermediate container 84d4f4163fef 18:10:09 ---> 0a66af02ed1c 18:10:09 Step 23/23 : LABEL version=2.2.1-dev.19 18:10:09 ---> Running in e20dafde2b5f 18:10:09 Removing intermediate container e20dafde2b5f 18:10:09 ---> 43d01335be51 18:10:09 18:10:09 Successfully built 43d01335be51 18:10:09 Successfully tagged sys-mgmt-agent-arm64:latest 18:10:10  Building sys-mgmt-agent ... done  [Pipeline] } 18:10:10 $ docker stop --time=1 f3f2e078a3600c9268107a60da032ebb55a262b17b1b27e2a82ef0b23b61ecc7 18:10:12 $ docker rm -f f3f2e078a3600c9268107a60da032ebb55a262b17b1b27e2a82ef0b23b61ecc7 [Pipeline] // withDockerContainer [Pipeline] sh 18:10:12 + docker images 18:10:13 REPOSITORY TAG IMAGE ID CREATED SIZE 18:10:13 sys-mgmt-agent-arm64 latest 43d01335be51 4 seconds ago 282MB 18:10:13 support-scheduler-arm64 latest 1f8fcb435df9 13 seconds ago 25.4MB 18:10:13 f4992b2343ad 21 seconds ago 1.33GB 18:10:13 core-data-arm64 latest 1ba651ba1868 About a minute ago 21.7MB 18:10:13 787e7864c040 About a minute ago 1.27GB 18:10:13 d8b1bc5942ac About a minute ago 1.3GB 18:10:13 core-metadata-arm64 latest 3d4d8ebed280 2 minutes ago 16.3MB 18:10:13 security-secretstore-setup-arm64 latest 80e6d5db7ac7 2 minutes ago 27.5MB 18:10:13 18f5a2020d31 2 minutes ago 1.28GB 18:10:13 9b411240be2f 3 minutes ago 1.28GB 18:10:13 security-spiffe-token-provider-arm64 latest 88065f6d0cbc 4 minutes ago 28.1MB 18:10:13 d0d65edc5c33 4 minutes ago 1.32GB 18:10:13 support-notifications-arm64 latest 9a1cadc15fd0 6 minutes ago 25.9MB 18:10:13 cb8e8d8c65d5 6 minutes ago 1.33GB 18:10:13 core-command-arm64 latest 8da731fe79b1 8 minutes ago 15.5MB 18:10:13 bb028e28a9ee 8 minutes ago 1.27GB 18:10:13 security-bootstrapper-arm64 latest bb7f8272a6e6 8 minutes ago 18.3MB 18:10:13 security-proxy-setup-arm64 latest ade9852c6dcf 9 minutes ago 26.1MB 18:10:13 cd758424b3b9 9 minutes ago 1.28GB 18:10:13 97dff6009b13 9 minutes ago 1.28GB 18:10:13 security-spire-server-arm64 latest 433236c16e1f 13 minutes ago 86.3MB 18:10:13 b36c65299892 13 minutes ago 1.18GB 18:10:13 security-spire-agent-arm64 latest 5cce4133718b 14 minutes ago 126MB 18:10:13 security-spire-config-arm64 latest 37c8cdec4f99 14 minutes ago 85.6MB 18:10:13 b5d79e662aee 15 minutes ago 1.18GB 18:10:13 e40696e07eb0 15 minutes ago 1.18GB 18:10:13 ci-base-image-arm64 latest 3ab0367aeb8b 17 minutes ago 1.01GB 18:10:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 819e984ddca1 4 weeks ago 669MB 18:10:13 docker 20.10.14 c346e9eafbab 2 months ago 202MB 18:10:13 alpine 3.14 ac73e934f311 2 months ago 5.34MB 18:10:13 alpine 3.15 3fb3c9af89a9 2 months ago 5.32MB 18:10:13 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:10:13 provisioning config files... 18:10:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config7723262773101284669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:10:13 ---> docker-login.sh 18:10:13 nexus3.edgexfoundry.org:10001 18:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:13 Configure a credential helper to remove this warning. See 18:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:13 18:10:13 Login Succeeded 18:10:13 nexus3.edgexfoundry.org:10002 18:10:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:14 Configure a credential helper to remove this warning. See 18:10:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:14 18:10:14 Login Succeeded 18:10:14 nexus3.edgexfoundry.org:10003 18:10:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:15 Configure a credential helper to remove this warning. See 18:10:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:15 18:10:15 Login Succeeded 18:10:15 nexus3.edgexfoundry.org:10004 18:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:15 Configure a credential helper to remove this warning. See 18:10:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:15 18:10:15 Login Succeeded 18:10:15 docker.io 18:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:16 Configure a credential helper to remove this warning. See 18:10:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:16 18:10:16 Login Succeeded 18:10:16 ---> docker-login.sh ends [Pipeline] } 18:10:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:10:16 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 18:10:16 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:16 latest 18:10:16 2.2.1-dev.19 18:10:16 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:16 main 18:10:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:16 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:16 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:10:16 2d1e8d2223b2: Preparing 18:10:16 87652d0c77cf: Preparing 18:10:16 1d413c80913d: Preparing 18:10:16 98e048851294: Preparing 18:10:16 f73e7dbfee58: Preparing 18:10:17 f73e7dbfee58: Layer already exists 18:10:17 2d1e8d2223b2: Pushed 18:10:17 1d413c80913d: Pushed 18:10:17 98e048851294: Pushed 18:10:19 87652d0c77cf: Pushed 18:10:19 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:a1a0f89c196f0f70c175a689e5d53bd3cdac0f1c8ce100d8a1befeeb8c107f00 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:20 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:20 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 18:10:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:10:20 2d1e8d2223b2: Preparing 18:10:20 87652d0c77cf: Preparing 18:10:20 1d413c80913d: Preparing 18:10:20 98e048851294: Preparing 18:10:20 f73e7dbfee58: Preparing 18:10:20 87652d0c77cf: Layer already exists 18:10:20 2d1e8d2223b2: Layer already exists 18:10:20 98e048851294: Layer already exists 18:10:20 f73e7dbfee58: Layer already exists 18:10:20 1d413c80913d: Layer already exists 18:10:20 latest: digest: sha256:a1a0f89c196f0f70c175a689e5d53bd3cdac0f1c8ce100d8a1befeeb8c107f00 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:21 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:21 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.19 18:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:10:21 2d1e8d2223b2: Preparing 18:10:21 87652d0c77cf: Preparing 18:10:21 1d413c80913d: Preparing 18:10:21 98e048851294: Preparing 18:10:21 f73e7dbfee58: Preparing 18:10:21 f73e7dbfee58: Layer already exists 18:10:21 98e048851294: Layer already exists 18:10:21 87652d0c77cf: Layer already exists 18:10:21 1d413c80913d: Layer already exists 18:10:21 2d1e8d2223b2: Layer already exists 18:10:21 2.2.1-dev.19: digest: sha256:a1a0f89c196f0f70c175a689e5d53bd3cdac0f1c8ce100d8a1befeeb8c107f00 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:22 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:10:22 2d1e8d2223b2: Preparing 18:10:22 87652d0c77cf: Preparing 18:10:22 1d413c80913d: Preparing 18:10:22 98e048851294: Preparing 18:10:22 f73e7dbfee58: Preparing 18:10:22 f73e7dbfee58: Layer already exists 18:10:22 2d1e8d2223b2: Layer already exists 18:10:22 98e048851294: Layer already exists 18:10:22 1d413c80913d: Layer already exists 18:10:22 87652d0c77cf: Layer already exists 18:10:22 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:a1a0f89c196f0f70c175a689e5d53bd3cdac0f1c8ce100d8a1befeeb8c107f00 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 18:10:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:10:23 2d1e8d2223b2: Preparing 18:10:23 87652d0c77cf: Preparing 18:10:23 1d413c80913d: Preparing 18:10:23 98e048851294: Preparing 18:10:23 f73e7dbfee58: Preparing 18:10:23 87652d0c77cf: Layer already exists 18:10:23 2d1e8d2223b2: Layer already exists 18:10:23 1d413c80913d: Layer already exists 18:10:23 f73e7dbfee58: Layer already exists 18:10:23 98e048851294: Layer already exists 18:10:23 main: digest: sha256:a1a0f89c196f0f70c175a689e5d53bd3cdac0f1c8ce100d8a1befeeb8c107f00 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:23 ===================================================== [Pipeline] echo 18:10:23 taggedImages: 18:10:23 - nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:23 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 18:10:23 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.19 18:10:23 - nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:23 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 18:10:23 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 18:10:23 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:23 latest 18:10:23 2.2.1-dev.19 18:10:23 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:23 main 18:10:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:24 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:24 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:10:24 71f2a9625040: Preparing 18:10:24 1eeeb6014992: Preparing 18:10:24 1d413c80913d: Preparing 18:10:24 2b9bc60711ec: Preparing 18:10:24 bbb32f9fcd2c: Preparing 18:10:24 f73e7dbfee58: Preparing 18:10:24 f73e7dbfee58: Waiting 18:10:24 1d413c80913d: Layer already exists 18:10:24 f73e7dbfee58: Layer already exists 18:10:24 bbb32f9fcd2c: Pushed 18:10:24 71f2a9625040: Pushed 18:10:25 2b9bc60711ec: Pushed 18:10:28 1eeeb6014992: Pushed 18:10:28 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:8c2e3ca4e4241b872b22390e119578060826c3fae2d068a201665872d0857611 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:28 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:28 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 18:10:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:10:28 71f2a9625040: Preparing 18:10:28 1eeeb6014992: Preparing 18:10:28 1d413c80913d: Preparing 18:10:28 2b9bc60711ec: Preparing 18:10:28 bbb32f9fcd2c: Preparing 18:10:28 f73e7dbfee58: Preparing 18:10:28 f73e7dbfee58: Waiting 18:10:28 71f2a9625040: Layer already exists 18:10:28 1d413c80913d: Layer already exists 18:10:28 2b9bc60711ec: Layer already exists 18:10:28 1eeeb6014992: Layer already exists 18:10:28 bbb32f9fcd2c: Layer already exists 18:10:28 f73e7dbfee58: Layer already exists 18:10:29 latest: digest: sha256:8c2e3ca4e4241b872b22390e119578060826c3fae2d068a201665872d0857611 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.19 18:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:10:29 71f2a9625040: Preparing 18:10:29 1eeeb6014992: Preparing 18:10:29 1d413c80913d: Preparing 18:10:29 2b9bc60711ec: Preparing 18:10:29 bbb32f9fcd2c: Preparing 18:10:29 f73e7dbfee58: Preparing 18:10:29 f73e7dbfee58: Waiting 18:10:29 bbb32f9fcd2c: Layer already exists 18:10:29 1eeeb6014992: Layer already exists 18:10:29 71f2a9625040: Layer already exists 18:10:29 2b9bc60711ec: Layer already exists 18:10:29 1d413c80913d: Layer already exists 18:10:29 f73e7dbfee58: Layer already exists 18:10:30 2.2.1-dev.19: digest: sha256:8c2e3ca4e4241b872b22390e119578060826c3fae2d068a201665872d0857611 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:30 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:10:30 71f2a9625040: Preparing 18:10:30 1eeeb6014992: Preparing 18:10:30 1d413c80913d: Preparing 18:10:30 2b9bc60711ec: Preparing 18:10:30 bbb32f9fcd2c: Preparing 18:10:30 f73e7dbfee58: Preparing 18:10:30 f73e7dbfee58: Waiting 18:10:30 bbb32f9fcd2c: Layer already exists 18:10:30 1eeeb6014992: Layer already exists 18:10:30 71f2a9625040: Layer already exists 18:10:30 1d413c80913d: Layer already exists 18:10:30 2b9bc60711ec: Layer already exists 18:10:30 f73e7dbfee58: Layer already exists 18:10:31 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:8c2e3ca4e4241b872b22390e119578060826c3fae2d068a201665872d0857611 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:31 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 18:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:10:31 71f2a9625040: Preparing 18:10:31 1eeeb6014992: Preparing 18:10:31 1d413c80913d: Preparing 18:10:31 2b9bc60711ec: Preparing 18:10:31 bbb32f9fcd2c: Preparing 18:10:31 f73e7dbfee58: Preparing 18:10:31 f73e7dbfee58: Waiting 18:10:31 1d413c80913d: Layer already exists 18:10:31 71f2a9625040: Layer already exists 18:10:31 bbb32f9fcd2c: Layer already exists 18:10:31 1eeeb6014992: Layer already exists 18:10:31 2b9bc60711ec: Layer already exists 18:10:31 f73e7dbfee58: Layer already exists 18:10:32 main: digest: sha256:8c2e3ca4e4241b872b22390e119578060826c3fae2d068a201665872d0857611 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:32 ===================================================== [Pipeline] echo 18:10:32 taggedImages: 18:10:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 18:10:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.19 18:10:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 18:10:32 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 18:10:32 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:32 latest 18:10:32 2.2.1-dev.19 18:10:32 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:32 main 18:10:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:32 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:10:32 767ea9d7bc91: Preparing 18:10:32 661dbbdf47e1: Preparing 18:10:32 1d413c80913d: Preparing 18:10:32 98e048851294: Preparing 18:10:32 f73e7dbfee58: Preparing 18:10:33 1d413c80913d: Layer already exists 18:10:33 98e048851294: Layer already exists 18:10:33 f73e7dbfee58: Layer already exists 18:10:33 767ea9d7bc91: Pushed 18:10:36 661dbbdf47e1: Pushed 18:10:36 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:054b3bdb1dbda28162b40f5458f6b906e5339055bcda7547529a884a053cb60e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 18:10:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:10:37 767ea9d7bc91: Preparing 18:10:37 661dbbdf47e1: Preparing 18:10:37 1d413c80913d: Preparing 18:10:37 98e048851294: Preparing 18:10:37 f73e7dbfee58: Preparing 18:10:37 661dbbdf47e1: Layer already exists 18:10:37 f73e7dbfee58: Layer already exists 18:10:37 767ea9d7bc91: Layer already exists 18:10:37 98e048851294: Layer already exists 18:10:37 1d413c80913d: Layer already exists 18:10:37 latest: digest: sha256:054b3bdb1dbda28162b40f5458f6b906e5339055bcda7547529a884a053cb60e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.19 18:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:10:38 767ea9d7bc91: Preparing 18:10:38 661dbbdf47e1: Preparing 18:10:38 1d413c80913d: Preparing 18:10:38 98e048851294: Preparing 18:10:38 f73e7dbfee58: Preparing 18:10:38 f73e7dbfee58: Layer already exists 18:10:38 767ea9d7bc91: Layer already exists 18:10:38 1d413c80913d: Layer already exists 18:10:38 661dbbdf47e1: Layer already exists 18:10:38 98e048851294: Layer already exists 18:10:38 2.2.1-dev.19: digest: sha256:054b3bdb1dbda28162b40f5458f6b906e5339055bcda7547529a884a053cb60e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:38 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:10:39 767ea9d7bc91: Preparing 18:10:39 661dbbdf47e1: Preparing 18:10:39 1d413c80913d: Preparing 18:10:39 98e048851294: Preparing 18:10:39 f73e7dbfee58: Preparing 18:10:39 661dbbdf47e1: Layer already exists 18:10:39 1d413c80913d: Layer already exists 18:10:39 98e048851294: Layer already exists 18:10:39 f73e7dbfee58: Layer already exists 18:10:39 767ea9d7bc91: Layer already exists 18:10:39 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:054b3bdb1dbda28162b40f5458f6b906e5339055bcda7547529a884a053cb60e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:39 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 18:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:10:40 767ea9d7bc91: Preparing 18:10:40 661dbbdf47e1: Preparing 18:10:40 1d413c80913d: Preparing 18:10:40 98e048851294: Preparing 18:10:40 f73e7dbfee58: Preparing 18:10:40 767ea9d7bc91: Layer already exists 18:10:40 1d413c80913d: Layer already exists 18:10:40 98e048851294: Layer already exists 18:10:40 f73e7dbfee58: Layer already exists 18:10:40 661dbbdf47e1: Layer already exists 18:10:40 main: digest: sha256:054b3bdb1dbda28162b40f5458f6b906e5339055bcda7547529a884a053cb60e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:40 ===================================================== [Pipeline] echo 18:10:40 taggedImages: 18:10:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 18:10:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.19 18:10:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 18:10:40 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 18:10:40 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:40 latest 18:10:40 2.2.1-dev.19 18:10:40 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:40 main 18:10:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:41 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:10:41 f53e60062100: Preparing 18:10:41 f53e60062100: Preparing 18:10:41 f9cc7de7641f: Preparing 18:10:41 1656ff317bd5: Preparing 18:10:41 99d4af81bdd6: Preparing 18:10:41 9fd1f3c1124b: Preparing 18:10:41 1d413c80913d: Preparing 18:10:41 b38028857c37: Preparing 18:10:41 096fc3a24862: Preparing 18:10:41 1c84168583a2: Preparing 18:10:41 f288395c391f: Preparing 18:10:41 f73e7dbfee58: Preparing 18:10:41 1d413c80913d: Waiting 18:10:41 1c84168583a2: Waiting 18:10:41 f288395c391f: Waiting 18:10:41 f73e7dbfee58: Waiting 18:10:41 b38028857c37: Waiting 18:10:41 096fc3a24862: Waiting 18:10:42 f53e60062100: Pushed 18:10:42 f9cc7de7641f: Pushed 18:10:42 99d4af81bdd6: Pushed 18:10:42 1656ff317bd5: Pushed 18:10:42 1d413c80913d: Layer already exists 18:10:42 b38028857c37: Pushed 18:10:42 096fc3a24862: Pushed 18:10:42 1c84168583a2: Pushed 18:10:42 f288395c391f: Pushed 18:10:42 f73e7dbfee58: Layer already exists 18:10:45 9fd1f3c1124b: Pushed 18:10:45 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:43a5cd162c18dfe86cd7aea024ed8d50e6472bdfa614416487d36ac59600b169 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:46 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 18:10:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:10:46 f53e60062100: Preparing 18:10:46 f53e60062100: Preparing 18:10:46 f9cc7de7641f: Preparing 18:10:46 1656ff317bd5: Preparing 18:10:46 99d4af81bdd6: Preparing 18:10:46 9fd1f3c1124b: Preparing 18:10:46 1d413c80913d: Preparing 18:10:46 b38028857c37: Preparing 18:10:46 096fc3a24862: Preparing 18:10:46 1c84168583a2: Preparing 18:10:46 f288395c391f: Preparing 18:10:46 f73e7dbfee58: Preparing 18:10:46 096fc3a24862: Waiting 18:10:46 f73e7dbfee58: Waiting 18:10:46 1c84168583a2: Waiting 18:10:46 f288395c391f: Waiting 18:10:46 b38028857c37: Waiting 18:10:46 1656ff317bd5: Layer already exists 18:10:46 99d4af81bdd6: Layer already exists 18:10:46 9fd1f3c1124b: Layer already exists 18:10:46 f9cc7de7641f: Layer already exists 18:10:46 f53e60062100: Layer already exists 18:10:46 f288395c391f: Layer already exists 18:10:46 096fc3a24862: Layer already exists 18:10:46 1d413c80913d: Layer already exists 18:10:46 b38028857c37: Layer already exists 18:10:46 1c84168583a2: Layer already exists 18:10:46 f73e7dbfee58: Layer already exists 18:10:46 latest: digest: sha256:43a5cd162c18dfe86cd7aea024ed8d50e6472bdfa614416487d36ac59600b169 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:47 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.19 18:10:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:10:47 f53e60062100: Preparing 18:10:47 f53e60062100: Preparing 18:10:47 f9cc7de7641f: Preparing 18:10:47 1656ff317bd5: Preparing 18:10:47 99d4af81bdd6: Preparing 18:10:47 9fd1f3c1124b: Preparing 18:10:47 1d413c80913d: Preparing 18:10:47 b38028857c37: Preparing 18:10:47 096fc3a24862: Preparing 18:10:47 1c84168583a2: Preparing 18:10:47 f288395c391f: Preparing 18:10:47 f73e7dbfee58: Preparing 18:10:47 1c84168583a2: Waiting 18:10:47 f288395c391f: Waiting 18:10:47 f73e7dbfee58: Waiting 18:10:47 1d413c80913d: Waiting 18:10:47 b38028857c37: Waiting 18:10:47 096fc3a24862: Waiting 18:10:47 9fd1f3c1124b: Layer already exists 18:10:47 1656ff317bd5: Layer already exists 18:10:47 f9cc7de7641f: Layer already exists 18:10:47 f53e60062100: Layer already exists 18:10:47 99d4af81bdd6: Layer already exists 18:10:47 1d413c80913d: Layer already exists 18:10:47 b38028857c37: Layer already exists 18:10:47 096fc3a24862: Layer already exists 18:10:47 f288395c391f: Layer already exists 18:10:47 1c84168583a2: Layer already exists 18:10:47 f73e7dbfee58: Layer already exists 18:10:47 2.2.1-dev.19: digest: sha256:43a5cd162c18dfe86cd7aea024ed8d50e6472bdfa614416487d36ac59600b169 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:48 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:10:48 f53e60062100: Preparing 18:10:48 f53e60062100: Preparing 18:10:48 f9cc7de7641f: Preparing 18:10:48 1656ff317bd5: Preparing 18:10:48 99d4af81bdd6: Preparing 18:10:48 9fd1f3c1124b: Preparing 18:10:48 1d413c80913d: Preparing 18:10:48 b38028857c37: Preparing 18:10:48 096fc3a24862: Preparing 18:10:48 1c84168583a2: Preparing 18:10:48 f288395c391f: Preparing 18:10:48 f73e7dbfee58: Preparing 18:10:48 096fc3a24862: Waiting 18:10:48 1c84168583a2: Waiting 18:10:48 f288395c391f: Waiting 18:10:48 f73e7dbfee58: Waiting 18:10:48 1d413c80913d: Waiting 18:10:48 b38028857c37: Waiting 18:10:48 f9cc7de7641f: Layer already exists 18:10:48 99d4af81bdd6: Layer already exists 18:10:48 f53e60062100: Layer already exists 18:10:48 9fd1f3c1124b: Layer already exists 18:10:48 1656ff317bd5: Layer already exists 18:10:48 1c84168583a2: Layer already exists 18:10:48 b38028857c37: Layer already exists 18:10:48 1d413c80913d: Layer already exists 18:10:48 096fc3a24862: Layer already exists 18:10:48 f288395c391f: Layer already exists 18:10:48 f73e7dbfee58: Layer already exists 18:10:48 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:43a5cd162c18dfe86cd7aea024ed8d50e6472bdfa614416487d36ac59600b169 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:49 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 18:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:10:49 f53e60062100: Preparing 18:10:49 f53e60062100: Preparing 18:10:49 f9cc7de7641f: Preparing 18:10:49 1656ff317bd5: Preparing 18:10:49 99d4af81bdd6: Preparing 18:10:49 9fd1f3c1124b: Preparing 18:10:49 1d413c80913d: Preparing 18:10:49 b38028857c37: Preparing 18:10:49 096fc3a24862: Preparing 18:10:49 1c84168583a2: Preparing 18:10:49 f288395c391f: Preparing 18:10:49 f73e7dbfee58: Preparing 18:10:49 096fc3a24862: Waiting 18:10:49 1c84168583a2: Waiting 18:10:49 f288395c391f: Waiting 18:10:49 1d413c80913d: Waiting 18:10:49 b38028857c37: Waiting 18:10:49 f73e7dbfee58: Waiting 18:10:49 1656ff317bd5: Layer already exists 18:10:49 99d4af81bdd6: Layer already exists 18:10:49 9fd1f3c1124b: Layer already exists 18:10:49 f53e60062100: Layer already exists 18:10:49 f9cc7de7641f: Layer already exists 18:10:49 1d413c80913d: Layer already exists 18:10:49 096fc3a24862: Layer already exists 18:10:49 1c84168583a2: Layer already exists 18:10:49 f288395c391f: Layer already exists 18:10:49 b38028857c37: Layer already exists 18:10:49 f73e7dbfee58: Layer already exists 18:10:49 main: digest: sha256:43a5cd162c18dfe86cd7aea024ed8d50e6472bdfa614416487d36ac59600b169 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:49 ===================================================== [Pipeline] echo 18:10:49 taggedImages: 18:10:49 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:49 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 18:10:49 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.19 18:10:49 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:49 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 18:10:49 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 18:10:49 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:49 latest 18:10:49 2.2.1-dev.19 18:10:49 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:49 main 18:10:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:50 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:10:50 582a5a2712c9: Preparing 18:10:50 987bcf08dcac: Preparing 18:10:50 bdd264215f6f: Preparing 18:10:50 1d6d337ac5b0: Preparing 18:10:50 513835b8b418: Preparing 18:10:50 263e32a1a626: Preparing 18:10:50 1de16f934894: Preparing 18:10:50 f73e7dbfee58: Preparing 18:10:50 263e32a1a626: Waiting 18:10:50 1de16f934894: Waiting 18:10:50 f73e7dbfee58: Waiting 18:10:50 513835b8b418: Pushed 18:10:50 987bcf08dcac: Pushed 18:10:50 582a5a2712c9: Pushed 18:10:50 f73e7dbfee58: Layer already exists 18:10:51 263e32a1a626: Pushed 18:10:51 1de16f934894: Pushed 18:10:53 1d6d337ac5b0: Pushed 18:10:53 bdd264215f6f: Pushed 18:10:53 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:1b14f098c9e1d4a7b3ed9ada4618c3ccabc70fe0a4b7c76cdf0ce4d6cd08dd51 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:53 + 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:10:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 18:10:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:10:54 582a5a2712c9: Preparing 18:10:54 987bcf08dcac: Preparing 18:10:54 bdd264215f6f: Preparing 18:10:54 1d6d337ac5b0: Preparing 18:10:54 513835b8b418: Preparing 18:10:54 263e32a1a626: Preparing 18:10:54 1de16f934894: Preparing 18:10:54 f73e7dbfee58: Preparing 18:10:54 263e32a1a626: Waiting 18:10:54 f73e7dbfee58: Waiting 18:10:54 1de16f934894: Waiting 18:10:54 1d6d337ac5b0: Layer already exists 18:10:54 bdd264215f6f: Layer already exists 18:10:54 513835b8b418: Layer already exists 18:10:54 582a5a2712c9: Layer already exists 18:10:54 987bcf08dcac: Layer already exists 18:10:54 1de16f934894: Layer already exists 18:10:54 263e32a1a626: Layer already exists 18:10:54 f73e7dbfee58: Layer already exists 18:10:54 latest: digest: sha256:1b14f098c9e1d4a7b3ed9ada4618c3ccabc70fe0a4b7c76cdf0ce4d6cd08dd51 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.19 18:10:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:10:55 582a5a2712c9: Preparing 18:10:55 987bcf08dcac: Preparing 18:10:55 bdd264215f6f: Preparing 18:10:55 1d6d337ac5b0: Preparing 18:10:55 513835b8b418: Preparing 18:10:55 263e32a1a626: Preparing 18:10:55 1de16f934894: Preparing 18:10:55 f73e7dbfee58: Preparing 18:10:55 1de16f934894: Waiting 18:10:55 f73e7dbfee58: Waiting 18:10:55 263e32a1a626: Waiting 18:10:55 513835b8b418: Layer already exists 18:10:55 1d6d337ac5b0: Layer already exists 18:10:55 582a5a2712c9: Layer already exists 18:10:55 987bcf08dcac: Layer already exists 18:10:55 bdd264215f6f: Layer already exists 18:10:55 f73e7dbfee58: Layer already exists 18:10:55 1de16f934894: Layer already exists 18:10:55 263e32a1a626: Layer already exists 18:10:55 2.2.1-dev.19: digest: sha256:1b14f098c9e1d4a7b3ed9ada4618c3ccabc70fe0a4b7c76cdf0ce4d6cd08dd51 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:55 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:10:56 582a5a2712c9: Preparing 18:10:56 987bcf08dcac: Preparing 18:10:56 bdd264215f6f: Preparing 18:10:56 1d6d337ac5b0: Preparing 18:10:56 513835b8b418: Preparing 18:10:56 263e32a1a626: Preparing 18:10:56 1de16f934894: Preparing 18:10:56 f73e7dbfee58: Preparing 18:10:56 263e32a1a626: Waiting 18:10:56 1de16f934894: Waiting 18:10:56 f73e7dbfee58: Waiting 18:10:56 513835b8b418: Layer already exists 18:10:56 582a5a2712c9: Layer already exists 18:10:56 bdd264215f6f: Layer already exists 18:10:56 987bcf08dcac: Layer already exists 18:10:56 1d6d337ac5b0: Layer already exists 18:10:56 1de16f934894: Layer already exists 18:10:56 263e32a1a626: Layer already exists 18:10:56 f73e7dbfee58: Layer already exists 18:10:56 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:1b14f098c9e1d4a7b3ed9ada4618c3ccabc70fe0a4b7c76cdf0ce4d6cd08dd51 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:56 + 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:10:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 18:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:10:57 582a5a2712c9: Preparing 18:10:57 987bcf08dcac: Preparing 18:10:57 bdd264215f6f: Preparing 18:10:57 1d6d337ac5b0: Preparing 18:10:57 513835b8b418: Preparing 18:10:57 263e32a1a626: Preparing 18:10:57 1de16f934894: Preparing 18:10:57 f73e7dbfee58: Preparing 18:10:57 263e32a1a626: Waiting 18:10:57 f73e7dbfee58: Waiting 18:10:57 1de16f934894: Waiting 18:10:57 513835b8b418: Layer already exists 18:10:57 582a5a2712c9: Layer already exists 18:10:57 987bcf08dcac: Layer already exists 18:10:57 1d6d337ac5b0: Layer already exists 18:10:57 bdd264215f6f: Layer already exists 18:10:57 1de16f934894: Layer already exists 18:10:57 f73e7dbfee58: Layer already exists 18:10:57 263e32a1a626: Layer already exists 18:10:57 main: digest: sha256:1b14f098c9e1d4a7b3ed9ada4618c3ccabc70fe0a4b7c76cdf0ce4d6cd08dd51 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:57 ===================================================== [Pipeline] echo 18:10:57 taggedImages: 18:10:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 18:10:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.19 18:10:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 18:10:57 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 18:10:57 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:57 latest 18:10:57 2.2.1-dev.19 18:10:57 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:10:57 main 18:10:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:57 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:10:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:10:58 ae5b001324eb: Preparing 18:10:58 8e5e68f7c6a4: Preparing 18:10:58 5bc29a786b1f: Preparing 18:10:58 f959169afccf: Preparing 18:10:58 ef94dfa67194: Preparing 18:10:58 8ab4c7acb8f3: Preparing 18:10:58 3ba628282df2: Preparing 18:10:58 c150cf47ec7d: Preparing 18:10:58 c24f7b21b19e: Preparing 18:10:58 f73e7dbfee58: Preparing 18:10:58 8ab4c7acb8f3: Waiting 18:10:58 3ba628282df2: Waiting 18:10:58 c150cf47ec7d: Waiting 18:10:58 c24f7b21b19e: Waiting 18:10:58 f73e7dbfee58: Waiting 18:10:58 ae5b001324eb: Pushed 18:10:58 8e5e68f7c6a4: Pushed 18:10:58 ef94dfa67194: Pushed 18:10:58 8ab4c7acb8f3: Pushed 18:10:58 3ba628282df2: Pushed 18:10:58 c150cf47ec7d: Pushed 18:10:58 f73e7dbfee58: Layer already exists 18:10:58 c24f7b21b19e: Pushed 18:11:00 f959169afccf: Pushed 18:11:01 5bc29a786b1f: Pushed 18:11:01 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:7716be655695f06c895ea5bf5677fab56b033430751f5633af8f06a4dbacc70d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:01 + 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:11:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 18:11:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:11:02 ae5b001324eb: Preparing 18:11:02 8e5e68f7c6a4: Preparing 18:11:02 5bc29a786b1f: Preparing 18:11:02 f959169afccf: Preparing 18:11:02 ef94dfa67194: Preparing 18:11:02 8ab4c7acb8f3: Preparing 18:11:02 3ba628282df2: Preparing 18:11:02 c150cf47ec7d: Preparing 18:11:02 c24f7b21b19e: Preparing 18:11:02 f73e7dbfee58: Preparing 18:11:02 3ba628282df2: Waiting 18:11:02 c150cf47ec7d: Waiting 18:11:02 c24f7b21b19e: Waiting 18:11:02 8ab4c7acb8f3: Waiting 18:11:02 ef94dfa67194: Layer already exists 18:11:02 5bc29a786b1f: Layer already exists 18:11:02 f959169afccf: Layer already exists 18:11:02 ae5b001324eb: Layer already exists 18:11:02 8e5e68f7c6a4: Layer already exists 18:11:02 c150cf47ec7d: Layer already exists 18:11:02 3ba628282df2: Layer already exists 18:11:02 8ab4c7acb8f3: Layer already exists 18:11:02 c24f7b21b19e: Layer already exists 18:11:02 f73e7dbfee58: Layer already exists 18:11:02 latest: digest: sha256:7716be655695f06c895ea5bf5677fab56b033430751f5633af8f06a4dbacc70d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:02 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.19 18:11:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:11:03 ae5b001324eb: Preparing 18:11:03 8e5e68f7c6a4: Preparing 18:11:03 5bc29a786b1f: Preparing 18:11:03 f959169afccf: Preparing 18:11:03 ef94dfa67194: Preparing 18:11:03 8ab4c7acb8f3: Preparing 18:11:03 3ba628282df2: Preparing 18:11:03 c150cf47ec7d: Preparing 18:11:03 c24f7b21b19e: Preparing 18:11:03 f73e7dbfee58: Preparing 18:11:03 8ab4c7acb8f3: Waiting 18:11:03 c150cf47ec7d: Waiting 18:11:03 c24f7b21b19e: Waiting 18:11:03 f73e7dbfee58: Waiting 18:11:03 3ba628282df2: Waiting 18:11:03 ae5b001324eb: Layer already exists 18:11:03 5bc29a786b1f: Layer already exists 18:11:03 ef94dfa67194: Layer already exists 18:11:03 f959169afccf: Layer already exists 18:11:03 8e5e68f7c6a4: Layer already exists 18:11:03 c150cf47ec7d: Layer already exists 18:11:03 3ba628282df2: Layer already exists 18:11:03 f73e7dbfee58: Layer already exists 18:11:03 8ab4c7acb8f3: Layer already exists 18:11:03 c24f7b21b19e: Layer already exists 18:11:03 2.2.1-dev.19: digest: sha256:7716be655695f06c895ea5bf5677fab56b033430751f5633af8f06a4dbacc70d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:03 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:11:04 ae5b001324eb: Preparing 18:11:04 8e5e68f7c6a4: Preparing 18:11:04 5bc29a786b1f: Preparing 18:11:04 f959169afccf: Preparing 18:11:04 ef94dfa67194: Preparing 18:11:04 8ab4c7acb8f3: Preparing 18:11:04 3ba628282df2: Preparing 18:11:04 c150cf47ec7d: Preparing 18:11:04 c24f7b21b19e: Preparing 18:11:04 f73e7dbfee58: Preparing 18:11:04 c150cf47ec7d: Waiting 18:11:04 c24f7b21b19e: Waiting 18:11:04 f73e7dbfee58: Waiting 18:11:04 8ab4c7acb8f3: Waiting 18:11:04 3ba628282df2: Waiting 18:11:04 ae5b001324eb: Layer already exists 18:11:04 ef94dfa67194: Layer already exists 18:11:04 5bc29a786b1f: Layer already exists 18:11:04 8e5e68f7c6a4: Layer already exists 18:11:04 f959169afccf: Layer already exists 18:11:04 3ba628282df2: Layer already exists 18:11:04 8ab4c7acb8f3: Layer already exists 18:11:04 c150cf47ec7d: Layer already exists 18:11:04 c24f7b21b19e: Layer already exists 18:11:04 f73e7dbfee58: Layer already exists 18:11:04 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:7716be655695f06c895ea5bf5677fab56b033430751f5633af8f06a4dbacc70d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:04 + 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:11:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 18:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:11:05 ae5b001324eb: Preparing 18:11:05 8e5e68f7c6a4: Preparing 18:11:05 5bc29a786b1f: Preparing 18:11:05 f959169afccf: Preparing 18:11:05 ef94dfa67194: Preparing 18:11:05 8ab4c7acb8f3: Preparing 18:11:05 3ba628282df2: Preparing 18:11:05 c150cf47ec7d: Preparing 18:11:05 c24f7b21b19e: Preparing 18:11:05 f73e7dbfee58: Preparing 18:11:05 3ba628282df2: Waiting 18:11:05 c150cf47ec7d: Waiting 18:11:05 8ab4c7acb8f3: Waiting 18:11:05 c24f7b21b19e: Waiting 18:11:05 f73e7dbfee58: Waiting 18:11:05 8e5e68f7c6a4: Layer already exists 18:11:05 ef94dfa67194: Layer already exists 18:11:05 ae5b001324eb: Layer already exists 18:11:05 5bc29a786b1f: Layer already exists 18:11:05 f959169afccf: Layer already exists 18:11:05 3ba628282df2: Layer already exists 18:11:05 c150cf47ec7d: Layer already exists 18:11:05 f73e7dbfee58: Layer already exists 18:11:05 8ab4c7acb8f3: Layer already exists 18:11:05 c24f7b21b19e: Layer already exists 18:11:05 main: digest: sha256:7716be655695f06c895ea5bf5677fab56b033430751f5633af8f06a4dbacc70d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:11:05 ===================================================== [Pipeline] echo 18:11:05 taggedImages: 18:11:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:11:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 18:11:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.19 18:11:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:11:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 18:11:05 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 18:11:05 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:11:05 latest 18:11:05 2.2.1-dev.19 18:11:05 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:11:05 main 18:11:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:05 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:11:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:11:06 6ce5debb184f: Preparing 18:11:06 c81d14cc3b3a: Preparing 18:11:06 1d413c80913d: Preparing 18:11:06 5447e2db13a5: Preparing 18:11:06 edf083b93ff9: Preparing 18:11:06 4f4ce317c6bb: Preparing 18:11:06 4f4ce317c6bb: Waiting 18:11:06 1d413c80913d: Layer already exists 18:11:06 4f4ce317c6bb: Layer already exists 18:11:06 edf083b93ff9: Pushed 18:11:06 6ce5debb184f: Pushed 18:11:07 5447e2db13a5: Pushed 18:11:11 c81d14cc3b3a: Pushed 18:11:11 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:04988a0433f12529c6b383f2f47215133c8e93b71e85a828946e2a21b90bca86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:11 + 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:11:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 18:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:11:12 6ce5debb184f: Preparing 18:11:12 c81d14cc3b3a: Preparing 18:11:12 1d413c80913d: Preparing 18:11:12 5447e2db13a5: Preparing 18:11:12 edf083b93ff9: Preparing 18:11:12 4f4ce317c6bb: Preparing 18:11:12 4f4ce317c6bb: Waiting 18:11:12 6ce5debb184f: Layer already exists 18:11:12 1d413c80913d: Layer already exists 18:11:12 edf083b93ff9: Layer already exists 18:11:12 5447e2db13a5: Layer already exists 18:11:12 c81d14cc3b3a: Layer already exists 18:11:12 4f4ce317c6bb: Layer already exists 18:11:12 latest: digest: sha256:04988a0433f12529c6b383f2f47215133c8e93b71e85a828946e2a21b90bca86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:12 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.19 18:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:11:13 6ce5debb184f: Preparing 18:11:13 c81d14cc3b3a: Preparing 18:11:13 1d413c80913d: Preparing 18:11:13 5447e2db13a5: Preparing 18:11:13 edf083b93ff9: Preparing 18:11:13 4f4ce317c6bb: Preparing 18:11:13 4f4ce317c6bb: Waiting 18:11:13 6ce5debb184f: Layer already exists 18:11:13 edf083b93ff9: Layer already exists 18:11:13 c81d14cc3b3a: Layer already exists 18:11:13 1d413c80913d: Layer already exists 18:11:13 5447e2db13a5: Layer already exists 18:11:13 4f4ce317c6bb: Layer already exists 18:11:13 2.2.1-dev.19: digest: sha256:04988a0433f12529c6b383f2f47215133c8e93b71e85a828946e2a21b90bca86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:13 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:11:13 6ce5debb184f: Preparing 18:11:13 c81d14cc3b3a: Preparing 18:11:13 1d413c80913d: Preparing 18:11:13 5447e2db13a5: Preparing 18:11:13 edf083b93ff9: Preparing 18:11:13 4f4ce317c6bb: Preparing 18:11:13 4f4ce317c6bb: Waiting 18:11:13 5447e2db13a5: Layer already exists 18:11:13 c81d14cc3b3a: Layer already exists 18:11:13 1d413c80913d: Layer already exists 18:11:13 6ce5debb184f: Layer already exists 18:11:13 edf083b93ff9: Layer already exists 18:11:13 4f4ce317c6bb: Layer already exists 18:11:14 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:04988a0433f12529c6b383f2f47215133c8e93b71e85a828946e2a21b90bca86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:14 + 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:11:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 18:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:11:14 6ce5debb184f: Preparing 18:11:14 c81d14cc3b3a: Preparing 18:11:14 1d413c80913d: Preparing 18:11:14 5447e2db13a5: Preparing 18:11:14 edf083b93ff9: Preparing 18:11:14 4f4ce317c6bb: Preparing 18:11:14 4f4ce317c6bb: Waiting 18:11:14 5447e2db13a5: Layer already exists 18:11:14 edf083b93ff9: Layer already exists 18:11:14 6ce5debb184f: Layer already exists 18:11:14 c81d14cc3b3a: Layer already exists 18:11:14 1d413c80913d: Layer already exists 18:11:14 4f4ce317c6bb: Layer already exists 18:11:15 main: digest: sha256:04988a0433f12529c6b383f2f47215133c8e93b71e85a828946e2a21b90bca86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:11:15 ===================================================== [Pipeline] echo 18:11:15 taggedImages: 18:11:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:11:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 18:11:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.19 18:11:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:11:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 18:11:15 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 18:11:15 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:11:15 latest 18:11:15 2.2.1-dev.19 18:11:15 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:11:15 main 18:11:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:15 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:11:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:11:16 0ee23f4c3a41: Preparing 18:11:16 30f84e686261: Preparing 18:11:16 5d5124abac14: Preparing 18:11:16 58c2115522e0: Preparing 18:11:16 1f86673ba4b8: Preparing 18:11:16 3e70313813d7: Preparing 18:11:16 edf083b93ff9: Preparing 18:11:16 4f4ce317c6bb: Preparing 18:11:16 3e70313813d7: Waiting 18:11:16 edf083b93ff9: Waiting 18:11:16 4f4ce317c6bb: Waiting 18:11:16 5d5124abac14: Pushed 18:11:16 30f84e686261: Pushed 18:11:16 0ee23f4c3a41: Pushed 18:11:16 edf083b93ff9: Layer already exists 18:11:16 4f4ce317c6bb: Layer already exists 18:11:17 3e70313813d7: Pushed 18:11:25 1f86673ba4b8: Pushed 18:11:32 58c2115522e0: Pushed 18:11:32 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:35dcb9d10c351f55f34449d8bad04d1736306e4e1899f60d621ff0007f3fc814 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:32 + 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:11:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 18:11:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:11:33 0ee23f4c3a41: Preparing 18:11:33 30f84e686261: Preparing 18:11:33 5d5124abac14: Preparing 18:11:33 58c2115522e0: Preparing 18:11:33 1f86673ba4b8: Preparing 18:11:33 3e70313813d7: Preparing 18:11:33 edf083b93ff9: Preparing 18:11:33 4f4ce317c6bb: Preparing 18:11:33 3e70313813d7: Waiting 18:11:33 edf083b93ff9: Waiting 18:11:33 4f4ce317c6bb: Waiting 18:11:33 0ee23f4c3a41: Layer already exists 18:11:33 1f86673ba4b8: Layer already exists 18:11:33 58c2115522e0: Layer already exists 18:11:33 30f84e686261: Layer already exists 18:11:33 5d5124abac14: Layer already exists 18:11:33 edf083b93ff9: Layer already exists 18:11:33 3e70313813d7: Layer already exists 18:11:33 4f4ce317c6bb: Layer already exists 18:11:33 latest: digest: sha256:35dcb9d10c351f55f34449d8bad04d1736306e4e1899f60d621ff0007f3fc814 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:33 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.19 18:11:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:11:34 0ee23f4c3a41: Preparing 18:11:34 30f84e686261: Preparing 18:11:34 5d5124abac14: Preparing 18:11:34 58c2115522e0: Preparing 18:11:34 1f86673ba4b8: Preparing 18:11:34 3e70313813d7: Preparing 18:11:34 edf083b93ff9: Preparing 18:11:34 4f4ce317c6bb: Preparing 18:11:34 3e70313813d7: Waiting 18:11:34 edf083b93ff9: Waiting 18:11:34 4f4ce317c6bb: Waiting 18:11:34 5d5124abac14: Layer already exists 18:11:34 0ee23f4c3a41: Layer already exists 18:11:34 1f86673ba4b8: Layer already exists 18:11:34 30f84e686261: Layer already exists 18:11:34 58c2115522e0: Layer already exists 18:11:34 4f4ce317c6bb: Layer already exists 18:11:34 edf083b93ff9: Layer already exists 18:11:34 3e70313813d7: Layer already exists 18:11:34 2.2.1-dev.19: digest: sha256:35dcb9d10c351f55f34449d8bad04d1736306e4e1899f60d621ff0007f3fc814 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:34 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:11:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:11:35 0ee23f4c3a41: Preparing 18:11:35 30f84e686261: Preparing 18:11:35 5d5124abac14: Preparing 18:11:35 58c2115522e0: Preparing 18:11:35 1f86673ba4b8: Preparing 18:11:35 3e70313813d7: Preparing 18:11:35 edf083b93ff9: Preparing 18:11:35 4f4ce317c6bb: Preparing 18:11:35 3e70313813d7: Waiting 18:11:35 edf083b93ff9: Waiting 18:11:35 4f4ce317c6bb: Waiting 18:11:35 1f86673ba4b8: Layer already exists 18:11:35 30f84e686261: Layer already exists 18:11:35 0ee23f4c3a41: Layer already exists 18:11:35 5d5124abac14: Layer already exists 18:11:35 58c2115522e0: Layer already exists 18:11:35 4f4ce317c6bb: Layer already exists 18:11:35 edf083b93ff9: Layer already exists 18:11:35 3e70313813d7: Layer already exists 18:11:35 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:35dcb9d10c351f55f34449d8bad04d1736306e4e1899f60d621ff0007f3fc814 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:35 + 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:11:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 18:11:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:11:36 0ee23f4c3a41: Preparing 18:11:36 30f84e686261: Preparing 18:11:36 5d5124abac14: Preparing 18:11:36 58c2115522e0: Preparing 18:11:36 1f86673ba4b8: Preparing 18:11:36 3e70313813d7: Preparing 18:11:36 edf083b93ff9: Preparing 18:11:36 4f4ce317c6bb: Preparing 18:11:36 3e70313813d7: Waiting 18:11:36 edf083b93ff9: Waiting 18:11:36 4f4ce317c6bb: Waiting 18:11:36 30f84e686261: Layer already exists 18:11:36 58c2115522e0: Layer already exists 18:11:36 0ee23f4c3a41: Layer already exists 18:11:36 1f86673ba4b8: Layer already exists 18:11:36 5d5124abac14: Layer already exists 18:11:36 3e70313813d7: Layer already exists 18:11:36 4f4ce317c6bb: Layer already exists 18:11:36 edf083b93ff9: Layer already exists 18:11:36 main: digest: sha256:35dcb9d10c351f55f34449d8bad04d1736306e4e1899f60d621ff0007f3fc814 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:11:36 ===================================================== [Pipeline] echo 18:11:36 taggedImages: 18:11:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:11:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 18:11:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.19 18:11:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:11:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 18:11:36 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 18:11:36 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:11:36 latest 18:11:36 2.2.1-dev.19 18:11:36 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:11:36 main 18:11:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:36 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:11:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:11:37 9cdbb6c2b1a0: Preparing 18:11:37 8d56734a1387: Preparing 18:11:37 fd3c31fa81f0: Preparing 18:11:37 92eefe96b37e: Preparing 18:11:37 9d00294200a4: Preparing 18:11:37 edf083b93ff9: Preparing 18:11:37 4f4ce317c6bb: Preparing 18:11:37 edf083b93ff9: Waiting 18:11:37 4f4ce317c6bb: Waiting 18:11:37 fd3c31fa81f0: Pushed 18:11:37 8d56734a1387: Pushed 18:11:37 9cdbb6c2b1a0: Pushed 18:11:37 4f4ce317c6bb: Layer already exists 18:11:37 edf083b93ff9: Layer already exists 18:11:38 9d00294200a4: Pushed 18:11:56 92eefe96b37e: Pushed 18:11:56 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:44ea1c589518df2930f6c078a467f93e06c6d5411c3a1a11133c70bc88459e46 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:57 + 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:11:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 18:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:11:57 9cdbb6c2b1a0: Preparing 18:11:57 8d56734a1387: Preparing 18:11:57 fd3c31fa81f0: Preparing 18:11:57 92eefe96b37e: Preparing 18:11:57 9d00294200a4: Preparing 18:11:57 edf083b93ff9: Preparing 18:11:57 4f4ce317c6bb: Preparing 18:11:57 edf083b93ff9: Waiting 18:11:57 4f4ce317c6bb: Waiting 18:11:57 92eefe96b37e: Layer already exists 18:11:57 fd3c31fa81f0: Layer already exists 18:11:57 9d00294200a4: Layer already exists 18:11:57 8d56734a1387: Layer already exists 18:11:57 9cdbb6c2b1a0: Layer already exists 18:11:57 4f4ce317c6bb: Layer already exists 18:11:57 edf083b93ff9: Layer already exists 18:11:57 latest: digest: sha256:44ea1c589518df2930f6c078a467f93e06c6d5411c3a1a11133c70bc88459e46 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:58 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.19 18:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:11:58 9cdbb6c2b1a0: Preparing 18:11:58 8d56734a1387: Preparing 18:11:58 fd3c31fa81f0: Preparing 18:11:58 92eefe96b37e: Preparing 18:11:58 9d00294200a4: Preparing 18:11:58 edf083b93ff9: Preparing 18:11:58 4f4ce317c6bb: Preparing 18:11:58 edf083b93ff9: Waiting 18:11:58 4f4ce317c6bb: Waiting 18:11:58 9d00294200a4: Layer already exists 18:11:58 8d56734a1387: Layer already exists 18:11:58 9cdbb6c2b1a0: Layer already exists 18:11:58 92eefe96b37e: Layer already exists 18:11:58 fd3c31fa81f0: Layer already exists 18:11:58 edf083b93ff9: Layer already exists 18:11:58 4f4ce317c6bb: Layer already exists 18:11:58 2.2.1-dev.19: digest: sha256:44ea1c589518df2930f6c078a467f93e06c6d5411c3a1a11133c70bc88459e46 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:59 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:11:59 9cdbb6c2b1a0: Preparing 18:11:59 8d56734a1387: Preparing 18:11:59 fd3c31fa81f0: Preparing 18:11:59 92eefe96b37e: Preparing 18:11:59 9d00294200a4: Preparing 18:11:59 edf083b93ff9: Preparing 18:11:59 4f4ce317c6bb: Preparing 18:11:59 edf083b93ff9: Waiting 18:11:59 4f4ce317c6bb: Waiting 18:11:59 9cdbb6c2b1a0: Layer already exists 18:11:59 92eefe96b37e: Layer already exists 18:11:59 fd3c31fa81f0: Layer already exists 18:11:59 9d00294200a4: Layer already exists 18:11:59 8d56734a1387: Layer already exists 18:11:59 edf083b93ff9: Layer already exists 18:11:59 4f4ce317c6bb: Layer already exists 18:11:59 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:44ea1c589518df2930f6c078a467f93e06c6d5411c3a1a11133c70bc88459e46 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:00 + 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:12:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 18:12:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:12:00 9cdbb6c2b1a0: Preparing 18:12:00 8d56734a1387: Preparing 18:12:00 fd3c31fa81f0: Preparing 18:12:00 92eefe96b37e: Preparing 18:12:00 9d00294200a4: Preparing 18:12:00 edf083b93ff9: Preparing 18:12:00 4f4ce317c6bb: Preparing 18:12:00 edf083b93ff9: Waiting 18:12:00 4f4ce317c6bb: Waiting 18:12:00 92eefe96b37e: Layer already exists 18:12:00 9cdbb6c2b1a0: Layer already exists 18:12:00 8d56734a1387: Layer already exists 18:12:00 fd3c31fa81f0: Layer already exists 18:12:00 9d00294200a4: Layer already exists 18:12:00 4f4ce317c6bb: Layer already exists 18:12:00 edf083b93ff9: Layer already exists 18:12:00 main: digest: sha256:44ea1c589518df2930f6c078a467f93e06c6d5411c3a1a11133c70bc88459e46 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:12:00 ===================================================== [Pipeline] echo 18:12:00 taggedImages: 18:12:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 18:12:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.19 18:12:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 18:12:00 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 18:12:00 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:00 latest 18:12:00 2.2.1-dev.19 18:12:00 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:00 main 18:12:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:01 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:12:01 aa866f4a2da2: Preparing 18:12:01 d4fbfc43bd68: Preparing 18:12:01 286f0e69d98f: Preparing 18:12:01 1993343a98c1: Preparing 18:12:01 3e70313813d7: Preparing 18:12:01 edf083b93ff9: Preparing 18:12:01 4f4ce317c6bb: Preparing 18:12:01 4f4ce317c6bb: Waiting 18:12:01 edf083b93ff9: Waiting 18:12:01 3e70313813d7: Layer already exists 18:12:01 edf083b93ff9: Layer already exists 18:12:01 4f4ce317c6bb: Layer already exists 18:12:01 d4fbfc43bd68: Pushed 18:12:01 286f0e69d98f: Pushed 18:12:01 aa866f4a2da2: Pushed 18:12:19 1993343a98c1: Pushed 18:12:19 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:b914779a6a69876122a4547d71a3bb552bb1be4264de2b5d4a69a04a3ef8626a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:20 + 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:12:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 18:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:12:20 aa866f4a2da2: Preparing 18:12:20 d4fbfc43bd68: Preparing 18:12:20 286f0e69d98f: Preparing 18:12:20 1993343a98c1: Preparing 18:12:20 3e70313813d7: Preparing 18:12:20 edf083b93ff9: Preparing 18:12:20 4f4ce317c6bb: Preparing 18:12:20 edf083b93ff9: Waiting 18:12:20 4f4ce317c6bb: Waiting 18:12:20 d4fbfc43bd68: Layer already exists 18:12:20 aa866f4a2da2: Layer already exists 18:12:20 286f0e69d98f: Layer already exists 18:12:21 3e70313813d7: Layer already exists 18:12:21 1993343a98c1: Layer already exists 18:12:21 edf083b93ff9: Layer already exists 18:12:21 4f4ce317c6bb: Layer already exists 18:12:21 latest: digest: sha256:b914779a6a69876122a4547d71a3bb552bb1be4264de2b5d4a69a04a3ef8626a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:21 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.19 18:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:12:21 aa866f4a2da2: Preparing 18:12:21 d4fbfc43bd68: Preparing 18:12:21 286f0e69d98f: Preparing 18:12:21 1993343a98c1: Preparing 18:12:21 3e70313813d7: Preparing 18:12:21 edf083b93ff9: Preparing 18:12:21 4f4ce317c6bb: Preparing 18:12:21 edf083b93ff9: Waiting 18:12:21 4f4ce317c6bb: Waiting 18:12:21 1993343a98c1: Layer already exists 18:12:21 3e70313813d7: Layer already exists 18:12:21 286f0e69d98f: Layer already exists 18:12:21 d4fbfc43bd68: Layer already exists 18:12:21 aa866f4a2da2: Layer already exists 18:12:21 4f4ce317c6bb: Layer already exists 18:12:21 edf083b93ff9: Layer already exists 18:12:21 2.2.1-dev.19: digest: sha256:b914779a6a69876122a4547d71a3bb552bb1be4264de2b5d4a69a04a3ef8626a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:22 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:12:22 aa866f4a2da2: Preparing 18:12:22 d4fbfc43bd68: Preparing 18:12:22 286f0e69d98f: Preparing 18:12:22 1993343a98c1: Preparing 18:12:22 3e70313813d7: Preparing 18:12:22 edf083b93ff9: Preparing 18:12:22 4f4ce317c6bb: Preparing 18:12:22 4f4ce317c6bb: Waiting 18:12:22 edf083b93ff9: Waiting 18:12:22 1993343a98c1: Layer already exists 18:12:22 aa866f4a2da2: Layer already exists 18:12:22 3e70313813d7: Layer already exists 18:12:22 286f0e69d98f: Layer already exists 18:12:22 d4fbfc43bd68: Layer already exists 18:12:22 4f4ce317c6bb: Layer already exists 18:12:22 edf083b93ff9: Layer already exists 18:12:22 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:b914779a6a69876122a4547d71a3bb552bb1be4264de2b5d4a69a04a3ef8626a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:23 + 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:12:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 18:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:12:23 aa866f4a2da2: Preparing 18:12:23 d4fbfc43bd68: Preparing 18:12:23 286f0e69d98f: Preparing 18:12:23 1993343a98c1: Preparing 18:12:23 3e70313813d7: Preparing 18:12:23 edf083b93ff9: Preparing 18:12:23 4f4ce317c6bb: Preparing 18:12:23 edf083b93ff9: Waiting 18:12:23 4f4ce317c6bb: Waiting 18:12:23 286f0e69d98f: Layer already exists 18:12:23 3e70313813d7: Layer already exists 18:12:23 aa866f4a2da2: Layer already exists 18:12:23 d4fbfc43bd68: Layer already exists 18:12:23 1993343a98c1: Layer already exists 18:12:23 edf083b93ff9: Layer already exists 18:12:23 4f4ce317c6bb: Layer already exists 18:12:23 main: digest: sha256:b914779a6a69876122a4547d71a3bb552bb1be4264de2b5d4a69a04a3ef8626a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:12:24 ===================================================== [Pipeline] echo 18:12:24 taggedImages: 18:12:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 18:12:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.19 18:12:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 18:12:24 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 18:12:24 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:24 latest 18:12:24 2.2.1-dev.19 18:12:24 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:24 main 18:12:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:12:24 a727061f5e33: Preparing 18:12:24 c8dc824fb767: Preparing 18:12:24 1d413c80913d: Preparing 18:12:24 c4226f1a5f1b: Preparing 18:12:24 f73e7dbfee58: Preparing 18:12:25 1d413c80913d: Layer already exists 18:12:25 f73e7dbfee58: Layer already exists 18:12:25 a727061f5e33: Pushed 18:12:25 c4226f1a5f1b: Pushed 18:12:30 c8dc824fb767: Pushed 18:12:30 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:f7ceec74c65062038b73b3212a5443e8b9d5449178796b4697b8c45235234f7e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:31 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:31 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 18:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:12:31 a727061f5e33: Preparing 18:12:31 c8dc824fb767: Preparing 18:12:31 1d413c80913d: Preparing 18:12:31 c4226f1a5f1b: Preparing 18:12:31 f73e7dbfee58: Preparing 18:12:31 1d413c80913d: Layer already exists 18:12:31 a727061f5e33: Layer already exists 18:12:31 c4226f1a5f1b: Layer already exists 18:12:31 c8dc824fb767: Layer already exists 18:12:31 f73e7dbfee58: Layer already exists 18:12:31 latest: digest: sha256:f7ceec74c65062038b73b3212a5443e8b9d5449178796b4697b8c45235234f7e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:32 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.19 18:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:12:32 a727061f5e33: Preparing 18:12:32 c8dc824fb767: Preparing 18:12:32 1d413c80913d: Preparing 18:12:32 c4226f1a5f1b: Preparing 18:12:32 f73e7dbfee58: Preparing 18:12:32 1d413c80913d: Layer already exists 18:12:32 a727061f5e33: Layer already exists 18:12:32 c4226f1a5f1b: Layer already exists 18:12:32 c8dc824fb767: Layer already exists 18:12:32 f73e7dbfee58: Layer already exists 18:12:32 2.2.1-dev.19: digest: sha256:f7ceec74c65062038b73b3212a5443e8b9d5449178796b4697b8c45235234f7e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:33 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:12:33 a727061f5e33: Preparing 18:12:33 c8dc824fb767: Preparing 18:12:33 1d413c80913d: Preparing 18:12:33 c4226f1a5f1b: Preparing 18:12:33 f73e7dbfee58: Preparing 18:12:33 a727061f5e33: Layer already exists 18:12:33 c8dc824fb767: Layer already exists 18:12:33 1d413c80913d: Layer already exists 18:12:33 c4226f1a5f1b: Layer already exists 18:12:33 f73e7dbfee58: Layer already exists 18:12:33 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:f7ceec74c65062038b73b3212a5443e8b9d5449178796b4697b8c45235234f7e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 18:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:12:34 a727061f5e33: Preparing 18:12:34 c8dc824fb767: Preparing 18:12:34 1d413c80913d: Preparing 18:12:34 c4226f1a5f1b: Preparing 18:12:34 f73e7dbfee58: Preparing 18:12:34 c8dc824fb767: Layer already exists 18:12:34 f73e7dbfee58: Layer already exists 18:12:34 a727061f5e33: Layer already exists 18:12:34 1d413c80913d: Layer already exists 18:12:34 c4226f1a5f1b: Layer already exists 18:12:34 main: digest: sha256:f7ceec74c65062038b73b3212a5443e8b9d5449178796b4697b8c45235234f7e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:12:34 ===================================================== [Pipeline] echo 18:12:34 taggedImages: 18:12:34 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:34 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 18:12:34 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.19 18:12:34 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:34 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 18:12:34 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 18:12:34 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:34 latest 18:12:34 2.2.1-dev.19 18:12:34 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:34 main 18:12:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:12:35 eb6921eaaad3: Preparing 18:12:35 0444e22fced9: Preparing 18:12:35 1d413c80913d: Preparing 18:12:35 98e048851294: Preparing 18:12:35 f73e7dbfee58: Preparing 18:12:35 f73e7dbfee58: Layer already exists 18:12:35 98e048851294: Layer already exists 18:12:35 1d413c80913d: Layer already exists 18:12:35 eb6921eaaad3: Pushed 18:12:41 0444e22fced9: Pushed 18:12:41 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:946a616e98a145e3b628f224006604905e0c018d5b4408992a71d9f8da0682a4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:41 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 18:12:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:12:41 eb6921eaaad3: Preparing 18:12:41 0444e22fced9: Preparing 18:12:41 1d413c80913d: Preparing 18:12:41 98e048851294: Preparing 18:12:41 f73e7dbfee58: Preparing 18:12:41 f73e7dbfee58: Layer already exists 18:12:41 98e048851294: Layer already exists 18:12:41 eb6921eaaad3: Layer already exists 18:12:41 0444e22fced9: Layer already exists 18:12:41 1d413c80913d: Layer already exists 18:12:42 latest: digest: sha256:946a616e98a145e3b628f224006604905e0c018d5b4408992a71d9f8da0682a4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:42 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.19 18:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:12:42 eb6921eaaad3: Preparing 18:12:42 0444e22fced9: Preparing 18:12:42 1d413c80913d: Preparing 18:12:42 98e048851294: Preparing 18:12:42 f73e7dbfee58: Preparing 18:12:42 0444e22fced9: Layer already exists 18:12:42 eb6921eaaad3: Layer already exists 18:12:42 f73e7dbfee58: Layer already exists 18:12:42 98e048851294: Layer already exists 18:12:42 1d413c80913d: Layer already exists 18:12:43 2.2.1-dev.19: digest: sha256:946a616e98a145e3b628f224006604905e0c018d5b4408992a71d9f8da0682a4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:43 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:12:43 eb6921eaaad3: Preparing 18:12:43 0444e22fced9: Preparing 18:12:43 1d413c80913d: Preparing 18:12:43 98e048851294: Preparing 18:12:43 f73e7dbfee58: Preparing 18:12:43 1d413c80913d: Layer already exists 18:12:43 eb6921eaaad3: Layer already exists 18:12:43 f73e7dbfee58: Layer already exists 18:12:44 98e048851294: Layer already exists 18:12:44 0444e22fced9: Layer already exists 18:12:44 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:946a616e98a145e3b628f224006604905e0c018d5b4408992a71d9f8da0682a4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 18:12:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:12:44 eb6921eaaad3: Preparing 18:12:44 0444e22fced9: Preparing 18:12:44 1d413c80913d: Preparing 18:12:44 98e048851294: Preparing 18:12:44 f73e7dbfee58: Preparing 18:12:44 f73e7dbfee58: Layer already exists 18:12:44 1d413c80913d: Layer already exists 18:12:44 eb6921eaaad3: Layer already exists 18:12:44 0444e22fced9: Layer already exists 18:12:44 98e048851294: Layer already exists 18:12:45 main: digest: sha256:946a616e98a145e3b628f224006604905e0c018d5b4408992a71d9f8da0682a4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:12:45 ===================================================== [Pipeline] echo 18:12:45 taggedImages: 18:12:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 18:12:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.19 18:12:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 18:12:45 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 18:12:45 e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:45 latest 18:12:45 2.2.1-dev.19 18:12:45 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:12:45 main 18:12:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:45 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:45 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:12:45 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:12:45 8de2f1a1fa53: Preparing 18:12:45 0bd09099e35e: Preparing 18:12:45 d4a595e7d0ee: Preparing 18:12:45 5d2b1fbef63c: Preparing 18:12:45 f0e5a4d6c014: Preparing 18:12:45 3b19d27f08f7: Preparing 18:12:45 73bb99a6e169: Preparing 18:12:45 ec06c3102977: Preparing 18:12:45 6a3c62e080c7: Preparing 18:12:45 340cb19ca677: Preparing 18:12:45 4f4ce317c6bb: Preparing 18:12:45 3b19d27f08f7: Waiting 18:12:45 73bb99a6e169: Waiting 18:12:45 ec06c3102977: Waiting 18:12:45 340cb19ca677: Waiting 18:12:45 6a3c62e080c7: Waiting 18:12:45 4f4ce317c6bb: Waiting 18:12:46 f0e5a4d6c014: Layer already exists 18:12:46 3b19d27f08f7: Layer already exists 18:12:46 73bb99a6e169: Layer already exists 18:12:46 ec06c3102977: Layer already exists 18:12:46 0bd09099e35e: Pushed 18:12:46 340cb19ca677: Layer already exists 18:12:46 6a3c62e080c7: Layer already exists 18:12:46 4f4ce317c6bb: Layer already exists 18:12:46 8de2f1a1fa53: Pushed 18:12:48 d4a595e7d0ee: Pushed 18:13:07 5d2b1fbef63c: Pushed 18:13:07 e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:710ea98a5613453ec53994cb26575685525246339dd23f1f70794115686ee162 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:07 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:07 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 18:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:13:07 8de2f1a1fa53: Preparing 18:13:07 0bd09099e35e: Preparing 18:13:07 d4a595e7d0ee: Preparing 18:13:07 5d2b1fbef63c: Preparing 18:13:07 f0e5a4d6c014: Preparing 18:13:07 3b19d27f08f7: Preparing 18:13:07 73bb99a6e169: Preparing 18:13:07 ec06c3102977: Preparing 18:13:07 6a3c62e080c7: Preparing 18:13:07 340cb19ca677: Preparing 18:13:07 4f4ce317c6bb: Preparing 18:13:07 3b19d27f08f7: Waiting 18:13:07 73bb99a6e169: Waiting 18:13:07 ec06c3102977: Waiting 18:13:07 6a3c62e080c7: Waiting 18:13:07 340cb19ca677: Waiting 18:13:07 4f4ce317c6bb: Waiting 18:13:08 f0e5a4d6c014: Layer already exists 18:13:08 0bd09099e35e: Layer already exists 18:13:08 8de2f1a1fa53: Layer already exists 18:13:08 5d2b1fbef63c: Layer already exists 18:13:08 d4a595e7d0ee: Layer already exists 18:13:08 6a3c62e080c7: Layer already exists 18:13:08 340cb19ca677: Layer already exists 18:13:08 ec06c3102977: Layer already exists 18:13:08 3b19d27f08f7: Layer already exists 18:13:08 73bb99a6e169: Layer already exists 18:13:08 4f4ce317c6bb: Layer already exists 18:13:08 latest: digest: sha256:710ea98a5613453ec53994cb26575685525246339dd23f1f70794115686ee162 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:08 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:08 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.19 18:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:13:08 8de2f1a1fa53: Preparing 18:13:08 0bd09099e35e: Preparing 18:13:08 d4a595e7d0ee: Preparing 18:13:08 5d2b1fbef63c: Preparing 18:13:08 f0e5a4d6c014: Preparing 18:13:08 3b19d27f08f7: Preparing 18:13:08 73bb99a6e169: Preparing 18:13:08 ec06c3102977: Preparing 18:13:08 6a3c62e080c7: Preparing 18:13:08 340cb19ca677: Preparing 18:13:08 4f4ce317c6bb: Preparing 18:13:08 ec06c3102977: Waiting 18:13:08 6a3c62e080c7: Waiting 18:13:08 3b19d27f08f7: Waiting 18:13:08 73bb99a6e169: Waiting 18:13:08 340cb19ca677: Waiting 18:13:08 4f4ce317c6bb: Waiting 18:13:08 5d2b1fbef63c: Layer already exists 18:13:08 f0e5a4d6c014: Layer already exists 18:13:08 8de2f1a1fa53: Layer already exists 18:13:08 d4a595e7d0ee: Layer already exists 18:13:08 0bd09099e35e: Layer already exists 18:13:09 3b19d27f08f7: Layer already exists 18:13:09 ec06c3102977: Layer already exists 18:13:09 340cb19ca677: Layer already exists 18:13:09 73bb99a6e169: Layer already exists 18:13:09 6a3c62e080c7: Layer already exists 18:13:09 4f4ce317c6bb: Layer already exists 18:13:09 2.2.1-dev.19: digest: sha256:710ea98a5613453ec53994cb26575685525246339dd23f1f70794115686ee162 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:09 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:09 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:13:09 8de2f1a1fa53: Preparing 18:13:09 0bd09099e35e: Preparing 18:13:09 d4a595e7d0ee: Preparing 18:13:09 5d2b1fbef63c: Preparing 18:13:09 f0e5a4d6c014: Preparing 18:13:09 3b19d27f08f7: Preparing 18:13:09 73bb99a6e169: Preparing 18:13:09 ec06c3102977: Preparing 18:13:09 6a3c62e080c7: Preparing 18:13:09 340cb19ca677: Preparing 18:13:09 4f4ce317c6bb: Preparing 18:13:09 6a3c62e080c7: Waiting 18:13:09 73bb99a6e169: Waiting 18:13:09 ec06c3102977: Waiting 18:13:09 3b19d27f08f7: Waiting 18:13:09 340cb19ca677: Waiting 18:13:09 4f4ce317c6bb: Waiting 18:13:09 d4a595e7d0ee: Layer already exists 18:13:09 5d2b1fbef63c: Layer already exists 18:13:09 0bd09099e35e: Layer already exists 18:13:09 f0e5a4d6c014: Layer already exists 18:13:09 8de2f1a1fa53: Layer already exists 18:13:10 3b19d27f08f7: Layer already exists 18:13:10 6a3c62e080c7: Layer already exists 18:13:10 ec06c3102977: Layer already exists 18:13:10 73bb99a6e169: Layer already exists 18:13:10 340cb19ca677: Layer already exists 18:13:10 4f4ce317c6bb: Layer already exists 18:13:10 e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:710ea98a5613453ec53994cb26575685525246339dd23f1f70794115686ee162 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:10 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:10 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 18:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:13:10 8de2f1a1fa53: Preparing 18:13:10 0bd09099e35e: Preparing 18:13:10 d4a595e7d0ee: Preparing 18:13:10 5d2b1fbef63c: Preparing 18:13:10 f0e5a4d6c014: Preparing 18:13:10 3b19d27f08f7: Preparing 18:13:10 73bb99a6e169: Preparing 18:13:10 ec06c3102977: Preparing 18:13:10 6a3c62e080c7: Preparing 18:13:10 340cb19ca677: Preparing 18:13:10 4f4ce317c6bb: Preparing 18:13:10 3b19d27f08f7: Waiting 18:13:10 ec06c3102977: Waiting 18:13:10 6a3c62e080c7: Waiting 18:13:10 340cb19ca677: Waiting 18:13:10 4f4ce317c6bb: Waiting 18:13:10 73bb99a6e169: Waiting 18:13:10 f0e5a4d6c014: Layer already exists 18:13:10 0bd09099e35e: Layer already exists 18:13:10 8de2f1a1fa53: Layer already exists 18:13:11 5d2b1fbef63c: Layer already exists 18:13:11 d4a595e7d0ee: Layer already exists 18:13:11 3b19d27f08f7: Layer already exists 18:13:11 ec06c3102977: Layer already exists 18:13:11 73bb99a6e169: Layer already exists 18:13:11 340cb19ca677: Layer already exists 18:13:11 6a3c62e080c7: Layer already exists 18:13:11 4f4ce317c6bb: Layer already exists 18:13:11 main: digest: sha256:710ea98a5613453ec53994cb26575685525246339dd23f1f70794115686ee162 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:11 ===================================================== [Pipeline] echo 18:13:11 taggedImages: 18:13:11 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 18:13:11 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 18:13:11 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.19 18:13:11 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 18:13:11 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:13:11 18:13:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:13:12 arm64: Pulling from edgex-lftools-log-publisher 18:13:12 8998bd30e6a1: Pulling fs layer 18:13:12 04944245beec: Pulling fs layer 18:13:12 699f458cf7ca: Pulling fs layer 18:13:12 765212b225bb: Pulling fs layer 18:13:12 f23df028b6ca: Pulling fs layer 18:13:12 d65c8cfc05b1: Pulling fs layer 18:13:12 2437ff75d9bd: Pulling fs layer 18:13:12 765212b225bb: Waiting 18:13:12 f23df028b6ca: Waiting 18:13:12 d65c8cfc05b1: Waiting 18:13:12 2437ff75d9bd: Waiting 18:13:12 04944245beec: Verifying Checksum 18:13:12 04944245beec: Download complete 18:13:12 765212b225bb: Download complete 18:13:12 f23df028b6ca: Verifying Checksum 18:13:12 f23df028b6ca: Download complete 18:13:12 d65c8cfc05b1: Verifying Checksum 18:13:12 d65c8cfc05b1: Download complete 18:13:12 699f458cf7ca: Verifying Checksum 18:13:12 699f458cf7ca: Download complete 18:13:12 8998bd30e6a1: Verifying Checksum 18:13:12 8998bd30e6a1: Download complete 18:13:15 2437ff75d9bd: Verifying Checksum 18:13:15 2437ff75d9bd: Download complete 18:13:17 8998bd30e6a1: Pull complete 18:13:17 04944245beec: Pull complete 18:13:19 699f458cf7ca: Pull complete 18:13:19 765212b225bb: Pull complete 18:13:20 f23df028b6ca: Pull complete 18:13:20 d65c8cfc05b1: Pull complete 18:13:39 2437ff75d9bd: Pull complete 18:13:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:13:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:13:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:13:39 prd-ubuntu20.04-docker-arm64-4c-16g-16706 does not seem to be running inside a container 18:13:39 $ 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/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:13:42 $ docker top ac7e2a0f6f67a68d0dac7d1889318f70854408c26605d030825b535165c52ba4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:13:43 ---> job-cost.sh 18:13:43 lf-activate-venv: SKIPPING 18:13:43 INFO: No Stack... 18:13:44 INFO: Retrieving Pricing Info for: v3-standard-4 18:13:45 INFO: Archiving Costs [Pipeline] sh 18:13:45 + + cut -d, -f6 18:13:45 cat /w/workspace/edgex-go/250/archives/cost.csv [Pipeline] lock 18:13:45 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-250-stack-cost] 18:13:45 Resource [jenkins-edgexfoundry-edgex-go-main-250-stack-cost] did not exist. Created. 18:13:45 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-250-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:13:46 + echo total: 0.10999999940395355 [Pipeline] stash 18:13:47 Stashed 1 file(s) [Pipeline] } 18:13:47 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-250-stack-cost] [Pipeline] // lock [Pipeline] } 18:13:47 $ docker stop --time=1 ac7e2a0f6f67a68d0dac7d1889318f70854408c26605d030825b535165c52ba4 18:13:48 $ docker rm -f ac7e2a0f6f67a68d0dac7d1889318f70854408c26605d030825b535165c52ba4 [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:13:49 provisioning config files... 18:13:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/250@tmp/config1224747507957474901tmp [Pipeline] { [Pipeline] sh 18:13:49 + set +x 18:13:49 + bash -s -- 18:13:49 + curl -s https://codecov.io/bash 18:13:49 18:13:49 _____ _ 18:13:49 / ____| | | 18:13:49 | | ___ __| | ___ ___ _____ __ 18:13:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:13:49 | |___| (_) | (_| | __/ (_| (_) \ V / 18:13:49 \_____\___/ \__,_|\___|\___\___/ \_/ 18:13:49 Bash-1.0.6 18:13:49 18:13:49 18:13:49 ==> git version 2.25.1 found 18:13:49 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 18:13:49 Release-Date: 2020-01-08 18:13:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:13:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:13:49 ==> Jenkins CI detected. 18:13:49 current dir:  /w/workspace/edgex-go/250 18:13:49 project root: . 18:13:49 --> token set from env 18:13:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:13:49 ==> Running gcov in . (disable via -X gcov) 18:13:49 ==> Python coveragepy not found 18:13:49 ==> Searching for coverage reports in: 18:13:49 + . 18:13:49 -> Found 1 reports 18:13:49 ==> Detecting git/mercurial file structure 18:13:49 ==> Reading reports 18:13:49 + ./coverage.out bytes=435593 18:13:49 ==> Appending adjustments 18:13:49 https://docs.codecov.io/docs/fixing-reports 18:13:50 + Found adjustments 18:13:51 ==> Gzipping contents 18:13:51 60K /tmp/codecov.0dYsZE.gz 18:13:51 ==> Uploading reports 18:13:51 url: https://codecov.io 18:13:51 query: branch=main&commit=e91acdc2e0a7e5c343260e9133d924b896cb7e93&build=250&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F250%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:13:51 -> Pinging Codecov 18:13:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=e91acdc2e0a7e5c343260e9133d924b896cb7e93&build=250&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F250%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:13:51 -> Uploading to 18:13:51 https://storage.googleapis.com/codecov/v4/raw/2022-07-02/00271124DB129430A58F1EEE437C3FCB/e91acdc2e0a7e5c343260e9133d924b896cb7e93/9147a366-3f57-45e8-8270-7865ebb60d7f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220702%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220702T181351Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=abe0a0fe478553422a6282a9db48a966024db85312d14b669af17c21bb532d33 18:13:51 % Total % Received % Xferd Average Speed Time Time Time Current 18:13:51 Dload Upload Total Spent Left Speed 18:13:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59861 0 0 100 59861 0 248k --:--:-- --:--:-- --:--:-- 248k 18:13:51 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } 18:13:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:13:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:13:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:13:52 18:13:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:13:52 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:13:52 df9b9388f04a: Already exists 18:13:52 52dc419b0ee2: Pulling fs layer 18:13:52 25bc292e5bac: Pulling fs layer 18:13:52 114826534d7a: Pulling fs layer 18:13:52 4657fd5d0bcf: Pulling fs layer 18:13:52 6ad1cebc031e: Pulling fs layer 18:13:52 8a3aa393b2d8: Pulling fs layer 18:13:52 6ad1cebc031e: Waiting 18:13:52 8a3aa393b2d8: Waiting 18:13:52 25bc292e5bac: Verifying Checksum 18:13:52 25bc292e5bac: Download complete 18:13:52 52dc419b0ee2: Verifying Checksum 18:13:52 4657fd5d0bcf: Download complete 18:13:52 52dc419b0ee2: Pull complete 18:13:52 6ad1cebc031e: Verifying Checksum 18:13:52 6ad1cebc031e: Download complete 18:13:52 25bc292e5bac: Pull complete 18:13:53 114826534d7a: Verifying Checksum 18:13:53 114826534d7a: Download complete 18:13:53 8a3aa393b2d8: Verifying Checksum 18:13:53 8a3aa393b2d8: Download complete 18:13:56 114826534d7a: Pull complete 18:13:56 4657fd5d0bcf: Pull complete 18:13:57 6ad1cebc031e: Pull complete 18:14:00 8a3aa393b2d8: Pull complete 18:14:00 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:14:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:14:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:00 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 18:14:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:14:02 $ docker top 1c1009273155780da4a0c6f3d24e8bfc14b2ad8b97ea39a075cf571399c593e2 -eo pid,comm [Pipeline] { [Pipeline] echo 18:14:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 18:14:02 + set -o pipefail 18:14:02 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 18:14:08 18:14:08 Monitoring /w/workspace/edgex-go/250 (github.com/edgexfoundry/edgex-go)... 18:14:08 18:14:08 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/ff647151-8bd1-4a1f-82ed-0f90b61c8629 18:14:08 18:14:08 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:14:08 18:14:08 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:14:08 18:14:08 18:14:08 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 18:14:08 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:14:08 $ docker stop --time=1 1c1009273155780da4a0c6f3d24e8bfc14b2ad8b97ea39a075cf571399c593e2 18:14:10 $ docker rm -f 1c1009273155780da4a0c6f3d24e8bfc14b2ad8b97ea39a075cf571399c593e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:14:10 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:14:10 provisioning config files... 18:14:10 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/250@tmp/config6244552427879177505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:14:11 --> edgex-publish-swagger.sh 18:14:11 === Publish openapi/v2 API === 18:14:11 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:14:11 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/250/openapi/v2/core-command.yaml] 18:14:11 % Total % Received % Xferd Average Speed Time Time Time Current 18:14:11 Dload Upload Total Spent Left Speed 18:14:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 36182 --:--:-- --:--:-- --:--:-- 36144 100 33831 0 0 100 33831 0 36182 --:--:-- --:--:-- --:--:-- 36144 18:14:12 18:14:12 18:14:12 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/250/openapi/v2/core-data.yaml] 18:14:12 % Total % Received % Xferd Average Speed Time Time Time Current 18:14:12 Dload Upload Total Spent Left Speed 18:14:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 76174 --:--:-- --:--:-- --:--:-- 76093 100 71604 0 0 100 71604 0 76093 --:--:-- --:--:-- --:--:-- 76093 18:14:13 18:14:13 18:14:13 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/250/openapi/v2/core-metadata.yaml] 18:14:13 % Total % Received % Xferd Average Speed Time Time Time Current 18:14:13 Dload Upload Total Spent Left Speed 18:14:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 149k --:--:-- --:--:-- --:--:-- 149k 100 141k 0 0 100 141k 0 149k --:--:-- --:--:-- --:--:-- 149k 18:14:13 18:14:13 18:14:13 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/250/openapi/v2/support-notifications.yaml] 18:14:13 % Total % Received % Xferd Average Speed Time Time Time Current 18:14:13 Dload Upload Total Spent Left Speed 18:14:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 74061 0:00:01 0:00:01 --:--:-- 74061 100 89318 0 0 100 89318 0 59744 0:00:01 0:00:01 --:--:-- 59744 18:14:15 18:14:15 18:14:15 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/250/openapi/v2/support-scheduler.yaml] 18:14:15 % Total % Received % Xferd Average Speed Time Time Time Current 18:14:15 Dload Upload Total Spent Left Speed 18:14:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 189k --:--:-- --:--:-- --:--:-- 188k 100 39556 0 0 100 39556 0 41813 --:--:-- --:--:-- --:--:-- 41769 18:14:16 18:14:16 18:14:16 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/250/openapi/v2/system-agent.yaml] 18:14:16 % Total % Received % Xferd Average Speed Time Time Time Current 18:14:16 Dload Upload Total Spent Left Speed 18:14:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 98485 --:--:-- --:--:-- --:--:-- 98004 100 20091 0 0 100 20091 0 23280 --:--:-- --:--:-- --:--:-- 23253 18:14:17 18:14:17 [Pipeline] } 18:14:17 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:14:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:14:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:17 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 18:14:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:14:18 $ docker top 3fb4d07a6af4f4fba976c26677592201e5b512a4720d4d4244fb5118f7c36e70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:14:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:18 [ssh-agent] Looking for ssh-agent implementation... 18:14:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:18 $ docker exec 3fb4d07a6af4f4fba976c26677592201e5b512a4720d4d4244fb5118f7c36e70 ssh-agent 18:14:18 SSH_AUTH_SOCK=/tmp/ssh-NT8LG69bsdrF/agent.32 18:14:18 SSH_AGENT_PID=38 18:14:18 Running ssh-add (command line suppressed) 18:14:18 Identity added: /w/workspace/edgex-go/250@tmp/private_key_3022811279158258740.key (/w/workspace/edgex-go/250@tmp/private_key_3022811279158258740.key) 18:14:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:19 + git semver tag 18:14:19 2022-07-02 18:14:19,403 [run_tag] DEBUG tag force:False 18:14:19 2022-07-02 18:14:19,403 [check_head_tag] DEBUG check head tag 18:14:19 2022-07-02 18:14:19,404 [execute] INFO git cat-file --batch-check 18:14:19 2022-07-02 18:14:19,405 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/250, universal_newlines=False, shell=None, istream=) 18:14:19 2022-07-02 18:14:19,409 [execute] INFO git cat-file --batch 18:14:19 2022-07-02 18:14:19,409 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/250, universal_newlines=False, shell=None, istream=) 18:14:19 2022-07-02 18:14:19,424 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main 18:14:19 2022-07-02 18:14:19,424 [execute] INFO git tag -a v2.2.1-dev.19 -m v2.2.1-dev.19 18:14:19 2022-07-02 18:14:19,425 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.19', '-m', 'v2.2.1-dev.19'], cwd=/w/workspace/edgex-go/250, universal_newlines=False, shell=None, istream=None) 18:14:19 2022-07-02 18:14:19,430 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main 18:14:19 2.2.1-dev.19 [Pipeline] } 18:14:19 $ docker exec --env ******** --env ******** 3fb4d07a6af4f4fba976c26677592201e5b512a4720d4d4244fb5118f7c36e70 ssh-agent -k 18:14:19 unset SSH_AUTH_SOCK; 18:14:19 unset SSH_AGENT_PID; 18:14:19 echo Agent pid 38 killed; 18:14:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:14:19 + git semver [Pipeline] } 18:14:20 $ docker stop --time=1 3fb4d07a6af4f4fba976c26677592201e5b512a4720d4d4244fb5118f7c36e70 18:14:21 $ docker rm -f 3fb4d07a6af4f4fba976c26677592201e5b512a4720d4d4244fb5118f7c36e70 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:14:21 18:14:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:14:22 0.23.1-centos7: Pulling from edgex-lftools 18:14:22 ab5ef0e58194: Pulling fs layer 18:14:22 9712f1f96733: Pulling fs layer 18:14:22 63f879dbbcfc: Pulling fs layer 18:14:22 0d9ebad4ef96: Pulling fs layer 18:14:22 e9a5061849ea: Pulling fs layer 18:14:22 d747dcd14b5f: Pulling fs layer 18:14:22 2de7ff778b66: Pulling fs layer 18:14:22 0d9ebad4ef96: Waiting 18:14:22 e9a5061849ea: Waiting 18:14:22 d747dcd14b5f: Waiting 18:14:22 9712f1f96733: Verifying Checksum 18:14:22 9712f1f96733: Download complete 18:14:22 63f879dbbcfc: Download complete 18:14:22 e9a5061849ea: Verifying Checksum 18:14:22 e9a5061849ea: Download complete 18:14:22 d747dcd14b5f: Download complete 18:14:22 ab5ef0e58194: Verifying Checksum 18:14:22 ab5ef0e58194: Download complete 18:14:22 0d9ebad4ef96: Verifying Checksum 18:14:22 0d9ebad4ef96: Download complete 18:14:22 2de7ff778b66: Verifying Checksum 18:14:22 2de7ff778b66: Download complete 18:14:26 ab5ef0e58194: Pull complete 18:14:26 9712f1f96733: Pull complete 18:14:26 63f879dbbcfc: Pull complete 18:14:30 0d9ebad4ef96: Pull complete 18:14:30 e9a5061849ea: Pull complete 18:14:30 d747dcd14b5f: Pull complete 18:14:31 2de7ff778b66: Pull complete 18:14:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:14:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:14:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:31 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 18:14:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:14:33 $ docker top 1b75815f56c627f14d98bccd0e939ff65683ad7120ff806710d099f84ed53ea6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:14:33 provisioning config files... 18:14:33 copy managed file [sigul-config] to file:/w/workspace/edgex-go/250@tmp/config5548499586717465845tmp 18:14:33 copy managed file [sigul-password] to file:/w/workspace/edgex-go/250@tmp/config6990878020427977866tmp 18:14:33 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/250@tmp/config58821019811746395tmp [Pipeline] { [Pipeline] echo 18:14:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:14:33 ---> sigul-configuration.sh 18:14:33 gpg: directory `/root/.gnupg' created 18:14:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:14:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:14:33 gpg: keyring `/root/.gnupg/secring.gpg' created 18:14:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:14:33 gpg: CAST5 encrypted data 18:14:33 gpg: encrypted with 1 passphrase 18:14:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:14:34 + mkdir /home/jenkins 18:14:34 + mkdir /home/jenkins/sigul [Pipeline] sh 18:14:34 + 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:14:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:14:34 ---> sigul-install.sh 18:14:34 Sigul already installed; skipping installation. [Pipeline] sh 18:14:34 + git tag --list 18:14:34 0.6.0 18:14:34 0.6.1 18:14:34 0.7.0 18:14:34 0.7.1 18:14:34 v1.0.0 18:14:34 v1.0.1 18:14:34 v1.1.0 18:14:34 v1.2.0 18:14:34 v1.2.1 18:14:34 v1.3.0 18:14:34 v1.3.1 18:14:34 v2.0.0 18:14:34 v2.1.0 18:14:34 v2.1.1 18:14:34 v2.1.1-dev.1 18:14:34 v2.1.1-dev.2 18:14:34 v2.1.1-dev.3 18:14:34 v2.1.1-dev.4 18:14:34 v2.1.1-dev.5 18:14:34 v2.1.1-dev.6 18:14:34 v2.1.1-dev.7 18:14:34 v2.1.1-dev.8 18:14:34 v2.2.0 18:14:34 v2.2.1-dev.1 18:14:34 v2.2.1-dev.10 18:14:34 v2.2.1-dev.11 18:14:34 v2.2.1-dev.12 18:14:34 v2.2.1-dev.13 18:14:34 v2.2.1-dev.14 18:14:34 v2.2.1-dev.15 18:14:34 v2.2.1-dev.16 18:14:34 v2.2.1-dev.17 18:14:34 v2.2.1-dev.18 18:14:34 v2.2.1-dev.19 18:14:34 v2.2.1-dev.2 18:14:34 v2.2.1-dev.3 18:14:34 v2.2.1-dev.4 18:14:34 v2.2.1-dev.5 18:14:34 v2.2.1-dev.6 18:14:34 v2.2.1-dev.7 18:14:34 v2.2.1-dev.8 18:14:34 v2.2.1-dev.9 [Pipeline] sh 18:14:35 + lftools sign git-tag v2.2.1-dev.19 18:14:35 Signing Git tag with Sigul... 18:14:35 Signing v2.2.1-dev.19 [Pipeline] echo 18:14:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:14:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:14:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:14:36 $ docker stop --time=1 1b75815f56c627f14d98bccd0e939ff65683ad7120ff806710d099f84ed53ea6 18:14:37 $ docker rm -f 1b75815f56c627f14d98bccd0e939ff65683ad7120ff806710d099f84ed53ea6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:14:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:14:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:38 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 18:14:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:14:39 $ docker top 18b21fe1735b0f603c7252c92618fc517f001fe34adaaa75fa771306498c4d3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:14:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:39 [ssh-agent] Looking for ssh-agent implementation... 18:14:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:39 $ docker exec 18b21fe1735b0f603c7252c92618fc517f001fe34adaaa75fa771306498c4d3f ssh-agent 18:14:39 SSH_AUTH_SOCK=/tmp/ssh-5Wc57rknQovR/agent.33 18:14:39 SSH_AGENT_PID=39 18:14:39 Running ssh-add (command line suppressed) 18:14:39 Identity added: /w/workspace/edgex-go/250@tmp/private_key_8377087346348210218.key (/w/workspace/edgex-go/250@tmp/private_key_8377087346348210218.key) 18:14:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:39 + git semver bump pre 18:14:40 2022-07-02 18:14:39,980 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main 18:14:40 2022-07-02 18:14:39,981 [bump_version] DEBUG bumping version:2.2.1-dev.19 on axis:pre with prefix:dev 18:14:40 2022-07-02 18:14:39,981 [bump_version] DEBUG bumped version:2.2.1-dev.20 18:14:40 2022-07-02 18:14:39,981 [write_version] DEBUG write version:2.2.1-dev.20 to path:/w/workspace/edgex-go/250/.semver/main with force:True 18:14:40 2022-07-02 18:14:39,981 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main 18:14:40 2022-07-02 18:14:39,981 [write_file] DEBUG write to file:/w/workspace/edgex-go/250/.semver/main 18:14:40 2022-07-02 18:14:39,984 [execute] INFO git cat-file --batch-check 18:14:40 2022-07-02 18:14:39,984 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=False, shell=None, istream=) 18:14:40 2022-07-02 18:14:39,990 [execute] INFO git cat-file --batch 18:14:40 2022-07-02 18:14:39,990 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=False, shell=None, istream=) 18:14:40 2022-07-02 18:14:39,996 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main 18:14:40 2.2.1-dev.20 [Pipeline] } 18:14:40 $ docker exec --env ******** --env ******** 18b21fe1735b0f603c7252c92618fc517f001fe34adaaa75fa771306498c4d3f ssh-agent -k 18:14:40 unset SSH_AUTH_SOCK; 18:14:40 unset SSH_AGENT_PID; 18:14:40 echo Agent pid 39 killed; 18:14:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:14:40 + git semver [Pipeline] } 18:14:40 $ docker stop --time=1 18b21fe1735b0f603c7252c92618fc517f001fe34adaaa75fa771306498c4d3f 18:14:42 $ docker rm -f 18b21fe1735b0f603c7252c92618fc517f001fe34adaaa75fa771306498c4d3f [Pipeline] // withDockerContainer [Pipeline] sh 18:14:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:14:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:42 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 18:14:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:14:43 $ docker top 997c7b7f24384fbf36a71e8edfaf315753fef59577e970df818fc7e5df7c5718 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:14:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:43 [ssh-agent] Looking for ssh-agent implementation... 18:14:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:43 $ docker exec 997c7b7f24384fbf36a71e8edfaf315753fef59577e970df818fc7e5df7c5718 ssh-agent 18:14:43 SSH_AUTH_SOCK=/tmp/ssh-QClW7nQKpQPU/agent.34 18:14:43 SSH_AGENT_PID=40 18:14:43 Running ssh-add (command line suppressed) 18:14:43 Identity added: /w/workspace/edgex-go/250@tmp/private_key_5499467637183089837.key (/w/workspace/edgex-go/250@tmp/private_key_5499467637183089837.key) 18:14:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:44 + git semver push 18:14:44 2022-07-02 18:14:44,305 [run_push] DEBUG push 18:14:44 2022-07-02 18:14:44,306 [execute] INFO git cat-file --batch-check 18:14:44 2022-07-02 18:14:44,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=False, shell=None, istream=) 18:14:44 2022-07-02 18:14:44,310 [execute] INFO git rev-list cbf294c87b21751d6b9b419045980c3d50781f76 -- 18:14:44 2022-07-02 18:14:44,310 [execute] DEBUG Popen(['git', 'rev-list', 'cbf294c87b21751d6b9b419045980c3d50781f76', '--'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=False, shell=None, istream=None) 18:14:44 2022-07-02 18:14:44,322 [execute] INFO git fetch -v origin 18:14:44 2022-07-02 18:14:44,323 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=True, shell=None, istream=None) 18:14:44 2022-07-02 18:14:44,791 [run_push] DEBUG no remote changes detected 18:14:44 2022-07-02 18:14:44,792 [execute] INFO git push origin semver 18:14:44 2022-07-02 18:14:44,792 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=False, shell=None, istream=None) 18:14:45 2022-07-02 18:14:45,484 [run_push] DEBUG push all version tags 18:14:45 2022-07-02 18:14:45,485 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:14:45 2022-07-02 18:14:45,485 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/250, universal_newlines=False, shell=None, istream=None) 18:14:46 2022-07-02 18:14:46,156 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main 18:14:46 2.2.1-dev.20 [Pipeline] } 18:14:46 $ docker exec --env ******** --env ******** 997c7b7f24384fbf36a71e8edfaf315753fef59577e970df818fc7e5df7c5718 ssh-agent -k 18:14:46 unset SSH_AUTH_SOCK; 18:14:46 unset SSH_AGENT_PID; 18:14:46 echo Agent pid 40 killed; 18:14:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:14:46 + git semver [Pipeline] } 18:14:47 $ docker stop --time=1 997c7b7f24384fbf36a71e8edfaf315753fef59577e970df818fc7e5df7c5718 18:14:48 $ docker rm -f 997c7b7f24384fbf36a71e8edfaf315753fef59577e970df818fc7e5df7c5718 [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:14:49 + [ -d /w/workspace/edgex-go/250/archives ] [Pipeline] libraryResource [Pipeline] sh 18:14:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:14:50 ---> package-listing.sh 18:14:50 ++ facter osfamily 18:14:50 ++ tr '[:upper:]' '[:lower:]' 18:14:50 + OS_FAMILY=debian 18:14:50 + workspace=/w/workspace/edgex-go/250 18:14:50 + START_PACKAGES=/tmp/packages_start.txt 18:14:50 + END_PACKAGES=/tmp/packages_end.txt 18:14:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:14:50 + PACKAGES=/tmp/packages_start.txt 18:14:50 + '[' /w/workspace/edgex-go/250 ']' 18:14:50 + PACKAGES=/tmp/packages_end.txt 18:14:50 + case "${OS_FAMILY}" in 18:14:50 + dpkg -l 18:14:50 + grep '^ii' 18:14:50 + '[' -f /tmp/packages_start.txt ']' 18:14:50 + '[' -f /tmp/packages_end.txt ']' 18:14:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:14:50 + '[' /w/workspace/edgex-go/250 ']' 18:14:50 + mkdir -p /w/workspace/edgex-go/250/archives/ 18:14:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/250/archives/ [Pipeline] echo 18:14:50 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/250/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:14:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:14:51 18:14:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:14:51 latest: Pulling from edgex-lftools-log-publisher 18:14:51 5eb5b503b376: Pulling fs layer 18:14:51 5c69ac0246d0: Pulling fs layer 18:14:51 ec43610c2a17: Pulling fs layer 18:14:51 3a2ae6a8a46f: Pulling fs layer 18:14:51 33b1e0a273af: Pulling fs layer 18:14:51 5d3b04190fa2: Pulling fs layer 18:14:51 2f39f015ded8: Pulling fs layer 18:14:51 3a2ae6a8a46f: Waiting 18:14:51 33b1e0a273af: Waiting 18:14:51 5d3b04190fa2: Waiting 18:14:51 2f39f015ded8: Waiting 18:14:51 5c69ac0246d0: Download complete 18:14:51 3a2ae6a8a46f: Verifying Checksum 18:14:51 3a2ae6a8a46f: Download complete 18:14:51 33b1e0a273af: Verifying Checksum 18:14:51 33b1e0a273af: Download complete 18:14:51 ec43610c2a17: Verifying Checksum 18:14:51 ec43610c2a17: Download complete 18:14:51 5d3b04190fa2: Download complete 18:14:51 5eb5b503b376: Download complete 18:14:52 2f39f015ded8: Download complete 18:14:53 5eb5b503b376: Pull complete 18:14:53 5c69ac0246d0: Pull complete 18:14:53 ec43610c2a17: Pull complete 18:14:53 3a2ae6a8a46f: Pull complete 18:14:54 33b1e0a273af: Pull complete 18:14:54 5d3b04190fa2: Pull complete 18:14:59 2f39f015ded8: Pull complete 18:14:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:14:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:14:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:59 prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container 18:14:59 $ 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/250/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/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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:15:01 $ docker top e2364bf27212ad411fdcdaedc05b7931253ac74dc28c87668631842b16f889dd -eo pid,comm [Pipeline] { [Pipeline] sh 18:15:01 + touch /tmp/pre-build-complete [Pipeline] sh 18:15:01 + mkdir -p /var/log/sysstat [Pipeline] sh 18:15:02 + ls /var/log/sa-host 18:15:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:15:02 provisioning config files... 18:15:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/250@tmp/config10687686063014546tmp [Pipeline] { [Pipeline] echo 18:15:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:15:02 ---> create-netrc.sh [Pipeline] } 18:15:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:15:02 ---> python-tools-install.sh [Pipeline] echo 18:15:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:15:03 ---> sudo-logs.sh 18:15:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:15:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:15:03 ---> job-cost.sh 18:15:03 lf-activate-venv: SKIPPING 18:15:03 DEBUG: total: 0.10999999940395355 18:15:03 INFO: Retrieving Stack Cost... 18:15:03 INFO: Retrieving Pricing Info for: v3-standard-8 18:15:04 INFO: Archiving Costs [Pipeline] echo 18:15:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:15:04 ---> logs-deploy.sh 18:15:04 lf-activate-venv: SKIPPING 18:15:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/250 18:15:04 INFO: archiving workspace using pattern(s): 18:15:05 Archives upload complete. 18:15:05 INFO: archiving logs to Nexus 18:15:06 ---> uname -a: 18:15:06 Linux prd-ubuntu20-04-docker-8c-8g-16705 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 18:15:06 18:15:06 18:15:06 ---> lscpu: 18:15:06 Architecture: x86_64 18:15:06 CPU op-mode(s): 32-bit, 64-bit 18:15:06 Byte Order: Little Endian 18:15:06 Address sizes: 40 bits physical, 48 bits virtual 18:15:06 CPU(s): 8 18:15:06 On-line CPU(s) list: 0-7 18:15:06 Thread(s) per core: 1 18:15:06 Core(s) per socket: 1 18:15:06 Socket(s): 8 18:15:06 NUMA node(s): 1 18:15:06 Vendor ID: AuthenticAMD 18:15:06 CPU family: 23 18:15:06 Model: 49 18:15:06 Model name: AMD EPYC-Rome Processor 18:15:06 Stepping: 0 18:15:06 CPU MHz: 2799.996 18:15:06 BogoMIPS: 5599.99 18:15:06 Virtualization: AMD-V 18:15:06 Hypervisor vendor: KVM 18:15:06 Virtualization type: full 18:15:06 L1d cache: 256 KiB 18:15:06 L1i cache: 256 KiB 18:15:06 L2 cache: 4 MiB 18:15:06 L3 cache: 128 MiB 18:15:06 NUMA node0 CPU(s): 0-7 18:15:06 Vulnerability Itlb multihit: Not affected 18:15:06 Vulnerability L1tf: Not affected 18:15:06 Vulnerability Mds: Not affected 18:15:06 Vulnerability Meltdown: Not affected 18:15:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:15:06 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:15:06 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:15:06 Vulnerability Srbds: Not affected 18:15:06 Vulnerability Tsx async abort: Not affected 18:15:06 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:15:06 18:15:06 18:15:06 ---> nproc: 18:15:06 8 18:15:06 18:15:06 18:15:06 ---> df -h: 18:15:06 Filesystem Size Used Avail Use% Mounted on 18:15:06 overlay 155G 19G 137G 12% / 18:15:06 tmpfs 64M 0 64M 0% /dev 18:15:06 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:15:06 shm 64M 0 64M 0% /dev/shm 18:15:06 /dev/vda1 155G 19G 137G 12% /facter-os 18:15:06 18:15:06 18:15:06 ---> sar -b -r -n DEV: 18:15:06 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-16705) 07/02/22 _x86_64_ (8 CPU) 18:15:06 18:15:06 17:47:50 LINUX RESTART (8 CPU) 18:15:06 18:15:06 17:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:15:06 17:49:02 380.97 55.96 325.01 0.00 7437.52 196531.16 0.00 18:15:06 17:50:01 129.74 1.41 128.33 0.00 18.17 69321.27 0.00 18:15:06 17:51:01 47.46 0.13 47.33 0.00 1.73 16660.84 0.00 18:15:06 17:52:01 481.95 0.07 481.89 0.00 8.67 359590.87 0.00 18:15:06 17:53:01 1026.81 0.17 1026.65 0.00 6.13 326688.09 0.00 18:15:06 17:54:01 1022.79 0.13 1022.66 0.00 5.46 211448.98 0.00 18:15:06 17:55:01 26.25 0.02 26.23 0.00 1.33 701.35 0.00 18:15:06 17:56:01 5.97 0.00 5.97 0.00 0.00 154.51 0.00 18:15:06 17:57:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 18:15:06 17:58:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 18:15:06 17:59:01 1.43 0.00 1.43 0.00 0.00 19.59 0.00 18:15:06 18:00:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 18:15:06 18:01:01 1.32 0.00 1.32 0.00 0.00 14.26 0.00 18:15:06 18:02:01 0.98 0.00 0.98 0.00 0.00 12.13 0.00 18:15:06 18:03:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 18:15:06 18:04:01 1.38 0.02 1.37 0.00 0.13 16.93 0.00 18:15:06 18:05:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 18:15:06 18:06:01 2.75 1.57 1.18 0.00 49.06 15.60 0.00 18:15:06 18:07:01 1.28 0.00 1.28 0.00 0.00 15.99 0.00 18:15:06 18:08:01 1.42 0.00 1.42 0.00 0.00 17.46 0.00 18:15:06 18:09:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 18:15:06 18:10:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 18:15:06 18:11:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 18:15:06 18:12:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 18:15:06 18:13:01 1.25 0.00 1.25 0.00 0.00 15.33 0.00 18:15:06 18:14:01 40.49 0.07 40.43 0.00 7.87 18726.08 0.00 18:15:06 18:15:01 143.06 0.43 142.63 0.00 15.06 58727.01 0.00 18:15:06 Average: 123.24 2.22 121.02 0.00 279.86 46607.66 0.00 18:15:06 18:15:06 17:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:15:06 17:49:02 28648552 31773804 532396 1.62 115868 3276396 2011192 5.93 1124048 2730048 626984 18:15:06 17:50:01 27539724 31707748 586200 1.78 160956 4174776 2034168 5.99 1628700 3223736 425336 18:15:06 17:51:01 27285672 31731996 560636 1.70 165416 4420616 1982528 5.84 1440776 3640172 330264 18:15:06 17:52:01 22179948 31491896 779728 2.37 178424 9111344 2795004 8.24 2025136 7968968 11812 18:15:06 17:53:01 19873032 31419188 843496 2.57 212536 11203412 3416468 10.07 2525868 9654856 6348 18:15:06 17:54:01 21379848 31758572 524592 1.60 231708 10060476 1844740 5.44 2124356 8622688 1628 18:15:06 17:55:01 21380992 31761268 521852 1.59 232728 10061028 1839604 5.42 2122964 8622856 488 18:15:06 17:56:01 21384832 31764888 518880 1.58 232964 10061064 1831196 5.40 2118312 8622796 180 18:15:06 17:57:01 21385516 31765560 518612 1.58 232996 10061072 1847804 5.45 2118284 8622804 228 18:15:06 17:58:01 21394360 31774548 509592 1.55 233032 10061200 1847804 5.45 2109320 8622924 184 18:15:06 17:59:01 21394396 31774720 509932 1.55 233072 10061180 1847804 5.45 2109740 8623028 12 18:15:06 18:00:01 21396372 31776732 507884 1.54 233084 10061188 1847804 5.45 2107772 8623032 208 18:15:06 18:01:01 21396324 31776700 507888 1.54 233100 10061188 1847804 5.45 2107768 8623036 12 18:15:06 18:02:01 21396492 31776884 507864 1.54 233112 10061192 1847804 5.45 2107536 8623040 204 18:15:06 18:03:01 21396728 31777196 507580 1.54 233132 10061192 1847804 5.45 2107524 8623092 8 18:15:06 18:04:01 21396412 31776948 507816 1.54 233156 10061188 1864232 5.49 2108020 8623104 156 18:15:06 18:05:01 21395852 31776436 508236 1.55 233184 10061200 1864232 5.49 2107808 8623108 44 18:15:06 18:06:01 21392452 31775524 508952 1.55 233212 10062672 1864232 5.49 2113400 8622640 212 18:15:06 18:07:01 21392072 31775204 509168 1.55 233228 10062676 1864232 5.49 2112556 8622628 20 18:15:06 18:08:01 21391708 31774848 509428 1.55 233260 10062672 1864232 5.49 2112620 8622628 184 18:15:06 18:09:01 21392160 31775352 509032 1.55 233292 10062684 1864232 5.49 2112952 8622636 28 18:15:06 18:10:01 21391820 31775076 509236 1.55 233324 10062688 1864232 5.49 2112956 8622640 284 18:15:06 18:11:01 21391804 31775080 509232 1.55 233348 10062684 1864232 5.49 2113184 8622640 16 18:15:06 18:12:01 21391736 31775052 509416 1.55 233376 10062692 1864232 5.49 2113172 8622644 300 18:15:06 18:13:01 21391712 31775032 509368 1.55 233404 10062692 1864232 5.49 2112784 8622648 32 18:15:06 18:14:01 20615388 31742560 538972 1.64 244268 10760832 2029536 5.98 2153688 9320808 202028 18:15:06 18:15:01 19361004 31729384 548412 1.67 297856 11817816 2172428 6.40 2277732 10315796 568 18:15:06 Average: 21975441 31742896 541274 1.65 223594 9481475 1982734 5.84 2052925 8122629 59547 18:15:06 18:15:06 17:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:15:06 17:49:02 lo 5.60 5.60 0.54 0.54 0.00 0.00 0.00 0.00 18:15:06 17:49:02 ens3 1594.75 1475.11 12709.62 189.96 0.00 0.00 0.00 0.00 18:15:06 17:49:02 docker0 461.41 377.16 34.49 2712.90 0.00 0.00 0.00 0.00 18:15:06 17:50:01 vethf5128f4 0.71 0.90 0.06 0.08 0.00 0.00 0.00 0.00 18:15:06 17:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 17:50:01 ens3 190.88 165.48 1052.90 78.89 0.00 0.00 0.00 0.00 18:15:06 17:50:01 docker0 98.61 120.22 8.12 1014.19 0.00 0.00 0.00 0.00 18:15:06 17:51:01 vethf5128f4 0.80 0.82 0.06 0.06 0.00 0.00 0.00 0.00 18:15:06 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 17:51:01 ens3 36.41 20.00 30.83 10.85 0.00 0.00 0.00 0.00 18:15:06 17:51:01 docker0 0.80 0.80 0.05 0.06 0.00 0.00 0.00 0.00 18:15:06 17:52:01 veth34d252b 0.03 0.18 0.00 0.01 0.00 0.00 0.00 0.00 18:15:06 17:52:01 lo 1.53 1.53 0.14 0.14 0.00 0.00 0.00 0.00 18:15:06 17:52:01 vethd119b5b 0.03 0.18 0.00 0.01 0.00 0.00 0.00 0.00 18:15:06 17:52:01 vetheb5dbb6 0.00 1.27 0.00 0.07 0.00 0.00 0.00 0.00 18:15:06 17:52:01 ens3 200.08 141.38 1942.52 81.45 0.00 0.00 0.00 0.00 18:15:06 17:52:01 veth988865c 0.03 0.17 0.00 0.01 0.00 0.00 0.00 0.00 18:15:06 17:52:01 docker0 40.19 55.87 2.32 190.91 0.00 0.00 0.00 0.00 18:15:06 17:53:01 veth586b51e 0.05 0.25 0.00 0.02 0.00 0.00 0.00 0.00 18:15:06 17:53:01 vetha266daf 0.00 0.23 0.00 0.02 0.00 0.00 0.00 0.00 18:15:06 17:53:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 18:15:06 17:53:01 vethe18a90e 0.02 0.17 0.00 0.01 0.00 0.00 0.00 0.00 18:15:06 17:53:01 vetheb5dbb6 0.00 0.50 0.00 0.03 0.00 0.00 0.00 0.00 18:15:06 17:53:01 ens3 230.18 161.91 1950.58 87.53 0.00 0.00 0.00 0.00 18:15:06 17:53:01 vethb9a256f 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 18:15:06 17:53:01 docker0 74.14 105.08 4.70 768.50 0.00 0.00 0.00 0.00 18:15:06 17:54:01 lo 16.66 16.66 1.64 1.64 0.00 0.00 0.00 0.00 18:15:06 17:54:01 ens3 278.42 243.70 487.19 579.62 0.00 0.00 0.00 0.00 18:15:06 17:54:01 docker0 48.40 65.19 2.88 375.83 0.00 0.00 0.00 0.00 18:15:06 17:55:01 lo 39.86 39.86 3.93 3.93 0.00 0.00 0.00 0.00 18:15:06 17:55:01 ens3 450.77 456.47 211.15 2445.44 0.00 0.00 0.00 0.00 18:15:06 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 17:56:01 lo 8.40 8.40 0.82 0.82 0.00 0.00 0.00 0.00 18:15:06 17:56:01 ens3 103.12 103.62 43.12 533.12 0.00 0.00 0.00 0.00 18:15:06 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 17:57:01 ens3 0.50 0.30 0.26 0.20 0.00 0.00 0.00 0.00 18:15:06 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 17:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 17:58:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 17:59:01 ens3 0.80 0.58 3.05 0.10 0.00 0.00 0.00 0.00 18:15:06 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:01:01 ens3 0.17 0.00 0.01 0.00 0.00 0.00 0.00 0.00 18:15:06 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:02:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:03:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:04:01 ens3 1.22 0.82 0.47 0.36 0.00 0.00 0.00 0.00 18:15:06 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:05:01 ens3 0.15 0.10 0.12 0.01 0.00 0.00 0.00 0.00 18:15:06 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:06:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 18:15:06 18:06:01 ens3 7.13 5.08 5.18 6.04 0.00 0.00 0.00 0.00 18:15:06 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:09:01 ens3 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 18:15:06 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:10:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:11:01 ens3 0.67 0.65 0.38 0.23 0.00 0.00 0.00 0.00 18:15:06 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:15:06 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:14:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 18:15:06 18:14:01 ens3 167.77 81.67 3928.15 11.89 0.00 0.00 0.00 0.00 18:15:06 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:15:06 18:15:01 lo 2.13 2.13 0.22 0.22 0.00 0.00 0.00 0.00 18:15:06 18:15:01 ens3 427.11 284.97 6479.32 158.74 0.00 0.00 0.00 0.00 18:15:06 18:15:01 docker0 40.33 51.56 3.69 692.22 0.00 0.00 0.00 0.00 18:15:06 Average: lo 2.91 2.91 0.28 0.28 0.00 0.00 0.00 0.00 18:15:06 Average: ens3 136.68 116.36 1068.35 155.02 0.00 0.00 0.00 0.00 18:15:06 Average: docker0 28.25 28.68 2.08 212.64 0.00 0.00 0.00 0.00 18:15:06 18:15:06 18:15:06 ---> sar -P ALL: 18:15:06 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-16705) 07/02/22 _x86_64_ (8 CPU) 18:15:06 18:15:06 17:47:50 LINUX RESTART (8 CPU) 18:15:06 18:15:06 17:48:01 CPU %user %nice %system %iowait %steal %idle 18:15:06 17:49:02 all 12.81 0.00 4.97 2.17 0.07 79.98 18:15:06 17:49:02 0 14.00 0.00 3.69 0.29 0.07 81.96 18:15:06 17:49:02 1 14.34 0.00 4.70 1.90 0.07 78.99 18:15:06 17:49:02 2 11.93 0.00 5.45 2.84 0.07 79.70 18:15:06 17:49:02 3 17.40 0.00 6.28 1.40 0.07 74.85 18:15:06 17:49:02 4 11.65 0.00 5.29 5.46 0.05 77.55 18:15:06 17:49:02 5 13.79 0.00 5.38 1.38 0.07 79.38 18:15:06 17:49:02 6 9.24 0.00 4.33 0.62 0.07 85.75 18:15:06 17:49:02 7 10.14 0.00 4.66 3.47 0.07 81.66 18:15:06 17:50:01 all 31.16 0.00 6.92 0.81 0.07 61.04 18:15:06 17:50:01 0 31.94 0.00 6.89 0.33 0.07 60.78 18:15:06 17:50:01 1 31.76 0.00 7.15 4.37 0.07 56.65 18:15:06 17:50:01 2 31.64 0.00 8.13 1.31 0.07 58.86 18:15:06 17:50:01 3 30.43 0.00 6.53 0.02 0.07 62.95 18:15:06 17:50:01 4 31.97 0.00 6.65 0.10 0.09 61.19 18:15:06 17:50:01 5 29.48 0.00 6.21 0.03 0.07 64.21 18:15:06 17:50:01 6 31.27 0.00 6.35 0.09 0.07 62.22 18:15:06 17:50:01 7 30.79 0.00 7.43 0.24 0.09 61.46 18:15:06 17:51:01 all 49.36 0.00 6.31 0.14 0.09 44.11 18:15:06 17:51:01 0 49.20 0.00 6.28 0.00 0.08 44.44 18:15:06 17:51:01 1 47.41 0.00 6.11 0.24 0.10 46.15 18:15:06 17:51:01 2 49.07 0.00 6.35 0.02 0.10 44.46 18:15:06 17:51:01 3 50.53 0.00 6.37 0.00 0.08 43.01 18:15:06 17:51:01 4 49.77 0.00 6.22 0.00 0.08 43.92 18:15:06 17:51:01 5 48.84 0.00 6.51 0.81 0.08 43.76 18:15:06 17:51:01 6 49.87 0.00 6.47 0.00 0.08 43.58 18:15:06 17:51:01 7 50.19 0.00 6.13 0.05 0.08 43.55 18:15:06 17:52:01 all 20.79 0.00 13.18 4.08 0.09 61.86 18:15:06 17:52:01 0 22.50 0.00 13.18 1.51 0.09 62.73 18:15:06 17:52:01 1 20.33 0.00 15.16 12.71 0.09 51.71 18:15:06 17:52:01 2 19.93 0.00 14.51 2.78 0.09 62.70 18:15:06 17:52:01 3 20.87 0.00 13.37 0.65 0.09 65.03 18:15:06 17:52:01 4 20.48 0.00 10.07 2.02 0.07 67.37 18:15:06 17:52:01 5 22.35 0.00 14.73 6.35 0.10 56.47 18:15:06 17:52:01 6 22.52 0.00 10.93 0.67 0.09 65.80 18:15:06 17:52:01 7 17.36 0.00 13.52 6.03 0.10 62.99 18:15:06 17:53:01 all 74.98 0.00 15.68 1.81 0.12 7.41 18:15:06 17:53:01 0 73.08 0.00 16.37 0.88 0.12 9.55 18:15:06 17:53:01 1 76.02 0.00 14.39 1.32 0.12 8.16 18:15:06 17:53:01 2 75.34 0.00 15.83 2.87 0.12 5.83 18:15:06 17:53:01 3 73.43 0.00 17.00 2.91 0.12 6.54 18:15:06 17:53:01 4 75.17 0.00 15.62 1.28 0.13 7.79 18:15:06 17:53:01 5 76.08 0.00 15.00 1.57 0.12 7.24 18:15:06 17:53:01 6 75.80 0.00 15.03 1.65 0.12 7.40 18:15:06 17:53:01 7 74.93 0.00 16.18 2.01 0.12 6.75 18:15:06 17:54:01 all 34.48 0.00 10.89 3.60 0.09 50.94 18:15:06 17:54:01 0 34.60 0.00 11.02 2.88 0.08 51.42 18:15:06 17:54:01 1 36.99 0.00 10.35 5.11 0.10 47.46 18:15:06 17:54:01 2 33.04 0.00 10.71 3.53 0.08 52.64 18:15:06 17:54:01 3 33.33 0.00 9.71 2.85 0.10 54.01 18:15:06 17:54:01 4 35.24 0.00 10.73 3.90 0.08 50.05 18:15:06 17:54:01 5 34.76 0.00 10.18 4.46 0.08 50.52 18:15:06 17:54:01 6 33.86 0.00 12.28 3.13 0.08 50.64 18:15:06 17:54:01 7 34.03 0.00 12.14 2.96 0.10 50.77 18:15:06 17:55:01 all 9.58 0.00 1.26 0.12 0.06 88.99 18:15:06 17:55:01 0 11.05 0.00 1.42 0.38 0.05 87.10 18:15:06 17:55:01 1 10.04 0.00 1.24 0.28 0.05 88.39 18:15:06 17:55:01 2 8.65 0.00 1.12 0.02 0.05 90.17 18:15:06 17:55:01 3 13.12 0.00 1.49 0.03 0.08 85.27 18:15:06 17:55:01 4 6.38 0.00 0.95 0.15 0.05 92.47 18:15:06 17:55:01 5 11.14 0.00 1.21 0.00 0.07 87.58 18:15:06 17:55:01 6 9.91 0.00 1.09 0.02 0.05 88.93 18:15:06 17:55:01 7 6.38 0.00 1.53 0.03 0.05 92.01 18:15:06 17:56:01 all 2.19 0.00 0.35 0.02 0.01 97.43 18:15:06 17:56:01 0 3.25 0.00 0.42 0.05 0.00 96.28 18:15:06 17:56:01 1 2.12 0.00 0.38 0.05 0.02 97.43 18:15:06 17:56:01 2 3.27 0.00 0.52 0.00 0.02 96.19 18:15:06 17:56:01 3 0.82 0.00 0.23 0.00 0.00 98.95 18:15:06 17:56:01 4 1.95 0.00 0.28 0.03 0.00 97.73 18:15:06 17:56:01 5 3.03 0.00 0.30 0.00 0.02 96.66 18:15:06 17:56:01 6 1.23 0.00 0.25 0.02 0.02 98.48 18:15:06 17:56:01 7 1.89 0.00 0.40 0.00 0.02 97.69 18:15:06 17:57:01 all 0.01 0.00 0.01 0.01 0.00 99.97 18:15:06 17:57:01 0 0.00 0.00 0.00 0.02 0.00 99.98 18:15:06 17:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 17:57:01 2 0.05 0.00 0.03 0.03 0.00 99.88 18:15:06 17:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:15:06 17:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 17:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 17:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 17:57:01 7 0.03 0.00 0.02 0.00 0.00 99.95 18:15:06 17:58:01 all 0.17 0.00 0.02 0.01 0.00 99.80 18:15:06 17:58:01 0 0.02 0.00 0.00 0.03 0.02 99.93 18:15:06 17:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 17:58:01 2 0.03 0.00 0.10 0.00 0.00 99.87 18:15:06 17:58:01 3 1.21 0.00 0.03 0.00 0.02 98.74 18:15:06 17:58:01 4 0.02 0.00 0.02 0.02 0.00 99.95 18:15:06 17:58:01 5 0.02 0.00 0.02 0.02 0.00 99.95 18:15:06 17:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 17:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 17:59:01 all 0.27 0.00 0.00 0.01 0.00 99.72 18:15:06 17:59:01 0 0.02 0.00 0.00 0.02 0.00 99.97 18:15:06 17:59:01 1 0.03 0.00 0.00 0.00 0.00 99.97 18:15:06 17:59:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:15:06 17:59:01 3 1.99 0.00 0.02 0.00 0.00 98.00 18:15:06 17:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 17:59:01 5 0.02 0.00 0.00 0.03 0.00 99.95 18:15:06 17:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 17:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:15:06 18:15:06 17:59:01 CPU %user %nice %system %iowait %steal %idle 18:15:06 18:00:01 all 0.16 0.00 0.01 0.00 0.00 99.83 18:15:06 18:00:01 0 0.02 0.00 0.00 0.02 0.00 99.97 18:15:06 18:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:15:06 18:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 18:00:01 3 1.08 0.00 0.02 0.00 0.00 98.91 18:15:06 18:00:01 4 0.03 0.00 0.02 0.00 0.00 99.95 18:15:06 18:00:01 5 0.00 0.00 0.00 0.02 0.00 99.98 18:15:06 18:00:01 6 0.05 0.00 0.03 0.00 0.00 99.92 18:15:06 18:00:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 18:01:01 all 0.01 0.00 0.01 0.00 0.00 99.97 18:15:06 18:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 18:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 18:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 18:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 18:15:06 18:01:01 6 0.02 0.00 0.03 0.00 0.02 99.93 18:15:06 18:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 18:02:01 all 0.01 0.00 0.01 0.00 0.00 99.97 18:15:06 18:02:01 0 0.00 0.00 0.02 0.02 0.00 99.97 18:15:06 18:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:15:06 18:02:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:15:06 18:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 18:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 18:02:01 5 0.00 0.00 0.00 0.02 0.00 99.98 18:15:06 18:02:01 6 0.03 0.00 0.03 0.00 0.00 99.93 18:15:06 18:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:03:01 all 0.01 0.00 0.01 0.00 0.00 99.97 18:15:06 18:03:01 0 0.02 0.00 0.00 0.02 0.00 99.97 18:15:06 18:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:03:01 2 0.02 0.00 0.03 0.02 0.00 99.93 18:15:06 18:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:03:01 6 0.05 0.00 0.03 0.00 0.00 99.92 18:15:06 18:03:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:15:06 18:04:01 all 0.02 0.00 0.03 0.00 0.00 99.94 18:15:06 18:04:01 0 0.02 0.00 0.05 0.02 0.00 99.92 18:15:06 18:04:01 1 0.02 0.00 0.05 0.00 0.00 99.93 18:15:06 18:04:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:15:06 18:04:01 3 0.03 0.00 0.00 0.00 0.02 99.95 18:15:06 18:04:01 4 0.02 0.00 0.02 0.00 0.02 99.95 18:15:06 18:04:01 5 0.00 0.00 0.05 0.02 0.00 99.93 18:15:06 18:04:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 18:04:01 7 0.02 0.00 0.05 0.00 0.00 99.93 18:15:06 18:05:01 all 0.01 0.00 0.00 0.01 0.00 99.98 18:15:06 18:05:01 0 0.02 0.00 0.00 0.03 0.00 99.95 18:15:06 18:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:05:01 2 0.00 0.00 0.00 0.02 0.00 99.98 18:15:06 18:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 18:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 18:05:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:15:06 18:05:01 6 0.02 0.00 0.02 0.00 0.02 99.95 18:15:06 18:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:06:01 all 0.20 0.00 0.03 0.01 0.00 99.76 18:15:06 18:06:01 0 0.23 0.00 0.03 0.03 0.00 99.70 18:15:06 18:06:01 1 0.17 0.00 0.03 0.00 0.00 99.80 18:15:06 18:06:01 2 0.12 0.00 0.03 0.03 0.00 99.82 18:15:06 18:06:01 3 0.15 0.00 0.05 0.00 0.00 99.80 18:15:06 18:06:01 4 0.28 0.00 0.03 0.00 0.00 99.68 18:15:06 18:06:01 5 0.38 0.00 0.00 0.02 0.00 99.60 18:15:06 18:06:01 6 0.22 0.00 0.05 0.00 0.00 99.73 18:15:06 18:06:01 7 0.07 0.00 0.02 0.00 0.00 99.92 18:15:06 18:07:01 all 0.01 0.00 0.01 0.00 0.00 99.98 18:15:06 18:07:01 0 0.00 0.00 0.00 0.02 0.00 99.98 18:15:06 18:07:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:15:06 18:07:01 2 0.00 0.00 0.02 0.02 0.00 99.97 18:15:06 18:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:15:06 18:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 18:07:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:15:06 18:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:08:01 all 0.13 0.00 0.01 0.00 0.00 99.85 18:15:06 18:08:01 0 0.02 0.00 0.02 0.02 0.00 99.95 18:15:06 18:08:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:15:06 18:08:01 2 0.02 0.00 0.00 0.02 0.00 99.97 18:15:06 18:08:01 3 0.93 0.00 0.00 0.00 0.00 99.07 18:15:06 18:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 18:15:06 18:08:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 18:09:01 all 0.02 0.00 0.01 0.00 0.00 99.97 18:15:06 18:09:01 0 0.00 0.00 0.00 0.02 0.02 99.97 18:15:06 18:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:15:06 18:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:15:06 18:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 18:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 18:15:06 18:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:09:01 6 0.05 0.00 0.02 0.00 0.00 99.93 18:15:06 18:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 18:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 18:15:06 18:10:01 0 0.03 0.00 0.00 0.02 0.00 99.95 18:15:06 18:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 18:15:06 18:10:01 2 0.02 0.00 0.00 0.02 0.00 99.97 18:15:06 18:10:01 3 0.02 0.00 0.00 0.00 0.02 99.97 18:15:06 18:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:10:01 6 0.00 0.00 0.03 0.00 0.00 99.97 18:15:06 18:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:15:06 18:15:06 18:10:01 CPU %user %nice %system %iowait %steal %idle 18:15:06 18:11:01 all 0.02 0.00 0.01 0.00 0.00 99.96 18:15:06 18:11:01 0 0.00 0.00 0.00 0.02 0.00 99.98 18:15:06 18:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:15:06 18:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:15:06 18:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 18:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 18:15:06 18:11:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:15:06 18:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 18:11:01 7 0.03 0.00 0.02 0.02 0.00 99.93 18:15:06 18:12:01 all 0.02 0.00 0.01 0.00 0.00 99.97 18:15:06 18:12:01 0 0.07 0.00 0.02 0.02 0.00 99.90 18:15:06 18:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:15:06 18:12:01 2 0.03 0.00 0.00 0.02 0.00 99.95 18:15:06 18:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:12:01 5 0.00 0.00 0.00 0.00 0.02 99.98 18:15:06 18:12:01 6 0.02 0.00 0.03 0.00 0.00 99.95 18:15:06 18:12:01 7 0.02 0.00 0.00 0.00 0.02 99.97 18:15:06 18:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 18:15:06 18:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:15:06 18:13:01 2 0.02 0.00 0.02 0.02 0.02 99.93 18:15:06 18:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:15:06 18:13:01 4 0.00 0.00 0.00 0.02 0.00 99.98 18:15:06 18:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:15:06 18:13:01 6 0.00 0.00 0.02 0.00 0.02 99.97 18:15:06 18:13:01 7 0.03 0.00 0.02 0.00 0.00 99.95 18:15:06 18:14:01 all 3.19 0.00 1.34 0.22 0.01 95.23 18:15:06 18:14:01 0 2.89 0.00 1.12 0.15 0.00 95.83 18:15:06 18:14:01 1 4.27 0.00 1.19 0.02 0.02 94.50 18:15:06 18:14:01 2 3.08 0.00 1.49 0.03 0.02 95.37 18:15:06 18:14:01 3 2.54 0.00 1.72 0.00 0.02 95.72 18:15:06 18:14:01 4 3.89 0.00 1.47 1.44 0.02 93.18 18:15:06 18:14:01 5 3.00 0.00 0.79 0.00 0.00 96.22 18:15:06 18:14:01 6 3.13 0.00 1.60 0.00 0.02 95.25 18:15:06 18:14:01 7 2.74 0.00 1.34 0.13 0.02 95.77 18:15:06 18:15:01 all 10.73 0.00 4.26 0.87 0.06 84.08 18:15:06 18:15:01 0 11.40 0.00 4.34 0.98 0.07 83.22 18:15:06 18:15:01 1 10.29 0.00 3.95 0.07 0.07 85.62 18:15:06 18:15:01 2 10.89 0.00 3.95 0.98 0.05 84.13 18:15:06 18:15:01 3 9.98 0.00 4.76 0.07 0.07 85.13 18:15:06 18:15:01 4 10.10 0.00 5.20 3.95 0.05 80.70 18:15:06 18:15:01 5 11.32 0.00 3.74 0.64 0.05 84.24 18:15:06 18:15:01 6 12.11 0.00 3.89 0.07 0.05 83.88 18:15:06 18:15:01 7 9.75 0.00 4.27 0.25 0.05 85.68 18:15:06 Average: all 9.18 0.00 2.39 0.51 0.03 87.89 18:15:06 Average: 0 9.33 0.00 2.37 0.28 0.02 87.99 18:15:06 Average: 1 9.31 0.00 2.37 0.95 0.03 87.35 18:15:06 Average: 2 9.07 0.00 2.50 0.53 0.03 87.87 18:15:06 Average: 3 9.47 0.00 2.48 0.29 0.03 87.74 18:15:06 Average: 4 9.06 0.00 2.29 0.67 0.02 87.95 18:15:06 Average: 5 9.32 0.00 2.34 0.56 0.02 87.75 18:15:06 Average: 6 9.16 0.00 2.29 0.23 0.03 88.29 18:15:06 Average: 7 8.73 0.00 2.48 0.55 0.03 88.22 18:15:06 18:15:06 18:15:06