Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fb67e34980dfa056f4ddb70a50fca33d4f71295e 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-ssh8346497846984777634.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh13480247433225590261.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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh14796979193967733632.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 # timeout=10 Commit message: "Merge pull request #405 from ernestojeda/fix-go-1.18-errors" > 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-ssh16319207200250505319.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-ssh3807290790309557453.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.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/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 ‘prd-centos7-blackbox-4c-2g-17291’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-17292’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-docker-4c-2g-19365’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-docker-4c-2g-19368’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu18.04-docker-8c-8g-19369’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-19370’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-19367’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-19374 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/258 [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/258 # 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 fb67e34980dfa056f4ddb70a50fca33d4f71295e (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 fb67e34980dfa056f4ddb70a50fca33d4f71295e # timeout=10 Commit message: "build: Upgrade to go 1.18 and latest golangci-lint (#4068)" > git rev-list --no-walk fb67e34980dfa056f4ddb70a50fca33d4f71295e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-11T21:51:05.777Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-11T21:51:05.834Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-11T21:51:05.851Z] ========================================================= [2022-07-11T21:51:05.851Z] EdgeX Global Pipelines Version Info [2022-07-11T21:51:05.851Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-11T21:51:06.626Z] ------------------- [2022-07-11T21:51:06.626Z] stable info: [2022-07-11T21:51:06.626Z] ------------------- [2022-07-11T21:51:06.626Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-11T21:51:06.626Z] Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [2022-07-11T21:51:06.626Z] Message: update stable to v1.0.237 [2022-07-11T21:51:07.197Z] ------------------- [2022-07-11T21:51:07.197Z] experimental info: [2022-07-11T21:51:07.197Z] ------------------- [2022-07-11T21:51:07.197Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-07-11T21:51:07.197Z] Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [2022-07-11T21:51:07.197Z] Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-11T21:51:07.406Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-07-11T21:51:07.420Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-07-11T21:51:07.435Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-11T21:51:07.449Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-11T21:51:07.460Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-11T21:51:07.469Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-07-11T21:51:07.476Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-11T21:51:07.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-07-11T21:51:07.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-07-11T21:51:07.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-07-11T21:51:07.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-11T21:51:07.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-11T21:51:07.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-11T21:51:07.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-11T21:51:07.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-11T21:51:07.587Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-11T21:51:07.602Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-11T21:51:07.613Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-11T21:51:07.624Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-07-11T21:51:07.633Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-07-11T21:51:07.641Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-11T21:51:07.654Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-11T21:51:07.667Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-11T21:51:07.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-07-11T21:51:07.688Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-07-11T21:51:07.699Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-07-11T21:51:07.709Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] echo [2022-07-11T21:51:07.720Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb67e34 [Pipeline] echo [2022-07-11T21:51:07.734Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T21:51:07.778Z] provisioning config files... [2022-07-11T21:51:07.791Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config3615841467828754698tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T21:51:08.095Z] ---> docker-login.sh [2022-07-11T21:51:08.095Z] nexus3.edgexfoundry.org:10001 [2022-07-11T21:51:08.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:51:08.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:51:08.355Z] Configure a credential helper to remove this warning. See [2022-07-11T21:51:08.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:51:08.355Z] [2022-07-11T21:51:08.355Z] Login Succeeded [2022-07-11T21:51:08.355Z] nexus3.edgexfoundry.org:10002 [2022-07-11T21:51:08.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:51:08.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:51:08.617Z] Configure a credential helper to remove this warning. See [2022-07-11T21:51:08.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:51:08.617Z] [2022-07-11T21:51:08.617Z] Login Succeeded [2022-07-11T21:51:08.617Z] nexus3.edgexfoundry.org:10003 [2022-07-11T21:51:08.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:51:08.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:51:08.617Z] Configure a credential helper to remove this warning. See [2022-07-11T21:51:08.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:51:08.617Z] [2022-07-11T21:51:08.617Z] Login Succeeded [2022-07-11T21:51:08.617Z] nexus3.edgexfoundry.org:10004 [2022-07-11T21:51:08.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:51:08.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:51:08.877Z] Configure a credential helper to remove this warning. See [2022-07-11T21:51:08.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:51:08.877Z] [2022-07-11T21:51:08.877Z] Login Succeeded [2022-07-11T21:51:08.877Z] docker.io [2022-07-11T21:51:08.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:51:09.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:51:09.451Z] Configure a credential helper to remove this warning. See [2022-07-11T21:51:09.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:51:09.451Z] [2022-07-11T21:51:09.451Z] Login Succeeded [2022-07-11T21:51:09.451Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T21:51:09.460Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-11T21:51:09.777Z] + 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 [2022-07-11T21:51:09.777Z] + dirname cmd/core-command/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo core-command,cmd/core-command/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/core-data/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo core-data,cmd/core-data/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/core-metadata/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/security-proxy-setup/Dockerfile+ [2022-07-11T21:51:09.777Z] cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/security-spire-agent/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/security-spire-config/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/security-spire-server/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/support-notifications/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/support-scheduler/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-07-11T21:51:09.777Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-07-11T21:51:09.777Z] + cut -d/ -f2 [2022-07-11T21:51:09.777Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-07-11T21:51:09.815Z] 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 [2022-07-11T21:51:10.159Z] + git rev-list -1 --merges fb67e34980dfa056f4ddb70a50fca33d4f71295e~1..fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] echo [2022-07-11T21:51:10.179Z] -----------> git rev-list -1 --merges fb67e34980dfa056f4ddb70a50fca33d4f71295e~1..fb67e34980dfa056f4ddb70a50fca33d4f71295e fb67e34980dfa056f4ddb70a50fca33d4f71295e [false] [Pipeline] sh [2022-07-11T21:51:10.474Z] + git log --format=format:%s -1 fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] echo [2022-07-11T21:51:10.492Z] ========================================================= [2022-07-11T21:51:10.492Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-11T21:51:10.492Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-07-11T21:51:10.871Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-11T21:51:10.871Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-11T21:51:10.871Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-11T21:51:10.871Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-11T21:51:10.871Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-11T21:51:10.871Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-11T21:51:10.871Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:51:11.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T21:51:11.232Z] [2022-07-11T21:51:11.232Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:51:11.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T21:51:11.544Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-11T21:51:11.544Z] b85a868b505f: Pulling fs layer [2022-07-11T21:51:11.544Z] e2be974225ed: Pulling fs layer [2022-07-11T21:51:11.544Z] 339a4e72a1f5: Pulling fs layer [2022-07-11T21:51:11.544Z] 988bab9f4d93: Pulling fs layer [2022-07-11T21:51:11.544Z] 1469e6f7b9e6: Pulling fs layer [2022-07-11T21:51:11.544Z] eaf3925da568: Pulling fs layer [2022-07-11T21:51:11.544Z] bab4dde63d76: Pulling fs layer [2022-07-11T21:51:11.544Z] bde34c3a00c8: Pulling fs layer [2022-07-11T21:51:11.544Z] b352a97aabf1: Pulling fs layer [2022-07-11T21:51:11.544Z] 4872d77fe225: Pulling fs layer [2022-07-11T21:51:11.544Z] 5851b861e8e6: Pulling fs layer [2022-07-11T21:51:11.544Z] bde34c3a00c8: Waiting [2022-07-11T21:51:11.544Z] b352a97aabf1: Waiting [2022-07-11T21:51:11.544Z] 4872d77fe225: Waiting [2022-07-11T21:51:11.544Z] 5851b861e8e6: Waiting [2022-07-11T21:51:11.544Z] 988bab9f4d93: Waiting [2022-07-11T21:51:11.544Z] eaf3925da568: Waiting [2022-07-11T21:51:11.544Z] bab4dde63d76: Waiting [2022-07-11T21:51:11.544Z] 1469e6f7b9e6: Waiting [2022-07-11T21:51:11.544Z] e2be974225ed: Download complete [2022-07-11T21:51:11.544Z] 988bab9f4d93: Download complete [2022-07-11T21:51:11.805Z] 1469e6f7b9e6: Verifying Checksum [2022-07-11T21:51:11.805Z] 1469e6f7b9e6: Download complete [2022-07-11T21:51:11.805Z] 339a4e72a1f5: Verifying Checksum [2022-07-11T21:51:11.805Z] 339a4e72a1f5: Download complete [2022-07-11T21:51:11.805Z] eaf3925da568: Verifying Checksum [2022-07-11T21:51:11.805Z] eaf3925da568: Download complete [2022-07-11T21:51:11.805Z] bde34c3a00c8: Verifying Checksum [2022-07-11T21:51:11.805Z] bde34c3a00c8: Download complete [2022-07-11T21:51:11.805Z] b352a97aabf1: Verifying Checksum [2022-07-11T21:51:11.805Z] b352a97aabf1: Download complete [2022-07-11T21:51:11.805Z] 4872d77fe225: Verifying Checksum [2022-07-11T21:51:11.805Z] 4872d77fe225: Download complete [2022-07-11T21:51:11.805Z] 5851b861e8e6: Download complete [2022-07-11T21:51:12.066Z] b85a868b505f: Verifying Checksum [2022-07-11T21:51:12.066Z] b85a868b505f: Download complete [2022-07-11T21:51:12.334Z] bab4dde63d76: Verifying Checksum [2022-07-11T21:51:12.334Z] bab4dde63d76: Download complete [2022-07-11T21:51:13.269Z] b85a868b505f: Pull complete [2022-07-11T21:51:13.269Z] e2be974225ed: Pull complete [2022-07-11T21:51:13.837Z] 339a4e72a1f5: Pull complete [2022-07-11T21:51:13.837Z] 988bab9f4d93: Pull complete [2022-07-11T21:51:14.097Z] 1469e6f7b9e6: Pull complete [2022-07-11T21:51:14.356Z] eaf3925da568: Pull complete [2022-07-11T21:51:16.266Z] bab4dde63d76: Pull complete [2022-07-11T21:51:16.266Z] bde34c3a00c8: Pull complete [2022-07-11T21:51:16.266Z] b352a97aabf1: Pull complete [2022-07-11T21:51:16.266Z] 4872d77fe225: Pull complete [2022-07-11T21:51:16.266Z] 5851b861e8e6: Pull complete [2022-07-11T21:51:16.266Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-11T21:51:16.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T21:51:16.267Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T21:51:16.370Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T21:51:16.420Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-11T21:51:17.984Z] $ docker top efa4341bff41809f353400bd25dde97898bd620e084d5c7521b107d7aa4bb850 -eo pid,comm [2022-07-11T21:51:18.041Z] 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). [2022-07-11T21:51:18.041Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-11T21:51:18.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-11T21:51:18.080Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-11T21:51:18.210Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-11T21:51:18.220Z] $ docker exec efa4341bff41809f353400bd25dde97898bd620e084d5c7521b107d7aa4bb850 ssh-agent [2022-07-11T21:51:18.338Z] SSH_AUTH_SOCK=/tmp/ssh-0j1Lt8l7Knvk/agent.33 [2022-07-11T21:51:18.338Z] SSH_AGENT_PID=39 [2022-07-11T21:51:18.345Z] Running ssh-add (command line suppressed) [2022-07-11T21:51:18.456Z] Identity added: /w/workspace/edgex-go/258@tmp/private_key_1826771345615511954.key (/w/workspace/edgex-go/258@tmp/private_key_1826771345615511954.key) [2022-07-11T21:51:18.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-11T21:51:18.754Z] + git tag --points-at HEAD [Pipeline] } [2022-07-11T21:51:18.775Z] $ docker exec --env ******** --env ******** efa4341bff41809f353400bd25dde97898bd620e084d5c7521b107d7aa4bb850 ssh-agent -k [2022-07-11T21:51:18.893Z] unset SSH_AUTH_SOCK; [2022-07-11T21:51:18.893Z] unset SSH_AGENT_PID; [2022-07-11T21:51:18.893Z] echo Agent pid 39 killed; [2022-07-11T21:51:18.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2022-07-11T21:51:18.916Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.2.1-dev.25' [Pipeline] sshagent [2022-07-11T21:51:18.929Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-11T21:51:18.929Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-11T21:51:19.048Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-11T21:51:19.056Z] $ docker exec efa4341bff41809f353400bd25dde97898bd620e084d5c7521b107d7aa4bb850 ssh-agent [2022-07-11T21:51:19.180Z] SSH_AUTH_SOCK=/tmp/ssh-1FdWwc2c9wbS/agent.73 [2022-07-11T21:51:19.180Z] SSH_AGENT_PID=80 [2022-07-11T21:51:19.185Z] Running ssh-add (command line suppressed) [2022-07-11T21:51:19.302Z] Identity added: /w/workspace/edgex-go/258@tmp/private_key_1628373846736563706.key (/w/workspace/edgex-go/258@tmp/private_key_1628373846736563706.key) [2022-07-11T21:51:19.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-11T21:51:19.601Z] + git semver init [2022-07-11T21:51:19.863Z] 2022-07-11 21:51:19,803 [run_init] DEBUG init version:0.0.0 force:False [2022-07-11T21:51:19.863Z] 2022-07-11 21:51:19,804 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/258/.semver [2022-07-11T21:51:19.863Z] 2022-07-11 21:51:19,804 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/258/.semver [2022-07-11T21:51:19.863Z] 2022-07-11 21:51:19,804 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/258/.semver'], cwd=/w/workspace/edgex-go/258, universal_newlines=False, shell=None, istream=None) [2022-07-11T21:51:24.067Z] 2022-07-11 21:51:23,642 [append_file] DEBUG append to file:/w/workspace/edgex-go/258/.git/info/exclude [2022-07-11T21:51:24.067Z] 2022-07-11 21:51:23,642 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/258/.semver/main with force:False [2022-07-11T21:51:24.067Z] 2022-07-11 21:51:23,643 [read_version] DEBUG read version from /w/workspace/edgex-go/258/.semver/main [2022-07-11T21:51:24.067Z] 2022-07-11 21:51:23,643 [read_version] DEBUG read version from /w/workspace/edgex-go/258/.semver/main [2022-07-11T21:51:24.067Z] 2.2.1-dev.26 [Pipeline] } [2022-07-11T21:51:24.083Z] $ docker exec --env ******** --env ******** efa4341bff41809f353400bd25dde97898bd620e084d5c7521b107d7aa4bb850 ssh-agent -k [2022-07-11T21:51:24.201Z] unset SSH_AUTH_SOCK; [2022-07-11T21:51:24.202Z] unset SSH_AGENT_PID; [2022-07-11T21:51:24.202Z] echo Agent pid 80 killed; [2022-07-11T21:51:24.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-11T21:51:24.518Z] + git semver [Pipeline] } [2022-07-11T21:51:24.798Z] $ docker stop --time=1 efa4341bff41809f353400bd25dde97898bd620e084d5c7521b107d7aa4bb850 [2022-07-11T21:51:26.105Z] $ docker rm -f efa4341bff41809f353400bd25dde97898bd620e084d5c7521b107d7aa4bb850 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T21:51:26.447Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-11T21:51:26.695Z] Stashed 1 file(s) [Pipeline] echo [2022-07-11T21:51:26.697Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.26 [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 [2022-07-11T21:51:26.822Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T21:51:26.830Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T21:51:26.838Z] ========================================================= [2022-07-11T21:51:26.838Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-07-11T21:51:26.838Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-11T21:51:27.124Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-11T21:51:27.124Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-11T21:51:27.124Z] 2408cc74d12b: Pulling fs layer [2022-07-11T21:51:27.124Z] ea60b727a1ce: Pulling fs layer [2022-07-11T21:51:27.124Z] 30c4a7721957: Pulling fs layer [2022-07-11T21:51:27.124Z] 370296b7ddb6: Pulling fs layer [2022-07-11T21:51:27.124Z] 7c6cee850709: Pulling fs layer [2022-07-11T21:51:27.124Z] 39a5fcdaea64: Pulling fs layer [2022-07-11T21:51:27.124Z] d94ebbe4e438: Pulling fs layer [2022-07-11T21:51:27.124Z] bcfd1f05c69d: Pulling fs layer [2022-07-11T21:51:27.124Z] 59ccb84bbe0f: Pulling fs layer [2022-07-11T21:51:27.124Z] bcfd1f05c69d: Waiting [2022-07-11T21:51:27.124Z] 59ccb84bbe0f: Waiting [2022-07-11T21:51:27.124Z] d94ebbe4e438: Waiting [2022-07-11T21:51:27.124Z] 7c6cee850709: Waiting [2022-07-11T21:51:27.124Z] 370296b7ddb6: Waiting [2022-07-11T21:51:27.124Z] 30c4a7721957: Verifying Checksum [2022-07-11T21:51:27.124Z] 30c4a7721957: Download complete [2022-07-11T21:51:27.124Z] ea60b727a1ce: Download complete [2022-07-11T21:51:27.124Z] 7c6cee850709: Verifying Checksum [2022-07-11T21:51:27.124Z] 7c6cee850709: Download complete [2022-07-11T21:51:27.124Z] 39a5fcdaea64: Download complete [2022-07-11T21:51:27.124Z] 2408cc74d12b: Verifying Checksum [2022-07-11T21:51:27.124Z] 2408cc74d12b: Download complete [2022-07-11T21:51:27.124Z] d94ebbe4e438: Download complete [2022-07-11T21:51:27.387Z] 2408cc74d12b: Pull complete [2022-07-11T21:51:27.387Z] ea60b727a1ce: Pull complete [2022-07-11T21:51:27.650Z] 30c4a7721957: Pull complete [2022-07-11T21:51:27.650Z] 59ccb84bbe0f: Verifying Checksum [2022-07-11T21:51:27.650Z] 59ccb84bbe0f: Download complete [2022-07-11T21:51:27.909Z] bcfd1f05c69d: Verifying Checksum [2022-07-11T21:51:27.909Z] bcfd1f05c69d: Download complete [2022-07-11T21:51:27.909Z] 370296b7ddb6: Verifying Checksum [2022-07-11T21:51:27.909Z] 370296b7ddb6: Download complete [2022-07-11T21:51:32.098Z] 370296b7ddb6: Pull complete [2022-07-11T21:51:32.098Z] 7c6cee850709: Pull complete [2022-07-11T21:51:32.098Z] 39a5fcdaea64: Pull complete [2022-07-11T21:51:32.098Z] d94ebbe4e438: Pull complete [2022-07-11T21:51:34.006Z] bcfd1f05c69d: Pull complete [2022-07-11T21:51:34.578Z] 59ccb84bbe0f: Pull complete [2022-07-11T21:51:34.578Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-07-11T21:51:34.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-11T21:51:34.578Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-11T21:51:34.878Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-11T21:51:34.878Z] WORKDIR /edgex [2022-07-11T21:51:34.878Z] COPY go.mod . [2022-07-11T21:51:34.878Z] RUN go mod download [2022-07-11T21:51:34.878Z] + docker build -t ci-base-image-x86_64 -f - . [2022-07-11T21:51:36.257Z] Sending build context to Docker daemon 335.2MB [2022-07-11T21:51:36.257Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-11T21:51:36.257Z] ---> a4fb48ad2a94 [2022-07-11T21:51:36.257Z] Step 2/4 : WORKDIR /edgex [2022-07-11T21:51:38.800Z] ---> Running in 25a7c9ce5719 [2022-07-11T21:51:38.800Z] Removing intermediate container 25a7c9ce5719 [2022-07-11T21:51:38.800Z] ---> 3369b18f8f96 [2022-07-11T21:51:38.800Z] Step 3/4 : COPY go.mod . [2022-07-11T21:51:38.800Z] ---> f6e3038aa69b [2022-07-11T21:51:38.800Z] Step 4/4 : RUN go mod download [2022-07-11T21:51:38.800Z] ---> Running in 59f26539a6e0 [2022-07-11T21:51:41.770Z] Still waiting to schedule task [2022-07-11T21:51:41.771Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-11T21:51:48.815Z] Removing intermediate container 59f26539a6e0 [2022-07-11T21:51:48.815Z] ---> d4f855be9965 [2022-07-11T21:51:48.815Z] Successfully built d4f855be9965 [2022-07-11T21:51:48.815Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:51:49.127Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-11T21:51:49.127Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T21:51:49.209Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T21:51:49.250Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T21:51:49.641Z] $ docker top 0030a13ebc44c3ef80ec45a89da8a50075f29cf45aeb45f0669ab24d2d37acac -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T21:51:49.988Z] + go version [2022-07-11T21:51:49.988Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-07-11T21:51:50.003Z] $ docker stop --time=1 0030a13ebc44c3ef80ec45a89da8a50075f29cf45aeb45f0669ab24d2d37acac [2022-07-11T21:51:51.341Z] $ docker rm -f 0030a13ebc44c3ef80ec45a89da8a50075f29cf45aeb45f0669ab24d2d37acac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:51:51.778Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-11T21:51:51.778Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T21:51:51.879Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T21:51:51.925Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T21:51:52.303Z] $ docker top 7ddd2f6f05e06378527a9096e8c41c7b0912b1bfc033e1e21f28ec0010bfb0ad -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-11T21:51:52.379Z] ========================================================= [2022-07-11T21:51:52.379Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-07-11T21:51:52.379Z] ========================================================= [Pipeline] sh [2022-07-11T21:51:52.660Z] + git config --global --add safe.directory /w/workspace/edgex-go/258 [Pipeline] fileExists [Pipeline] sh [2022-07-11T21:51:52.967Z] + make test [2022-07-11T21:51:52.967Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-11T21:51:59.556Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-07-11T21:52:11.760Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-07-11T21:52:11.760Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-07-11T21:52:11.760Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-07-11T21:52:11.760Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-07-11T21:52:11.760Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-07-11T21:52:12.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-07-11T21:52:12.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-07-11T21:52:12.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-07-11T21:52:12.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-07-11T21:52:12.020Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-07-11T21:52:12.021Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-07-11T21:52:12.021Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-07-11T21:52:12.021Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-07-11T21:52:12.021Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-07-11T21:52:12.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-07-11T21:52:12.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.077s coverage: 28.7% of statements [2022-07-11T21:52:12.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-07-11T21:52:12.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-07-11T21:52:13.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.152s coverage: 98.5% of statements [2022-07-11T21:52:13.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-07-11T21:52:13.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.137s coverage: 54.2% of statements [2022-07-11T21:52:13.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-07-11T21:52:13.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.088s coverage: 89.2% of statements [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.096s coverage: 83.8% of statements [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.456s coverage: 95.6% of statements [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.105s coverage: 72.2% of statements [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.103s coverage: 60.0% of statements [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.053s coverage: 0.9% of statements [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.077s coverage: 29.6% of statements [2022-07-11T21:52:18.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.060s coverage: 79.5% of statements [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2022-07-11T21:52:18.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2022-07-11T21:52:26.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2022-07-11T21:52:26.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2022-07-11T21:52:27.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.185s coverage: 82.5% of statements [2022-07-11T21:52:27.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.024s coverage: 65.1% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 58.8% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.0% of statements [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 85.4% of statements [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.2% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 64.4% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 89.4% of statements [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 65.4% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.188s coverage: 43.8% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 17.7% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.159s coverage: 92.3% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 63.2% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.102s coverage: 97.7% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.046s coverage: 28.9% of statements [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-07-11T21:52:37.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-07-11T21:52:37.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-07-11T21:52:37.188Z] 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 [2022-07-11T21:52:55.282Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-07-11T21:52:55.282Z] GO111MODULE=on go vet ./... [2022-07-11T21:52:56.663Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-11T21:52:56.923Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-11T21:52:56.923Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-11T21:52:57.194Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-11T21:52:57.480Z] + ls -al . [2022-07-11T21:52:57.480Z] total 684 [2022-07-11T21:52:57.480Z] drwxrwxr-x 10 1001 1001 4096 Jul 11 21:51 . [2022-07-11T21:52:57.480Z] drwxr-xr-x 4 root root 4096 Jul 11 21:51 .. [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 11 Jul 11 21:51 .dockerignore [2022-07-11T21:52:57.480Z] drwxrwxr-x 8 1001 1001 4096 Jul 11 21:52 .git [2022-07-11T21:52:57.480Z] drwxrwxr-x 3 1001 1001 4096 Jul 11 21:51 .github [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 1030 Jul 11 21:51 .gitignore [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 42 Jul 11 21:51 .golangci.yml [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 87 Jul 11 21:51 .hadolint.yml [2022-07-11T21:52:57.480Z] drwxr-xr-x 3 1001 1001 4096 Jul 11 21:51 .semver [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 166 Jul 11 21:51 .sonarcloud.properties [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 1171 Jul 11 21:51 ADOPTERS.md [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 10347 Jul 11 21:51 Attribution.txt [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 63209 Jul 11 21:51 CHANGELOG.md [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 3804 Jul 11 21:51 CONTRIBUTING.md [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 677 Jul 11 21:51 GOVERNANCE.md [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 850 Jul 11 21:51 Jenkinsfile [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 10775 Jul 11 21:51 LICENSE [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 10350 Jul 11 21:51 Makefile [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 582 Jul 11 21:51 OWNERS.md [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 9094 Jul 11 21:51 README.md [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 6912 Jul 11 21:51 SECURITY.md [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 12 Jul 11 21:51 VERSION [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 4131 Jul 11 21:51 ZMQWindows.md [2022-07-11T21:52:57.480Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 21:51 bin [2022-07-11T21:52:57.480Z] drwxrwxr-x 18 1001 1001 4096 Jul 11 21:51 cmd [2022-07-11T21:52:57.480Z] -rw-r--r-- 1 root root 435593 Jul 11 21:52 coverage.out [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 3311 Jul 11 21:51 go.mod [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 36231 Jul 11 21:51 go.sum [2022-07-11T21:52:57.480Z] drwxrwxr-x 8 1001 1001 4096 Jul 11 21:51 internal [2022-07-11T21:52:57.480Z] drwxrwxr-x 3 1001 1001 4096 Jul 11 21:51 openapi [2022-07-11T21:52:57.480Z] drwxrwxr-x 4 1001 1001 4096 Jul 11 21:51 snap [2022-07-11T21:52:57.480Z] -rw-rw-r-- 1 1001 1001 204 Jul 11 21:51 version.go [Pipeline] sh [2022-07-11T21:52:57.783Z] + '[' -e coverage.out ] [2022-07-11T21:52:57.783Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-07-11T21:52:57.874Z] Stashed 1 file(s) [Pipeline] sh [2022-07-11T21:52:58.156Z] + make build [2022-07-11T21:52:58.156Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-11T21:53:10.456Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-11T21:53:20.435Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-11T21:53:20.435Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-11T21:53:25.706Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-11T21:53:25.965Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-11T21:53:26.900Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-11T21:53:28.282Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-11T21:53:28.850Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-11T21:53:30.230Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-11T21:53:30.799Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-11T21:53:31.374Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-11T21:53:33.280Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-07-11T21:53:34.235Z] $ docker stop --time=1 7ddd2f6f05e06378527a9096e8c41c7b0912b1bfc033e1e21f28ec0010bfb0ad [2022-07-11T21:53:36.711Z] $ docker rm -f 7ddd2f6f05e06378527a9096e8c41c7b0912b1bfc033e1e21f28ec0010bfb0ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:53:37.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-11T21:53:37.485Z] [2022-07-11T21:53:37.485Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:53:37.784Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-11T21:53:37.784Z] latest: Pulling from edgex-devops/edgex-compose [2022-07-11T21:53:37.784Z] cbdbe7a5bc2a: Pulling fs layer [2022-07-11T21:53:37.784Z] ca9280d653b3: Pulling fs layer [2022-07-11T21:53:37.784Z] 7e9c9ca2126c: Pulling fs layer [2022-07-11T21:53:37.784Z] cbdbe7a5bc2a: Download complete [2022-07-11T21:53:38.043Z] ca9280d653b3: Verifying Checksum [2022-07-11T21:53:38.043Z] ca9280d653b3: Download complete [2022-07-11T21:53:38.043Z] cbdbe7a5bc2a: Pull complete [2022-07-11T21:53:38.302Z] 7e9c9ca2126c: Verifying Checksum [2022-07-11T21:53:38.303Z] 7e9c9ca2126c: Download complete [2022-07-11T21:53:38.303Z] ca9280d653b3: Pull complete [2022-07-11T21:53:41.612Z] 7e9c9ca2126c: Pull complete [2022-07-11T21:53:41.612Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-07-11T21:53:41.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-11T21:53:41.612Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T21:53:41.722Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T21:53:41.764Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T21:53:43.137Z] $ docker top 34a28022632a16c66d6b1fb0ec8c6715503436c5a25db9c1b8a4cc7d784628fa -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T21:53:43.491Z] + + docker-compose build --helpgrep [2022-07-11T21:53:43.491Z] parallel [2022-07-11T21:53:44.063Z] --parallel Build images in parallel. [Pipeline] } [2022-07-11T21:53:44.078Z] $ docker stop --time=1 34a28022632a16c66d6b1fb0ec8c6715503436c5a25db9c1b8a4cc7d784628fa [2022-07-11T21:53:45.346Z] $ docker rm -f 34a28022632a16c66d6b1fb0ec8c6715503436c5a25db9c1b8a4cc7d784628fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:53:45.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-11T21:53:45.739Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T21:53:45.814Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T21:53:45.853Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T21:53:46.210Z] $ docker top b4400740b37dbb7bb996ef8821ffcee9ffab678d4c00bdf0135e093b97646e53 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T21:53:46.568Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-11T21:53:47.136Z] Building core-command ... [2022-07-11T21:53:47.136Z] Building core-data ... [2022-07-11T21:53:47.136Z] Building core-metadata ... [2022-07-11T21:53:47.136Z] Building security-bootstrapper ... [2022-07-11T21:53:47.136Z] Building security-proxy-setup ... [2022-07-11T21:53:47.136Z] Building security-secretstore-setup ... [2022-07-11T21:53:47.136Z] Building security-spiffe-token-provider ... [2022-07-11T21:53:47.136Z] Building security-spire-agent ... [2022-07-11T21:53:47.136Z] Building security-spire-config ... [2022-07-11T21:53:47.136Z] Building security-spire-server ... [2022-07-11T21:53:47.136Z] Building support-notifications ... [2022-07-11T21:53:47.136Z] Building support-scheduler ... [2022-07-11T21:53:47.136Z] Building sys-mgmt-agent ... [2022-07-11T21:53:47.136Z] Building security-bootstrapper [2022-07-11T21:53:47.136Z] Building security-secretstore-setup [2022-07-11T21:53:47.136Z] Building core-data [2022-07-11T21:53:47.136Z] Building security-spire-agent [2022-07-11T21:53:47.136Z] Building support-scheduler [2022-07-11T21:54:02.021Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:54:02.021Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:54:02.021Z] ---> d4f855be9965 [2022-07-11T21:54:02.021Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T21:54:02.021Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:54:02.021Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:54:02.021Z] ---> d4f855be9965 [2022-07-11T21:54:02.021Z] Step 3/22 : WORKDIR /edgex-go [2022-07-11T21:54:02.021Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:54:02.021Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:54:02.021Z] ---> d4f855be9965 [2022-07-11T21:54:02.021Z] Step 3/26 : WORKDIR /edgex-go [2022-07-11T21:54:02.021Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:54:02.021Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:54:02.021Z] ---> d4f855be9965 [2022-07-11T21:54:02.021Z] Step 3/31 : WORKDIR /edgex-go [2022-07-11T21:54:02.021Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:54:02.021Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:54:02.021Z] ---> d4f855be9965 [2022-07-11T21:54:02.021Z] Step 3/25 : WORKDIR /edgex-go [2022-07-11T21:54:05.317Z] ---> Running in fbf4e9a07fc5 [2022-07-11T21:54:05.317Z] ---> Running in d43c6b04218a [2022-07-11T21:54:05.317Z] ---> Running in 82a89026e7c5 [2022-07-11T21:54:05.317Z] ---> Running in d298e02ae9ac [2022-07-11T21:54:05.317Z] ---> Running in 45772d631d8d [2022-07-11T21:54:05.317Z] Removing intermediate container d43c6b04218a [2022-07-11T21:54:05.317Z] ---> 1e7eab61ad8b [2022-07-11T21:54:05.317Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:54:05.317Z] Removing intermediate container fbf4e9a07fc5 [2022-07-11T21:54:05.317Z] ---> d75e37dff9eb [2022-07-11T21:54:05.317Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:54:05.317Z] Removing intermediate container d298e02ae9ac [2022-07-11T21:54:05.317Z] ---> a642ac3fb39c [2022-07-11T21:54:05.317Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:54:05.317Z] Removing intermediate container 82a89026e7c5 [2022-07-11T21:54:05.317Z] ---> 41086876bcd1 [2022-07-11T21:54:05.317Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:54:05.317Z] Removing intermediate container 45772d631d8d [2022-07-11T21:54:05.317Z] ---> 651a824ea2f9 [2022-07-11T21:54:05.317Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:54:05.317Z] ---> Running in a11e12ac587d [2022-07-11T21:54:05.317Z] ---> Running in 608f3d7e3e35 [2022-07-11T21:54:05.317Z] ---> Running in a6aa652a1302 [2022-07-11T21:54:05.317Z] ---> Running in 06c3730f3baf [2022-07-11T21:54:05.317Z] ---> Running in ed60f00300d1 [2022-07-11T21:54:05.885Z] Removing intermediate container a11e12ac587d [2022-07-11T21:54:05.885Z] ---> dae9465c58bb [2022-07-11T21:54:05.885Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-11T21:54:05.885Z] Removing intermediate container 608f3d7e3e35 [2022-07-11T21:54:05.885Z] ---> ac68ff80ded8 [2022-07-11T21:54:05.885Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-11T21:54:05.885Z] ---> Running in 918b056526f6 [2022-07-11T21:54:05.885Z] ---> Running in e71ca109c9ca [2022-07-11T21:54:06.144Z] Removing intermediate container a6aa652a1302 [2022-07-11T21:54:06.144Z] ---> f84453027952 [2022-07-11T21:54:06.144Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-11T21:54:06.404Z] ---> Running in 749dff1a1149 [2022-07-11T21:54:06.663Z] Removing intermediate container ed60f00300d1 [2022-07-11T21:54:06.663Z] ---> b23557dd3f31 [2022-07-11T21:54:06.663Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-11T21:54:06.663Z] Removing intermediate container 06c3730f3baf [2022-07-11T21:54:06.663Z] ---> 1ddb5cdf9d91 [2022-07-11T21:54:06.663Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-11T21:54:06.663Z] ---> Running in e0a6cbd9ff31 [2022-07-11T21:54:06.663Z] ---> Running in a03caab13d97 [2022-07-11T21:54:06.663Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:06.922Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:06.922Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:07.182Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:07.182Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:07.443Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:07.703Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:07.703Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:07.975Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:07.975Z] OK: 211 MiB in 51 packages [2022-07-11T21:54:07.975Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:08.238Z] OK: 211 MiB in 51 packages [2022-07-11T21:54:08.238Z] OK: 211 MiB in 51 packages [2022-07-11T21:54:08.238Z] Removing intermediate container 918b056526f6 [2022-07-11T21:54:08.238Z] ---> eeeccbeb7d6c [2022-07-11T21:54:08.238Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-11T21:54:08.238Z] OK: 211 MiB in 51 packages [2022-07-11T21:54:08.497Z] ---> 4b23ef1fe71c [2022-07-11T21:54:08.497Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:54:08.497Z] ---> Running in 0ff2f623ecb8 [2022-07-11T21:54:08.497Z] Removing intermediate container e0a6cbd9ff31 [2022-07-11T21:54:08.497Z] ---> 30cf790ba93c [2022-07-11T21:54:08.497Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T21:54:08.497Z] Removing intermediate container e71ca109c9ca [2022-07-11T21:54:08.497Z] ---> f66ac55ad469 [2022-07-11T21:54:08.497Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-11T21:54:08.756Z] ---> b15f14414983 [2022-07-11T21:54:08.756Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:54:08.756Z] Removing intermediate container a03caab13d97 [2022-07-11T21:54:08.756Z] ---> 4d103b8df0ca [2022-07-11T21:54:08.756Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-11T21:54:08.756Z] ---> Running in 804fd864e144 [2022-07-11T21:54:08.756Z] ---> 1e59ad81db74 [2022-07-11T21:54:08.756Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:54:08.756Z] ---> Running in 309e528c25cd [2022-07-11T21:54:08.756Z] OK: 211 MiB in 51 packages [2022-07-11T21:54:09.014Z] ---> c7e9365a7432 [2022-07-11T21:54:09.014Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:54:09.014Z] ---> Running in 221b08b23f1d [2022-07-11T21:54:09.275Z] Removing intermediate container 749dff1a1149 [2022-07-11T21:54:09.275Z] ---> f3909aa391fd [2022-07-11T21:54:09.275Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-11T21:54:09.536Z] ---> a87e22a23bb5 [2022-07-11T21:54:09.536Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:54:09.536Z] ---> Running in 012822b6c5d6 [2022-07-11T21:54:19.524Z] Removing intermediate container 309e528c25cd [2022-07-11T21:54:19.524Z] ---> 9bc70d86a8ec [2022-07-11T21:54:19.524Z] Step 8/22 : COPY . . [2022-07-11T21:54:19.524Z] Removing intermediate container 0ff2f623ecb8 [2022-07-11T21:54:19.524Z] ---> 8baaa800d38a [2022-07-11T21:54:19.524Z] Step 8/31 : COPY . . [2022-07-11T21:54:19.524Z] Removing intermediate container 804fd864e144 [2022-07-11T21:54:19.524Z] ---> cd80a126c6eb [2022-07-11T21:54:19.524Z] Step 8/23 : COPY . . [2022-07-11T21:54:19.524Z] Removing intermediate container 221b08b23f1d [2022-07-11T21:54:19.524Z] ---> 761afe0d5b07 [2022-07-11T21:54:19.524Z] Step 8/26 : COPY . . [2022-07-11T21:54:19.524Z] Removing intermediate container 012822b6c5d6 [2022-07-11T21:54:19.525Z] ---> 88f1053eb49c [2022-07-11T21:54:19.525Z] Step 8/25 : COPY . . [2022-07-11T21:54:31.740Z] ---> 2c32e38660a1 [2022-07-11T21:54:31.740Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-11T21:54:31.740Z] ---> 764bb1e9d5c2 [2022-07-11T21:54:31.740Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-11T21:54:31.740Z] ---> 6a907ac04fad [2022-07-11T21:54:31.740Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-11T21:54:31.740Z] ---> 8ebd13ce2699 [2022-07-11T21:54:31.740Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-11T21:54:31.740Z] ---> Running in 9b3e67491480 [2022-07-11T21:54:31.740Z] ---> 04db66e443a1 [2022-07-11T21:54:31.740Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-11T21:54:31.740Z] ---> Running in 192c7412c77d [2022-07-11T21:54:31.740Z] ---> Running in 3c2b3a82fecf [2022-07-11T21:54:31.740Z] ---> Running in 692929031e28 [2022-07-11T21:54:31.740Z] ---> Running in 80155630c2c5 [2022-07-11T21:54:31.740Z] Removing intermediate container 80155630c2c5 [2022-07-11T21:54:31.740Z] ---> 6e04ee8aedb7 [2022-07-11T21:54:31.740Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-11T21:54:31.740Z] ---> Running in ebdc94256f25 [2022-07-11T21:54:31.740Z] Removing intermediate container ebdc94256f25 [2022-07-11T21:54:31.740Z] ---> 4c2c8c0f71bc [2022-07-11T21:54:31.740Z] 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 [2022-07-11T21:54:31.740Z] ---> Running in d940fc9b613b [2022-07-11T21:54:31.740Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-11T21:54:31.740Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-11T21:54:31.740Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-11T21:54:31.740Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-11T21:54:31.999Z] Removing intermediate container d940fc9b613b [2022-07-11T21:54:31.999Z] ---> 1ce148f5a3fc [2022-07-11T21:54:31.999Z] Step 12/26 : WORKDIR /edgex-go [2022-07-11T21:54:31.999Z] ---> Running in a16cfef8faa9 [2022-07-11T21:54:32.257Z] Removing intermediate container a16cfef8faa9 [2022-07-11T21:54:32.257Z] ---> ba13f324026e [2022-07-11T21:54:32.257Z] [2022-07-11T21:54:32.257Z] Step 13/26 : FROM alpine:3.15 [2022-07-11T21:54:32.257Z] 3.15: Pulling from library/alpine [2022-07-11T21:54:32.833Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-11T21:54:32.833Z] Status: Downloaded newer image for alpine:3.15 [2022-07-11T21:54:32.833Z] ---> 0ac33e5f5afa [2022-07-11T21:54:32.833Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T21:54:33.092Z] ---> Running in 82f8450ae1a7 [2022-07-11T21:54:33.092Z] Removing intermediate container 82f8450ae1a7 [2022-07-11T21:54:33.092Z] ---> 198425fceb32 [2022-07-11T21:54:33.092Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:54:33.092Z] ---> Running in cfd4079ebb23 [2022-07-11T21:54:34.026Z] Removing intermediate container cfd4079ebb23 [2022-07-11T21:54:34.026Z] ---> b597c4428808 [2022-07-11T21:54:34.026Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-11T21:54:34.026Z] ---> Running in 8f0c5257f558 [2022-07-11T21:54:34.594Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:34.617Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19386 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-07-11T21:54:34.628Z] Running in /w/workspace/edgex-go/258 [Pipeline] { [Pipeline] checkout [2022-07-11T21:54:34.672Z] The recommended git tool is: git [2022-07-11T21:54:35.527Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:35.785Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-11T21:54:35.785Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-11T21:54:35.785Z] OK: 15861 distinct packages available [2022-07-11T21:54:35.785Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:36.717Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:37.285Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-11T21:54:37.285Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-11T21:54:37.285Z] (3/5) Installing libucontext (1.1-r0) [2022-07-11T21:54:37.544Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-11T21:54:37.544Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-11T21:54:37.544Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T21:54:37.544Z] OK: 6 MiB in 19 packages [2022-07-11T21:54:39.448Z] Removing intermediate container 8f0c5257f558 [2022-07-11T21:54:39.448Z] ---> 7a0c49d574d4 [2022-07-11T21:54:39.448Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-11T21:54:40.781Z] using credential edgex-jenkins-ssh [2022-07-11T21:54:40.800Z] Cloning the remote Git repository [2022-07-11T21:54:40.824Z] ---> 8bc7bc489e24 [2022-07-11T21:54:40.824Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-11T21:54:40.880Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-07-11T21:54:40.986Z] > git init /w/workspace/edgex-go/258 # timeout=10 [2022-07-11T21:54:41.100Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-11T21:54:41.104Z] > git --version # timeout=10 [2022-07-11T21:54:41.130Z] > git --version # 'git version 2.25.1' [2022-07-11T21:54:41.133Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T21:54:41.281Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-11T21:54:43.355Z] ---> 8ee749e5384f [2022-07-11T21:54:43.355Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-11T21:54:43.612Z] ---> b8f49a228f3b [2022-07-11T21:54:43.613Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-11T21:54:44.545Z] ---> efd7206b4260 [2022-07-11T21:54:44.545Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-11T21:54:45.114Z] ---> 46685907e0c1 [2022-07-11T21:54:45.114Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-11T21:54:45.114Z] ---> Running in 023a39bf3740 [2022-07-11T21:54:45.385Z] Removing intermediate container 023a39bf3740 [2022-07-11T21:54:45.385Z] ---> 48d3e7a5ea55 [2022-07-11T21:54:45.385Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-11T21:54:45.643Z] ---> Running in 9d3319c91210 [2022-07-11T21:54:45.914Z] Removing intermediate container 9d3319c91210 [2022-07-11T21:54:45.914Z] ---> a0ea19ebaa85 [2022-07-11T21:54:45.914Z] Step 24/26 : LABEL arch=x86_64 [2022-07-11T21:54:46.173Z] ---> Running in 0691df5c2253 [2022-07-11T21:54:46.743Z] Removing intermediate container 0691df5c2253 [2022-07-11T21:54:46.743Z] ---> 009fbf273f53 [2022-07-11T21:54:46.743Z] Step 25/26 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:54:46.743Z] ---> Running in 8241d8d82b1d [2022-07-11T21:54:47.311Z] Removing intermediate container 8241d8d82b1d [2022-07-11T21:54:47.311Z] ---> 01a5a7d3476b [2022-07-11T21:54:47.311Z] Step 26/26 : LABEL version=2.2.1-dev.26 [2022-07-11T21:54:47.311Z] ---> Running in 0d892047bc59 [2022-07-11T21:54:47.879Z] Removing intermediate container 0d892047bc59 [2022-07-11T21:54:47.879Z] ---> 93be378de976 [2022-07-11T21:54:47.879Z] [2022-07-11T21:54:47.879Z] Successfully built 93be378de976 [2022-07-11T21:54:47.879Z] Successfully tagged security-spire-agent:latest [2022-07-11T21:54:47.879Z]  Building security-spire-agent ... done Building core-command [2022-07-11T21:54:52.071Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:54:52.071Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:54:52.071Z] ---> d4f855be9965 [2022-07-11T21:54:52.071Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T21:54:52.071Z] ---> Using cache [2022-07-11T21:54:52.071Z] ---> 651a824ea2f9 [2022-07-11T21:54:52.071Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:54:52.071Z] ---> Using cache [2022-07-11T21:54:52.071Z] ---> b23557dd3f31 [2022-07-11T21:54:52.071Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-11T21:54:54.603Z] ---> Running in 4e1cdb68d183 [2022-07-11T21:54:55.543Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:56.113Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-11T21:54:56.113Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:54:56.493Z] OK: 211 MiB in 51 packages [2022-07-11T21:54:57.885Z] Removing intermediate container 4e1cdb68d183 [2022-07-11T21:54:57.885Z] ---> d20667a0da26 [2022-07-11T21:54:57.885Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T21:54:58.218Z] ---> 5e536be68a2a [2022-07-11T21:54:58.218Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:54:58.524Z] ---> Running in 0e65b320580c [2022-07-11T21:54:58.840Z] Removing intermediate container 692929031e28 [2022-07-11T21:54:58.840Z] ---> e414efd2a6b4 [2022-07-11T21:54:58.840Z] [2022-07-11T21:54:58.840Z] Step 10/31 : FROM alpine:3.16 [2022-07-11T21:54:59.222Z] 3.16: Pulling from library/alpine [2022-07-11T21:54:59.222Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-11T21:54:59.222Z] Status: Downloaded newer image for alpine:3.16 [2022-07-11T21:54:59.222Z] ---> e66264b98777 [2022-07-11T21:54:59.222Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-11T21:54:59.793Z] ---> Running in 9fa6c6817626 [2022-07-11T21:54:59.793Z] Removing intermediate container 9fa6c6817626 [2022-07-11T21:54:59.793Z] ---> 26b2191ec4cc [2022-07-11T21:54:59.793Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-11T21:55:00.052Z] ---> Running in 31c5babb14b5 [2022-07-11T21:55:00.052Z] Removing intermediate container 3c2b3a82fecf [2022-07-11T21:55:00.052Z] ---> 1be915416858 [2022-07-11T21:55:00.052Z] [2022-07-11T21:55:00.052Z] Step 10/25 : FROM alpine:3.16 [2022-07-11T21:55:00.052Z] ---> e66264b98777 [2022-07-11T21:55:00.052Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-11T21:55:00.621Z] ---> Running in 492930b39cac [2022-07-11T21:55:00.847Z] Avoid second fetch [2022-07-11T21:55:00.847Z] Checking out Revision fb67e34980dfa056f4ddb70a50fca33d4f71295e (main) [2022-07-11T21:55:00.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:00.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:01.141Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-11T21:55:01.141Z] (2/2) Installing su-exec (0.2-r1) [2022-07-11T21:55:01.141Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T21:55:01.141Z] OK: 6 MiB in 16 packages [2022-07-11T21:55:01.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:00.794Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-11T21:55:00.822Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-11T21:55:00.875Z] > git config core.sparsecheckout # timeout=10 [2022-07-11T21:55:00.896Z] > git checkout -f fb67e34980dfa056f4ddb70a50fca33d4f71295e # timeout=10 [2022-07-11T21:55:01.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:01.662Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-11T21:55:01.662Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-11T21:55:01.662Z] (3/3) Installing su-exec (0.2-r1) [2022-07-11T21:55:01.662Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T21:55:01.662Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T21:55:01.662Z] OK: 6 MiB in 17 packages [2022-07-11T21:55:01.942Z] Removing intermediate container 192c7412c77d [2022-07-11T21:55:01.943Z] ---> 162195875399 [2022-07-11T21:55:01.943Z] [2022-07-11T21:55:01.943Z] Step 10/23 : FROM alpine:3.16 [2022-07-11T21:55:01.943Z] ---> e66264b98777 [2022-07-11T21:55:01.943Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-11T21:55:02.517Z] ---> Running in 7c886c74e4c9 [2022-07-11T21:55:02.776Z] Removing intermediate container 7c886c74e4c9 [2022-07-11T21:55:02.776Z] ---> 4b66f45841ad [2022-07-11T21:55:02.776Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-11T21:55:02.776Z] Removing intermediate container 31c5babb14b5 [2022-07-11T21:55:02.776Z] ---> 9c24fce7fbd3 [2022-07-11T21:55:02.776Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-11T21:55:02.776Z] ---> Running in 17cab93ea332 [2022-07-11T21:55:03.038Z] Removing intermediate container 492930b39cac [2022-07-11T21:55:03.038Z] ---> 1c53d5d7d468 [2022-07-11T21:55:03.038Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-11T21:55:03.038Z] ---> Running in b129615a3983 [2022-07-11T21:55:03.038Z] ---> Running in 9e3bfa5fdf65 [2022-07-11T21:55:03.038Z] Removing intermediate container 17cab93ea332 [2022-07-11T21:55:03.038Z] ---> 95e8f7280170 [2022-07-11T21:55:03.038Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-11T21:55:03.299Z] Removing intermediate container b129615a3983 [2022-07-11T21:55:03.299Z] ---> f45ef4bcd4c5 [2022-07-11T21:55:03.299Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-11T21:55:03.299Z] ---> Running in 6c4499f6ac20 [2022-07-11T21:55:03.299Z] Removing intermediate container 9e3bfa5fdf65 [2022-07-11T21:55:03.299Z] ---> d4d04c80900f [2022-07-11T21:55:03.299Z] Step 13/25 : WORKDIR / [2022-07-11T21:55:03.299Z] ---> Running in b43d4c7c92df [2022-07-11T21:55:03.559Z] ---> Running in 741e4213599e [2022-07-11T21:55:03.559Z] Removing intermediate container 6c4499f6ac20 [2022-07-11T21:55:03.559Z] ---> 5d1bde6616c3 [2022-07-11T21:55:03.559Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:55:03.559Z] Removing intermediate container b43d4c7c92df [2022-07-11T21:55:03.559Z] ---> 8a3d17f73924 [2022-07-11T21:55:03.559Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-11T21:55:03.559Z] ---> Running in fd9e0497aff6 [2022-07-11T21:55:03.818Z] Removing intermediate container 741e4213599e [2022-07-11T21:55:03.818Z] ---> ba5252567511 [2022-07-11T21:55:03.818Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-07-11T21:55:03.818Z] ---> Running in c43ce34bf0bb [2022-07-11T21:55:04.078Z] ---> 6e009bf5dd9b [2022-07-11T21:55:04.078Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-07-11T21:55:04.646Z] ---> 5ecd58d84f84 [2022-07-11T21:55:04.646Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-11T21:55:04.646Z] Removing intermediate container 9b3e67491480 [2022-07-11T21:55:04.646Z] ---> 8f07ae1142e9 [2022-07-11T21:55:04.646Z] [2022-07-11T21:55:04.646Z] Step 10/22 : FROM alpine:3.16 [2022-07-11T21:55:04.646Z] ---> e66264b98777 [2022-07-11T21:55:04.646Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-11T21:55:04.646Z] ---> Running in 15dfba7d0e32 [2022-07-11T21:55:04.906Z] ---> 1a9fe50c76c2 [2022-07-11T21:55:04.906Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-07-11T21:55:04.906Z] Removing intermediate container c43ce34bf0bb [2022-07-11T21:55:04.906Z] ---> ea0d19575aea [2022-07-11T21:55:04.906Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-11T21:55:05.165Z] ---> Running in aec326737196 [2022-07-11T21:55:05.165Z] Removing intermediate container fd9e0497aff6 [2022-07-11T21:55:05.165Z] ---> c2273205b098 [2022-07-11T21:55:05.165Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-11T21:55:05.165Z] ---> 82dad9673a83 [2022-07-11T21:55:05.165Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-11T21:55:05.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:05.165Z] ---> Running in fcb80c1deaeb [2022-07-11T21:55:05.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:05.424Z] Removing intermediate container aec326737196 [2022-07-11T21:55:05.424Z] ---> 4c3a27fe05c8 [2022-07-11T21:55:05.424Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-11T21:55:05.424Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-11T21:55:05.424Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T21:55:05.424Z] OK: 6 MiB in 15 packages [2022-07-11T21:55:05.625Z] Commit message: "build: Upgrade to go 1.18 and latest golangci-lint (#4068)" [2022-07-11T21:55:05.694Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:05.694Z] ---> 97300b145ef8 [2022-07-11T21:55:05.694Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-11T21:55:05.694Z] ---> e0e5d1cfd2b2 [2022-07-11T21:55:05.694Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-11T21:55:05.694Z] ---> Running in c97eebbd0b1a [2022-07-11T21:55:05.955Z] Removing intermediate container 0e65b320580c [2022-07-11T21:55:05.955Z] ---> 2487e1f8a16b [2022-07-11T21:55:05.955Z] Step 8/23 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T21:55:06.214Z] Removing intermediate container 15dfba7d0e32 [2022-07-11T21:55:06.214Z] ---> 9eed8f80cbeb [2022-07-11T21:55:06.214Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T21:55:06.214Z] ---> 1113fef06951 [2022-07-11T21:55:06.214Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-11T21:55:06.214Z] ---> Running in 9f7170d4e7eb [2022-07-11T21:55:06.475Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:06.593Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-11T21:55:06.593Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T21:55:06.593Z] Dload Upload Total Spent Left Speed [2022-07-11T21:55:06.593Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 162k 0 --:--:-- --:--:-- --:--:-- 162k [2022-07-11T21:55:06.734Z] (1/6) Installing dumb-init (1.2.5-r1) [Pipeline] sh [2022-07-11T21:55:06.993Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-07-11T21:55:06.993Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-11T21:55:06.993Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-11T21:55:07.287Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-11T21:55:07.344Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-11T21:55:07.653Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-11T21:55:07.653Z] + sudo tee /etc/docker/daemon.new [2022-07-11T21:55:07.653Z] { [2022-07-11T21:55:07.653Z] "registry-mirrors": [ [2022-07-11T21:55:07.653Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-11T21:55:07.653Z] ], [2022-07-11T21:55:07.653Z] "bip": "10.250.0.254/24", [2022-07-11T21:55:07.653Z] "hosts": [ [2022-07-11T21:55:07.653Z] "tcp://0.0.0.0:5555", [2022-07-11T21:55:07.653Z] "unix:///var/run/docker.sock" [2022-07-11T21:55:07.653Z] ], [2022-07-11T21:55:07.653Z] "mtu": 1458, [2022-07-11T21:55:07.653Z] "selinux-enabled": true, [2022-07-11T21:55:07.653Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-11T21:55:07.653Z] } [Pipeline] sh [2022-07-11T21:55:07.812Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-11T21:55:07.812Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T21:55:07.812Z] OK: 8 MiB in 20 packages [2022-07-11T21:55:08.022Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-11T21:55:08.073Z] ---> 868b595361bd [2022-07-11T21:55:08.073Z] 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/ [2022-07-11T21:55:08.073Z] Removing intermediate container 9f7170d4e7eb [2022-07-11T21:55:08.073Z] ---> dc5bb003e280 [2022-07-11T21:55:08.073Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-11T21:55:08.333Z] ---> Running in a80cbc8150dd [2022-07-11T21:55:08.333Z] ---> Running in 54112b938941 [2022-07-11T21:55:08.333Z] Removing intermediate container c97eebbd0b1a [2022-07-11T21:55:08.333Z] ---> f0ac949f039b [2022-07-11T21:55:08.333Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T21:55:08.333Z] Removing intermediate container fcb80c1deaeb [2022-07-11T21:55:08.333Z] ---> 3a58838dbb63 [2022-07-11T21:55:08.333Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T21:55:08.472Z] + sudo service docker restart [2022-07-11T21:55:08.594Z] Removing intermediate container 54112b938941 [2022-07-11T21:55:08.594Z] ---> 791c6980b559 [2022-07-11T21:55:08.594Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-11T21:55:08.594Z] ---> 7628d4d69218 [2022-07-11T21:55:08.594Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-11T21:55:08.594Z] ---> Running in be5a0689270a [2022-07-11T21:55:08.594Z] ---> 7b1ba66087c6 [2022-07-11T21:55:08.594Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-11T21:55:08.853Z] Removing intermediate container be5a0689270a [2022-07-11T21:55:08.853Z] ---> 8de882bff491 [2022-07-11T21:55:08.853Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T21:55:09.113Z] ---> 715df842ed7d [2022-07-11T21:55:09.113Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-11T21:55:09.113Z] ---> 703c0e9298fe [2022-07-11T21:55:09.113Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-11T21:55:09.113Z] ---> 9bdf1deb390f [2022-07-11T21:55:09.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-11T21:55:09.113Z] Removing intermediate container a80cbc8150dd [2022-07-11T21:55:09.113Z] ---> b8ea109161e0 [2022-07-11T21:55:09.113Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-11T21:55:09.372Z] ---> Running in bfc5bdd5b6ab [2022-07-11T21:55:09.372Z] ---> 75343fbf295f [2022-07-11T21:55:09.372Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-11T21:55:09.630Z] ---> 1f6129a14fd3 [2022-07-11T21:55:09.630Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-11T21:55:09.630Z] Removing intermediate container bfc5bdd5b6ab [2022-07-11T21:55:09.630Z] ---> 007e441bc0ad [2022-07-11T21:55:09.630Z] Step 23/25 : LABEL arch=x86_64 [2022-07-11T21:55:09.630Z] ---> Running in 4bce485697f2 [2022-07-11T21:55:09.630Z] ---> Running in a9903eddc09c [2022-07-11T21:55:09.630Z] ---> d38ac2bd2c31 [2022-07-11T21:55:09.630Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-11T21:55:09.630Z] ---> b67a82538be0 [2022-07-11T21:55:09.630Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-11T21:55:09.892Z] Removing intermediate container a9903eddc09c [2022-07-11T21:55:09.892Z] ---> 489498da803b [2022-07-11T21:55:09.892Z] Step 24/25 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:55:09.892Z] Removing intermediate container 4bce485697f2 [2022-07-11T21:55:09.892Z] ---> fd2decec479c [2022-07-11T21:55:09.892Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T21:55:09.892Z] ---> Running in c21c5d6a3644 [2022-07-11T21:55:09.892Z] ---> e8cc4a04c925 [2022-07-11T21:55:09.892Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-11T21:55:10.150Z] ---> Running in 867fd3bc4155 [2022-07-11T21:55:10.150Z] ---> cabcb195b69a [2022-07-11T21:55:10.150Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-11T21:55:10.150Z] ---> Running in aebac2c92331 [2022-07-11T21:55:10.150Z] Removing intermediate container c21c5d6a3644 [2022-07-11T21:55:10.150Z] ---> 111bb619daf9 [2022-07-11T21:55:10.150Z] Step 25/25 : LABEL version=2.2.1-dev.26 [2022-07-11T21:55:10.150Z] ---> Running in 045d84d1bc77 [2022-07-11T21:55:10.150Z] Removing intermediate container 867fd3bc4155 [2022-07-11T21:55:10.150Z] ---> df387b2a4daf [2022-07-11T21:55:10.150Z] Step 21/23 : LABEL arch=x86_64 [2022-07-11T21:55:10.414Z] ---> Running in fc1cf80ab4b8 [2022-07-11T21:55:10.414Z] ---> Running in d425ea588fd1 [2022-07-11T21:55:10.414Z] Removing intermediate container 045d84d1bc77 [2022-07-11T21:55:10.414Z] ---> 380bfa41df22 [2022-07-11T21:55:10.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T21:55:10.414Z] Removing intermediate container aebac2c92331 [2022-07-11T21:55:10.414Z] ---> 168fa5aacc1d [2022-07-11T21:55:10.414Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-11T21:55:10.414Z] Removing intermediate container fc1cf80ab4b8 [2022-07-11T21:55:10.414Z] ---> ba9b7207e6f4 [2022-07-11T21:55:10.414Z] [2022-07-11T21:55:10.414Z] ---> Running in 5fff0e2e68a2 [2022-07-11T21:55:10.674Z] Removing intermediate container d425ea588fd1 [2022-07-11T21:55:10.674Z] ---> bbf6ef1aca11 [2022-07-11T21:55:10.674Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:55:10.674Z] Successfully built ba9b7207e6f4 [2022-07-11T21:55:10.674Z] Successfully tagged security-secretstore-setup:latest [2022-07-11T21:55:10.674Z] Building support-notifications [2022-07-11T21:55:10.674Z] ---> Running in 74ac5c0a7d7e [2022-07-11T21:55:10.674Z]  Building security-secretstore-setup ... done Removing intermediate container 5fff0e2e68a2 [2022-07-11T21:55:10.674Z] ---> a0ba99434618 [2022-07-11T21:55:10.674Z] Step 20/22 : LABEL arch=x86_64 [2022-07-11T21:55:10.674Z] ---> 3a7af9205fdf [2022-07-11T21:55:10.674Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-11T21:55:10.933Z] ---> Running in 19ea4cbeaf64 [2022-07-11T21:55:12.307Z] ---> Running in 61b4977488ee [2022-07-11T21:55:12.307Z] Removing intermediate container 74ac5c0a7d7e [2022-07-11T21:55:12.307Z] ---> 57f52903c200 [2022-07-11T21:55:12.307Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T21:55:12.566Z] Removing intermediate container 19ea4cbeaf64 [2022-07-11T21:55:12.566Z] ---> dd0c22fdf225 [2022-07-11T21:55:12.566Z] Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:55:12.566Z] ---> Running in 3106e066e5a1 [2022-07-11T21:55:12.566Z] ---> Running in 1c19b11c7189 [2022-07-11T21:55:12.852Z] ---> 096ab97dced9 [2022-07-11T21:55:12.852Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-11T21:55:12.852Z] ---> Running in 8a5f20fd077a [2022-07-11T21:55:12.852Z] Removing intermediate container 3106e066e5a1 [2022-07-11T21:55:12.852Z] ---> 0d0e546bb016 [2022-07-11T21:55:12.852Z] [2022-07-11T21:55:12.852Z] Removing intermediate container 1c19b11c7189 [2022-07-11T21:55:12.852Z] ---> 1422595411d3 [2022-07-11T21:55:12.852Z] Step 22/22 : LABEL version=2.2.1-dev.26 [2022-07-11T21:55:13.124Z] Successfully built 0d0e546bb016 [2022-07-11T21:55:13.124Z] Successfully tagged core-data:latest [2022-07-11T21:55:13.124Z]  Building core-data ... done Building security-spire-config [2022-07-11T21:55:13.384Z] ---> Running in 27e2e025cb80 [2022-07-11T21:55:13.951Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-11T21:55:14.889Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:55:14.889Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:55:14.889Z] ---> d4f855be9965 [2022-07-11T21:55:14.889Z] Step 3/22 : WORKDIR /edgex-go [2022-07-11T21:55:14.889Z] ---> Using cache [2022-07-11T21:55:14.889Z] ---> 651a824ea2f9 [2022-07-11T21:55:14.889Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:55:14.889Z] ---> Using cache [2022-07-11T21:55:14.889Z] ---> b23557dd3f31 [2022-07-11T21:55:14.889Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-11T21:55:15.826Z] Removing intermediate container 27e2e025cb80 [2022-07-11T21:55:15.826Z] ---> 0702ae439b17 [2022-07-11T21:55:15.826Z] [2022-07-11T21:55:15.826Z] Successfully built 0702ae439b17 [2022-07-11T21:55:15.826Z] Successfully tagged support-scheduler:latest [2022-07-11T21:55:15.826Z] Building security-proxy-setup [2022-07-11T21:55:15.826Z]  Building support-scheduler ... done  ---> Running in 5c7618e302e7 [2022-07-11T21:55:16.761Z] Removing intermediate container 61b4977488ee [2022-07-11T21:55:16.761Z] ---> 8caabdbf21aa [2022-07-11T21:55:16.761Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-11T21:55:17.021Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:55:17.021Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:55:17.021Z] ---> d4f855be9965 [2022-07-11T21:55:17.021Z] Step 3/26 : WORKDIR /edgex-go [2022-07-11T21:55:17.021Z] ---> Using cache [2022-07-11T21:55:17.021Z] ---> 651a824ea2f9 [2022-07-11T21:55:17.021Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:55:17.021Z] ---> Using cache [2022-07-11T21:55:17.021Z] ---> b23557dd3f31 [2022-07-11T21:55:17.021Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-11T21:55:17.021Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:17.956Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:18.215Z] OK: 211 MiB in 51 packages [2022-07-11T21:55:18.784Z] ---> Running in 240975dc2c86 [2022-07-11T21:55:18.784Z] ---> Running in 07243bbef01b [2022-07-11T21:55:19.352Z] Removing intermediate container 07243bbef01b [2022-07-11T21:55:19.352Z] ---> 785fc05cddcc [2022-07-11T21:55:19.352Z] Step 28/31 : CMD ["gate"] [2022-07-11T21:55:19.352Z] Removing intermediate container 5c7618e302e7 [2022-07-11T21:55:19.352Z] ---> f3a7d7f840ba [2022-07-11T21:55:19.352Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-11T21:55:19.352Z] ---> Running in c81d1a1d5bb3 [2022-07-11T21:55:19.617Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:19.617Z] ---> 0fa13c1f2638 [2022-07-11T21:55:19.617Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:55:19.902Z] Removing intermediate container c81d1a1d5bb3 [2022-07-11T21:55:19.902Z] ---> 3443bd738678 [2022-07-11T21:55:19.902Z] Step 29/31 : LABEL arch=x86_64 [2022-07-11T21:55:20.161Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:55:20.161Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:55:20.161Z] ---> d4f855be9965 [2022-07-11T21:55:20.161Z] Step 3/22 : WORKDIR /edgex-go [2022-07-11T21:55:20.161Z] ---> Using cache [2022-07-11T21:55:20.161Z] ---> 651a824ea2f9 [2022-07-11T21:55:20.162Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:55:20.162Z] ---> Using cache [2022-07-11T21:55:20.162Z] ---> b23557dd3f31 [2022-07-11T21:55:20.162Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-11T21:55:20.162Z] ---> Using cache [2022-07-11T21:55:20.162Z] ---> d20667a0da26 [2022-07-11T21:55:20.162Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-11T21:55:20.162Z] ---> Using cache [2022-07-11T21:55:20.162Z] ---> 5e536be68a2a [2022-07-11T21:55:20.162Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:55:20.162Z] ---> Using cache [2022-07-11T21:55:20.162Z] ---> 2487e1f8a16b [2022-07-11T21:55:20.162Z] Step 8/22 : COPY . . [2022-07-11T21:55:20.162Z] ---> Using cache [2022-07-11T21:55:20.162Z] ---> 096ab97dced9 [2022-07-11T21:55:20.162Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-11T21:55:20.162Z] ---> Running in e3773e234532 [2022-07-11T21:55:20.162Z] ---> Running in daf4dbde10d6 [2022-07-11T21:55:20.162Z] ---> Running in 2f29d7ae3039 [2022-07-11T21:55:20.420Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:20.420Z] Removing intermediate container 2f29d7ae3039 [2022-07-11T21:55:20.420Z] ---> d543aa22dfa7 [2022-07-11T21:55:20.420Z] Step 30/31 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:55:20.420Z] ---> Running in 663c7ab4c42b [2022-07-11T21:55:20.678Z] Removing intermediate container 663c7ab4c42b [2022-07-11T21:55:20.678Z] ---> 00abce8c4bbc [2022-07-11T21:55:20.678Z] Step 31/31 : LABEL version=2.2.1-dev.26 [2022-07-11T21:55:20.678Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-11T21:55:20.678Z] OK: 211 MiB in 51 packages [2022-07-11T21:55:20.936Z] ---> Running in 5f9e346957ef [2022-07-11T21:55:21.194Z] Removing intermediate container 5f9e346957ef [2022-07-11T21:55:21.194Z] ---> b959332b90a7 [2022-07-11T21:55:21.194Z] [2022-07-11T21:55:21.452Z] Successfully built b959332b90a7 [2022-07-11T21:55:21.452Z] Successfully tagged security-bootstrapper:latest [2022-07-11T21:55:21.452Z] Building core-metadata [2022-07-11T21:55:21.452Z]  Building security-bootstrapper ... done Removing intermediate container 240975dc2c86 [2022-07-11T21:55:21.452Z] ---> 7e311e15bd36 [2022-07-11T21:55:21.452Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-11T21:55:24.738Z] ---> 041659e8d43e [2022-07-11T21:55:24.738Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:55:24.738Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:55:24.738Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:55:24.738Z] ---> d4f855be9965 [2022-07-11T21:55:24.738Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T21:55:24.738Z] ---> Using cache [2022-07-11T21:55:24.738Z] ---> 651a824ea2f9 [2022-07-11T21:55:24.738Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:55:24.738Z] ---> Using cache [2022-07-11T21:55:24.738Z] ---> b23557dd3f31 [2022-07-11T21:55:24.738Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-11T21:55:24.738Z] ---> Using cache [2022-07-11T21:55:24.738Z] ---> d20667a0da26 [2022-07-11T21:55:24.738Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T21:55:24.738Z] ---> Using cache [2022-07-11T21:55:24.738Z] ---> 5e536be68a2a [2022-07-11T21:55:24.738Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:55:24.738Z] ---> Using cache [2022-07-11T21:55:24.738Z] ---> 2487e1f8a16b [2022-07-11T21:55:24.738Z] Step 8/23 : COPY . . [2022-07-11T21:55:24.738Z] ---> Using cache [2022-07-11T21:55:24.738Z] ---> 096ab97dced9 [2022-07-11T21:55:24.738Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-11T21:55:25.674Z] ---> Running in 094f78696b45 [2022-07-11T21:55:25.675Z] ---> Running in 48bb00a7bcd3 [2022-07-11T21:55:26.244Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T21:55:26.850Z] provisioning config files... [2022-07-11T21:55:26.876Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config5900176609530696080tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T21:55:27.446Z] ---> docker-login.sh [2022-07-11T21:55:27.446Z] nexus3.edgexfoundry.org:10001 [2022-07-11T21:55:28.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:55:28.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:55:28.333Z] Configure a credential helper to remove this warning. See [2022-07-11T21:55:28.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:55:28.333Z] [2022-07-11T21:55:28.616Z] Login Succeeded [2022-07-11T21:55:28.616Z] nexus3.edgexfoundry.org:10002 [2022-07-11T21:55:28.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:55:28.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:55:28.892Z] Configure a credential helper to remove this warning. See [2022-07-11T21:55:28.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:55:28.892Z] [2022-07-11T21:55:28.892Z] Login Succeeded [2022-07-11T21:55:28.892Z] nexus3.edgexfoundry.org:10003 [2022-07-11T21:55:29.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:55:29.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:55:29.496Z] Configure a credential helper to remove this warning. See [2022-07-11T21:55:29.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:55:29.496Z] [2022-07-11T21:55:29.496Z] Login Succeeded [2022-07-11T21:55:29.496Z] nexus3.edgexfoundry.org:10004 [2022-07-11T21:55:29.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:55:30.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:55:30.043Z] Configure a credential helper to remove this warning. See [2022-07-11T21:55:30.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:55:30.043Z] [2022-07-11T21:55:30.043Z] Login Succeeded [2022-07-11T21:55:30.043Z] docker.io [2022-07-11T21:55:30.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:55:30.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:55:30.919Z] Configure a credential helper to remove this warning. See [2022-07-11T21:55:30.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:55:30.919Z] [2022-07-11T21:55:30.919Z] Login Succeeded [2022-07-11T21:55:30.919Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T21:55:30.938Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-11T21:55:31.266Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T21:55:31.280Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T21:55:31.289Z] ========================================================= [2022-07-11T21:55:31.289Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-07-11T21:55:31.289Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-11T21:55:31.530Z] Removing intermediate container e3773e234532 [2022-07-11T21:55:31.530Z] ---> db122ebe5f02 [2022-07-11T21:55:31.530Z] Step 8/22 : COPY . . [2022-07-11T21:55:31.623Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-11T21:55:31.901Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-11T21:55:31.901Z] b3c136eddcbf: Pulling fs layer [2022-07-11T21:55:31.901Z] c0a3192eca97: Pulling fs layer [2022-07-11T21:55:31.901Z] a050256f5b6f: Pulling fs layer [2022-07-11T21:55:31.901Z] 656be50a0ddc: Pulling fs layer [2022-07-11T21:55:31.901Z] 2bbca73fdf42: Pulling fs layer [2022-07-11T21:55:31.901Z] 46d945488cbd: Pulling fs layer [2022-07-11T21:55:31.901Z] 8a5474983e97: Pulling fs layer [2022-07-11T21:55:31.901Z] 329c88fbcd65: Pulling fs layer [2022-07-11T21:55:31.901Z] 656be50a0ddc: Waiting [2022-07-11T21:55:31.901Z] 2bbca73fdf42: Waiting [2022-07-11T21:55:31.901Z] 46d945488cbd: Waiting [2022-07-11T21:55:31.901Z] 8a5474983e97: Waiting [2022-07-11T21:55:31.901Z] 329c88fbcd65: Waiting [2022-07-11T21:55:31.901Z] a050256f5b6f: Verifying Checksum [2022-07-11T21:55:31.901Z] a050256f5b6f: Download complete [2022-07-11T21:55:31.901Z] c0a3192eca97: Download complete [2022-07-11T21:55:31.901Z] 2bbca73fdf42: Verifying Checksum [2022-07-11T21:55:31.901Z] 2bbca73fdf42: Download complete [2022-07-11T21:55:31.901Z] 46d945488cbd: Verifying Checksum [2022-07-11T21:55:31.901Z] 46d945488cbd: Download complete [2022-07-11T21:55:31.901Z] b3c136eddcbf: Verifying Checksum [2022-07-11T21:55:31.901Z] b3c136eddcbf: Download complete [2022-07-11T21:55:32.905Z] b3c136eddcbf: Pull complete [2022-07-11T21:55:33.185Z] 329c88fbcd65: Verifying Checksum [2022-07-11T21:55:33.185Z] 329c88fbcd65: Download complete [2022-07-11T21:55:33.471Z] c0a3192eca97: Pull complete [2022-07-11T21:55:34.082Z] a050256f5b6f: Pull complete [2022-07-11T21:55:34.357Z] 8a5474983e97: Verifying Checksum [2022-07-11T21:55:34.357Z] 8a5474983e97: Download complete [2022-07-11T21:55:34.954Z] 656be50a0ddc: Verifying Checksum [2022-07-11T21:55:34.954Z] 656be50a0ddc: Download complete [2022-07-11T21:55:36.806Z] Removing intermediate container 8a5f20fd077a [2022-07-11T21:55:36.806Z] ---> 4bbd6837f2ca [2022-07-11T21:55:36.806Z] [2022-07-11T21:55:36.806Z] Step 10/23 : FROM alpine:3.16 [2022-07-11T21:55:36.806Z] ---> e66264b98777 [2022-07-11T21:55:36.806Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-11T21:55:36.806Z] ---> Using cache [2022-07-11T21:55:36.806Z] ---> 9eed8f80cbeb [2022-07-11T21:55:36.806Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T21:55:36.806Z] ---> Using cache [2022-07-11T21:55:36.806Z] ---> dc5bb003e280 [2022-07-11T21:55:36.806Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-11T21:55:36.806Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-11T21:55:37.066Z] ---> Running in 9b79adcee201 [2022-07-11T21:55:37.066Z] Removing intermediate container 48bb00a7bcd3 [2022-07-11T21:55:37.066Z] ---> 374e2e1dca18 [2022-07-11T21:55:37.066Z] Step 8/26 : COPY . . [2022-07-11T21:55:38.003Z] Removing intermediate container 9b79adcee201 [2022-07-11T21:55:38.003Z] ---> cf29d5f0be61 [2022-07-11T21:55:38.003Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-11T21:55:40.546Z] ---> Running in d6e856c40d8a [2022-07-11T21:55:40.546Z] ---> 8853ebcb7866 [2022-07-11T21:55:40.546Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-11T21:55:40.546Z] Removing intermediate container d6e856c40d8a [2022-07-11T21:55:40.546Z] ---> ffb049ade74c [2022-07-11T21:55:40.546Z] Step 15/23 : WORKDIR / [2022-07-11T21:55:40.546Z] ---> Running in 47e8ee94517d [2022-07-11T21:55:40.546Z] ---> Running in af6cd9ab26b6 [2022-07-11T21:55:41.118Z] Removing intermediate container af6cd9ab26b6 [2022-07-11T21:55:41.118Z] ---> e4477f0bd687 [2022-07-11T21:55:41.118Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T21:55:41.118Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-11T21:55:42.060Z] ---> e424bbd220a2 [2022-07-11T21:55:42.060Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-11T21:55:42.060Z] Removing intermediate container daf4dbde10d6 [2022-07-11T21:55:42.060Z] ---> c23f6ab97f3a [2022-07-11T21:55:42.060Z] [2022-07-11T21:55:42.060Z] Step 10/22 : FROM alpine:3.16 [2022-07-11T21:55:42.060Z] ---> e66264b98777 [2022-07-11T21:55:42.060Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-11T21:55:42.319Z] ---> Running in c8bae4226547 [2022-07-11T21:55:42.578Z] ---> ef09d5f8e37a [2022-07-11T21:55:42.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-11T21:55:42.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:42.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:43.117Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-11T21:55:43.117Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-07-11T21:55:43.117Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-07-11T21:55:43.117Z] (4/6) Installing libcurl (7.83.1-r2) [2022-07-11T21:55:43.117Z] ---> bdda5964ad3e [2022-07-11T21:55:43.117Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-11T21:55:43.117Z] (5/6) Installing curl (7.83.1-r2) [2022-07-11T21:55:43.117Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-11T21:55:43.117Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T21:55:43.117Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T21:55:43.374Z] OK: 8 MiB in 20 packages [2022-07-11T21:55:43.374Z] ---> Running in 09f96e1b2654 [2022-07-11T21:55:43.942Z] Removing intermediate container 09f96e1b2654 [2022-07-11T21:55:43.942Z] ---> 12e7e6c5e4c5 [2022-07-11T21:55:43.942Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T21:55:43.942Z] ---> Running in 4066ba7b6457 [2022-07-11T21:55:43.942Z] Removing intermediate container 094f78696b45 [2022-07-11T21:55:43.942Z] ---> a5bbb5bc7c0e [2022-07-11T21:55:43.942Z] [2022-07-11T21:55:43.942Z] Step 10/23 : FROM alpine:3.16 [2022-07-11T21:55:43.942Z] ---> e66264b98777 [2022-07-11T21:55:43.942Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-11T21:55:43.942Z] ---> Using cache [2022-07-11T21:55:43.942Z] ---> 9eed8f80cbeb [2022-07-11T21:55:43.942Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T21:55:43.942Z] ---> Using cache [2022-07-11T21:55:43.942Z] ---> dc5bb003e280 [2022-07-11T21:55:43.942Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-11T21:55:43.942Z] ---> 3f3800caf7a9 [2022-07-11T21:55:43.942Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-11T21:55:44.201Z] ---> Running in eec7d53da099 [2022-07-11T21:55:44.201Z] ---> Running in b04be27cbabc [2022-07-11T21:55:44.201Z] Removing intermediate container 4066ba7b6457 [2022-07-11T21:55:44.201Z] ---> 3f30eaced693 [2022-07-11T21:55:44.201Z] Step 21/23 : LABEL arch=x86_64 [2022-07-11T21:55:44.201Z] Removing intermediate container c8bae4226547 [2022-07-11T21:55:44.201Z] ---> 2a2fd564bae8 [2022-07-11T21:55:44.201Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-11T21:55:44.465Z] Removing intermediate container eec7d53da099 [2022-07-11T21:55:44.465Z] ---> 7f5e7dc24aa0 [2022-07-11T21:55:44.465Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-11T21:55:44.465Z] ---> Running in 5b717bb66c75 [2022-07-11T21:55:44.465Z] ---> Running in d7bb14ac9cb7 [2022-07-11T21:55:44.465Z] ---> Running in daf0f59c9c62 [2022-07-11T21:55:44.465Z] Removing intermediate container b04be27cbabc [2022-07-11T21:55:44.465Z] ---> b13ceea6b404 [2022-07-11T21:55:44.465Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-11T21:55:44.726Z] Removing intermediate container 5b717bb66c75 [2022-07-11T21:55:44.726Z] ---> 14704d846b7e [2022-07-11T21:55:44.726Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:55:44.726Z] ---> Running in 778ec4a9f997 [2022-07-11T21:55:44.726Z] Removing intermediate container d7bb14ac9cb7 [2022-07-11T21:55:44.726Z] ---> 877580780acc [2022-07-11T21:55:44.726Z] Step 13/22 : WORKDIR /edgex [2022-07-11T21:55:44.726Z] Removing intermediate container daf0f59c9c62 [2022-07-11T21:55:44.726Z] ---> d031f3a17256 [2022-07-11T21:55:44.726Z] Step 15/23 : WORKDIR / [2022-07-11T21:55:44.726Z] ---> Running in 916582b62d1c [2022-07-11T21:55:44.726Z] ---> Running in cf0f92f1b16c [2022-07-11T21:55:44.986Z] ---> Running in 213d7e8b5244 [2022-07-11T21:55:44.986Z] Removing intermediate container 778ec4a9f997 [2022-07-11T21:55:44.986Z] ---> 10c2dc42c3b9 [2022-07-11T21:55:44.986Z] 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 [2022-07-11T21:55:44.986Z] Removing intermediate container 916582b62d1c [2022-07-11T21:55:44.986Z] ---> 5b5b9feefbbe [2022-07-11T21:55:44.986Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T21:55:45.245Z] ---> Running in 37cef3805b6c [2022-07-11T21:55:45.245Z] ---> Running in c14162ec0056 [2022-07-11T21:55:45.245Z] Removing intermediate container cf0f92f1b16c [2022-07-11T21:55:45.245Z] ---> e7de3ab71076 [2022-07-11T21:55:45.245Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-11T21:55:45.245Z] Removing intermediate container 213d7e8b5244 [2022-07-11T21:55:45.245Z] ---> db3321b3368b [2022-07-11T21:55:45.245Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T21:55:45.504Z] Removing intermediate container c14162ec0056 [2022-07-11T21:55:45.505Z] ---> 8e35be341012 [2022-07-11T21:55:45.505Z] [2022-07-11T21:55:45.505Z] Successfully built 8e35be341012 [2022-07-11T21:55:45.768Z] ---> 425bca77bace [2022-07-11T21:55:45.768Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-11T21:55:45.768Z] ---> ee4e26b8a79e [2022-07-11T21:55:45.768Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-11T21:55:45.768Z] Successfully tagged core-command:latest [2022-07-11T21:55:45.768Z]  Building core-command ... done Building sys-mgmt-agent [2022-07-11T21:55:47.359Z] 656be50a0ddc: Pull complete [2022-07-11T21:55:47.635Z] 2bbca73fdf42: Pull complete [2022-07-11T21:55:47.911Z] 46d945488cbd: Pull complete [2022-07-11T21:55:49.051Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:55:49.051Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:55:49.051Z] ---> d4f855be9965 [2022-07-11T21:55:49.051Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T21:55:49.051Z] ---> Using cache [2022-07-11T21:55:49.051Z] ---> 651a824ea2f9 [2022-07-11T21:55:49.051Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:55:49.051Z] ---> Using cache [2022-07-11T21:55:49.051Z] ---> b23557dd3f31 [2022-07-11T21:55:49.051Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-11T21:55:49.344Z] ---> 81bc3bc8f177 [2022-07-11T21:55:49.345Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-11T21:55:49.345Z] ---> 5e83f1acb683 [2022-07-11T21:55:49.345Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-11T21:55:49.345Z] ---> Running in ebc17ecde72e [2022-07-11T21:55:49.345Z] Removing intermediate container 37cef3805b6c [2022-07-11T21:55:49.345Z] ---> ddcf4691bd73 [2022-07-11T21:55:49.345Z] Step 12/26 : WORKDIR /edgex-go [2022-07-11T21:55:49.605Z] ---> Running in 609c8a4d269c [2022-07-11T21:55:49.863Z] ---> 27412a93da7e [2022-07-11T21:55:49.863Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-11T21:55:50.139Z] ---> Running in b1f4cd91d061 [2022-07-11T21:55:50.139Z] Removing intermediate container 609c8a4d269c [2022-07-11T21:55:50.139Z] ---> acd7d68c1a73 [2022-07-11T21:55:50.139Z] [2022-07-11T21:55:50.139Z] Step 13/26 : FROM alpine:3.15 [2022-07-11T21:55:50.139Z] ---> 0ac33e5f5afa [2022-07-11T21:55:50.139Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T21:55:50.139Z] ---> Using cache [2022-07-11T21:55:50.139Z] ---> 198425fceb32 [2022-07-11T21:55:50.139Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:55:50.139Z] ---> Using cache [2022-07-11T21:55:50.139Z] ---> b597c4428808 [2022-07-11T21:55:50.139Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-11T21:55:50.139Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:50.139Z] ---> 3ca2766108a8 [2022-07-11T21:55:50.139Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-11T21:55:50.411Z] ---> Running in 192d22f5ca2c [2022-07-11T21:55:50.411Z] Removing intermediate container b1f4cd91d061 [2022-07-11T21:55:50.411Z] ---> 14e760fbcf9b [2022-07-11T21:55:50.411Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T21:55:50.411Z] ---> Running in de2d1b6f615d [2022-07-11T21:55:50.411Z] ---> 6100c4ce02fd [2022-07-11T21:55:50.411Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-11T21:55:50.669Z] ---> Running in f3466d1ab6de [2022-07-11T21:55:50.669Z] Removing intermediate container de2d1b6f615d [2022-07-11T21:55:50.669Z] ---> 23ad364c9206 [2022-07-11T21:55:50.669Z] Step 21/23 : LABEL arch=x86_64 [2022-07-11T21:55:50.669Z] ---> Running in 124577ebb04a [2022-07-11T21:55:50.927Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:50.927Z] Removing intermediate container 124577ebb04a [2022-07-11T21:55:50.927Z] ---> d08269debd32 [2022-07-11T21:55:50.927Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:55:50.927Z] ---> Running in 085e92071e0f [2022-07-11T21:55:50.927Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:51.187Z] Removing intermediate container 085e92071e0f [2022-07-11T21:55:51.187Z] ---> 1cb50758e011 [2022-07-11T21:55:51.187Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T21:55:51.187Z] ---> Running in 06ac42c6fe92 [2022-07-11T21:55:51.187Z] Removing intermediate container 06ac42c6fe92 [2022-07-11T21:55:51.187Z] ---> e1ebab1961b8 [2022-07-11T21:55:51.187Z] [2022-07-11T21:55:51.445Z] OK: 211 MiB in 51 packages [2022-07-11T21:55:51.445Z] Successfully built e1ebab1961b8 [2022-07-11T21:55:51.445Z] Successfully tagged core-metadata:latest [2022-07-11T21:55:51.445Z]  Building core-metadata ... done Building security-spire-server [2022-07-11T21:55:51.702Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:51.961Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-11T21:55:51.961Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-11T21:55:51.961Z] OK: 15861 distinct packages available [2022-07-11T21:55:51.961Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:52.956Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:55:53.222Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-11T21:55:53.480Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-11T21:55:53.480Z] (3/4) Installing libucontext (1.1-r0) [2022-07-11T21:55:53.750Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-11T21:55:53.750Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T21:55:53.750Z] OK: 6 MiB in 18 packages [2022-07-11T21:55:53.750Z] Removing intermediate container f3466d1ab6de [2022-07-11T21:55:53.750Z] ---> df25e96723b3 [2022-07-11T21:55:53.750Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-11T21:55:54.650Z] 8a5474983e97: Pull complete [2022-07-11T21:55:54.690Z] ---> Running in bc09f4e6186f [2022-07-11T21:55:54.690Z] Removing intermediate container ebc17ecde72e [2022-07-11T21:55:54.690Z] ---> 0130f540eb28 [2022-07-11T21:55:54.690Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T21:55:54.950Z] Removing intermediate container bc09f4e6186f [2022-07-11T21:55:54.950Z] ---> 0167caf5392b [2022-07-11T21:55:54.950Z] Step 20/22 : LABEL arch=x86_64 [2022-07-11T21:55:54.950Z] Removing intermediate container 192d22f5ca2c [2022-07-11T21:55:54.950Z] ---> 15e4fe2deffa [2022-07-11T21:55:54.950Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-11T21:55:54.950Z] ---> Running in 5d5f3ae47fef [2022-07-11T21:55:54.950Z] ---> 1d9d51fa1ab8 [2022-07-11T21:55:54.950Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:55:55.209Z] ---> Running in 173d933bfc2d [2022-07-11T21:55:55.209Z] Removing intermediate container 5d5f3ae47fef [2022-07-11T21:55:55.209Z] ---> 591a27005e79 [2022-07-11T21:55:55.209Z] Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:55:55.209Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:55:55.209Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:55:55.209Z] ---> d4f855be9965 [2022-07-11T21:55:55.209Z] Step 3/25 : WORKDIR /edgex-go [2022-07-11T21:55:55.209Z] ---> Using cache [2022-07-11T21:55:55.209Z] ---> 651a824ea2f9 [2022-07-11T21:55:55.209Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:55:55.209Z] ---> Using cache [2022-07-11T21:55:55.209Z] ---> b23557dd3f31 [2022-07-11T21:55:55.209Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-11T21:55:55.209Z] ---> Using cache [2022-07-11T21:55:55.209Z] ---> 7e311e15bd36 [2022-07-11T21:55:55.209Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-11T21:55:55.209Z] ---> Using cache [2022-07-11T21:55:55.209Z] ---> 041659e8d43e [2022-07-11T21:55:55.209Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:55:55.209Z] ---> Using cache [2022-07-11T21:55:55.209Z] ---> 374e2e1dca18 [2022-07-11T21:55:55.209Z] Step 8/25 : COPY . . [2022-07-11T21:55:55.209Z] ---> Using cache [2022-07-11T21:55:55.209Z] ---> 3f3800caf7a9 [2022-07-11T21:55:55.209Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-11T21:55:55.209Z] ---> Using cache [2022-07-11T21:55:55.209Z] ---> b13ceea6b404 [2022-07-11T21:55:55.209Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-11T21:55:55.209Z] ---> Using cache [2022-07-11T21:55:55.209Z] ---> 10c2dc42c3b9 [2022-07-11T21:55:55.209Z] 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 [2022-07-11T21:55:55.209Z] ---> Running in 7d091ac826de [2022-07-11T21:55:55.209Z] ---> Running in c37c966720d9 [2022-07-11T21:55:55.778Z] Removing intermediate container 7d091ac826de [2022-07-11T21:55:55.778Z] ---> 891fae328421 [2022-07-11T21:55:55.778Z] Step 22/22 : LABEL version=2.2.1-dev.26 [2022-07-11T21:55:55.778Z] ---> Running in 7277a8530160 [2022-07-11T21:55:56.036Z] Removing intermediate container 7277a8530160 [2022-07-11T21:55:56.036Z] ---> 045c141e9553 [2022-07-11T21:55:56.036Z] [2022-07-11T21:55:56.295Z] Successfully built 045c141e9553 [2022-07-11T21:55:56.295Z] Successfully tagged security-proxy-setup:latest [2022-07-11T21:55:56.295Z]  Building security-proxy-setup ... done Building security-spiffe-token-provider [2022-07-11T21:55:56.295Z] Removing intermediate container c37c966720d9 [2022-07-11T21:55:56.295Z] ---> bbd19a6c1c2a [2022-07-11T21:55:56.295Z] Step 12/25 : WORKDIR /edgex-go [2022-07-11T21:55:57.288Z] 329c88fbcd65: Pull complete [2022-07-11T21:55:57.288Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-07-11T21:55:57.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-11T21:55:57.288Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-11T21:55:57.651Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-11T21:55:57.651Z] WORKDIR /edgex [2022-07-11T21:55:57.651Z] COPY go.mod . [2022-07-11T21:55:57.651Z] RUN go mod download [2022-07-11T21:55:57.651Z] docker build -t ci-base-image-arm64 -f - . [2022-07-11T21:55:58.828Z] ---> Running in 0baa2cc3b9f0 [2022-07-11T21:55:58.828Z] ---> 9be805809161 [2022-07-11T21:55:58.828Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-11T21:55:59.400Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:55:59.400Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:55:59.400Z] ---> d4f855be9965 [2022-07-11T21:55:59.400Z] Step 3/20 : WORKDIR /edgex-go [2022-07-11T21:55:59.400Z] ---> Using cache [2022-07-11T21:55:59.400Z] ---> 651a824ea2f9 [2022-07-11T21:55:59.400Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-11T21:55:59.664Z] ---> 7e4117e89055 [2022-07-11T21:55:59.664Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-11T21:55:59.664Z] ---> Running in 237666dc65b0 [2022-07-11T21:55:59.664Z] ---> Running in 669e01259e61 [2022-07-11T21:55:59.924Z] Removing intermediate container 0baa2cc3b9f0 [2022-07-11T21:55:59.924Z] ---> a2a6dffed39b [2022-07-11T21:55:59.924Z] [2022-07-11T21:55:59.924Z] Step 13/25 : FROM alpine:3.15 [2022-07-11T21:55:59.924Z] ---> 0ac33e5f5afa [2022-07-11T21:55:59.924Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T21:55:59.924Z] ---> Using cache [2022-07-11T21:55:59.924Z] ---> 198425fceb32 [2022-07-11T21:55:59.924Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:55:59.924Z] ---> Using cache [2022-07-11T21:55:59.924Z] ---> b597c4428808 [2022-07-11T21:55:59.924Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-11T21:55:59.924Z] ---> Using cache [2022-07-11T21:55:59.924Z] ---> 7a0c49d574d4 [2022-07-11T21:55:59.924Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-11T21:55:59.924Z] Removing intermediate container 669e01259e61 [2022-07-11T21:55:59.924Z] ---> bd3bc11f4d88 [2022-07-11T21:55:59.924Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-11T21:56:00.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:00.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:00.310Z] Sending build context to Docker daemon 169.2MB [2022-07-11T21:56:00.310Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-11T21:56:00.310Z] ---> ff4287adb874 [2022-07-11T21:56:00.310Z] Step 2/4 : WORKDIR /edgex [2022-07-11T21:56:00.449Z] v3.16.0-302-g62bf0b8f5a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-07-11T21:56:00.449Z] v3.16.0-304-g51632b3deb [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-07-11T21:56:00.449Z] OK: 17031 distinct packages available [2022-07-11T21:56:00.449Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:00.707Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:00.707Z] OK: 211 MiB in 51 packages [2022-07-11T21:56:01.645Z] ---> 37a7f9a756da [2022-07-11T21:56:01.645Z] Step 21/26 : WORKDIR / [2022-07-11T21:56:01.904Z] ---> a475e10ed41e [2022-07-11T21:56:01.904Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ ---> Running in 095dd0069037 [2022-07-11T21:56:01.904Z] [2022-07-11T21:56:02.179Z] Removing intermediate container 237666dc65b0 [2022-07-11T21:56:02.179Z] ---> 250e4b4c80bc [2022-07-11T21:56:02.179Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-11T21:56:02.179Z] Removing intermediate container 095dd0069037 [2022-07-11T21:56:02.179Z] ---> 16aac5ee991c [2022-07-11T21:56:02.179Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-11T21:56:02.179Z] Removing intermediate container 47e8ee94517d [2022-07-11T21:56:02.179Z] ---> d78b7a36fb1c [2022-07-11T21:56:02.179Z] [2022-07-11T21:56:02.179Z] Step 10/22 : FROM alpine:3.16 [2022-07-11T21:56:02.179Z] ---> e66264b98777 [2022-07-11T21:56:02.179Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-11T21:56:02.179Z] ---> af5e25b32ce3 [2022-07-11T21:56:02.179Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-11T21:56:02.179Z] ---> Running in 9b951f729365 [2022-07-11T21:56:02.438Z] ---> Running in b69922e4251c [2022-07-11T21:56:02.438Z] ---> 7dbe46c1e234 [2022-07-11T21:56:02.438Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:56:02.438Z] ---> Running in 74fa1482767a [2022-07-11T21:56:02.705Z] Removing intermediate container 9b951f729365 [2022-07-11T21:56:02.705Z] ---> 662dd50ac552 [2022-07-11T21:56:02.705Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-11T21:56:02.705Z] ---> 6c73f155f55e [2022-07-11T21:56:02.705Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-11T21:56:02.705Z] ---> Running in 5b5995c89e5a [2022-07-11T21:56:02.940Z] ---> Running in b944983114be [2022-07-11T21:56:02.940Z] Removing intermediate container b944983114be [2022-07-11T21:56:02.940Z] ---> d08801c66bf7 [2022-07-11T21:56:02.940Z] Step 3/4 : COPY go.mod . [2022-07-11T21:56:02.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:02.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:02.964Z] ---> 1b60c3cff9a3 [2022-07-11T21:56:02.964Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-11T21:56:02.964Z] Removing intermediate container 5b5995c89e5a [2022-07-11T21:56:02.964Z] ---> 7fd9daa66380 [2022-07-11T21:56:02.964Z] Step 24/26 : LABEL arch=x86_64 [2022-07-11T21:56:02.964Z] ---> Running in 57de3134c12e [2022-07-11T21:56:02.964Z] ---> Running in 6f6ae0b088cc [2022-07-11T21:56:03.224Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-11T21:56:03.224Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-11T21:56:03.224Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T21:56:03.224Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T21:56:03.224Z] Removing intermediate container 57de3134c12e [2022-07-11T21:56:03.224Z] ---> b98adf871baf [2022-07-11T21:56:03.224Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-11T21:56:03.224Z] OK: 6 MiB in 16 packages [2022-07-11T21:56:03.224Z] Removing intermediate container 6f6ae0b088cc [2022-07-11T21:56:03.224Z] ---> 6c529f116519 [2022-07-11T21:56:03.224Z] Step 25/26 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:03.484Z] ---> Running in 2a0813bd9c2a [2022-07-11T21:56:03.484Z] ---> Running in e15cd7c9d59e [2022-07-11T21:56:03.484Z] Removing intermediate container 173d933bfc2d [2022-07-11T21:56:03.484Z] ---> 773ccf4daac2 [2022-07-11T21:56:03.484Z] Step 8/23 : COPY . . [2022-07-11T21:56:03.484Z] Removing intermediate container 2a0813bd9c2a [2022-07-11T21:56:03.484Z] ---> 300144e7efb1 [2022-07-11T21:56:03.484Z] Step 23/25 : LABEL arch=x86_64 [2022-07-11T21:56:03.542Z] ---> a341d49810bb [2022-07-11T21:56:03.543Z] Step 4/4 : RUN go mod download [2022-07-11T21:56:03.543Z] ---> Running in 6fbc4ce0c1cb [2022-07-11T21:56:03.750Z] Removing intermediate container e15cd7c9d59e [2022-07-11T21:56:03.750Z] ---> 836ad401bc63 [2022-07-11T21:56:03.750Z] Step 26/26 : LABEL version=2.2.1-dev.26 [2022-07-11T21:56:04.010Z] ---> Running in 500bd349eab2 [2022-07-11T21:56:04.268Z] ---> Running in 771cf3b40df9 [2022-07-11T21:56:06.173Z] Removing intermediate container 500bd349eab2 [2022-07-11T21:56:06.173Z] ---> 0f8923b16683 [2022-07-11T21:56:06.173Z] Step 24/25 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:06.173Z] Removing intermediate container b69922e4251c [2022-07-11T21:56:06.173Z] ---> b9a1701471a3 [2022-07-11T21:56:06.173Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T21:56:06.173Z] Removing intermediate container 771cf3b40df9 [2022-07-11T21:56:06.173Z] ---> fca158958d5d [2022-07-11T21:56:06.173Z] [2022-07-11T21:56:06.173Z] ---> Running in 1029f6ca91e0 [2022-07-11T21:56:06.173Z] ---> Running in 2fc10dd47af0 [2022-07-11T21:56:06.173Z] Successfully built fca158958d5d [2022-07-11T21:56:06.173Z] Successfully tagged security-spire-config:latest [2022-07-11T21:56:06.431Z]  Building security-spire-config ... done Removing intermediate container 1029f6ca91e0 [2022-07-11T21:56:06.431Z] ---> c237051557ad [2022-07-11T21:56:06.431Z] Step 25/25 : LABEL version=2.2.1-dev.26 [2022-07-11T21:56:06.431Z] Removing intermediate container 2fc10dd47af0 [2022-07-11T21:56:06.431Z] ---> c397bca8d261 [2022-07-11T21:56:06.431Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-11T21:56:06.431Z] ---> Running in 826137798d2f [2022-07-11T21:56:06.431Z] ---> Running in a2f0ec535b12 [2022-07-11T21:56:06.690Z] Removing intermediate container 826137798d2f [2022-07-11T21:56:06.690Z] ---> 4ac0a5089e24 [2022-07-11T21:56:06.690Z] [2022-07-11T21:56:06.690Z] Removing intermediate container a2f0ec535b12 [2022-07-11T21:56:06.690Z] ---> 5d4654744f2d [2022-07-11T21:56:06.690Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-11T21:56:06.690Z] Successfully built 4ac0a5089e24 [2022-07-11T21:56:06.948Z] Successfully tagged security-spire-server:latest [2022-07-11T21:56:06.948Z]  Building security-spire-server ... done  ---> Running in b29aa7248c69 [2022-07-11T21:56:07.207Z] Removing intermediate container b29aa7248c69 [2022-07-11T21:56:07.207Z] ---> 15dc23c0263d [2022-07-11T21:56:07.207Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T21:56:08.143Z] ---> 93ec342cc934 [2022-07-11T21:56:08.143Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-11T21:56:09.081Z] ---> 3754b732e7f8 [2022-07-11T21:56:09.081Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-11T21:56:09.081Z] ---> 25f8b88fa446 [2022-07-11T21:56:09.081Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-11T21:56:09.375Z] ---> Running in f3295bbdd3ca [2022-07-11T21:56:09.375Z] ---> 2d4a5f174d6e [2022-07-11T21:56:09.375Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-11T21:56:09.375Z] ---> Running in 52b82fd5e7df [2022-07-11T21:56:09.642Z] Removing intermediate container 52b82fd5e7df [2022-07-11T21:56:09.642Z] ---> 11bcf144b710 [2022-07-11T21:56:09.642Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T21:56:09.642Z] Removing intermediate container 74fa1482767a [2022-07-11T21:56:09.642Z] ---> e43e556423f5 [2022-07-11T21:56:09.642Z] Step 7/20 : COPY . . [2022-07-11T21:56:09.642Z] ---> Running in 0b67a168e338 [2022-07-11T21:56:09.642Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-11T21:56:09.642Z] Removing intermediate container 0b67a168e338 [2022-07-11T21:56:09.642Z] ---> 2373c5da435d [2022-07-11T21:56:09.642Z] Step 20/22 : LABEL arch=x86_64 [2022-07-11T21:56:09.959Z] ---> Running in 5c83c2084b91 [2022-07-11T21:56:10.239Z] Removing intermediate container 5c83c2084b91 [2022-07-11T21:56:10.239Z] ---> b5cbd25a3cd5 [2022-07-11T21:56:10.239Z] Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:11.638Z] ---> Running in 947a1fa13728 [2022-07-11T21:56:11.638Z] Removing intermediate container 947a1fa13728 [2022-07-11T21:56:11.638Z] ---> 24ceaa82060a [2022-07-11T21:56:11.638Z] Step 22/22 : LABEL version=2.2.1-dev.26 [2022-07-11T21:56:11.638Z] ---> Running in a2974115e8d5 [2022-07-11T21:56:11.896Z] Removing intermediate container a2974115e8d5 [2022-07-11T21:56:11.896Z] ---> f97665255b9c [2022-07-11T21:56:11.896Z] [2022-07-11T21:56:11.896Z] Successfully built f97665255b9c [2022-07-11T21:56:11.896Z] Successfully tagged support-notifications:latest [2022-07-11T21:56:16.088Z]  Building support-notifications ... done  ---> ecd0b5619d52 [2022-07-11T21:56:16.088Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-11T21:56:16.088Z] ---> Running in 01990ac3483d [2022-07-11T21:56:16.654Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-11T21:56:24.780Z] Removing intermediate container f3295bbdd3ca [2022-07-11T21:56:24.780Z] ---> b38db24619d6 [2022-07-11T21:56:24.780Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-11T21:56:24.780Z] ---> Running in b4d184790b49 [2022-07-11T21:56:24.780Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-11T21:56:25.718Z] Removing intermediate container b4d184790b49 [2022-07-11T21:56:25.718Z] ---> 2c8c27b725d3 [2022-07-11T21:56:25.718Z] [2022-07-11T21:56:25.718Z] Step 11/23 : FROM docker:20.10.14 [2022-07-11T21:56:25.718Z] 20.10.14: Pulling from library/docker [2022-07-11T21:56:29.010Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-11T21:56:29.010Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-11T21:56:29.010Z] ---> 7417809fdb73 [2022-07-11T21:56:29.010Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-07-11T21:56:29.950Z] ---> Running in 9ed9cc84c7a4 [2022-07-11T21:56:29.950Z] Removing intermediate container 9ed9cc84c7a4 [2022-07-11T21:56:29.950Z] ---> d920980ce33e [2022-07-11T21:56:29.950Z] 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 [2022-07-11T21:56:29.950Z] ---> Running in e8c86712886d [2022-07-11T21:56:30.209Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:30.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:30.729Z] (1/43) Installing readline (8.1.1-r0) [2022-07-11T21:56:30.729Z] (2/43) Installing bash (5.1.16-r0) [2022-07-11T21:56:30.729Z] Executing bash-5.1.16-r0.post-install [2022-07-11T21:56:30.729Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-11T21:56:30.729Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-11T21:56:30.729Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-11T21:56:30.729Z] (6/43) Installing curl (7.80.0-r2) [2022-07-11T21:56:30.729Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-11T21:56:30.729Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-11T21:56:30.729Z] (9/43) Installing expat (2.4.7-r0) [2022-07-11T21:56:30.729Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-11T21:56:30.729Z] (11/43) Installing gdbm (1.22-r0) [2022-07-11T21:56:30.729Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-11T21:56:30.729Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-11T21:56:30.729Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-11T21:56:30.729Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-11T21:56:30.729Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-11T21:56:30.729Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-11T21:56:30.988Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-11T21:56:30.988Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-11T21:56:30.988Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-11T21:56:30.988Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-11T21:56:30.988Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-11T21:56:30.988Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-11T21:56:30.988Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-11T21:56:30.988Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-11T21:56:30.988Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-11T21:56:31.248Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-11T21:56:31.248Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-11T21:56:31.248Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-11T21:56:31.248Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-11T21:56:31.248Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-11T21:56:31.248Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-11T21:56:31.248Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-11T21:56:31.248Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-11T21:56:31.248Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-11T21:56:31.248Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-11T21:56:31.248Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-11T21:56:31.248Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-11T21:56:31.248Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-11T21:56:31.248Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-11T21:56:31.248Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-11T21:56:31.248Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-11T21:56:31.248Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-11T21:56:31.248Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T21:56:31.248Z] OK: 83 MiB in 65 packages [2022-07-11T21:56:32.187Z] Collecting docker-compose==1.23.2 [2022-07-11T21:56:32.187Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-11T21:56:32.187Z] Collecting jsonschema<3,>=2.5.1 [2022-07-11T21:56:32.187Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-11T21:56:32.187Z] Collecting docker<4.0,>=3.6.0 [2022-07-11T21:56:32.187Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-11T21:56:32.187Z] Collecting cached-property<2,>=1.2.0 [2022-07-11T21:56:32.187Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-11T21:56:32.448Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-11T21:56:32.448Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-11T21:56:32.448Z] Collecting PyYAML<4,>=3.10 [2022-07-11T21:56:32.448Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-11T21:56:32.707Z] Removing intermediate container 01990ac3483d [2022-07-11T21:56:32.707Z] ---> 6c6a8965299c [2022-07-11T21:56:32.707Z] [2022-07-11T21:56:32.707Z] Step 9/20 : FROM alpine:3.15 [2022-07-11T21:56:32.707Z] ---> 0ac33e5f5afa [2022-07-11T21:56:32.707Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T21:56:32.707Z] ---> Using cache [2022-07-11T21:56:32.707Z] ---> 198425fceb32 [2022-07-11T21:56:32.707Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:56:32.707Z] ---> Using cache [2022-07-11T21:56:32.707Z] ---> b597c4428808 [2022-07-11T21:56:32.707Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-11T21:56:32.967Z] ---> Running in 8e864a4b3d60 [2022-07-11T21:56:32.967Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-11T21:56:32.967Z] Collecting docopt<0.7,>=0.6.1 [2022-07-11T21:56:32.967Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-11T21:56:33.227Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:33.487Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-11T21:56:33.487Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-11T21:56:33.487Z] Collecting texttable<0.10,>=0.9.0 [2022-07-11T21:56:33.487Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-11T21:56:33.746Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-11T21:56:33.747Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-11T21:56:34.014Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:34.014Z] Collecting docker-pycreds>=0.4.0 [2022-07-11T21:56:34.014Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-11T21:56:34.283Z] 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) [2022-07-11T21:56:34.283Z] Collecting idna<2.8,>=2.5 [2022-07-11T21:56:34.283Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-11T21:56:34.284Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-11T21:56:34.284Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-11T21:56:34.284Z] OK: 15861 distinct packages available [2022-07-11T21:56:34.284Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-11T21:56:34.284Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-11T21:56:34.284Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:34.284Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-11T21:56:34.284Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-11T21:56:34.544Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-11T21:56:34.544Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-11T21:56:34.544Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-11T21:56:34.544Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-11T21:56:34.544Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-11T21:56:34.544Z] Attempting uninstall: urllib3 [2022-07-11T21:56:34.544Z] Found existing installation: urllib3 1.26.7 [2022-07-11T21:56:34.544Z] Uninstalling urllib3-1.26.7: [2022-07-11T21:56:34.544Z] Successfully uninstalled urllib3-1.26.7 [2022-07-11T21:56:34.544Z] Attempting uninstall: idna [2022-07-11T21:56:34.544Z] Found existing installation: idna 3.3 [2022-07-11T21:56:34.544Z] Uninstalling idna-3.3: [2022-07-11T21:56:34.544Z] Successfully uninstalled idna-3.3 [2022-07-11T21:56:35.115Z] Attempting uninstall: requests [2022-07-11T21:56:35.115Z] Found existing installation: requests 2.26.0 [2022-07-11T21:56:35.115Z] Uninstalling requests-2.26.0: [2022-07-11T21:56:35.115Z] Successfully uninstalled requests-2.26.0 [2022-07-11T21:56:35.115Z] Running setup.py install for texttable: started [2022-07-11T21:56:35.115Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-11T21:56:35.374Z] Running setup.py install for texttable: finished with status 'done' [2022-07-11T21:56:35.374Z] Running setup.py install for PyYAML: started [2022-07-11T21:56:35.374Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-11T21:56:35.635Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-11T21:56:35.635Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-11T21:56:35.635Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-11T21:56:35.895Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-11T21:56:35.895Z] (5/9) Installing curl (7.80.0-r2) [2022-07-11T21:56:35.895Z] Running setup.py install for docopt: started [2022-07-11T21:56:35.895Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-11T21:56:35.895Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-11T21:56:35.948Z] Removing intermediate container 6fbc4ce0c1cb [2022-07-11T21:56:35.948Z] ---> 727dad22101b [2022-07-11T21:56:35.948Z] Successfully built 727dad22101b [2022-07-11T21:56:35.948Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:36.156Z] (8/9) Installing libucontext (1.1-r0) [2022-07-11T21:56:36.156Z] Running setup.py install for docopt: finished with status 'done' [2022-07-11T21:56:36.156Z] Running setup.py install for dockerpty: started [2022-07-11T21:56:36.156Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-11T21:56:36.156Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T21:56:36.156Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T21:56:36.306Z] + docker inspect -f . ci-base-image-arm64 [2022-07-11T21:56:36.306Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T21:56:36.417Z] OK: 8 MiB in 23 packages [2022-07-11T21:56:36.417Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-11T21:56:36.599Z] prd-ubuntu20.04-docker-arm64-4c-16g-19386 does not seem to be running inside a container [2022-07-11T21:56:36.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 ******** ci-base-image-arm64 cat [2022-07-11T21:56:36.987Z] Removing intermediate container 8e864a4b3d60 [2022-07-11T21:56:36.987Z] ---> 0817cf1c4ff5 [2022-07-11T21:56:36.987Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T21:56:36.987Z] 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 [2022-07-11T21:56:36.987Z] ---> 57c7e67c46d9 [2022-07-11T21:56:36.987Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-11T21:56:37.556Z] ---> ca201b83dc01 [2022-07-11T21:56:37.556Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-11T21:56:37.816Z] ---> 433b7c86643d [2022-07-11T21:56:37.816Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-11T21:56:37.816Z] ---> Running in 75e776bffa0a [2022-07-11T21:56:38.052Z] $ docker top ddc160ce2d21c4690dec11fc0a2c95cd8799ec8ce42f026609ed0a3541fae88e -eo pid,comm [2022-07-11T21:56:38.075Z] Removing intermediate container 75e776bffa0a [2022-07-11T21:56:38.075Z] ---> 715b2bb7f3a3 [2022-07-11T21:56:38.075Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T21:56:38.075Z] ---> Running in 639476e8d57c [Pipeline] { [Pipeline] sh [2022-07-11T21:56:38.333Z] Removing intermediate container 639476e8d57c [2022-07-11T21:56:38.333Z] ---> 3ec2c8c0df81 [2022-07-11T21:56:38.333Z] Step 18/20 : LABEL arch=x86_64 [2022-07-11T21:56:38.333Z] ---> Running in 9921532ea37f [2022-07-11T21:56:38.592Z] Removing intermediate container 9921532ea37f [2022-07-11T21:56:38.592Z] ---> 9ff9766e3e82 [2022-07-11T21:56:38.592Z] Step 19/20 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:38.592Z] ---> Running in 5186456b025a [2022-07-11T21:56:38.592Z] Removing intermediate container 5186456b025a [2022-07-11T21:56:38.592Z] ---> 5422125cdabd [2022-07-11T21:56:38.592Z] Step 20/20 : LABEL version=2.2.1-dev.26 [2022-07-11T21:56:38.851Z] ---> Running in e2167fded6f2 [2022-07-11T21:56:38.851Z] Removing intermediate container e2167fded6f2 [2022-07-11T21:56:38.851Z] ---> 39ab534cbfbf [2022-07-11T21:56:38.851Z] [2022-07-11T21:56:38.974Z] + go version [2022-07-11T21:56:38.974Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-07-11T21:56:39.000Z] $ docker stop --time=1 ddc160ce2d21c4690dec11fc0a2c95cd8799ec8ce42f026609ed0a3541fae88e [2022-07-11T21:56:39.110Z] Successfully built 39ab534cbfbf [2022-07-11T21:56:39.111Z] Successfully tagged security-spiffe-token-provider:latest [2022-07-11T21:56:39.369Z]  Building security-spiffe-token-provider ... done Removing intermediate container e8c86712886d [2022-07-11T21:56:39.369Z] ---> dda38a384071 [2022-07-11T21:56:39.369Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-11T21:56:39.629Z] ---> Running in 4061df6bf9cd [2022-07-11T21:56:39.629Z] Removing intermediate container 4061df6bf9cd [2022-07-11T21:56:39.629Z] ---> 3de6ef7a4320 [2022-07-11T21:56:39.629Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-11T21:56:39.629Z] ---> Running in 2e8a06fdf95f [2022-07-11T21:56:39.629Z] Removing intermediate container 2e8a06fdf95f [2022-07-11T21:56:39.629Z] ---> 730ade208f0e [2022-07-11T21:56:39.629Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-11T21:56:40.198Z] ---> 68183b941f87 [2022-07-11T21:56:40.198Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-11T21:56:40.198Z] ---> 969f267bc966 [2022-07-11T21:56:40.198Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-11T21:56:40.457Z] ---> b836c15980f0 [2022-07-11T21:56:40.457Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-11T21:56:40.457Z] ---> Running in b7887a1ac31d [2022-07-11T21:56:40.457Z] Removing intermediate container b7887a1ac31d [2022-07-11T21:56:40.457Z] ---> 8f4848e8b7ca [2022-07-11T21:56:40.457Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T21:56:40.457Z] ---> Running in 7f6d246956f6 [2022-07-11T21:56:40.666Z] $ docker rm -f ddc160ce2d21c4690dec11fc0a2c95cd8799ec8ce42f026609ed0a3541fae88e [2022-07-11T21:56:40.717Z] Removing intermediate container 7f6d246956f6 [2022-07-11T21:56:40.717Z] ---> 8a2529dd8888 [2022-07-11T21:56:40.717Z] Step 21/23 : LABEL arch=x86_64 [2022-07-11T21:56:40.717Z] ---> Running in 27a2f2556d28 [2022-07-11T21:56:40.717Z] Removing intermediate container 27a2f2556d28 [2022-07-11T21:56:40.717Z] ---> 75b5557a8f32 [2022-07-11T21:56:40.717Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:40.717Z] ---> Running in ce1056813db5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2022-07-11T21:56:40.980Z] Removing intermediate container ce1056813db5 [2022-07-11T21:56:40.980Z] ---> 3e07cf9db75a [2022-07-11T21:56:40.980Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T21:56:40.980Z] ---> Running in bd4f081fad45 [2022-07-11T21:56:40.980Z] Removing intermediate container bd4f081fad45 [2022-07-11T21:56:40.980Z] ---> 582c031595f1 [2022-07-11T21:56:40.980Z] [2022-07-11T21:56:40.980Z] Successfully built 582c031595f1 [2022-07-11T21:56:40.980Z] Successfully tagged sys-mgmt-agent:latest [2022-07-11T21:56:40.987Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-07-11T21:56:40.995Z] $ docker stop --time=1 b4400740b37dbb7bb996ef8821ffcee9ffab678d4c00bdf0135e093b97646e53 [2022-07-11T21:56:42.302Z] $ docker rm -f b4400740b37dbb7bb996ef8821ffcee9ffab678d4c00bdf0135e093b97646e53 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:42.642Z] + docker images [2022-07-11T21:56:42.642Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-11T21:56:42.642Z] sys-mgmt-agent latest 582c031595f1 2 seconds ago 299MB [2022-07-11T21:56:42.642Z] security-spiffe-token-provider latest 39ab534cbfbf 4 seconds ago 29.1MB [2022-07-11T21:56:42.642Z] 6c6a8965299c 11 seconds ago 1.67GB [2022-07-11T21:56:42.642Z] 2c8c27b725d3 17 seconds ago 1.62GB [2022-07-11T21:56:42.642Z] support-notifications latest f97665255b9c 31 seconds ago 27.1MB [2022-07-11T21:56:42.642Z] security-spire-server latest 4ac0a5089e24 36 seconds ago 86.5MB [2022-07-11T21:56:42.642Z] security-spire-config latest fca158958d5d 38 seconds ago 85.8MB [2022-07-11T21:56:42.642Z] d78b7a36fb1c 41 seconds ago 1.68GB [2022-07-11T21:56:42.642Z] a2a6dffed39b 43 seconds ago 1.52GB [2022-07-11T21:56:42.642Z] security-proxy-setup latest 045c141e9553 47 seconds ago 27.1MB [2022-07-11T21:56:42.642Z] core-metadata latest e1ebab1961b8 51 seconds ago 17.1MB [2022-07-11T21:56:42.642Z] acd7d68c1a73 53 seconds ago 1.52GB [2022-07-11T21:56:42.642Z] core-command latest 8e35be341012 57 seconds ago 16.1MB [2022-07-11T21:56:42.642Z] a5bbb5bc7c0e 59 seconds ago 1.62GB [2022-07-11T21:56:42.642Z] c23f6ab97f3a About a minute ago 1.63GB [2022-07-11T21:56:42.642Z] 4bbd6837f2ca About a minute ago 1.62GB [2022-07-11T21:56:42.642Z] security-bootstrapper latest b959332b90a7 About a minute ago 19.3MB [2022-07-11T21:56:42.642Z] support-scheduler latest 0702ae439b17 About a minute ago 26.5MB [2022-07-11T21:56:42.642Z] core-data latest 0d0e546bb016 About a minute ago 21.5MB [2022-07-11T21:56:42.642Z] security-secretstore-setup latest ba9b7207e6f4 About a minute ago 28.9MB [2022-07-11T21:56:42.642Z] 8f07ae1142e9 About a minute ago 1.68GB [2022-07-11T21:56:42.642Z] 162195875399 About a minute ago 1.65GB [2022-07-11T21:56:42.642Z] 1be915416858 About a minute ago 1.63GB [2022-07-11T21:56:42.642Z] e414efd2a6b4 About a minute ago 1.62GB [2022-07-11T21:56:42.642Z] security-spire-agent latest 93be378de976 About a minute ago 125MB [2022-07-11T21:56:42.642Z] ba13f324026e 2 minutes ago 1.52GB [2022-07-11T21:56:42.642Z] ci-base-image-x86_64 latest d4f855be9965 4 minutes ago 937MB [2022-07-11T21:56:42.642Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 days ago 253MB [2022-07-11T21:56:42.642Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 4 days ago 677MB [2022-07-11T21:56:42.642Z] alpine 3.16 e66264b98777 7 weeks ago 5.53MB [2022-07-11T21:56:42.642Z] docker 20.10.14 7417809fdb73 3 months ago 218MB [2022-07-11T21:56:42.642Z] alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB [2022-07-11T21:56:42.642Z] 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] { [2022-07-11T21:56:42.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-11T21:56:42.735Z] [2022-07-11T21:56:42.735Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T21:56:42.752Z] provisioning config files... [2022-07-11T21:56:42.761Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config1421001284512764937tmp [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh [2022-07-11T21:56:43.064Z] ---> docker-login.sh [2022-07-11T21:56:43.064Z] nexus3.edgexfoundry.org:10001 [2022-07-11T21:56:43.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:56:43.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:56:43.064Z] Configure a credential helper to remove this warning. See [2022-07-11T21:56:43.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:56:43.064Z] [2022-07-11T21:56:43.064Z] Login Succeeded [2022-07-11T21:56:43.064Z] nexus3.edgexfoundry.org:10002 [2022-07-11T21:56:43.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:56:43.132Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-11T21:56:43.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:56:43.325Z] Configure a credential helper to remove this warning. See [2022-07-11T21:56:43.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:56:43.325Z] [2022-07-11T21:56:43.325Z] Login Succeeded [2022-07-11T21:56:43.325Z] nexus3.edgexfoundry.org:10003 [2022-07-11T21:56:43.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:56:43.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:56:43.325Z] Configure a credential helper to remove this warning. See [2022-07-11T21:56:43.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:56:43.325Z] [2022-07-11T21:56:43.325Z] Login Succeeded [2022-07-11T21:56:43.325Z] nexus3.edgexfoundry.org:10004 [2022-07-11T21:56:43.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:56:43.411Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-07-11T21:56:43.411Z] 29e5d40040c1: Pulling fs layer [2022-07-11T21:56:43.411Z] 1ce36da41761: Pulling fs layer [2022-07-11T21:56:43.411Z] 25b303627fd3: Pulling fs layer [2022-07-11T21:56:43.411Z] 29e5d40040c1: Verifying Checksum [2022-07-11T21:56:43.411Z] 29e5d40040c1: Download complete [2022-07-11T21:56:43.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:56:43.584Z] Configure a credential helper to remove this warning. See [2022-07-11T21:56:43.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:56:43.584Z] [2022-07-11T21:56:43.584Z] Login Succeeded [2022-07-11T21:56:43.584Z] docker.io [2022-07-11T21:56:43.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T21:56:43.687Z] 1ce36da41761: Verifying Checksum [2022-07-11T21:56:43.687Z] 1ce36da41761: Download complete [2022-07-11T21:56:43.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T21:56:43.844Z] Configure a credential helper to remove this warning. See [2022-07-11T21:56:43.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T21:56:43.844Z] [2022-07-11T21:56:43.844Z] Login Succeeded [2022-07-11T21:56:43.844Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T21:56:43.853Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:56:43.880Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T21:56:43.904Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-07-11T21:56:43.904Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:43.904Z] latest [2022-07-11T21:56:43.904Z] 2.2.1-dev.26 [2022-07-11T21:56:43.904Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:56:43.904Z] main [2022-07-11T21:56:43.904Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:43.965Z] 29e5d40040c1: Pull complete [2022-07-11T21:56:44.229Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:44.536Z] + docker push nexus3.edgexfoundry.org:10004/core-command:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:44.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-11T21:56:44.536Z] b54d24078c92: Preparing [2022-07-11T21:56:44.536Z] 098ff26f4757: Preparing [2022-07-11T21:56:44.536Z] c92ce6708bd9: Preparing [2022-07-11T21:56:44.536Z] 8db50b550a8d: Preparing [2022-07-11T21:56:44.536Z] 24302eb7d908: Preparing [2022-07-11T21:56:44.536Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:44.536Z] c92ce6708bd9: Pushed [2022-07-11T21:56:44.536Z] b54d24078c92: Pushed [2022-07-11T21:56:44.536Z] 8db50b550a8d: Pushed [2022-07-11T21:56:45.404Z] 25b303627fd3: Verifying Checksum [2022-07-11T21:56:45.404Z] 25b303627fd3: Download complete [2022-07-11T21:56:45.404Z] 1ce36da41761: Pull complete [2022-07-11T21:56:45.915Z] 098ff26f4757: Pushed [2022-07-11T21:56:45.915Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:b034b204f2ca299c56d7ed0f3e17a4b2883861ff3b59d227a0fcfeb82d1e118e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:46.235Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:46.549Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-07-11T21:56:46.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-11T21:56:46.549Z] b54d24078c92: Preparing [2022-07-11T21:56:46.549Z] 098ff26f4757: Preparing [2022-07-11T21:56:46.549Z] c92ce6708bd9: Preparing [2022-07-11T21:56:46.549Z] 8db50b550a8d: Preparing [2022-07-11T21:56:46.549Z] 24302eb7d908: Preparing [2022-07-11T21:56:46.549Z] 098ff26f4757: Layer already exists [2022-07-11T21:56:46.549Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:46.549Z] b54d24078c92: Layer already exists [2022-07-11T21:56:46.549Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:46.549Z] 8db50b550a8d: Layer already exists [2022-07-11T21:56:46.549Z] latest: digest: sha256:b034b204f2ca299c56d7ed0f3e17a4b2883861ff3b59d227a0fcfeb82d1e118e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:46.867Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:47.181Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.26 [2022-07-11T21:56:47.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-11T21:56:47.181Z] b54d24078c92: Preparing [2022-07-11T21:56:47.181Z] 098ff26f4757: Preparing [2022-07-11T21:56:47.181Z] c92ce6708bd9: Preparing [2022-07-11T21:56:47.181Z] 8db50b550a8d: Preparing [2022-07-11T21:56:47.181Z] 24302eb7d908: Preparing [2022-07-11T21:56:47.181Z] 8db50b550a8d: Layer already exists [2022-07-11T21:56:47.181Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:47.181Z] b54d24078c92: Layer already exists [2022-07-11T21:56:47.181Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:47.181Z] 098ff26f4757: Layer already exists [2022-07-11T21:56:47.181Z] 2.2.1-dev.26: digest: sha256:b034b204f2ca299c56d7ed0f3e17a4b2883861ff3b59d227a0fcfeb82d1e118e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:47.503Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:47.820Z] + docker push nexus3.edgexfoundry.org:10004/core-command:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:56:47.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-11T21:56:47.820Z] b54d24078c92: Preparing [2022-07-11T21:56:47.820Z] 098ff26f4757: Preparing [2022-07-11T21:56:47.820Z] c92ce6708bd9: Preparing [2022-07-11T21:56:47.820Z] 8db50b550a8d: Preparing [2022-07-11T21:56:47.820Z] 24302eb7d908: Preparing [2022-07-11T21:56:47.820Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:47.820Z] 8db50b550a8d: Layer already exists [2022-07-11T21:56:47.820Z] 098ff26f4757: Layer already exists [2022-07-11T21:56:47.820Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:47.820Z] b54d24078c92: Layer already exists [2022-07-11T21:56:47.820Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:b034b204f2ca299c56d7ed0f3e17a4b2883861ff3b59d227a0fcfeb82d1e118e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:48.139Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:48.449Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-07-11T21:56:48.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-11T21:56:48.450Z] b54d24078c92: Preparing [2022-07-11T21:56:48.450Z] 098ff26f4757: Preparing [2022-07-11T21:56:48.450Z] c92ce6708bd9: Preparing [2022-07-11T21:56:48.450Z] 8db50b550a8d: Preparing [2022-07-11T21:56:48.450Z] 24302eb7d908: Preparing [2022-07-11T21:56:48.450Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:48.450Z] 098ff26f4757: Layer already exists [2022-07-11T21:56:48.450Z] b54d24078c92: Layer already exists [2022-07-11T21:56:48.450Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:48.450Z] 8db50b550a8d: Layer already exists [2022-07-11T21:56:48.450Z] main: digest: sha256:b034b204f2ca299c56d7ed0f3e17a4b2883861ff3b59d227a0fcfeb82d1e118e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:56:48.487Z] ===================================================== [Pipeline] echo [2022-07-11T21:56:48.493Z] taggedImages: [2022-07-11T21:56:48.493Z] - nexus3.edgexfoundry.org:10004/core-command:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:48.493Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-07-11T21:56:48.493Z] - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.26 [2022-07-11T21:56:48.493Z] - nexus3.edgexfoundry.org:10004/core-command:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:56:48.493Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-07-11T21:56:48.506Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-07-11T21:56:48.506Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:48.506Z] latest [2022-07-11T21:56:48.506Z] 2.2.1-dev.26 [2022-07-11T21:56:48.506Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:56:48.506Z] main [2022-07-11T21:56:48.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:48.827Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:49.134Z] + docker push nexus3.edgexfoundry.org:10004/core-data:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:49.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-11T21:56:49.135Z] 0a9fbf63328d: Preparing [2022-07-11T21:56:49.135Z] c0c78ab6f8f6: Preparing [2022-07-11T21:56:49.135Z] c92ce6708bd9: Preparing [2022-07-11T21:56:49.135Z] 2bd6d97cc815: Preparing [2022-07-11T21:56:49.135Z] 0d2cb45e0eb6: Preparing [2022-07-11T21:56:49.135Z] 24302eb7d908: Preparing [2022-07-11T21:56:49.135Z] 24302eb7d908: Waiting [2022-07-11T21:56:49.135Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:49.135Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:49.135Z] 0a9fbf63328d: Pushed [2022-07-11T21:56:49.135Z] 0d2cb45e0eb6: Pushed [2022-07-11T21:56:49.393Z] 2bd6d97cc815: Pushed [2022-07-11T21:56:50.772Z] c0c78ab6f8f6: Pushed [2022-07-11T21:56:50.772Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:3b1015e3ed90134b53084900e818073e0e78f99274ac1e60f108d9a35aded8b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:51.090Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:51.430Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-07-11T21:56:51.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-11T21:56:51.430Z] 0a9fbf63328d: Preparing [2022-07-11T21:56:51.430Z] c0c78ab6f8f6: Preparing [2022-07-11T21:56:51.430Z] c92ce6708bd9: Preparing [2022-07-11T21:56:51.430Z] 2bd6d97cc815: Preparing [2022-07-11T21:56:51.430Z] 0d2cb45e0eb6: Preparing [2022-07-11T21:56:51.430Z] 24302eb7d908: Preparing [2022-07-11T21:56:51.430Z] 24302eb7d908: Waiting [2022-07-11T21:56:51.430Z] 0d2cb45e0eb6: Layer already exists [2022-07-11T21:56:51.430Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:51.430Z] c0c78ab6f8f6: Layer already exists [2022-07-11T21:56:51.430Z] 2bd6d97cc815: Layer already exists [2022-07-11T21:56:51.430Z] 0a9fbf63328d: Layer already exists [2022-07-11T21:56:51.430Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:51.430Z] latest: digest: sha256:3b1015e3ed90134b53084900e818073e0e78f99274ac1e60f108d9a35aded8b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:51.818Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:52.129Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.26 [2022-07-11T21:56:52.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-11T21:56:52.129Z] 0a9fbf63328d: Preparing [2022-07-11T21:56:52.129Z] c0c78ab6f8f6: Preparing [2022-07-11T21:56:52.129Z] c92ce6708bd9: Preparing [2022-07-11T21:56:52.129Z] 2bd6d97cc815: Preparing [2022-07-11T21:56:52.129Z] 0d2cb45e0eb6: Preparing [2022-07-11T21:56:52.129Z] 24302eb7d908: Preparing [2022-07-11T21:56:52.129Z] 24302eb7d908: Waiting [2022-07-11T21:56:52.129Z] 0d2cb45e0eb6: Layer already exists [2022-07-11T21:56:52.129Z] 2bd6d97cc815: Layer already exists [2022-07-11T21:56:52.129Z] c0c78ab6f8f6: Layer already exists [2022-07-11T21:56:52.129Z] 0a9fbf63328d: Layer already exists [2022-07-11T21:56:52.129Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:52.129Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:52.129Z] 2.2.1-dev.26: digest: sha256:3b1015e3ed90134b53084900e818073e0e78f99274ac1e60f108d9a35aded8b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:52.447Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:52.754Z] + docker push nexus3.edgexfoundry.org:10004/core-data:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:56:52.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-11T21:56:52.754Z] 0a9fbf63328d: Preparing [2022-07-11T21:56:52.754Z] c0c78ab6f8f6: Preparing [2022-07-11T21:56:52.755Z] c92ce6708bd9: Preparing [2022-07-11T21:56:52.755Z] 2bd6d97cc815: Preparing [2022-07-11T21:56:52.755Z] 0d2cb45e0eb6: Preparing [2022-07-11T21:56:52.755Z] 24302eb7d908: Preparing [2022-07-11T21:56:52.755Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:52.755Z] c0c78ab6f8f6: Layer already exists [2022-07-11T21:56:52.755Z] 2bd6d97cc815: Layer already exists [2022-07-11T21:56:52.755Z] 0a9fbf63328d: Layer already exists [2022-07-11T21:56:52.755Z] 0d2cb45e0eb6: Layer already exists [2022-07-11T21:56:52.755Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:52.755Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:3b1015e3ed90134b53084900e818073e0e78f99274ac1e60f108d9a35aded8b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:53.072Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:53.380Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-07-11T21:56:53.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-11T21:56:53.380Z] 0a9fbf63328d: Preparing [2022-07-11T21:56:53.380Z] c0c78ab6f8f6: Preparing [2022-07-11T21:56:53.380Z] c92ce6708bd9: Preparing [2022-07-11T21:56:53.380Z] 2bd6d97cc815: Preparing [2022-07-11T21:56:53.380Z] 0d2cb45e0eb6: Preparing [2022-07-11T21:56:53.380Z] 24302eb7d908: Preparing [2022-07-11T21:56:53.380Z] 24302eb7d908: Waiting [2022-07-11T21:56:53.380Z] 2bd6d97cc815: Layer already exists [2022-07-11T21:56:53.380Z] c0c78ab6f8f6: Layer already exists [2022-07-11T21:56:53.380Z] 0a9fbf63328d: Layer already exists [2022-07-11T21:56:53.380Z] 0d2cb45e0eb6: Layer already exists [2022-07-11T21:56:53.380Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:53.380Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:53.380Z] main: digest: sha256:3b1015e3ed90134b53084900e818073e0e78f99274ac1e60f108d9a35aded8b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:56:53.429Z] ===================================================== [Pipeline] echo [2022-07-11T21:56:53.441Z] taggedImages: [2022-07-11T21:56:53.441Z] - nexus3.edgexfoundry.org:10004/core-data:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:53.441Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-07-11T21:56:53.441Z] - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.26 [2022-07-11T21:56:53.441Z] - nexus3.edgexfoundry.org:10004/core-data:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:56:53.441Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-07-11T21:56:53.466Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-07-11T21:56:53.466Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:53.466Z] latest [2022-07-11T21:56:53.466Z] 2.2.1-dev.26 [2022-07-11T21:56:53.466Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:56:53.466Z] main [2022-07-11T21:56:53.466Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:53.798Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:54.105Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:56:54.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-11T21:56:54.106Z] c65f62d719e6: Preparing [2022-07-11T21:56:54.106Z] 209cf052bbf5: Preparing [2022-07-11T21:56:54.106Z] c92ce6708bd9: Preparing [2022-07-11T21:56:54.106Z] 8db50b550a8d: Preparing [2022-07-11T21:56:54.106Z] 24302eb7d908: Preparing [2022-07-11T21:56:54.106Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:54.106Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:54.106Z] 8db50b550a8d: Layer already exists [2022-07-11T21:56:54.106Z] c65f62d719e6: Pushed [2022-07-11T21:56:55.487Z] 209cf052bbf5: Pushed [2022-07-11T21:56:55.487Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:13f1f106307abc91422863406c93a78e94b2e34d12f28b57f54f5d314eab922b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:55.565Z] 25b303627fd3: Pull complete [2022-07-11T21:56:55.566Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-07-11T21:56:55.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-11T21:56:55.566Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T21:56:55.795Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-07-11T21:56:55.835Z] prd-ubuntu20.04-docker-arm64-4c-16g-19386 does not seem to be running inside a container [2022-07-11T21:56:55.934Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T21:56:58.479Z] $ docker top e44063574eb596150c574e4ae214a2c340367bd501344c54605c67a644328105 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2022-07-11T21:56:59.108Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-07-11T21:56:59.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-11T21:56:59.108Z] c65f62d719e6: Preparing [2022-07-11T21:56:59.108Z] 209cf052bbf5: Preparing [2022-07-11T21:56:59.108Z] c92ce6708bd9: Preparing [2022-07-11T21:56:59.108Z] 8db50b550a8d: Preparing [2022-07-11T21:56:59.108Z] 24302eb7d908: Preparing [2022-07-11T21:56:59.108Z] 8db50b550a8d: Layer already exists [2022-07-11T21:56:59.108Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:59.108Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:59.108Z] c65f62d719e6: Layer already exists [2022-07-11T21:56:59.108Z] 209cf052bbf5: Layer already exists [2022-07-11T21:56:59.108Z] latest: digest: sha256:13f1f106307abc91422863406c93a78e94b2e34d12f28b57f54f5d314eab922b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:59.418Z] + docker-compose build --help [2022-07-11T21:56:59.418Z] + grep parallel [2022-07-11T21:56:59.424Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:56:59.739Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.26 [2022-07-11T21:56:59.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-11T21:56:59.739Z] c65f62d719e6: Preparing [2022-07-11T21:56:59.740Z] 209cf052bbf5: Preparing [2022-07-11T21:56:59.740Z] c92ce6708bd9: Preparing [2022-07-11T21:56:59.740Z] 8db50b550a8d: Preparing [2022-07-11T21:56:59.740Z] 24302eb7d908: Preparing [2022-07-11T21:56:59.740Z] 209cf052bbf5: Layer already exists [2022-07-11T21:56:59.740Z] c65f62d719e6: Layer already exists [2022-07-11T21:56:59.740Z] c92ce6708bd9: Layer already exists [2022-07-11T21:56:59.740Z] 8db50b550a8d: Layer already exists [2022-07-11T21:56:59.740Z] 24302eb7d908: Layer already exists [2022-07-11T21:56:59.740Z] 2.2.1-dev.26: digest: sha256:13f1f106307abc91422863406c93a78e94b2e34d12f28b57f54f5d314eab922b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:00.058Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:00.366Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:00.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-11T21:57:00.366Z] c65f62d719e6: Preparing [2022-07-11T21:57:00.366Z] 209cf052bbf5: Preparing [2022-07-11T21:57:00.366Z] c92ce6708bd9: Preparing [2022-07-11T21:57:00.366Z] 8db50b550a8d: Preparing [2022-07-11T21:57:00.366Z] 24302eb7d908: Preparing [2022-07-11T21:57:00.366Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:00.366Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:00.366Z] 8db50b550a8d: Layer already exists [2022-07-11T21:57:00.366Z] c65f62d719e6: Layer already exists [2022-07-11T21:57:00.366Z] 209cf052bbf5: Layer already exists [2022-07-11T21:57:00.366Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:13f1f106307abc91422863406c93a78e94b2e34d12f28b57f54f5d314eab922b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:00.686Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:01.002Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-07-11T21:57:01.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-11T21:57:01.002Z] c65f62d719e6: Preparing [2022-07-11T21:57:01.002Z] 209cf052bbf5: Preparing [2022-07-11T21:57:01.002Z] c92ce6708bd9: Preparing [2022-07-11T21:57:01.002Z] 8db50b550a8d: Preparing [2022-07-11T21:57:01.002Z] 24302eb7d908: Preparing [2022-07-11T21:57:01.002Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:01.002Z] 209cf052bbf5: Layer already exists [2022-07-11T21:57:01.002Z] c65f62d719e6: Layer already exists [2022-07-11T21:57:01.002Z] 8db50b550a8d: Layer already exists [2022-07-11T21:57:01.002Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:01.002Z] main: digest: sha256:13f1f106307abc91422863406c93a78e94b2e34d12f28b57f54f5d314eab922b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:57:01.054Z] ===================================================== [Pipeline] echo [2022-07-11T21:57:01.066Z] taggedImages: [2022-07-11T21:57:01.066Z] - nexus3.edgexfoundry.org:10004/core-metadata:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:01.066Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-07-11T21:57:01.066Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.26 [2022-07-11T21:57:01.066Z] - nexus3.edgexfoundry.org:10004/core-metadata:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:01.066Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-07-11T21:57:01.091Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-07-11T21:57:01.091Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:01.091Z] latest [2022-07-11T21:57:01.091Z] 2.2.1-dev.26 [2022-07-11T21:57:01.091Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:01.091Z] main [2022-07-11T21:57:01.091Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:01.426Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:01.735Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:01.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-11T21:57:01.735Z] dfd839f34a2c: Preparing [2022-07-11T21:57:01.735Z] dfd839f34a2c: Preparing [2022-07-11T21:57:01.735Z] f784bc980a42: Preparing [2022-07-11T21:57:01.736Z] 5315eadcde60: Preparing [2022-07-11T21:57:01.736Z] 1c14238954c9: Preparing [2022-07-11T21:57:01.736Z] 14a0ae54ca82: Preparing [2022-07-11T21:57:01.736Z] c92ce6708bd9: Preparing [2022-07-11T21:57:01.736Z] 83c6a244df64: Preparing [2022-07-11T21:57:01.736Z] 111bfd0a4cc2: Preparing [2022-07-11T21:57:01.736Z] 1e424fe0932b: Preparing [2022-07-11T21:57:01.736Z] 12ff848ac33b: Preparing [2022-07-11T21:57:01.736Z] c92ce6708bd9: Waiting [2022-07-11T21:57:01.736Z] 83c6a244df64: Waiting [2022-07-11T21:57:01.736Z] 111bfd0a4cc2: Waiting [2022-07-11T21:57:01.736Z] 1e424fe0932b: Waiting [2022-07-11T21:57:01.736Z] 24302eb7d908: Preparing [2022-07-11T21:57:01.736Z] 12ff848ac33b: Waiting [2022-07-11T21:57:01.736Z] 24302eb7d908: Waiting [2022-07-11T21:57:01.736Z] f784bc980a42: Pushed [2022-07-11T21:57:01.736Z] 5315eadcde60: Pushed [2022-07-11T21:57:01.736Z] 1c14238954c9: Pushed [2022-07-11T21:57:01.736Z] dfd839f34a2c: Pushed [2022-07-11T21:57:01.736Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:01.996Z] 12ff848ac33b: Pushed [2022-07-11T21:57:01.996Z] 111bfd0a4cc2: Pushed [2022-07-11T21:57:01.996Z] 83c6a244df64: Pushed [2022-07-11T21:57:01.996Z] 1e424fe0932b: Pushed [2022-07-11T21:57:01.996Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:03.378Z] 14a0ae54ca82: Pushed [2022-07-11T21:57:03.378Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:e8af68f1567c31eea9109172c281c1510d5cfd22011aae39e7b61503c8c16df3 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:03.696Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:04.006Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-07-11T21:57:04.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-11T21:57:04.006Z] dfd839f34a2c: Preparing [2022-07-11T21:57:04.006Z] dfd839f34a2c: Preparing [2022-07-11T21:57:04.006Z] f784bc980a42: Preparing [2022-07-11T21:57:04.006Z] 5315eadcde60: Preparing [2022-07-11T21:57:04.006Z] 1c14238954c9: Preparing [2022-07-11T21:57:04.006Z] 14a0ae54ca82: Preparing [2022-07-11T21:57:04.006Z] c92ce6708bd9: Preparing [2022-07-11T21:57:04.006Z] 83c6a244df64: Preparing [2022-07-11T21:57:04.006Z] 111bfd0a4cc2: Preparing [2022-07-11T21:57:04.006Z] 1e424fe0932b: Preparing [2022-07-11T21:57:04.006Z] 12ff848ac33b: Preparing [2022-07-11T21:57:04.006Z] 24302eb7d908: Preparing [2022-07-11T21:57:04.006Z] 83c6a244df64: Waiting [2022-07-11T21:57:04.006Z] 111bfd0a4cc2: Waiting [2022-07-11T21:57:04.006Z] 12ff848ac33b: Waiting [2022-07-11T21:57:04.006Z] 24302eb7d908: Waiting [2022-07-11T21:57:04.006Z] 1e424fe0932b: Waiting [2022-07-11T21:57:04.006Z] c92ce6708bd9: Waiting [2022-07-11T21:57:04.006Z] 5315eadcde60: Layer already exists [2022-07-11T21:57:04.006Z] f784bc980a42: Layer already exists [2022-07-11T21:57:04.006Z] 14a0ae54ca82: Layer already exists [2022-07-11T21:57:04.006Z] dfd839f34a2c: Layer already exists [2022-07-11T21:57:04.006Z] 1c14238954c9: Layer already exists [2022-07-11T21:57:04.006Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:04.006Z] 111bfd0a4cc2: Layer already exists [2022-07-11T21:57:04.006Z] 1e424fe0932b: Layer already exists [2022-07-11T21:57:04.006Z] 12ff848ac33b: Layer already exists [2022-07-11T21:57:04.006Z] 83c6a244df64: Layer already exists [2022-07-11T21:57:04.006Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:04.006Z] latest: digest: sha256:e8af68f1567c31eea9109172c281c1510d5cfd22011aae39e7b61503c8c16df3 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:04.325Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:04.637Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.26 [2022-07-11T21:57:04.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-11T21:57:04.637Z] dfd839f34a2c: Preparing [2022-07-11T21:57:04.637Z] dfd839f34a2c: Preparing [2022-07-11T21:57:04.637Z] f784bc980a42: Preparing [2022-07-11T21:57:04.637Z] 5315eadcde60: Preparing [2022-07-11T21:57:04.637Z] 1c14238954c9: Preparing [2022-07-11T21:57:04.637Z] 14a0ae54ca82: Preparing [2022-07-11T21:57:04.637Z] c92ce6708bd9: Preparing [2022-07-11T21:57:04.637Z] 83c6a244df64: Preparing [2022-07-11T21:57:04.637Z] 111bfd0a4cc2: Preparing [2022-07-11T21:57:04.637Z] 1e424fe0932b: Preparing [2022-07-11T21:57:04.637Z] 12ff848ac33b: Preparing [2022-07-11T21:57:04.637Z] 24302eb7d908: Preparing [2022-07-11T21:57:04.637Z] c92ce6708bd9: Waiting [2022-07-11T21:57:04.637Z] 83c6a244df64: Waiting [2022-07-11T21:57:04.637Z] 111bfd0a4cc2: Waiting [2022-07-11T21:57:04.637Z] 1e424fe0932b: Waiting [2022-07-11T21:57:04.637Z] 12ff848ac33b: Waiting [2022-07-11T21:57:04.637Z] 24302eb7d908: Waiting [2022-07-11T21:57:04.637Z] 1c14238954c9: Layer already exists [2022-07-11T21:57:04.637Z] f784bc980a42: Layer already exists [2022-07-11T21:57:04.637Z] 5315eadcde60: Layer already exists [2022-07-11T21:57:04.637Z] dfd839f34a2c: Layer already exists [2022-07-11T21:57:04.637Z] 14a0ae54ca82: Layer already exists [2022-07-11T21:57:04.637Z] 1e424fe0932b: Layer already exists [2022-07-11T21:57:04.637Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:04.637Z] 83c6a244df64: Layer already exists [2022-07-11T21:57:04.637Z] 111bfd0a4cc2: Layer already exists [2022-07-11T21:57:04.637Z] 12ff848ac33b: Layer already exists [2022-07-11T21:57:04.637Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:04.637Z] 2.2.1-dev.26: digest: sha256:e8af68f1567c31eea9109172c281c1510d5cfd22011aae39e7b61503c8c16df3 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:04.950Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:05.257Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:05.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-11T21:57:05.257Z] dfd839f34a2c: Preparing [2022-07-11T21:57:05.257Z] dfd839f34a2c: Preparing [2022-07-11T21:57:05.257Z] f784bc980a42: Preparing [2022-07-11T21:57:05.257Z] 5315eadcde60: Preparing [2022-07-11T21:57:05.257Z] 1c14238954c9: Preparing [2022-07-11T21:57:05.257Z] 14a0ae54ca82: Preparing [2022-07-11T21:57:05.257Z] c92ce6708bd9: Preparing [2022-07-11T21:57:05.257Z] 83c6a244df64: Preparing [2022-07-11T21:57:05.257Z] 111bfd0a4cc2: Preparing [2022-07-11T21:57:05.257Z] 1e424fe0932b: Preparing [2022-07-11T21:57:05.257Z] 12ff848ac33b: Preparing [2022-07-11T21:57:05.257Z] 24302eb7d908: Preparing [2022-07-11T21:57:05.257Z] 83c6a244df64: Waiting [2022-07-11T21:57:05.257Z] 111bfd0a4cc2: Waiting [2022-07-11T21:57:05.257Z] 1e424fe0932b: Waiting [2022-07-11T21:57:05.257Z] 12ff848ac33b: Waiting [2022-07-11T21:57:05.257Z] 24302eb7d908: Waiting [2022-07-11T21:57:05.257Z] c92ce6708bd9: Waiting [2022-07-11T21:57:05.257Z] 14a0ae54ca82: Layer already exists [2022-07-11T21:57:05.257Z] 1c14238954c9: Layer already exists [2022-07-11T21:57:05.257Z] dfd839f34a2c: Layer already exists [2022-07-11T21:57:05.257Z] 5315eadcde60: Layer already exists [2022-07-11T21:57:05.257Z] f784bc980a42: Layer already exists [2022-07-11T21:57:05.257Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:05.257Z] 83c6a244df64: Layer already exists [2022-07-11T21:57:05.257Z] 111bfd0a4cc2: Layer already exists [2022-07-11T21:57:05.257Z] 1e424fe0932b: Layer already exists [2022-07-11T21:57:05.257Z] 12ff848ac33b: Layer already exists [2022-07-11T21:57:05.257Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:05.257Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:e8af68f1567c31eea9109172c281c1510d5cfd22011aae39e7b61503c8c16df3 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:05.573Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:05.882Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-07-11T21:57:05.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-11T21:57:05.882Z] dfd839f34a2c: Preparing [2022-07-11T21:57:05.882Z] dfd839f34a2c: Preparing [2022-07-11T21:57:05.882Z] f784bc980a42: Preparing [2022-07-11T21:57:05.882Z] 5315eadcde60: Preparing [2022-07-11T21:57:05.882Z] 1c14238954c9: Preparing [2022-07-11T21:57:05.882Z] 14a0ae54ca82: Preparing [2022-07-11T21:57:05.882Z] c92ce6708bd9: Preparing [2022-07-11T21:57:05.882Z] 83c6a244df64: Preparing [2022-07-11T21:57:05.882Z] 111bfd0a4cc2: Preparing [2022-07-11T21:57:05.882Z] 1e424fe0932b: Preparing [2022-07-11T21:57:05.882Z] 12ff848ac33b: Preparing [2022-07-11T21:57:05.882Z] 24302eb7d908: Preparing [2022-07-11T21:57:05.882Z] 12ff848ac33b: Waiting [2022-07-11T21:57:05.882Z] 1e424fe0932b: Waiting [2022-07-11T21:57:05.882Z] 83c6a244df64: Waiting [2022-07-11T21:57:05.882Z] 24302eb7d908: Waiting [2022-07-11T21:57:05.882Z] c92ce6708bd9: Waiting [2022-07-11T21:57:05.882Z] 111bfd0a4cc2: Waiting [2022-07-11T21:57:05.882Z] 1c14238954c9: Layer already exists [2022-07-11T21:57:05.882Z] dfd839f34a2c: Layer already exists [2022-07-11T21:57:05.882Z] f784bc980a42: Layer already exists [2022-07-11T21:57:05.882Z] 14a0ae54ca82: Layer already exists [2022-07-11T21:57:05.882Z] 5315eadcde60: Layer already exists [2022-07-11T21:57:05.882Z] 83c6a244df64: Layer already exists [2022-07-11T21:57:05.882Z] 12ff848ac33b: Layer already exists [2022-07-11T21:57:05.882Z] 111bfd0a4cc2: Layer already exists [2022-07-11T21:57:05.882Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:05.882Z] 1e424fe0932b: Layer already exists [2022-07-11T21:57:05.882Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:05.882Z] main: digest: sha256:e8af68f1567c31eea9109172c281c1510d5cfd22011aae39e7b61503c8c16df3 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:57:05.937Z] ===================================================== [Pipeline] echo [2022-07-11T21:57:05.946Z] taggedImages: [2022-07-11T21:57:05.946Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:05.946Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-07-11T21:57:05.946Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.26 [2022-07-11T21:57:05.946Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:05.946Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-07-11T21:57:05.966Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-07-11T21:57:05.966Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:05.966Z] latest [2022-07-11T21:57:05.966Z] 2.2.1-dev.26 [2022-07-11T21:57:05.966Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:05.966Z] main [2022-07-11T21:57:05.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:06.128Z] --parallel Build images in parallel. [Pipeline] } [2022-07-11T21:57:06.159Z] $ docker stop --time=1 e44063574eb596150c574e4ae214a2c340367bd501344c54605c67a644328105 [2022-07-11T21:57:06.290Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:07.882Z] $ docker rm -f e44063574eb596150c574e4ae214a2c340367bd501344c54605c67a644328105 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:08.449Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:08.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-11T21:57:08.449Z] 52c23b2cf94b: Preparing [2022-07-11T21:57:08.449Z] d881c7496a72: Preparing [2022-07-11T21:57:08.449Z] 10142c103664: Preparing [2022-07-11T21:57:08.449Z] 0951dedf9d30: Preparing [2022-07-11T21:57:08.449Z] dcc0d4e8a79c: Preparing [2022-07-11T21:57:08.449Z] 2f6f35c5bcf4: Preparing [2022-07-11T21:57:08.449Z] 5c382f5328ff: Preparing [2022-07-11T21:57:08.449Z] 2f6f35c5bcf4: Waiting [2022-07-11T21:57:08.449Z] 24302eb7d908: Preparing [2022-07-11T21:57:08.449Z] 5c382f5328ff: Waiting [2022-07-11T21:57:08.449Z] 24302eb7d908: Waiting [2022-07-11T21:57:08.449Z] d881c7496a72: Pushed [2022-07-11T21:57:08.449Z] dcc0d4e8a79c: Pushed [2022-07-11T21:57:08.449Z] 52c23b2cf94b: Pushed [2022-07-11T21:57:08.449Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:08.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-11T21:57:08.574Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T21:57:08.707Z] 2f6f35c5bcf4: Pushed [2022-07-11T21:57:08.707Z] 5c382f5328ff: Pushed [2022-07-11T21:57:08.826Z] prd-ubuntu20.04-docker-arm64-4c-16g-19386 does not seem to be running inside a container [2022-07-11T21:57:08.927Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-11T21:57:09.650Z] 10142c103664: Pushed [2022-07-11T21:57:09.650Z] 0951dedf9d30: Pushed [2022-07-11T21:57:09.650Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:42e66cb1e72e4bed31c9efe465b3f77eaaa3a941db72b18d767e5c3fb6c899f8 size: 1990 [2022-07-11T21:57:10.363Z] $ docker top c5dca8275396573f9ab0dafef709879c8312d0c56c31994f450c99bd31fee922 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:11.165Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [2022-07-11T21:57:11.180Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:11.471Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-07-11T21:57:11.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-11T21:57:11.472Z] 52c23b2cf94b: Preparing [2022-07-11T21:57:11.472Z] d881c7496a72: Preparing [2022-07-11T21:57:11.472Z] 10142c103664: Preparing [2022-07-11T21:57:11.472Z] 0951dedf9d30: Preparing [2022-07-11T21:57:11.472Z] dcc0d4e8a79c: Preparing [2022-07-11T21:57:11.472Z] 2f6f35c5bcf4: Preparing [2022-07-11T21:57:11.472Z] 5c382f5328ff: Preparing [2022-07-11T21:57:11.472Z] 24302eb7d908: Preparing [2022-07-11T21:57:11.472Z] 2f6f35c5bcf4: Waiting [2022-07-11T21:57:11.472Z] 24302eb7d908: Waiting [2022-07-11T21:57:11.472Z] dcc0d4e8a79c: Layer already exists [2022-07-11T21:57:11.472Z] 52c23b2cf94b: Layer already exists [2022-07-11T21:57:11.472Z] 10142c103664: Layer already exists [2022-07-11T21:57:11.472Z] 0951dedf9d30: Layer already exists [2022-07-11T21:57:11.472Z] d881c7496a72: Layer already exists [2022-07-11T21:57:11.472Z] 5c382f5328ff: Layer already exists [2022-07-11T21:57:11.472Z] 2f6f35c5bcf4: Layer already exists [2022-07-11T21:57:11.472Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:11.472Z] latest: digest: sha256:42e66cb1e72e4bed31c9efe465b3f77eaaa3a941db72b18d767e5c3fb6c899f8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:11.783Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:12.094Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.26 [2022-07-11T21:57:12.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-11T21:57:12.094Z] 52c23b2cf94b: Preparing [2022-07-11T21:57:12.094Z] d881c7496a72: Preparing [2022-07-11T21:57:12.094Z] 10142c103664: Preparing [2022-07-11T21:57:12.094Z] 0951dedf9d30: Preparing [2022-07-11T21:57:12.094Z] dcc0d4e8a79c: Preparing [2022-07-11T21:57:12.094Z] 2f6f35c5bcf4: Preparing [2022-07-11T21:57:12.094Z] 5c382f5328ff: Preparing [2022-07-11T21:57:12.094Z] 24302eb7d908: Preparing [2022-07-11T21:57:12.094Z] 2f6f35c5bcf4: Waiting [2022-07-11T21:57:12.094Z] 5c382f5328ff: Waiting [2022-07-11T21:57:12.094Z] 24302eb7d908: Waiting [2022-07-11T21:57:12.094Z] dcc0d4e8a79c: Layer already exists [2022-07-11T21:57:12.094Z] 10142c103664: Layer already exists [2022-07-11T21:57:12.094Z] d881c7496a72: Layer already exists [2022-07-11T21:57:12.094Z] 52c23b2cf94b: Layer already exists [2022-07-11T21:57:12.094Z] 0951dedf9d30: Layer already exists [2022-07-11T21:57:12.094Z] 5c382f5328ff: Layer already exists [2022-07-11T21:57:12.094Z] 2f6f35c5bcf4: Layer already exists [2022-07-11T21:57:12.094Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:12.094Z] 2.2.1-dev.26: digest: sha256:42e66cb1e72e4bed31c9efe465b3f77eaaa3a941db72b18d767e5c3fb6c899f8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:12.408Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:12.718Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:12.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-11T21:57:12.718Z] 52c23b2cf94b: Preparing [2022-07-11T21:57:12.718Z] d881c7496a72: Preparing [2022-07-11T21:57:12.718Z] 10142c103664: Preparing [2022-07-11T21:57:12.718Z] 0951dedf9d30: Preparing [2022-07-11T21:57:12.718Z] dcc0d4e8a79c: Preparing [2022-07-11T21:57:12.718Z] 2f6f35c5bcf4: Preparing [2022-07-11T21:57:12.718Z] 5c382f5328ff: Preparing [2022-07-11T21:57:12.718Z] 24302eb7d908: Preparing [2022-07-11T21:57:12.718Z] 2f6f35c5bcf4: Waiting [2022-07-11T21:57:12.718Z] 5c382f5328ff: Waiting [2022-07-11T21:57:12.718Z] 24302eb7d908: Waiting [2022-07-11T21:57:12.718Z] 52c23b2cf94b: Layer already exists [2022-07-11T21:57:12.718Z] 10142c103664: Layer already exists [2022-07-11T21:57:12.718Z] d881c7496a72: Layer already exists [2022-07-11T21:57:12.718Z] 0951dedf9d30: Layer already exists [2022-07-11T21:57:12.718Z] dcc0d4e8a79c: Layer already exists [2022-07-11T21:57:12.718Z] 5c382f5328ff: Layer already exists [2022-07-11T21:57:12.718Z] 2f6f35c5bcf4: Layer already exists [2022-07-11T21:57:12.718Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:12.718Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:42e66cb1e72e4bed31c9efe465b3f77eaaa3a941db72b18d767e5c3fb6c899f8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:13.130Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:13.444Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-07-11T21:57:13.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-11T21:57:13.444Z] 52c23b2cf94b: Preparing [2022-07-11T21:57:13.444Z] d881c7496a72: Preparing [2022-07-11T21:57:13.444Z] 10142c103664: Preparing [2022-07-11T21:57:13.444Z] 0951dedf9d30: Preparing [2022-07-11T21:57:13.444Z] dcc0d4e8a79c: Preparing [2022-07-11T21:57:13.444Z] 2f6f35c5bcf4: Preparing [2022-07-11T21:57:13.444Z] 5c382f5328ff: Preparing [2022-07-11T21:57:13.444Z] 24302eb7d908: Preparing [2022-07-11T21:57:13.444Z] 5c382f5328ff: Waiting [2022-07-11T21:57:13.444Z] 2f6f35c5bcf4: Waiting [2022-07-11T21:57:13.444Z] 24302eb7d908: Waiting [2022-07-11T21:57:13.444Z] 0951dedf9d30: Layer already exists [2022-07-11T21:57:13.444Z] dcc0d4e8a79c: Layer already exists [2022-07-11T21:57:13.444Z] d881c7496a72: Layer already exists [2022-07-11T21:57:13.444Z] 10142c103664: Layer already exists [2022-07-11T21:57:13.444Z] 52c23b2cf94b: Layer already exists [2022-07-11T21:57:13.444Z] 2f6f35c5bcf4: Layer already exists [2022-07-11T21:57:13.444Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:13.444Z] 5c382f5328ff: Layer already exists [2022-07-11T21:57:13.444Z] main: digest: sha256:42e66cb1e72e4bed31c9efe465b3f77eaaa3a941db72b18d767e5c3fb6c899f8 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:57:13.496Z] ===================================================== [Pipeline] echo [2022-07-11T21:57:13.504Z] taggedImages: [2022-07-11T21:57:13.504Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:13.504Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-07-11T21:57:13.504Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.26 [2022-07-11T21:57:13.504Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:13.504Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-07-11T21:57:13.524Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-07-11T21:57:13.524Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:13.524Z] latest [2022-07-11T21:57:13.524Z] 2.2.1-dev.26 [2022-07-11T21:57:13.524Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:13.524Z] main [2022-07-11T21:57:13.524Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:13.842Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:14.155Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:14.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-11T21:57:14.155Z] 7a8dfb351990: Preparing [2022-07-11T21:57:14.155Z] 2d244d15a208: Preparing [2022-07-11T21:57:14.155Z] e09db19fc044: Preparing [2022-07-11T21:57:14.155Z] c1519fc87b9d: Preparing [2022-07-11T21:57:14.155Z] a397aaef4786: Preparing [2022-07-11T21:57:14.155Z] b5871c6dc4d0: Preparing [2022-07-11T21:57:14.155Z] 0679a329846b: Preparing [2022-07-11T21:57:14.155Z] a148f06c678a: Preparing [2022-07-11T21:57:14.155Z] 638c7308e341: Preparing [2022-07-11T21:57:14.155Z] 24302eb7d908: Preparing [2022-07-11T21:57:14.156Z] a148f06c678a: Waiting [2022-07-11T21:57:14.156Z] 24302eb7d908: Waiting [2022-07-11T21:57:14.156Z] b5871c6dc4d0: Waiting [2022-07-11T21:57:14.156Z] 638c7308e341: Waiting [2022-07-11T21:57:14.156Z] 2d244d15a208: Pushed [2022-07-11T21:57:14.156Z] 7a8dfb351990: Pushed [2022-07-11T21:57:14.156Z] a397aaef4786: Pushed [2022-07-11T21:57:14.415Z] b5871c6dc4d0: Pushed [2022-07-11T21:57:14.415Z] a148f06c678a: Pushed [2022-07-11T21:57:14.415Z] 0679a329846b: Pushed [2022-07-11T21:57:14.415Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:14.415Z] 638c7308e341: Pushed [2022-07-11T21:57:15.354Z] c1519fc87b9d: Pushed [2022-07-11T21:57:15.613Z] e09db19fc044: Pushed [2022-07-11T21:57:15.874Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:fb4652b7b6ff69035b24b398c80d5023d80038b837f7c085eba99cf6d275519b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:16.188Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:16.496Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-07-11T21:57:16.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-11T21:57:16.496Z] 7a8dfb351990: Preparing [2022-07-11T21:57:16.496Z] 2d244d15a208: Preparing [2022-07-11T21:57:16.496Z] e09db19fc044: Preparing [2022-07-11T21:57:16.496Z] c1519fc87b9d: Preparing [2022-07-11T21:57:16.496Z] a397aaef4786: Preparing [2022-07-11T21:57:16.496Z] b5871c6dc4d0: Preparing [2022-07-11T21:57:16.496Z] 0679a329846b: Preparing [2022-07-11T21:57:16.496Z] a148f06c678a: Preparing [2022-07-11T21:57:16.496Z] 638c7308e341: Preparing [2022-07-11T21:57:16.497Z] 24302eb7d908: Preparing [2022-07-11T21:57:16.497Z] 0679a329846b: Waiting [2022-07-11T21:57:16.497Z] a148f06c678a: Waiting [2022-07-11T21:57:16.497Z] 638c7308e341: Waiting [2022-07-11T21:57:16.497Z] 24302eb7d908: Waiting [2022-07-11T21:57:16.497Z] b5871c6dc4d0: Waiting [2022-07-11T21:57:16.497Z] 2d244d15a208: Layer already exists [2022-07-11T21:57:16.497Z] 7a8dfb351990: Layer already exists [2022-07-11T21:57:16.497Z] c1519fc87b9d: Layer already exists [2022-07-11T21:57:16.497Z] e09db19fc044: Layer already exists [2022-07-11T21:57:16.497Z] a397aaef4786: Layer already exists [2022-07-11T21:57:16.497Z] a148f06c678a: Layer already exists [2022-07-11T21:57:16.497Z] 638c7308e341: Layer already exists [2022-07-11T21:57:16.497Z] 0679a329846b: Layer already exists [2022-07-11T21:57:16.497Z] b5871c6dc4d0: Layer already exists [2022-07-11T21:57:16.497Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:16.497Z] latest: digest: sha256:fb4652b7b6ff69035b24b398c80d5023d80038b837f7c085eba99cf6d275519b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:16.813Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:17.128Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.26 [2022-07-11T21:57:17.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-11T21:57:17.128Z] 7a8dfb351990: Preparing [2022-07-11T21:57:17.128Z] 2d244d15a208: Preparing [2022-07-11T21:57:17.128Z] e09db19fc044: Preparing [2022-07-11T21:57:17.128Z] c1519fc87b9d: Preparing [2022-07-11T21:57:17.128Z] a397aaef4786: Preparing [2022-07-11T21:57:17.128Z] b5871c6dc4d0: Preparing [2022-07-11T21:57:17.128Z] 0679a329846b: Preparing [2022-07-11T21:57:17.128Z] a148f06c678a: Preparing [2022-07-11T21:57:17.128Z] 638c7308e341: Preparing [2022-07-11T21:57:17.128Z] 24302eb7d908: Preparing [2022-07-11T21:57:17.128Z] 0679a329846b: Waiting [2022-07-11T21:57:17.128Z] a148f06c678a: Waiting [2022-07-11T21:57:17.128Z] 638c7308e341: Waiting [2022-07-11T21:57:17.128Z] 24302eb7d908: Waiting [2022-07-11T21:57:17.128Z] b5871c6dc4d0: Waiting [2022-07-11T21:57:17.128Z] a397aaef4786: Layer already exists [2022-07-11T21:57:17.128Z] e09db19fc044: Layer already exists [2022-07-11T21:57:17.128Z] 7a8dfb351990: Layer already exists [2022-07-11T21:57:17.128Z] c1519fc87b9d: Layer already exists [2022-07-11T21:57:17.128Z] 2d244d15a208: Layer already exists [2022-07-11T21:57:17.128Z] 0679a329846b: Layer already exists [2022-07-11T21:57:17.128Z] b5871c6dc4d0: Layer already exists [2022-07-11T21:57:17.128Z] a148f06c678a: Layer already exists [2022-07-11T21:57:17.128Z] 638c7308e341: Layer already exists [2022-07-11T21:57:17.128Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:17.128Z] 2.2.1-dev.26: digest: sha256:fb4652b7b6ff69035b24b398c80d5023d80038b837f7c085eba99cf6d275519b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:17.441Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:17.756Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:17.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-11T21:57:17.756Z] 7a8dfb351990: Preparing [2022-07-11T21:57:17.756Z] 2d244d15a208: Preparing [2022-07-11T21:57:17.756Z] e09db19fc044: Preparing [2022-07-11T21:57:17.756Z] c1519fc87b9d: Preparing [2022-07-11T21:57:17.756Z] a397aaef4786: Preparing [2022-07-11T21:57:17.756Z] b5871c6dc4d0: Preparing [2022-07-11T21:57:17.756Z] 0679a329846b: Preparing [2022-07-11T21:57:17.756Z] a148f06c678a: Preparing [2022-07-11T21:57:17.756Z] 638c7308e341: Preparing [2022-07-11T21:57:17.756Z] b5871c6dc4d0: Waiting [2022-07-11T21:57:17.756Z] 0679a329846b: Waiting [2022-07-11T21:57:17.756Z] a148f06c678a: Waiting [2022-07-11T21:57:17.756Z] 24302eb7d908: Preparing [2022-07-11T21:57:17.756Z] 638c7308e341: Waiting [2022-07-11T21:57:17.756Z] 24302eb7d908: Waiting [2022-07-11T21:57:17.756Z] 2d244d15a208: Layer already exists [2022-07-11T21:57:17.756Z] 7a8dfb351990: Layer already exists [2022-07-11T21:57:17.756Z] c1519fc87b9d: Layer already exists [2022-07-11T21:57:17.756Z] a397aaef4786: Layer already exists [2022-07-11T21:57:17.756Z] e09db19fc044: Layer already exists [2022-07-11T21:57:17.756Z] a148f06c678a: Layer already exists [2022-07-11T21:57:17.756Z] 0679a329846b: Layer already exists [2022-07-11T21:57:17.756Z] b5871c6dc4d0: Layer already exists [2022-07-11T21:57:17.756Z] 638c7308e341: Layer already exists [2022-07-11T21:57:17.756Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:17.756Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:fb4652b7b6ff69035b24b398c80d5023d80038b837f7c085eba99cf6d275519b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:17.978Z] Building core-command ... [2022-07-11T21:57:17.978Z] Building core-data ... [2022-07-11T21:57:17.978Z] Building core-metadata ... [2022-07-11T21:57:17.978Z] Building security-bootstrapper ... [2022-07-11T21:57:17.978Z] Building security-proxy-setup ... [2022-07-11T21:57:17.978Z] Building security-secretstore-setup ... [2022-07-11T21:57:17.978Z] Building security-spiffe-token-provider ... [2022-07-11T21:57:17.978Z] Building security-spire-agent ... [2022-07-11T21:57:17.978Z] Building security-spire-config ... [2022-07-11T21:57:17.978Z] Building security-spire-server ... [2022-07-11T21:57:17.978Z] Building support-notifications ... [2022-07-11T21:57:17.978Z] Building support-scheduler ... [2022-07-11T21:57:17.978Z] Building sys-mgmt-agent ... [2022-07-11T21:57:17.978Z] Building security-spiffe-token-provider [2022-07-11T21:57:17.978Z] Building security-spire-server [2022-07-11T21:57:17.978Z] Building security-secretstore-setup [2022-07-11T21:57:17.978Z] Building security-bootstrapper [2022-07-11T21:57:17.978Z] Building security-spire-agent [2022-07-11T21:57:18.071Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:18.386Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-07-11T21:57:18.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-11T21:57:18.387Z] 7a8dfb351990: Preparing [2022-07-11T21:57:18.387Z] 2d244d15a208: Preparing [2022-07-11T21:57:18.387Z] e09db19fc044: Preparing [2022-07-11T21:57:18.387Z] c1519fc87b9d: Preparing [2022-07-11T21:57:18.387Z] a397aaef4786: Preparing [2022-07-11T21:57:18.387Z] b5871c6dc4d0: Preparing [2022-07-11T21:57:18.387Z] 0679a329846b: Preparing [2022-07-11T21:57:18.387Z] a148f06c678a: Preparing [2022-07-11T21:57:18.387Z] 638c7308e341: Preparing [2022-07-11T21:57:18.387Z] 24302eb7d908: Preparing [2022-07-11T21:57:18.387Z] 638c7308e341: Waiting [2022-07-11T21:57:18.387Z] 24302eb7d908: Waiting [2022-07-11T21:57:18.387Z] 0679a329846b: Waiting [2022-07-11T21:57:18.387Z] b5871c6dc4d0: Waiting [2022-07-11T21:57:18.387Z] a148f06c678a: Waiting [2022-07-11T21:57:18.387Z] c1519fc87b9d: Layer already exists [2022-07-11T21:57:18.387Z] e09db19fc044: Layer already exists [2022-07-11T21:57:18.387Z] 7a8dfb351990: Layer already exists [2022-07-11T21:57:18.387Z] 2d244d15a208: Layer already exists [2022-07-11T21:57:18.387Z] a397aaef4786: Layer already exists [2022-07-11T21:57:18.387Z] b5871c6dc4d0: Layer already exists [2022-07-11T21:57:18.387Z] 638c7308e341: Layer already exists [2022-07-11T21:57:18.387Z] 0679a329846b: Layer already exists [2022-07-11T21:57:18.387Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:18.387Z] a148f06c678a: Layer already exists [2022-07-11T21:57:18.387Z] main: digest: sha256:fb4652b7b6ff69035b24b398c80d5023d80038b837f7c085eba99cf6d275519b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:57:18.435Z] ===================================================== [Pipeline] echo [2022-07-11T21:57:18.444Z] taggedImages: [2022-07-11T21:57:18.444Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:18.444Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-07-11T21:57:18.444Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.26 [2022-07-11T21:57:18.444Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:18.444Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-07-11T21:57:18.465Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2022-07-11T21:57:18.465Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:18.465Z] latest [2022-07-11T21:57:18.465Z] 2.2.1-dev.26 [2022-07-11T21:57:18.465Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:18.465Z] main [2022-07-11T21:57:18.465Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:18.772Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:19.080Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:19.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-11T21:57:19.080Z] 2c67a910e472: Preparing [2022-07-11T21:57:19.080Z] ee44f8226b2b: Preparing [2022-07-11T21:57:19.080Z] c92ce6708bd9: Preparing [2022-07-11T21:57:19.080Z] 7a61ca69395b: Preparing [2022-07-11T21:57:19.080Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:19.080Z] 4fc242d58285: Preparing [2022-07-11T21:57:19.080Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:19.080Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:19.080Z] 2c67a910e472: Pushed [2022-07-11T21:57:19.080Z] 72827c4bd6c3: Pushed [2022-07-11T21:57:19.647Z] 7a61ca69395b: Pushed [2022-07-11T21:57:21.028Z] ee44f8226b2b: Pushed [2022-07-11T21:57:21.288Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:374c2257b389617a4a8f0385b2869fe54ad81f3241a4745769d57f2f491fa48d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:21.601Z] + 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 [2022-07-11T21:57:21.909Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-07-11T21:57:21.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-11T21:57:21.909Z] 2c67a910e472: Preparing [2022-07-11T21:57:21.909Z] ee44f8226b2b: Preparing [2022-07-11T21:57:21.909Z] c92ce6708bd9: Preparing [2022-07-11T21:57:21.909Z] 7a61ca69395b: Preparing [2022-07-11T21:57:21.909Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:21.909Z] 4fc242d58285: Preparing [2022-07-11T21:57:21.909Z] 4fc242d58285: Waiting [2022-07-11T21:57:21.909Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:21.909Z] 7a61ca69395b: Layer already exists [2022-07-11T21:57:21.909Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:21.909Z] 2c67a910e472: Layer already exists [2022-07-11T21:57:21.909Z] ee44f8226b2b: Layer already exists [2022-07-11T21:57:21.909Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:21.909Z] latest: digest: sha256:374c2257b389617a4a8f0385b2869fe54ad81f3241a4745769d57f2f491fa48d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:22.221Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:22.534Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.26 [2022-07-11T21:57:22.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-11T21:57:22.534Z] 2c67a910e472: Preparing [2022-07-11T21:57:22.534Z] ee44f8226b2b: Preparing [2022-07-11T21:57:22.534Z] c92ce6708bd9: Preparing [2022-07-11T21:57:22.534Z] 7a61ca69395b: Preparing [2022-07-11T21:57:22.534Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:22.534Z] 4fc242d58285: Preparing [2022-07-11T21:57:22.534Z] 4fc242d58285: Waiting [2022-07-11T21:57:22.534Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:22.534Z] 7a61ca69395b: Layer already exists [2022-07-11T21:57:22.534Z] ee44f8226b2b: Layer already exists [2022-07-11T21:57:22.534Z] 2c67a910e472: Layer already exists [2022-07-11T21:57:22.534Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:22.534Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:22.534Z] 2.2.1-dev.26: digest: sha256:374c2257b389617a4a8f0385b2869fe54ad81f3241a4745769d57f2f491fa48d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:22.869Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:23.188Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:23.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-11T21:57:23.188Z] 2c67a910e472: Preparing [2022-07-11T21:57:23.188Z] ee44f8226b2b: Preparing [2022-07-11T21:57:23.188Z] c92ce6708bd9: Preparing [2022-07-11T21:57:23.188Z] 7a61ca69395b: Preparing [2022-07-11T21:57:23.188Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:23.188Z] 4fc242d58285: Preparing [2022-07-11T21:57:23.188Z] 4fc242d58285: Waiting [2022-07-11T21:57:23.188Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:23.188Z] 7a61ca69395b: Layer already exists [2022-07-11T21:57:23.188Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:23.188Z] ee44f8226b2b: Layer already exists [2022-07-11T21:57:23.188Z] 2c67a910e472: Layer already exists [2022-07-11T21:57:23.188Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:23.188Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:374c2257b389617a4a8f0385b2869fe54ad81f3241a4745769d57f2f491fa48d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:23.506Z] + 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 [2022-07-11T21:57:23.833Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2022-07-11T21:57:23.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-11T21:57:23.833Z] 2c67a910e472: Preparing [2022-07-11T21:57:23.833Z] ee44f8226b2b: Preparing [2022-07-11T21:57:23.833Z] c92ce6708bd9: Preparing [2022-07-11T21:57:23.833Z] 7a61ca69395b: Preparing [2022-07-11T21:57:23.833Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:23.833Z] 4fc242d58285: Preparing [2022-07-11T21:57:23.833Z] 4fc242d58285: Waiting [2022-07-11T21:57:23.833Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:23.833Z] ee44f8226b2b: Layer already exists [2022-07-11T21:57:23.833Z] 7a61ca69395b: Layer already exists [2022-07-11T21:57:23.833Z] 2c67a910e472: Layer already exists [2022-07-11T21:57:23.833Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:23.833Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:23.833Z] main: digest: sha256:374c2257b389617a4a8f0385b2869fe54ad81f3241a4745769d57f2f491fa48d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:57:23.881Z] ===================================================== [Pipeline] echo [2022-07-11T21:57:23.890Z] taggedImages: [2022-07-11T21:57:23.890Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:23.890Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-07-11T21:57:23.890Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.26 [2022-07-11T21:57:23.890Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:23.890Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2022-07-11T21:57:23.915Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2022-07-11T21:57:23.915Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:23.915Z] latest [2022-07-11T21:57:23.915Z] 2.2.1-dev.26 [2022-07-11T21:57:23.915Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:23.915Z] main [2022-07-11T21:57:23.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:24.239Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:24.546Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:24.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-11T21:57:24.546Z] aa0842381412: Preparing [2022-07-11T21:57:24.546Z] 1b792fde3fa8: Preparing [2022-07-11T21:57:24.546Z] 98fd2c488ed5: Preparing [2022-07-11T21:57:24.546Z] cf591c25880e: Preparing [2022-07-11T21:57:24.546Z] b2119adb0868: Preparing [2022-07-11T21:57:24.546Z] 561ec52851b4: Preparing [2022-07-11T21:57:24.546Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:24.546Z] 4fc242d58285: Preparing [2022-07-11T21:57:24.546Z] 4fc242d58285: Waiting [2022-07-11T21:57:24.546Z] 561ec52851b4: Waiting [2022-07-11T21:57:24.546Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:24.546Z] 98fd2c488ed5: Pushed [2022-07-11T21:57:24.546Z] 1b792fde3fa8: Pushed [2022-07-11T21:57:24.546Z] aa0842381412: Pushed [2022-07-11T21:57:24.546Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:24.546Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:25.117Z] 561ec52851b4: Pushed [2022-07-11T21:57:28.409Z] b2119adb0868: Pushed [2022-07-11T21:57:30.948Z] cf591c25880e: Pushed [2022-07-11T21:57:30.948Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:1de4a3c3e03334960a3cd4ed3ea233f5063d909bafed424b32b5c872f2dec5c3 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:31.257Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:31.560Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-07-11T21:57:31.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-11T21:57:31.560Z] aa0842381412: Preparing [2022-07-11T21:57:31.560Z] 1b792fde3fa8: Preparing [2022-07-11T21:57:31.560Z] 98fd2c488ed5: Preparing [2022-07-11T21:57:31.560Z] cf591c25880e: Preparing [2022-07-11T21:57:31.560Z] b2119adb0868: Preparing [2022-07-11T21:57:31.560Z] 561ec52851b4: Preparing [2022-07-11T21:57:31.560Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:31.560Z] 4fc242d58285: Preparing [2022-07-11T21:57:31.560Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:31.560Z] 561ec52851b4: Waiting [2022-07-11T21:57:31.560Z] 4fc242d58285: Waiting [2022-07-11T21:57:31.560Z] b2119adb0868: Layer already exists [2022-07-11T21:57:31.560Z] aa0842381412: Layer already exists [2022-07-11T21:57:31.560Z] 98fd2c488ed5: Layer already exists [2022-07-11T21:57:31.560Z] 1b792fde3fa8: Layer already exists [2022-07-11T21:57:31.560Z] cf591c25880e: Layer already exists [2022-07-11T21:57:31.560Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:31.560Z] 561ec52851b4: Layer already exists [2022-07-11T21:57:31.560Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:31.560Z] latest: digest: sha256:1de4a3c3e03334960a3cd4ed3ea233f5063d909bafed424b32b5c872f2dec5c3 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:31.874Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:32.186Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.26 [2022-07-11T21:57:32.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-11T21:57:32.186Z] aa0842381412: Preparing [2022-07-11T21:57:32.186Z] 1b792fde3fa8: Preparing [2022-07-11T21:57:32.186Z] 98fd2c488ed5: Preparing [2022-07-11T21:57:32.186Z] cf591c25880e: Preparing [2022-07-11T21:57:32.186Z] b2119adb0868: Preparing [2022-07-11T21:57:32.186Z] 561ec52851b4: Preparing [2022-07-11T21:57:32.186Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:32.186Z] 4fc242d58285: Preparing [2022-07-11T21:57:32.186Z] 561ec52851b4: Waiting [2022-07-11T21:57:32.186Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:32.186Z] 4fc242d58285: Waiting [2022-07-11T21:57:32.186Z] 1b792fde3fa8: Layer already exists [2022-07-11T21:57:32.186Z] 98fd2c488ed5: Layer already exists [2022-07-11T21:57:32.186Z] cf591c25880e: Layer already exists [2022-07-11T21:57:32.186Z] aa0842381412: Layer already exists [2022-07-11T21:57:32.186Z] b2119adb0868: Layer already exists [2022-07-11T21:57:32.186Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:32.186Z] 561ec52851b4: Layer already exists [2022-07-11T21:57:32.186Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:32.186Z] 2.2.1-dev.26: digest: sha256:1de4a3c3e03334960a3cd4ed3ea233f5063d909bafed424b32b5c872f2dec5c3 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:32.502Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:32.813Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:32.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-11T21:57:32.813Z] aa0842381412: Preparing [2022-07-11T21:57:32.813Z] 1b792fde3fa8: Preparing [2022-07-11T21:57:32.813Z] 98fd2c488ed5: Preparing [2022-07-11T21:57:32.813Z] cf591c25880e: Preparing [2022-07-11T21:57:32.813Z] b2119adb0868: Preparing [2022-07-11T21:57:32.813Z] 561ec52851b4: Preparing [2022-07-11T21:57:32.813Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:32.813Z] 4fc242d58285: Preparing [2022-07-11T21:57:32.813Z] 561ec52851b4: Waiting [2022-07-11T21:57:32.813Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:32.813Z] aa0842381412: Layer already exists [2022-07-11T21:57:32.813Z] 98fd2c488ed5: Layer already exists [2022-07-11T21:57:32.813Z] 1b792fde3fa8: Layer already exists [2022-07-11T21:57:32.813Z] cf591c25880e: Layer already exists [2022-07-11T21:57:32.813Z] b2119adb0868: Layer already exists [2022-07-11T21:57:32.813Z] 561ec52851b4: Layer already exists [2022-07-11T21:57:32.813Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:32.813Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:32.813Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:1de4a3c3e03334960a3cd4ed3ea233f5063d909bafed424b32b5c872f2dec5c3 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:33.133Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:33.447Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2022-07-11T21:57:33.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-11T21:57:33.447Z] aa0842381412: Preparing [2022-07-11T21:57:33.447Z] 1b792fde3fa8: Preparing [2022-07-11T21:57:33.447Z] 98fd2c488ed5: Preparing [2022-07-11T21:57:33.447Z] cf591c25880e: Preparing [2022-07-11T21:57:33.447Z] b2119adb0868: Preparing [2022-07-11T21:57:33.447Z] 561ec52851b4: Preparing [2022-07-11T21:57:33.447Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:33.447Z] 4fc242d58285: Preparing [2022-07-11T21:57:33.447Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:33.447Z] 561ec52851b4: Waiting [2022-07-11T21:57:33.447Z] 4fc242d58285: Waiting [2022-07-11T21:57:33.447Z] cf591c25880e: Layer already exists [2022-07-11T21:57:33.447Z] b2119adb0868: Layer already exists [2022-07-11T21:57:33.447Z] 98fd2c488ed5: Layer already exists [2022-07-11T21:57:33.447Z] aa0842381412: Layer already exists [2022-07-11T21:57:33.447Z] 1b792fde3fa8: Layer already exists [2022-07-11T21:57:33.447Z] 561ec52851b4: Layer already exists [2022-07-11T21:57:33.447Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:33.447Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:33.447Z] main: digest: sha256:1de4a3c3e03334960a3cd4ed3ea233f5063d909bafed424b32b5c872f2dec5c3 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:57:33.504Z] ===================================================== [Pipeline] echo [2022-07-11T21:57:33.513Z] taggedImages: [2022-07-11T21:57:33.513Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:33.513Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-07-11T21:57:33.513Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.26 [2022-07-11T21:57:33.513Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:33.513Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2022-07-11T21:57:33.534Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2022-07-11T21:57:33.534Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:33.534Z] latest [2022-07-11T21:57:33.534Z] 2.2.1-dev.26 [2022-07-11T21:57:33.534Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:33.534Z] main [2022-07-11T21:57:33.534Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:33.851Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:34.165Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:34.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-11T21:57:34.165Z] 4654868d3bc5: Preparing [2022-07-11T21:57:34.165Z] d9065f268dfd: Preparing [2022-07-11T21:57:34.165Z] e57c38784d2e: Preparing [2022-07-11T21:57:34.165Z] 45f5406abc63: Preparing [2022-07-11T21:57:34.165Z] 35ab9b3d2d09: Preparing [2022-07-11T21:57:34.165Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:34.165Z] 4fc242d58285: Preparing [2022-07-11T21:57:34.165Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:34.165Z] 4fc242d58285: Waiting [2022-07-11T21:57:34.165Z] e57c38784d2e: Pushed [2022-07-11T21:57:34.165Z] d9065f268dfd: Pushed [2022-07-11T21:57:34.165Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:34.165Z] 4654868d3bc5: Pushed [2022-07-11T21:57:34.165Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:34.425Z] 35ab9b3d2d09: Pushed [2022-07-11T21:57:41.005Z] 45f5406abc63: Pushed [2022-07-11T21:57:41.005Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:13635233164449ae1f7c7e38cfe6bd4b27a0d5f8dfdb11be8a305809df9363b3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:41.398Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:41.739Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-07-11T21:57:41.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-11T21:57:41.739Z] 4654868d3bc5: Preparing [2022-07-11T21:57:41.739Z] d9065f268dfd: Preparing [2022-07-11T21:57:41.739Z] e57c38784d2e: Preparing [2022-07-11T21:57:41.739Z] 45f5406abc63: Preparing [2022-07-11T21:57:41.739Z] 35ab9b3d2d09: Preparing [2022-07-11T21:57:41.739Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:41.739Z] 4fc242d58285: Preparing [2022-07-11T21:57:41.739Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:41.739Z] 4fc242d58285: Waiting [2022-07-11T21:57:41.739Z] 35ab9b3d2d09: Layer already exists [2022-07-11T21:57:41.739Z] 45f5406abc63: Layer already exists [2022-07-11T21:57:41.739Z] e57c38784d2e: Layer already exists [2022-07-11T21:57:41.739Z] d9065f268dfd: Layer already exists [2022-07-11T21:57:41.739Z] 4654868d3bc5: Layer already exists [2022-07-11T21:57:41.739Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:41.739Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:41.739Z] latest: digest: sha256:13635233164449ae1f7c7e38cfe6bd4b27a0d5f8dfdb11be8a305809df9363b3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:42.058Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:42.368Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.26 [2022-07-11T21:57:42.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-11T21:57:42.368Z] 4654868d3bc5: Preparing [2022-07-11T21:57:42.368Z] d9065f268dfd: Preparing [2022-07-11T21:57:42.368Z] e57c38784d2e: Preparing [2022-07-11T21:57:42.368Z] 45f5406abc63: Preparing [2022-07-11T21:57:42.368Z] 35ab9b3d2d09: Preparing [2022-07-11T21:57:42.368Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:42.368Z] 4fc242d58285: Preparing [2022-07-11T21:57:42.368Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:42.368Z] 4fc242d58285: Waiting [2022-07-11T21:57:42.368Z] 4654868d3bc5: Layer already exists [2022-07-11T21:57:42.368Z] e57c38784d2e: Layer already exists [2022-07-11T21:57:42.368Z] 45f5406abc63: Layer already exists [2022-07-11T21:57:42.368Z] d9065f268dfd: Layer already exists [2022-07-11T21:57:42.368Z] 35ab9b3d2d09: Layer already exists [2022-07-11T21:57:42.368Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:42.368Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:42.368Z] 2.2.1-dev.26: digest: sha256:13635233164449ae1f7c7e38cfe6bd4b27a0d5f8dfdb11be8a305809df9363b3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:42.681Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:42.996Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:42.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-11T21:57:42.996Z] 4654868d3bc5: Preparing [2022-07-11T21:57:42.996Z] d9065f268dfd: Preparing [2022-07-11T21:57:42.997Z] e57c38784d2e: Preparing [2022-07-11T21:57:42.997Z] 45f5406abc63: Preparing [2022-07-11T21:57:42.997Z] 35ab9b3d2d09: Preparing [2022-07-11T21:57:42.997Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:42.997Z] 4fc242d58285: Preparing [2022-07-11T21:57:42.997Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:42.997Z] 4fc242d58285: Waiting [2022-07-11T21:57:42.997Z] e57c38784d2e: Layer already exists [2022-07-11T21:57:42.997Z] d9065f268dfd: Layer already exists [2022-07-11T21:57:42.997Z] 4654868d3bc5: Layer already exists [2022-07-11T21:57:42.997Z] 35ab9b3d2d09: Layer already exists [2022-07-11T21:57:42.997Z] 45f5406abc63: Layer already exists [2022-07-11T21:57:42.997Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:42.997Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:42.997Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:13635233164449ae1f7c7e38cfe6bd4b27a0d5f8dfdb11be8a305809df9363b3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:43.306Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:43.614Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2022-07-11T21:57:43.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-11T21:57:43.614Z] 4654868d3bc5: Preparing [2022-07-11T21:57:43.614Z] d9065f268dfd: Preparing [2022-07-11T21:57:43.614Z] e57c38784d2e: Preparing [2022-07-11T21:57:43.614Z] 45f5406abc63: Preparing [2022-07-11T21:57:43.614Z] 35ab9b3d2d09: Preparing [2022-07-11T21:57:43.614Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:43.614Z] 4fc242d58285: Preparing [2022-07-11T21:57:43.614Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:43.614Z] 45f5406abc63: Layer already exists [2022-07-11T21:57:43.614Z] 35ab9b3d2d09: Layer already exists [2022-07-11T21:57:43.614Z] e57c38784d2e: Layer already exists [2022-07-11T21:57:43.614Z] d9065f268dfd: Layer already exists [2022-07-11T21:57:43.614Z] 4654868d3bc5: Layer already exists [2022-07-11T21:57:43.614Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:43.614Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:43.614Z] main: digest: sha256:13635233164449ae1f7c7e38cfe6bd4b27a0d5f8dfdb11be8a305809df9363b3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:57:43.661Z] ===================================================== [Pipeline] echo [2022-07-11T21:57:43.671Z] taggedImages: [2022-07-11T21:57:43.671Z] - nexus3.edgexfoundry.org:10004/security-spire-config:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:43.671Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-07-11T21:57:43.671Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.26 [2022-07-11T21:57:43.671Z] - nexus3.edgexfoundry.org:10004/security-spire-config:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:43.671Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2022-07-11T21:57:43.696Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2022-07-11T21:57:43.696Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:43.696Z] latest [2022-07-11T21:57:43.696Z] 2.2.1-dev.26 [2022-07-11T21:57:43.696Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:43.696Z] main [2022-07-11T21:57:43.696Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:44.012Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:44.328Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:44.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-11T21:57:44.328Z] 6ce28dfe43cf: Preparing [2022-07-11T21:57:44.328Z] f78555b3f697: Preparing [2022-07-11T21:57:44.328Z] 61363eb33229: Preparing [2022-07-11T21:57:44.328Z] edd7cd45edd0: Preparing [2022-07-11T21:57:44.328Z] 561ec52851b4: Preparing [2022-07-11T21:57:44.328Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:44.328Z] 4fc242d58285: Preparing [2022-07-11T21:57:44.328Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:44.328Z] 561ec52851b4: Layer already exists [2022-07-11T21:57:44.328Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:44.328Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:44.328Z] 61363eb33229: Pushed [2022-07-11T21:57:44.328Z] 6ce28dfe43cf: Pushed [2022-07-11T21:57:44.328Z] f78555b3f697: Pushed [2022-07-11T21:57:50.907Z] edd7cd45edd0: Pushed [2022-07-11T21:57:50.907Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:48ddb617a3f9bc8dc975e62ebafabb57dd708c78a87cc46eb96e2a68df9db857 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:51.221Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:51.528Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-07-11T21:57:51.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-11T21:57:51.529Z] 6ce28dfe43cf: Preparing [2022-07-11T21:57:51.529Z] f78555b3f697: Preparing [2022-07-11T21:57:51.529Z] 61363eb33229: Preparing [2022-07-11T21:57:51.529Z] edd7cd45edd0: Preparing [2022-07-11T21:57:51.529Z] 561ec52851b4: Preparing [2022-07-11T21:57:51.529Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:51.529Z] 4fc242d58285: Preparing [2022-07-11T21:57:51.529Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:51.529Z] 4fc242d58285: Waiting [2022-07-11T21:57:51.529Z] 561ec52851b4: Layer already exists [2022-07-11T21:57:51.529Z] edd7cd45edd0: Layer already exists [2022-07-11T21:57:51.529Z] f78555b3f697: Layer already exists [2022-07-11T21:57:51.529Z] 61363eb33229: Layer already exists [2022-07-11T21:57:51.529Z] 6ce28dfe43cf: Layer already exists [2022-07-11T21:57:51.529Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:51.529Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:51.529Z] latest: digest: sha256:48ddb617a3f9bc8dc975e62ebafabb57dd708c78a87cc46eb96e2a68df9db857 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:51.841Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:52.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.26 [2022-07-11T21:57:52.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-11T21:57:52.151Z] 6ce28dfe43cf: Preparing [2022-07-11T21:57:52.151Z] f78555b3f697: Preparing [2022-07-11T21:57:52.151Z] 61363eb33229: Preparing [2022-07-11T21:57:52.151Z] edd7cd45edd0: Preparing [2022-07-11T21:57:52.151Z] 561ec52851b4: Preparing [2022-07-11T21:57:52.151Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:52.151Z] 4fc242d58285: Preparing [2022-07-11T21:57:52.151Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:52.151Z] 4fc242d58285: Waiting [2022-07-11T21:57:52.151Z] f78555b3f697: Layer already exists [2022-07-11T21:57:52.151Z] 561ec52851b4: Layer already exists [2022-07-11T21:57:52.151Z] 6ce28dfe43cf: Layer already exists [2022-07-11T21:57:52.151Z] edd7cd45edd0: Layer already exists [2022-07-11T21:57:52.151Z] 61363eb33229: Layer already exists [2022-07-11T21:57:52.151Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:52.151Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:52.151Z] 2.2.1-dev.26: digest: sha256:48ddb617a3f9bc8dc975e62ebafabb57dd708c78a87cc46eb96e2a68df9db857 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:52.465Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:52.773Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:52.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-11T21:57:52.773Z] 6ce28dfe43cf: Preparing [2022-07-11T21:57:52.773Z] f78555b3f697: Preparing [2022-07-11T21:57:52.773Z] 61363eb33229: Preparing [2022-07-11T21:57:52.773Z] edd7cd45edd0: Preparing [2022-07-11T21:57:52.773Z] 561ec52851b4: Preparing [2022-07-11T21:57:52.773Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:52.773Z] 4fc242d58285: Preparing [2022-07-11T21:57:52.773Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:52.773Z] 4fc242d58285: Waiting [2022-07-11T21:57:52.773Z] f78555b3f697: Layer already exists [2022-07-11T21:57:52.773Z] edd7cd45edd0: Layer already exists [2022-07-11T21:57:52.773Z] 561ec52851b4: Layer already exists [2022-07-11T21:57:52.773Z] 6ce28dfe43cf: Layer already exists [2022-07-11T21:57:52.773Z] 61363eb33229: Layer already exists [2022-07-11T21:57:52.773Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:52.773Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:52.773Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:48ddb617a3f9bc8dc975e62ebafabb57dd708c78a87cc46eb96e2a68df9db857 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:53.086Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:53.395Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-07-11T21:57:53.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-11T21:57:53.395Z] 6ce28dfe43cf: Preparing [2022-07-11T21:57:53.395Z] f78555b3f697: Preparing [2022-07-11T21:57:53.395Z] 61363eb33229: Preparing [2022-07-11T21:57:53.395Z] edd7cd45edd0: Preparing [2022-07-11T21:57:53.395Z] 561ec52851b4: Preparing [2022-07-11T21:57:53.395Z] 72827c4bd6c3: Preparing [2022-07-11T21:57:53.395Z] 4fc242d58285: Preparing [2022-07-11T21:57:53.395Z] 4fc242d58285: Waiting [2022-07-11T21:57:53.395Z] 72827c4bd6c3: Waiting [2022-07-11T21:57:53.395Z] 561ec52851b4: Layer already exists [2022-07-11T21:57:53.395Z] f78555b3f697: Layer already exists [2022-07-11T21:57:53.395Z] 61363eb33229: Layer already exists [2022-07-11T21:57:53.395Z] edd7cd45edd0: Layer already exists [2022-07-11T21:57:53.395Z] 6ce28dfe43cf: Layer already exists [2022-07-11T21:57:53.395Z] 72827c4bd6c3: Layer already exists [2022-07-11T21:57:53.395Z] 4fc242d58285: Layer already exists [2022-07-11T21:57:53.395Z] main: digest: sha256:48ddb617a3f9bc8dc975e62ebafabb57dd708c78a87cc46eb96e2a68df9db857 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:57:53.449Z] ===================================================== [Pipeline] echo [2022-07-11T21:57:53.458Z] taggedImages: [2022-07-11T21:57:53.458Z] - nexus3.edgexfoundry.org:10004/security-spire-server:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:53.458Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-07-11T21:57:53.458Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.26 [2022-07-11T21:57:53.458Z] - nexus3.edgexfoundry.org:10004/security-spire-server:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:53.458Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2022-07-11T21:57:53.479Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-07-11T21:57:53.480Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:53.480Z] latest [2022-07-11T21:57:53.480Z] 2.2.1-dev.26 [2022-07-11T21:57:53.480Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:53.480Z] main [2022-07-11T21:57:53.480Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:53.799Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:54.104Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:54.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-11T21:57:54.104Z] e3976fbbb4fd: Preparing [2022-07-11T21:57:54.104Z] 52e11d5ad3cf: Preparing [2022-07-11T21:57:54.104Z] c92ce6708bd9: Preparing [2022-07-11T21:57:54.104Z] 0ec118820249: Preparing [2022-07-11T21:57:54.104Z] 24302eb7d908: Preparing [2022-07-11T21:57:54.104Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:54.104Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:54.104Z] e3976fbbb4fd: Pushed [2022-07-11T21:57:54.104Z] 0ec118820249: Pushed [2022-07-11T21:57:56.652Z] 52e11d5ad3cf: Pushed [2022-07-11T21:57:56.652Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:28ec796669526ad665e02f8b4d39b31c319162083b12efdff3a5ccdd5a7522f0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:56.969Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:57.278Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-07-11T21:57:57.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-11T21:57:57.278Z] e3976fbbb4fd: Preparing [2022-07-11T21:57:57.278Z] 52e11d5ad3cf: Preparing [2022-07-11T21:57:57.278Z] c92ce6708bd9: Preparing [2022-07-11T21:57:57.278Z] 0ec118820249: Preparing [2022-07-11T21:57:57.278Z] 24302eb7d908: Preparing [2022-07-11T21:57:57.278Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:57.278Z] e3976fbbb4fd: Layer already exists [2022-07-11T21:57:57.278Z] 52e11d5ad3cf: Layer already exists [2022-07-11T21:57:57.278Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:57.278Z] 0ec118820249: Layer already exists [2022-07-11T21:57:57.278Z] latest: digest: sha256:28ec796669526ad665e02f8b4d39b31c319162083b12efdff3a5ccdd5a7522f0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:57.588Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:57.897Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.26 [2022-07-11T21:57:57.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-11T21:57:57.897Z] e3976fbbb4fd: Preparing [2022-07-11T21:57:57.897Z] 52e11d5ad3cf: Preparing [2022-07-11T21:57:57.897Z] c92ce6708bd9: Preparing [2022-07-11T21:57:57.897Z] 0ec118820249: Preparing [2022-07-11T21:57:57.897Z] 24302eb7d908: Preparing [2022-07-11T21:57:57.897Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:57.897Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:57.897Z] 0ec118820249: Layer already exists [2022-07-11T21:57:57.897Z] 52e11d5ad3cf: Layer already exists [2022-07-11T21:57:57.897Z] e3976fbbb4fd: Layer already exists [2022-07-11T21:57:57.897Z] 2.2.1-dev.26: digest: sha256:28ec796669526ad665e02f8b4d39b31c319162083b12efdff3a5ccdd5a7522f0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:58.216Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:58.524Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:58.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-11T21:57:58.524Z] e3976fbbb4fd: Preparing [2022-07-11T21:57:58.524Z] 52e11d5ad3cf: Preparing [2022-07-11T21:57:58.524Z] c92ce6708bd9: Preparing [2022-07-11T21:57:58.524Z] 0ec118820249: Preparing [2022-07-11T21:57:58.524Z] 24302eb7d908: Preparing [2022-07-11T21:57:58.524Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:58.524Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:58.524Z] 0ec118820249: Layer already exists [2022-07-11T21:57:58.524Z] 52e11d5ad3cf: Layer already exists [2022-07-11T21:57:58.524Z] e3976fbbb4fd: Layer already exists [2022-07-11T21:57:58.524Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:28ec796669526ad665e02f8b4d39b31c319162083b12efdff3a5ccdd5a7522f0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:58.843Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:59.154Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-07-11T21:57:59.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-11T21:57:59.154Z] e3976fbbb4fd: Preparing [2022-07-11T21:57:59.154Z] 52e11d5ad3cf: Preparing [2022-07-11T21:57:59.154Z] c92ce6708bd9: Preparing [2022-07-11T21:57:59.154Z] 0ec118820249: Preparing [2022-07-11T21:57:59.154Z] 24302eb7d908: Preparing [2022-07-11T21:57:59.154Z] e3976fbbb4fd: Layer already exists [2022-07-11T21:57:59.154Z] 0ec118820249: Layer already exists [2022-07-11T21:57:59.154Z] 52e11d5ad3cf: Layer already exists [2022-07-11T21:57:59.154Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:59.154Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:59.154Z] main: digest: sha256:28ec796669526ad665e02f8b4d39b31c319162083b12efdff3a5ccdd5a7522f0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:57:59.216Z] ===================================================== [Pipeline] echo [2022-07-11T21:57:59.225Z] taggedImages: [2022-07-11T21:57:59.225Z] - nexus3.edgexfoundry.org:10004/support-notifications:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:59.225Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-07-11T21:57:59.225Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.26 [2022-07-11T21:57:59.225Z] - nexus3.edgexfoundry.org:10004/support-notifications:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:59.225Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-07-11T21:57:59.248Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-07-11T21:57:59.248Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:59.248Z] latest [2022-07-11T21:57:59.248Z] 2.2.1-dev.26 [2022-07-11T21:57:59.248Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:57:59.248Z] main [2022-07-11T21:57:59.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:59.573Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:57:59.881Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:57:59.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-11T21:57:59.881Z] 21c7fe797faa: Preparing [2022-07-11T21:57:59.881Z] 7145ed5e307e: Preparing [2022-07-11T21:57:59.881Z] c92ce6708bd9: Preparing [2022-07-11T21:57:59.881Z] 8db50b550a8d: Preparing [2022-07-11T21:57:59.881Z] 24302eb7d908: Preparing [2022-07-11T21:57:59.881Z] 8db50b550a8d: Layer already exists [2022-07-11T21:57:59.881Z] 24302eb7d908: Layer already exists [2022-07-11T21:57:59.881Z] c92ce6708bd9: Layer already exists [2022-07-11T21:57:59.881Z] 21c7fe797faa: Pushed [2022-07-11T21:58:02.424Z] 7145ed5e307e: Pushed [2022-07-11T21:58:02.424Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:0fc5237d664f424c4bbf5cf254c1599f59969361c888dcbfbf6f038ff2869fa7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:02.740Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:03.050Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-07-11T21:58:03.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-11T21:58:03.050Z] 21c7fe797faa: Preparing [2022-07-11T21:58:03.050Z] 7145ed5e307e: Preparing [2022-07-11T21:58:03.050Z] c92ce6708bd9: Preparing [2022-07-11T21:58:03.050Z] 8db50b550a8d: Preparing [2022-07-11T21:58:03.050Z] 24302eb7d908: Preparing [2022-07-11T21:58:03.050Z] 8db50b550a8d: Layer already exists [2022-07-11T21:58:03.050Z] 24302eb7d908: Layer already exists [2022-07-11T21:58:03.050Z] 7145ed5e307e: Layer already exists [2022-07-11T21:58:03.050Z] c92ce6708bd9: Layer already exists [2022-07-11T21:58:03.050Z] 21c7fe797faa: Layer already exists [2022-07-11T21:58:03.050Z] latest: digest: sha256:0fc5237d664f424c4bbf5cf254c1599f59969361c888dcbfbf6f038ff2869fa7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:03.366Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:03.673Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.26 [2022-07-11T21:58:03.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-11T21:58:03.673Z] 21c7fe797faa: Preparing [2022-07-11T21:58:03.673Z] 7145ed5e307e: Preparing [2022-07-11T21:58:03.673Z] c92ce6708bd9: Preparing [2022-07-11T21:58:03.673Z] 8db50b550a8d: Preparing [2022-07-11T21:58:03.673Z] 24302eb7d908: Preparing [2022-07-11T21:58:03.673Z] 7145ed5e307e: Layer already exists [2022-07-11T21:58:03.673Z] 8db50b550a8d: Layer already exists [2022-07-11T21:58:03.673Z] c92ce6708bd9: Layer already exists [2022-07-11T21:58:03.673Z] 21c7fe797faa: Layer already exists [2022-07-11T21:58:03.673Z] 24302eb7d908: Layer already exists [2022-07-11T21:58:03.673Z] 2.2.1-dev.26: digest: sha256:0fc5237d664f424c4bbf5cf254c1599f59969361c888dcbfbf6f038ff2869fa7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:04.046Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:04.371Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:58:04.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-11T21:58:04.371Z] 21c7fe797faa: Preparing [2022-07-11T21:58:04.371Z] 7145ed5e307e: Preparing [2022-07-11T21:58:04.371Z] c92ce6708bd9: Preparing [2022-07-11T21:58:04.371Z] 8db50b550a8d: Preparing [2022-07-11T21:58:04.371Z] 24302eb7d908: Preparing [2022-07-11T21:58:04.371Z] 24302eb7d908: Layer already exists [2022-07-11T21:58:04.371Z] 21c7fe797faa: Layer already exists [2022-07-11T21:58:04.371Z] c92ce6708bd9: Layer already exists [2022-07-11T21:58:04.371Z] 8db50b550a8d: Layer already exists [2022-07-11T21:58:04.371Z] 7145ed5e307e: Layer already exists [2022-07-11T21:58:04.371Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:0fc5237d664f424c4bbf5cf254c1599f59969361c888dcbfbf6f038ff2869fa7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:04.684Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:04.949Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:58:04.949Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:58:04.949Z] ---> 727dad22101b [2022-07-11T21:58:04.949Z] Step 3/20 : WORKDIR /edgex-go [2022-07-11T21:58:04.949Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:58:04.949Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:58:04.949Z] ---> 727dad22101b [2022-07-11T21:58:04.949Z] Step 3/26 : WORKDIR /edgex-go [2022-07-11T21:58:04.949Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:58:04.949Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:58:04.949Z] ---> 727dad22101b [2022-07-11T21:58:04.949Z] Step 3/31 : WORKDIR /edgex-go [2022-07-11T21:58:04.949Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:58:04.949Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:58:04.949Z] ---> 727dad22101b [2022-07-11T21:58:04.949Z] Step 3/25 : WORKDIR /edgex-go [2022-07-11T21:58:04.949Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T21:58:04.949Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-11T21:58:04.949Z] ---> 727dad22101b [2022-07-11T21:58:04.949Z] Step 3/25 : WORKDIR /edgex-go [2022-07-11T21:58:04.997Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-07-11T21:58:04.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-11T21:58:04.997Z] 21c7fe797faa: Preparing [2022-07-11T21:58:04.997Z] 7145ed5e307e: Preparing [2022-07-11T21:58:04.997Z] c92ce6708bd9: Preparing [2022-07-11T21:58:04.997Z] 8db50b550a8d: Preparing [2022-07-11T21:58:04.997Z] 24302eb7d908: Preparing [2022-07-11T21:58:04.997Z] 24302eb7d908: Layer already exists [2022-07-11T21:58:04.997Z] c92ce6708bd9: Layer already exists [2022-07-11T21:58:04.997Z] 7145ed5e307e: Layer already exists [2022-07-11T21:58:04.997Z] 8db50b550a8d: Layer already exists [2022-07-11T21:58:04.997Z] 21c7fe797faa: Layer already exists [2022-07-11T21:58:04.997Z] main: digest: sha256:0fc5237d664f424c4bbf5cf254c1599f59969361c888dcbfbf6f038ff2869fa7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:58:05.052Z] ===================================================== [Pipeline] echo [2022-07-11T21:58:05.060Z] taggedImages: [2022-07-11T21:58:05.060Z] - nexus3.edgexfoundry.org:10004/support-scheduler:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:58:05.060Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-07-11T21:58:05.060Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.26 [2022-07-11T21:58:05.060Z] - nexus3.edgexfoundry.org:10004/support-scheduler:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:58:05.060Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-07-11T21:58:05.080Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-07-11T21:58:05.080Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:58:05.080Z] latest [2022-07-11T21:58:05.080Z] 2.2.1-dev.26 [2022-07-11T21:58:05.080Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:58:05.080Z] main [2022-07-11T21:58:05.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:05.228Z] ---> Running in 1afc9db4f0ae [2022-07-11T21:58:05.228Z] ---> Running in 89c31a9e28cd [2022-07-11T21:58:05.228Z] ---> Running in 7a3b71d6b96a [2022-07-11T21:58:05.228Z] ---> Running in 449ed3bfb306 [2022-07-11T21:58:05.228Z] ---> Running in 42ca9a5d5989 [2022-07-11T21:58:05.408Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:05.717Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:58:05.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-11T21:58:05.717Z] 4741be64b2b0: Preparing [2022-07-11T21:58:05.717Z] ecf46d2ca106: Preparing [2022-07-11T21:58:05.717Z] b2c9c7667241: Preparing [2022-07-11T21:58:05.717Z] 8432be0a3398: Preparing [2022-07-11T21:58:05.717Z] 52f44be93a46: Preparing [2022-07-11T21:58:05.717Z] 10d82663b225: Preparing [2022-07-11T21:58:05.717Z] f7a7a140f1b3: Preparing [2022-07-11T21:58:05.717Z] 31e69d4774c9: Preparing [2022-07-11T21:58:05.717Z] 7750d494dfbd: Preparing [2022-07-11T21:58:05.717Z] 18708474c90b: Preparing [2022-07-11T21:58:05.717Z] 4fc242d58285: Preparing [2022-07-11T21:58:05.717Z] f7a7a140f1b3: Waiting [2022-07-11T21:58:05.717Z] 31e69d4774c9: Waiting [2022-07-11T21:58:05.717Z] 7750d494dfbd: Waiting [2022-07-11T21:58:05.717Z] 18708474c90b: Waiting [2022-07-11T21:58:05.717Z] 4fc242d58285: Waiting [2022-07-11T21:58:05.717Z] 10d82663b225: Waiting [2022-07-11T21:58:05.717Z] 52f44be93a46: Layer already exists [2022-07-11T21:58:05.717Z] 10d82663b225: Layer already exists [2022-07-11T21:58:05.717Z] f7a7a140f1b3: Layer already exists [2022-07-11T21:58:05.717Z] 31e69d4774c9: Layer already exists [2022-07-11T21:58:05.717Z] ecf46d2ca106: Pushed [2022-07-11T21:58:05.717Z] 7750d494dfbd: Layer already exists [2022-07-11T21:58:05.717Z] 18708474c90b: Layer already exists [2022-07-11T21:58:05.717Z] 4fc242d58285: Layer already exists [2022-07-11T21:58:05.831Z] Removing intermediate container 42ca9a5d5989 [2022-07-11T21:58:05.831Z] ---> dd62ec31441c [2022-07-11T21:58:05.831Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:58:05.976Z] 4741be64b2b0: Pushed [2022-07-11T21:58:06.110Z] Removing intermediate container 7a3b71d6b96a [2022-07-11T21:58:06.110Z] ---> e5bcdb6557f1 [2022-07-11T21:58:06.110Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:58:06.110Z] Removing intermediate container 89c31a9e28cd [2022-07-11T21:58:06.110Z] ---> d4f86508317e [2022-07-11T21:58:06.110Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:58:06.110Z] Removing intermediate container 1afc9db4f0ae [2022-07-11T21:58:06.110Z] ---> a5279ce90700 [2022-07-11T21:58:06.110Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:58:06.110Z] ---> Running in e4d08a2d7a13 [2022-07-11T21:58:06.110Z] Removing intermediate container 449ed3bfb306 [2022-07-11T21:58:06.110Z] ---> a062298a479b [2022-07-11T21:58:06.110Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-11T21:58:06.414Z] ---> Running in 066a71df78f3 [2022-07-11T21:58:06.414Z] ---> Running in 1de07355d887 [2022-07-11T21:58:06.414Z] ---> Running in 2f1acddcb07b [2022-07-11T21:58:06.414Z] ---> Running in 7cb264eb23bf [2022-07-11T21:58:06.912Z] b2c9c7667241: Pushed [2022-07-11T21:58:09.866Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:09.866Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:10.143Z] Removing intermediate container e4d08a2d7a13 [2022-07-11T21:58:10.143Z] ---> 18aae8d3efc9 [2022-07-11T21:58:10.143Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-11T21:58:10.431Z] Removing intermediate container 1de07355d887 [2022-07-11T21:58:10.431Z] ---> 38082b940aaa [2022-07-11T21:58:10.431Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-11T21:58:10.431Z] ---> Running in 6a7293595fe1 [2022-07-11T21:58:10.708Z] ---> Running in 6f4e7bb4263f [2022-07-11T21:58:10.984Z] Removing intermediate container 066a71df78f3 [2022-07-11T21:58:10.984Z] ---> 62bb67eced1b [2022-07-11T21:58:10.984Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-11T21:58:11.287Z] ---> Running in bb98e9d3e34c [2022-07-11T21:58:11.287Z] v3.16.0-302-g62bf0b8f5a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-07-11T21:58:11.287Z] v3.16.0-304-g51632b3deb [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-07-11T21:58:11.287Z] OK: 16885 distinct packages available [2022-07-11T21:58:11.287Z] Removing intermediate container 2f1acddcb07b [2022-07-11T21:58:11.287Z] ---> f4ec27c6d71a [2022-07-11T21:58:11.287Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-11T21:58:11.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:11.579Z] ---> Running in 769689aa7e56 [2022-07-11T21:58:12.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:13.490Z] 8432be0a3398: Pushed [2022-07-11T21:58:13.642Z] OK: 221 MiB in 51 packages [2022-07-11T21:58:13.642Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:13.642Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:13.642Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:13.750Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:a214626eeebc57fdb6fe078bb560fccb76230d595c88750d9c708a62d4492af8 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:13.916Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:14.067Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:14.378Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-07-11T21:58:14.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-11T21:58:14.378Z] 4741be64b2b0: Preparing [2022-07-11T21:58:14.378Z] ecf46d2ca106: Preparing [2022-07-11T21:58:14.378Z] b2c9c7667241: Preparing [2022-07-11T21:58:14.378Z] 8432be0a3398: Preparing [2022-07-11T21:58:14.378Z] 52f44be93a46: Preparing [2022-07-11T21:58:14.378Z] 10d82663b225: Preparing [2022-07-11T21:58:14.378Z] f7a7a140f1b3: Preparing [2022-07-11T21:58:14.378Z] 31e69d4774c9: Preparing [2022-07-11T21:58:14.378Z] 7750d494dfbd: Preparing [2022-07-11T21:58:14.378Z] 18708474c90b: Preparing [2022-07-11T21:58:14.378Z] 10d82663b225: Waiting [2022-07-11T21:58:14.378Z] f7a7a140f1b3: Waiting [2022-07-11T21:58:14.378Z] 31e69d4774c9: Waiting [2022-07-11T21:58:14.378Z] 4fc242d58285: Preparing [2022-07-11T21:58:14.378Z] 18708474c90b: Waiting [2022-07-11T21:58:14.378Z] 4fc242d58285: Waiting [2022-07-11T21:58:14.378Z] 52f44be93a46: Layer already exists [2022-07-11T21:58:14.378Z] b2c9c7667241: Layer already exists [2022-07-11T21:58:14.378Z] 4741be64b2b0: Layer already exists [2022-07-11T21:58:14.378Z] ecf46d2ca106: Layer already exists [2022-07-11T21:58:14.378Z] 8432be0a3398: Layer already exists [2022-07-11T21:58:14.378Z] f7a7a140f1b3: Layer already exists [2022-07-11T21:58:14.378Z] 10d82663b225: Layer already exists [2022-07-11T21:58:14.378Z] 31e69d4774c9: Layer already exists [2022-07-11T21:58:14.378Z] 7750d494dfbd: Layer already exists [2022-07-11T21:58:14.378Z] 18708474c90b: Layer already exists [2022-07-11T21:58:14.378Z] 4fc242d58285: Layer already exists [2022-07-11T21:58:14.378Z] latest: digest: sha256:a214626eeebc57fdb6fe078bb560fccb76230d595c88750d9c708a62d4492af8 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:14.685Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:14.914Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:14.914Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:14.914Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:14.914Z] Removing intermediate container 7cb264eb23bf [2022-07-11T21:58:14.914Z] ---> 125e25fe7023 [2022-07-11T21:58:14.914Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-11T21:58:14.994Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.26 [2022-07-11T21:58:14.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-11T21:58:14.995Z] 4741be64b2b0: Preparing [2022-07-11T21:58:14.995Z] ecf46d2ca106: Preparing [2022-07-11T21:58:14.995Z] b2c9c7667241: Preparing [2022-07-11T21:58:14.995Z] 8432be0a3398: Preparing [2022-07-11T21:58:14.995Z] 52f44be93a46: Preparing [2022-07-11T21:58:14.995Z] 10d82663b225: Preparing [2022-07-11T21:58:14.995Z] f7a7a140f1b3: Preparing [2022-07-11T21:58:14.995Z] 31e69d4774c9: Preparing [2022-07-11T21:58:14.995Z] 10d82663b225: Waiting [2022-07-11T21:58:14.995Z] f7a7a140f1b3: Waiting [2022-07-11T21:58:14.995Z] 7750d494dfbd: Preparing [2022-07-11T21:58:14.995Z] 18708474c90b: Preparing [2022-07-11T21:58:14.995Z] 4fc242d58285: Preparing [2022-07-11T21:58:14.995Z] 31e69d4774c9: Waiting [2022-07-11T21:58:14.995Z] 4fc242d58285: Waiting [2022-07-11T21:58:14.995Z] 7750d494dfbd: Waiting [2022-07-11T21:58:14.995Z] 18708474c90b: Waiting [2022-07-11T21:58:14.995Z] 8432be0a3398: Layer already exists [2022-07-11T21:58:14.995Z] 52f44be93a46: Layer already exists [2022-07-11T21:58:14.995Z] 4741be64b2b0: Layer already exists [2022-07-11T21:58:14.995Z] ecf46d2ca106: Layer already exists [2022-07-11T21:58:14.995Z] b2c9c7667241: Layer already exists [2022-07-11T21:58:14.995Z] 10d82663b225: Layer already exists [2022-07-11T21:58:14.995Z] 31e69d4774c9: Layer already exists [2022-07-11T21:58:14.995Z] f7a7a140f1b3: Layer already exists [2022-07-11T21:58:14.995Z] 18708474c90b: Layer already exists [2022-07-11T21:58:14.995Z] 7750d494dfbd: Layer already exists [2022-07-11T21:58:14.995Z] 4fc242d58285: Layer already exists [2022-07-11T21:58:14.995Z] 2.2.1-dev.26: digest: sha256:a214626eeebc57fdb6fe078bb560fccb76230d595c88750d9c708a62d4492af8 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:15.314Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:15.526Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T21:58:15.623Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:58:15.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-11T21:58:15.623Z] 4741be64b2b0: Preparing [2022-07-11T21:58:15.623Z] ecf46d2ca106: Preparing [2022-07-11T21:58:15.623Z] b2c9c7667241: Preparing [2022-07-11T21:58:15.623Z] 8432be0a3398: Preparing [2022-07-11T21:58:15.623Z] 52f44be93a46: Preparing [2022-07-11T21:58:15.623Z] 10d82663b225: Preparing [2022-07-11T21:58:15.623Z] f7a7a140f1b3: Preparing [2022-07-11T21:58:15.623Z] 31e69d4774c9: Preparing [2022-07-11T21:58:15.623Z] 7750d494dfbd: Preparing [2022-07-11T21:58:15.623Z] 18708474c90b: Preparing [2022-07-11T21:58:15.623Z] 4fc242d58285: Preparing [2022-07-11T21:58:15.623Z] f7a7a140f1b3: Waiting [2022-07-11T21:58:15.623Z] 31e69d4774c9: Waiting [2022-07-11T21:58:15.623Z] 7750d494dfbd: Waiting [2022-07-11T21:58:15.623Z] 18708474c90b: Waiting [2022-07-11T21:58:15.623Z] 4fc242d58285: Waiting [2022-07-11T21:58:15.623Z] 10d82663b225: Waiting [2022-07-11T21:58:15.623Z] 4741be64b2b0: Layer already exists [2022-07-11T21:58:15.623Z] 52f44be93a46: Layer already exists [2022-07-11T21:58:15.623Z] 8432be0a3398: Layer already exists [2022-07-11T21:58:15.623Z] b2c9c7667241: Layer already exists [2022-07-11T21:58:15.623Z] ecf46d2ca106: Layer already exists [2022-07-11T21:58:15.623Z] 10d82663b225: Layer already exists [2022-07-11T21:58:15.623Z] 18708474c90b: Layer already exists [2022-07-11T21:58:15.623Z] 7750d494dfbd: Layer already exists [2022-07-11T21:58:15.623Z] f7a7a140f1b3: Layer already exists [2022-07-11T21:58:15.623Z] 31e69d4774c9: Layer already exists [2022-07-11T21:58:15.623Z] 4fc242d58285: Layer already exists [2022-07-11T21:58:15.623Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:a214626eeebc57fdb6fe078bb560fccb76230d595c88750d9c708a62d4492af8 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:15.941Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T21:58:16.147Z] ---> 3b033f41af2e [2022-07-11T21:58:16.148Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:58:16.148Z] ---> Running in 8d88504b509f [2022-07-11T21:58:16.252Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-07-11T21:58:16.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-11T21:58:16.252Z] 4741be64b2b0: Preparing [2022-07-11T21:58:16.252Z] ecf46d2ca106: Preparing [2022-07-11T21:58:16.252Z] b2c9c7667241: Preparing [2022-07-11T21:58:16.252Z] 8432be0a3398: Preparing [2022-07-11T21:58:16.252Z] 52f44be93a46: Preparing [2022-07-11T21:58:16.252Z] 10d82663b225: Preparing [2022-07-11T21:58:16.252Z] f7a7a140f1b3: Preparing [2022-07-11T21:58:16.252Z] 31e69d4774c9: Preparing [2022-07-11T21:58:16.252Z] 7750d494dfbd: Preparing [2022-07-11T21:58:16.252Z] 18708474c90b: Preparing [2022-07-11T21:58:16.252Z] 4fc242d58285: Preparing [2022-07-11T21:58:16.252Z] 10d82663b225: Waiting [2022-07-11T21:58:16.252Z] f7a7a140f1b3: Waiting [2022-07-11T21:58:16.252Z] 31e69d4774c9: Waiting [2022-07-11T21:58:16.252Z] 7750d494dfbd: Waiting [2022-07-11T21:58:16.252Z] 18708474c90b: Waiting [2022-07-11T21:58:16.252Z] 4fc242d58285: Waiting [2022-07-11T21:58:16.252Z] b2c9c7667241: Layer already exists [2022-07-11T21:58:16.252Z] 4741be64b2b0: Layer already exists [2022-07-11T21:58:16.252Z] 8432be0a3398: Layer already exists [2022-07-11T21:58:16.252Z] 52f44be93a46: Layer already exists [2022-07-11T21:58:16.252Z] ecf46d2ca106: Layer already exists [2022-07-11T21:58:16.252Z] 10d82663b225: Layer already exists [2022-07-11T21:58:16.252Z] 7750d494dfbd: Layer already exists [2022-07-11T21:58:16.252Z] f7a7a140f1b3: Layer already exists [2022-07-11T21:58:16.252Z] 31e69d4774c9: Layer already exists [2022-07-11T21:58:16.252Z] 18708474c90b: Layer already exists [2022-07-11T21:58:16.252Z] 4fc242d58285: Layer already exists [2022-07-11T21:58:16.252Z] main: digest: sha256:a214626eeebc57fdb6fe078bb560fccb76230d595c88750d9c708a62d4492af8 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T21:58:16.303Z] ===================================================== [Pipeline] echo [2022-07-11T21:58:16.311Z] taggedImages: [2022-07-11T21:58:16.312Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T21:58:16.312Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-07-11T21:58:16.312Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.26 [2022-07-11T21:58:16.312Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T21:58:16.312Z] - 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] } [2022-07-11T21:58:16.770Z] OK: 221 MiB in 51 packages [2022-07-11T21:58:16.770Z] OK: 221 MiB in 51 packages [2022-07-11T21:58:16.770Z] OK: 221 MiB in 51 packages [2022-07-11T21:58:17.781Z] OK: 221 MiB in 51 packages [2022-07-11T21:58:19.254Z] Removing intermediate container 6a7293595fe1 [2022-07-11T21:58:19.254Z] ---> 0a15e6e4d0af [2022-07-11T21:58:19.254Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-11T21:58:19.254Z] Removing intermediate container bb98e9d3e34c [2022-07-11T21:58:19.254Z] ---> b97d86a9c03f [2022-07-11T21:58:19.254Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-11T21:58:19.254Z] Removing intermediate container 6f4e7bb4263f [2022-07-11T21:58:19.254Z] ---> 658f09e05997 [2022-07-11T21:58:19.254Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-11T21:58:19.254Z] Removing intermediate container 769689aa7e56 [2022-07-11T21:58:19.254Z] ---> 618d666677dd [2022-07-11T21:58:19.254Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-11T21:58:20.755Z] ---> 3fdf72296ad6 [2022-07-11T21:58:20.755Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:58:20.755Z] ---> cd9d1a96aee7 [2022-07-11T21:58:20.755Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:58:20.755Z] ---> Running in d7c98ac4d756 [2022-07-11T21:58:20.755Z] ---> 68f91c81090d [2022-07-11T21:58:20.755Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:58:20.755Z] ---> e78a9902a541 [2022-07-11T21:58:20.755Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T21:58:21.040Z] ---> Running in faa8a17e33da [2022-07-11T21:58:21.040Z] ---> Running in 62168007bf93 [2022-07-11T21:58:21.040Z] ---> Running in d0fd6068b987 [2022-07-11T21:59:17.722Z] Removing intermediate container 8d88504b509f [2022-07-11T21:59:17.722Z] ---> f7c27a092f7a [2022-07-11T21:59:17.722Z] Step 7/20 : COPY . . [2022-07-11T21:59:23.154Z] Removing intermediate container 62168007bf93 [2022-07-11T21:59:23.154Z] ---> 9fc1dd2476f5 [2022-07-11T21:59:23.154Z] Step 8/26 : COPY . . [2022-07-11T21:59:23.154Z] Removing intermediate container d0fd6068b987 [2022-07-11T21:59:23.154Z] ---> 805f6dd09e9d [2022-07-11T21:59:23.154Z] Step 8/25 : COPY . . [2022-07-11T21:59:23.154Z] Removing intermediate container d7c98ac4d756 [2022-07-11T21:59:23.154Z] ---> b7889fa50900 [2022-07-11T21:59:23.154Z] Step 8/31 : COPY . . [2022-07-11T21:59:23.154Z] Removing intermediate container faa8a17e33da [2022-07-11T21:59:23.154Z] ---> fc62a8b723e0 [2022-07-11T21:59:23.154Z] Step 8/25 : COPY . . [2022-07-11T21:59:27.485Z] ---> 07da0bb42da0 [2022-07-11T21:59:27.485Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-11T21:59:28.088Z] ---> Running in 65343a47707f [2022-07-11T21:59:29.531Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-11T21:59:47.915Z] ---> 41c070baaca4 [2022-07-11T21:59:47.915Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-11T21:59:47.915Z] ---> Running in d04294bab33b [2022-07-11T21:59:47.915Z] ---> 178d8f8e55ec [2022-07-11T21:59:47.916Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-11T21:59:47.916Z] ---> 448185eb257e [2022-07-11T21:59:47.916Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-11T21:59:47.916Z] ---> Running in 66da9fe77b84 [2022-07-11T21:59:47.916Z] ---> Running in c991c7be192d [2022-07-11T21:59:47.916Z] ---> bb8b999f5a7e [2022-07-11T21:59:47.916Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-11T21:59:47.916Z] ---> Running in 32c9b9967844 [2022-07-11T21:59:47.916Z] Removing intermediate container d04294bab33b [2022-07-11T21:59:47.916Z] ---> bae72a70e640 [2022-07-11T21:59:47.916Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-11T21:59:47.916Z] ---> Running in 2b1bbffbe8b1 [2022-07-11T21:59:47.916Z] Removing intermediate container 32c9b9967844 [2022-07-11T21:59:47.916Z] ---> a5c873f81f2f [2022-07-11T21:59:47.916Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-11T21:59:47.916Z] ---> Running in 53e4b272475c [2022-07-11T21:59:48.527Z] Removing intermediate container 2b1bbffbe8b1 [2022-07-11T21:59:48.527Z] ---> be1d3119f1fb [2022-07-11T21:59:48.527Z] 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 [2022-07-11T21:59:48.806Z] ---> Running in ab918cbef7e1 [2022-07-11T21:59:48.806Z] Removing intermediate container 53e4b272475c [2022-07-11T21:59:48.806Z] ---> 15929b8d9b86 [2022-07-11T21:59:48.806Z] 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 [2022-07-11T21:59:49.089Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-11T21:59:49.089Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-11T21:59:49.089Z] ---> Running in a5df86638e5c [2022-07-11T21:59:53.419Z] Removing intermediate container a5df86638e5c [2022-07-11T21:59:53.419Z] ---> 5916ccb55d67 [2022-07-11T21:59:53.419Z] Step 12/25 : WORKDIR /edgex-go [2022-07-11T21:59:53.419Z] Removing intermediate container ab918cbef7e1 [2022-07-11T21:59:53.419Z] ---> 6f8fa49a884c [2022-07-11T21:59:53.419Z] Step 12/26 : WORKDIR /edgex-go [2022-07-11T21:59:53.419Z] ---> Running in 20ebbf46cb11 [2022-07-11T21:59:53.419Z] ---> Running in 58a2bbef2dc0 [2022-07-11T21:59:54.032Z] Removing intermediate container 20ebbf46cb11 [2022-07-11T21:59:54.032Z] ---> ae8be52e581e [2022-07-11T21:59:54.032Z] [2022-07-11T21:59:54.032Z] Step 13/25 : FROM alpine:3.15 [2022-07-11T21:59:54.032Z] Removing intermediate container 58a2bbef2dc0 [2022-07-11T21:59:54.032Z] ---> 4659665be5b5 [2022-07-11T21:59:54.032Z] [2022-07-11T21:59:54.032Z] Step 13/26 : FROM alpine:3.15 [2022-07-11T21:59:54.640Z] 3.15: Pulling from library/alpine [2022-07-11T21:59:54.640Z] 3.15: Pulling from library/alpine [2022-07-11T21:59:56.645Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-11T21:59:56.645Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-11T21:59:56.645Z] Status: Downloaded newer image for alpine:3.15 [2022-07-11T21:59:56.645Z] Status: Image is up to date for alpine:3.15 [2022-07-11T21:59:56.645Z] ---> 3fb3c9af89a9 [2022-07-11T21:59:56.645Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T21:59:56.645Z] ---> 3fb3c9af89a9 [2022-07-11T21:59:56.645Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T21:59:56.928Z] ---> Running in 2ccd86ad84cc [2022-07-11T21:59:56.928Z] ---> Running in 8da7cc9061e9 [2022-07-11T21:59:57.573Z] Removing intermediate container 2ccd86ad84cc [2022-07-11T21:59:57.573Z] ---> 2c2aff68c3cd [2022-07-11T21:59:57.573Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:59:57.573Z] ---> Running in 9e0ce7e20392 [2022-07-11T21:59:57.855Z] Removing intermediate container 8da7cc9061e9 [2022-07-11T21:59:57.855Z] ---> 7401a6af4e28 [2022-07-11T21:59:57.855Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T21:59:58.139Z] ---> Running in 0feba533b269 [2022-07-11T22:00:01.582Z] Removing intermediate container 9e0ce7e20392 [2022-07-11T22:00:01.582Z] ---> d57168314191 [2022-07-11T22:00:01.582Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-11T22:00:01.867Z] ---> Running in c20c302738e9 [2022-07-11T22:00:02.486Z] Removing intermediate container 0feba533b269 [2022-07-11T22:00:02.486Z] ---> c067ff1daf99 [2022-07-11T22:00:02.486Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-11T22:00:02.486Z] ---> Running in cd76ce8fc4ed [2022-07-11T22:00:05.212Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:00:05.212Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:00:06.752Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:00:06.752Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:00:09.011Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-11T22:00:09.011Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-11T22:00:09.011Z] OK: 15738 distinct packages available [2022-07-11T22:00:09.012Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-11T22:00:09.012Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-11T22:00:09.012Z] OK: 15738 distinct packages available [2022-07-11T22:00:09.012Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:00:09.384Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:00:10.420Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:00:10.420Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:00:11.884Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-11T22:00:11.884Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-11T22:00:12.162Z] (3/5) Installing libucontext (1.1-r0) [2022-07-11T22:00:12.162Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-11T22:00:12.162Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-11T22:00:12.162Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-11T22:00:12.162Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-11T22:00:12.162Z] (3/5) Installing libucontext (1.1-r0) [2022-07-11T22:00:12.441Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-11T22:00:12.441Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T22:00:12.441Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-11T22:00:12.441Z] OK: 6 MiB in 19 packages [2022-07-11T22:00:12.716Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T22:00:12.716Z] OK: 6 MiB in 19 packages [2022-07-11T22:00:15.348Z] Removing intermediate container c20c302738e9 [2022-07-11T22:00:15.348Z] ---> 68bd0350242f [2022-07-11T22:00:15.348Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-11T22:00:15.348Z] Removing intermediate container cd76ce8fc4ed [2022-07-11T22:00:15.348Z] ---> 6520dac5231d [2022-07-11T22:00:15.348Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-11T22:00:20.371Z] ---> 2286a6f6666b [2022-07-11T22:00:20.371Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-11T22:00:23.023Z] ---> e27fa11ee1be [2022-07-11T22:00:23.023Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-11T22:00:24.484Z] ---> 9e5e3fbc071a [2022-07-11T22:00:24.484Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-11T22:00:25.961Z] ---> c2b9a6e7b337 [2022-07-11T22:00:25.961Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-11T22:00:27.970Z] ---> fb8cd6995543 [2022-07-11T22:00:27.970Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-11T22:00:27.970Z] ---> Running in de9c1e6c05cf [2022-07-11T22:00:28.586Z] Removing intermediate container de9c1e6c05cf [2022-07-11T22:00:28.586Z] ---> a967997c68ee [2022-07-11T22:00:28.586Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-11T22:00:28.586Z] ---> 268abb9e8ecd [2022-07-11T22:00:28.586Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-11T22:00:28.865Z] ---> Running in 6d44d0ee236c [2022-07-11T22:00:29.470Z] Removing intermediate container 6d44d0ee236c [2022-07-11T22:00:29.470Z] ---> df57318fdf21 [2022-07-11T22:00:29.470Z] Step 23/25 : LABEL arch=arm64 [2022-07-11T22:00:29.470Z] ---> Running in 87b57c87f0a1 [2022-07-11T22:00:30.463Z] ---> e60b6eb61549 [2022-07-11T22:00:30.463Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-11T22:00:30.463Z] Removing intermediate container 87b57c87f0a1 [2022-07-11T22:00:30.463Z] ---> 8a739399c372 [2022-07-11T22:00:30.463Z] Step 24/25 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:00:30.740Z] ---> Running in e141429f3615 [2022-07-11T22:00:31.368Z] Removing intermediate container e141429f3615 [2022-07-11T22:00:31.368Z] ---> 9e0c561807a3 [2022-07-11T22:00:31.368Z] Step 25/25 : LABEL version=2.2.1-dev.26 [2022-07-11T22:00:31.368Z] ---> Running in f24a3a7f65a2 [2022-07-11T22:00:31.979Z] ---> 0ceafd5f3807 [2022-07-11T22:00:31.979Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-11T22:00:32.256Z] Removing intermediate container f24a3a7f65a2 [2022-07-11T22:00:32.256Z] ---> 5317dda49a9a [2022-07-11T22:00:32.256Z] [2022-07-11T22:00:32.867Z] Successfully built 5317dda49a9a [2022-07-11T22:00:32.867Z] Successfully tagged security-spire-server-arm64:latest [2022-07-11T22:00:32.867Z] Building support-scheduler [2022-07-11T22:00:33.153Z]  Building security-spire-server ... done  ---> 768084b9b8e6 [2022-07-11T22:00:33.153Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-11T22:00:33.446Z] ---> Running in e8b4c858d55b [2022-07-11T22:00:34.064Z] Removing intermediate container e8b4c858d55b [2022-07-11T22:00:34.064Z] ---> 2cc593c0de8a [2022-07-11T22:00:34.064Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-11T22:00:34.064Z] ---> Running in 5a70abb9148b [2022-07-11T22:00:35.069Z] Removing intermediate container 5a70abb9148b [2022-07-11T22:00:35.070Z] ---> 1f9540a645ab [2022-07-11T22:00:35.070Z] Step 24/26 : LABEL arch=arm64 [2022-07-11T22:00:35.070Z] ---> Running in ef7317755de3 [2022-07-11T22:00:35.711Z] Removing intermediate container ef7317755de3 [2022-07-11T22:00:35.711Z] ---> b22dc46bdb9e [2022-07-11T22:00:35.711Z] Step 25/26 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:00:35.711Z] ---> Running in 7d6b2fe41352 [2022-07-11T22:00:36.328Z] Removing intermediate container 7d6b2fe41352 [2022-07-11T22:00:36.328Z] ---> 721b47b49a10 [2022-07-11T22:00:36.328Z] Step 26/26 : LABEL version=2.2.1-dev.26 [2022-07-11T22:00:36.328Z] ---> Running in 45efa03a2c90 [2022-07-11T22:00:36.928Z] Removing intermediate container 45efa03a2c90 [2022-07-11T22:00:36.928Z] ---> 1f2c42808247 [2022-07-11T22:00:36.928Z] [2022-07-11T22:00:37.205Z] Successfully built 1f2c42808247 [2022-07-11T22:00:37.205Z] Successfully tagged security-spire-agent-arm64:latest [2022-07-11T22:00:37.205Z]  Building security-spire-agent ... done Building security-spire-config [2022-07-11T22:01:04.059Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T22:01:04.059Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-11T22:01:04.059Z] ---> 727dad22101b [2022-07-11T22:01:04.059Z] Step 3/22 : WORKDIR /edgex-go [2022-07-11T22:01:04.059Z] ---> Using cache [2022-07-11T22:01:04.059Z] ---> d4f86508317e [2022-07-11T22:01:04.059Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:01:04.059Z] ---> Using cache [2022-07-11T22:01:04.059Z] ---> f4ec27c6d71a [2022-07-11T22:01:04.059Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-11T22:01:04.059Z] ---> Running in 5b019f9a9ecc [2022-07-11T22:01:04.059Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:01:05.057Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T22:01:05.057Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-11T22:01:05.057Z] ---> 727dad22101b [2022-07-11T22:01:05.057Z] Step 3/26 : WORKDIR /edgex-go [2022-07-11T22:01:05.057Z] ---> Using cache [2022-07-11T22:01:05.057Z] ---> d4f86508317e [2022-07-11T22:01:05.057Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:01:05.057Z] ---> Using cache [2022-07-11T22:01:05.057Z] ---> f4ec27c6d71a [2022-07-11T22:01:05.057Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-11T22:01:05.057Z] ---> Using cache [2022-07-11T22:01:05.057Z] ---> 618d666677dd [2022-07-11T22:01:05.057Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-11T22:01:05.057Z] ---> Using cache [2022-07-11T22:01:05.057Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:01:05.057Z] ---> cd9d1a96aee7 [2022-07-11T22:01:05.057Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T22:01:05.057Z] ---> Using cache [2022-07-11T22:01:05.057Z] ---> fc62a8b723e0 [2022-07-11T22:01:05.057Z] Step 8/26 : COPY . . [2022-07-11T22:01:05.057Z] ---> Using cache [2022-07-11T22:01:05.057Z] ---> bb8b999f5a7e [2022-07-11T22:01:05.057Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-11T22:01:05.057Z] ---> Using cache [2022-07-11T22:01:05.057Z] ---> a5c873f81f2f [2022-07-11T22:01:05.057Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-11T22:01:05.057Z] ---> Using cache [2022-07-11T22:01:05.057Z] ---> 15929b8d9b86 [2022-07-11T22:01:05.057Z] 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 [2022-07-11T22:01:05.369Z] ---> Running in 8f8dc648d1d5 [2022-07-11T22:01:07.375Z] OK: 221 MiB in 51 packages [2022-07-11T22:01:08.841Z] Removing intermediate container 5b019f9a9ecc [2022-07-11T22:01:08.841Z] ---> 3fab3c5895a2 [2022-07-11T22:01:08.841Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-11T22:01:09.468Z] Removing intermediate container 8f8dc648d1d5 [2022-07-11T22:01:09.468Z] ---> 4165e85d2323 [2022-07-11T22:01:09.468Z] Step 12/26 : WORKDIR /edgex-go [2022-07-11T22:01:09.468Z] ---> Running in 875374f79d25 [2022-07-11T22:01:10.077Z] ---> 697f4a41161f [2022-07-11T22:01:10.077Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T22:01:10.386Z] ---> Running in e52c81ec1911 [2022-07-11T22:01:10.386Z] Removing intermediate container 875374f79d25 [2022-07-11T22:01:10.386Z] ---> 827b13a19d87 [2022-07-11T22:01:10.386Z] [2022-07-11T22:01:10.386Z] Step 13/26 : FROM alpine:3.15 [2022-07-11T22:01:10.386Z] ---> 3fb3c9af89a9 [2022-07-11T22:01:10.386Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T22:01:10.386Z] ---> Using cache [2022-07-11T22:01:10.386Z] ---> 7401a6af4e28 [2022-07-11T22:01:10.386Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:01:10.386Z] ---> Using cache [2022-07-11T22:01:10.386Z] ---> c067ff1daf99 [2022-07-11T22:01:10.386Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-11T22:01:10.673Z] ---> Running in aabd9fa3de10 [2022-07-11T22:01:13.353Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:01:14.819Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:01:16.278Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-11T22:01:16.278Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-11T22:01:16.278Z] OK: 15738 distinct packages available [2022-07-11T22:01:16.278Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:01:17.733Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:01:19.185Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-11T22:01:19.185Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-11T22:01:19.185Z] (3/4) Installing libucontext (1.1-r0) [2022-07-11T22:01:19.461Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-11T22:01:19.461Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T22:01:19.461Z] OK: 6 MiB in 18 packages [2022-07-11T22:01:21.450Z] Removing intermediate container aabd9fa3de10 [2022-07-11T22:01:21.450Z] ---> f77daa96d763 [2022-07-11T22:01:21.450Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-11T22:01:26.918Z] ---> f2111e22c2e6 [2022-07-11T22:01:26.918Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-11T22:01:27.926Z] ---> ef3479fcd848 [2022-07-11T22:01:27.926Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-11T22:01:27.926Z] ---> Running in 27d8116aaf9a [2022-07-11T22:01:28.537Z] Removing intermediate container 27d8116aaf9a [2022-07-11T22:01:28.537Z] ---> facd7a6f55b2 [2022-07-11T22:01:28.537Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-11T22:01:29.581Z] ---> f660e1d68091 [2022-07-11T22:01:29.581Z] Step 21/26 : WORKDIR / [2022-07-11T22:01:29.581Z] ---> Running in a20c4cb9b80b [2022-07-11T22:01:30.588Z] Removing intermediate container a20c4cb9b80b [2022-07-11T22:01:30.588Z] ---> fc14e6f2ca6f [2022-07-11T22:01:30.588Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-11T22:01:30.588Z] ---> Running in 19de8a769187 [2022-07-11T22:01:31.196Z] Removing intermediate container 19de8a769187 [2022-07-11T22:01:31.196Z] ---> 1f2cd4760342 [2022-07-11T22:01:31.196Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-11T22:01:31.196Z] ---> Running in 23b776d7dc0d [2022-07-11T22:01:31.805Z] Removing intermediate container 23b776d7dc0d [2022-07-11T22:01:31.805Z] ---> 8421a3f4f45b [2022-07-11T22:01:31.805Z] Step 24/26 : LABEL arch=arm64 [2022-07-11T22:01:32.082Z] ---> Running in d53829a0eeed [2022-07-11T22:01:32.688Z] Removing intermediate container d53829a0eeed [2022-07-11T22:01:32.688Z] ---> ab9e6e5d8937 [2022-07-11T22:01:32.688Z] Step 25/26 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:01:32.688Z] ---> Running in 6adcbe68d354 [2022-07-11T22:01:33.308Z] Removing intermediate container 6adcbe68d354 [2022-07-11T22:01:33.308Z] ---> 3b4d4e91e045 [2022-07-11T22:01:33.308Z] Step 26/26 : LABEL version=2.2.1-dev.26 [2022-07-11T22:01:33.594Z] ---> Running in 836e4c5baf51 [2022-07-11T22:01:34.197Z] Removing intermediate container 836e4c5baf51 [2022-07-11T22:01:34.197Z] ---> c063798479b1 [2022-07-11T22:01:34.197Z] [2022-07-11T22:01:34.484Z] Successfully built c063798479b1 [2022-07-11T22:01:34.484Z] Successfully tagged security-spire-config-arm64:latest [2022-07-11T22:01:34.484Z] Building support-notifications [2022-07-11T22:01:56.963Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T22:01:56.963Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-11T22:01:56.963Z] ---> 727dad22101b [2022-07-11T22:01:56.963Z] Step 3/22 : WORKDIR /edgex-go [2022-07-11T22:01:56.963Z] ---> Using cache [2022-07-11T22:01:56.963Z] ---> d4f86508317e [2022-07-11T22:01:56.963Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:01:56.963Z] ---> Using cache [2022-07-11T22:01:56.963Z] ---> f4ec27c6d71a [2022-07-11T22:01:56.963Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-11T22:01:56.963Z] ---> Running in 6662d48e819a [2022-07-11T22:01:59.608Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:02:00.228Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:02:02.884Z] OK: 221 MiB in 51 packages [2022-07-11T22:02:05.544Z] Removing intermediate container 6662d48e819a [2022-07-11T22:02:05.544Z] ---> 943a53cdd202 [2022-07-11T22:02:05.544Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-11T22:02:07.003Z] ---> cb813c3aafa6 [2022-07-11T22:02:07.003Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T22:02:07.003Z] ---> Running in 6c9ccc0fdf44 [2022-07-11T22:02:11.362Z] Removing intermediate container e52c81ec1911 [2022-07-11T22:02:11.362Z] ---> faddb6acbf47 [2022-07-11T22:02:11.362Z] Step 8/22 : COPY . . [2022-07-11T22:02:26.501Z] ---> ee37fde618a2 [2022-07-11T22:02:26.501Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-11T22:02:26.501Z] ---> Running in 136f4bb33804 [2022-07-11T22:02:26.501Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-11T22:02:58.923Z] Removing intermediate container 6c9ccc0fdf44 [2022-07-11T22:02:58.923Z] ---> 4454f364903f [2022-07-11T22:02:58.923Z] Step 8/22 : COPY . . [2022-07-11T22:03:14.082Z] ---> 14776430ba09 [2022-07-11T22:03:14.082Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-11T22:03:14.082Z] ---> Running in 797f89e1e04c [2022-07-11T22:03:14.361Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-11T22:06:06.388Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-11T22:06:28.638Z] Removing intermediate container c991c7be192d [2022-07-11T22:06:28.639Z] ---> be4da7b87d71 [2022-07-11T22:06:28.639Z] [2022-07-11T22:06:28.639Z] Step 10/25 : FROM alpine:3.16 [2022-07-11T22:06:28.639Z] 3.16: Pulling from library/alpine [2022-07-11T22:06:28.639Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-11T22:06:28.639Z] Status: Downloaded newer image for alpine:3.16 [2022-07-11T22:06:28.639Z] ---> 6e30ab57aeee [2022-07-11T22:06:28.639Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-11T22:06:28.639Z] ---> Running in d6255735964f [2022-07-11T22:06:28.639Z] Removing intermediate container 66da9fe77b84 [2022-07-11T22:06:28.639Z] ---> 98ba12a828bd [2022-07-11T22:06:28.639Z] [2022-07-11T22:06:28.639Z] Step 10/31 : FROM alpine:3.16 [2022-07-11T22:06:28.639Z] ---> 6e30ab57aeee [2022-07-11T22:06:28.639Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-11T22:06:28.639Z] ---> Running in d56b2af7ea65 [2022-07-11T22:06:28.639Z] Removing intermediate container d56b2af7ea65 [2022-07-11T22:06:28.639Z] ---> 81ea1dc5e2e5 [2022-07-11T22:06:28.639Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-11T22:06:28.639Z] ---> Running in 22889ba96dde [2022-07-11T22:06:28.639Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:06:28.922Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:06:30.409Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:06:30.689Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:06:30.689Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-11T22:06:30.970Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-11T22:06:30.970Z] (3/3) Installing su-exec (0.2-r1) [2022-07-11T22:06:30.970Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T22:06:30.970Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T22:06:31.583Z] OK: 6 MiB in 17 packages [2022-07-11T22:06:32.196Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-11T22:06:32.196Z] (2/2) Installing su-exec (0.2-r1) [2022-07-11T22:06:32.196Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T22:06:32.519Z] OK: 5 MiB in 16 packages [2022-07-11T22:06:34.551Z] Removing intermediate container 22889ba96dde [2022-07-11T22:06:34.551Z] ---> 391590073397 [2022-07-11T22:06:34.551Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-11T22:06:34.832Z] Removing intermediate container d6255735964f [2022-07-11T22:06:34.832Z] ---> 3f760ea80593 [2022-07-11T22:06:34.832Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-11T22:06:34.832Z] ---> Running in 667757601e6e [2022-07-11T22:06:34.832Z] ---> Running in 5d853767ca38 [2022-07-11T22:06:35.827Z] Removing intermediate container 667757601e6e [2022-07-11T22:06:35.827Z] ---> 1c9c4567c80f [2022-07-11T22:06:35.827Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-11T22:06:35.827Z] Removing intermediate container 5d853767ca38 [2022-07-11T22:06:35.827Z] ---> 1e150f94dee4 [2022-07-11T22:06:35.827Z] Step 13/25 : WORKDIR / [2022-07-11T22:06:35.827Z] ---> Running in 82aab8ca807b [2022-07-11T22:06:35.827Z] ---> Running in 84a2c2ec6a11 [2022-07-11T22:06:36.434Z] Removing intermediate container 84a2c2ec6a11 [2022-07-11T22:06:36.434Z] ---> 82fc31c9dffe [2022-07-11T22:06:36.713Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-11T22:06:36.713Z] Removing intermediate container 82aab8ca807b [2022-07-11T22:06:36.713Z] ---> 1082cd380981 [2022-07-11T22:06:36.713Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-07-11T22:06:36.713Z] ---> Running in 609116cd6f94 [2022-07-11T22:06:38.217Z] ---> dfbfea3718b0 [2022-07-11T22:06:38.217Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-07-11T22:06:39.683Z] ---> 60bea18638aa [2022-07-11T22:06:39.683Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-11T22:06:40.296Z] Removing intermediate container 609116cd6f94 [2022-07-11T22:06:40.296Z] ---> 1f5b83f7695a [2022-07-11T22:06:40.296Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-11T22:06:40.576Z] ---> Running in a871ef240bc6 [2022-07-11T22:06:40.855Z] ---> f0dbb44c4f5b [2022-07-11T22:06:40.855Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-07-11T22:06:41.484Z] Removing intermediate container a871ef240bc6 [2022-07-11T22:06:41.484Z] ---> bab688ea20f6 [2022-07-11T22:06:41.484Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-11T22:06:42.498Z] ---> c9897bc6ca0e [2022-07-11T22:06:42.498Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-11T22:06:43.126Z] ---> 28fd886941bd [2022-07-11T22:06:43.126Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-11T22:06:43.126Z] ---> Running in 9d278d0fbe6b [2022-07-11T22:06:45.260Z] ---> 74924e5bed1c [2022-07-11T22:06:45.260Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-11T22:06:48.168Z] Removing intermediate container 9d278d0fbe6b [2022-07-11T22:06:48.168Z] ---> a616ccca69f2 [2022-07-11T22:06:48.169Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T22:06:48.471Z] ---> c30a0c33fa8b [2022-07-11T22:06:48.471Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-11T22:06:49.153Z] ---> 2c3e680609f4 [2022-07-11T22:06:49.153Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-11T22:06:49.758Z] ---> 7de12cf93070 [2022-07-11T22:06:49.758Z] 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/ [2022-07-11T22:06:49.758Z] ---> Running in 7278098b6d04 [2022-07-11T22:06:51.770Z] ---> abc0e0122bca [2022-07-11T22:06:51.770Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-11T22:06:53.223Z] ---> 88769df8282a [2022-07-11T22:06:53.223Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-11T22:06:53.827Z] Removing intermediate container 7278098b6d04 [2022-07-11T22:06:53.827Z] ---> 3259bdf31ef0 [2022-07-11T22:06:53.827Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-11T22:06:53.827Z] ---> Running in 84efc0e9a24e [2022-07-11T22:06:54.429Z] ---> 0bb999bd7787 [2022-07-11T22:06:54.429Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-11T22:06:54.702Z] Removing intermediate container 84efc0e9a24e [2022-07-11T22:06:54.702Z] ---> 18d26dda5450 [2022-07-11T22:06:54.702Z] Step 23/25 : LABEL arch=arm64 [2022-07-11T22:06:54.979Z] ---> Running in 04094dccb7de [2022-07-11T22:06:55.591Z] Removing intermediate container 04094dccb7de [2022-07-11T22:06:55.591Z] ---> 6534d272ee5a [2022-07-11T22:06:55.591Z] Step 24/25 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:06:55.591Z] ---> Running in 580f512d0d0b [2022-07-11T22:06:56.206Z] ---> ee64f477a0a2 [2022-07-11T22:06:56.206Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-11T22:06:56.485Z] ---> Running in 04b88f845fee [2022-07-11T22:06:56.485Z] Removing intermediate container 580f512d0d0b [2022-07-11T22:06:56.485Z] ---> 2982b71ea25e [2022-07-11T22:06:56.485Z] Step 25/25 : LABEL version=2.2.1-dev.26 [2022-07-11T22:06:56.773Z] ---> Running in 02a75843deac [2022-07-11T22:06:57.381Z] Removing intermediate container 04b88f845fee [2022-07-11T22:06:57.381Z] ---> 5d94a100523d [2022-07-11T22:06:57.381Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-11T22:06:57.381Z] Removing intermediate container 02a75843deac [2022-07-11T22:06:57.381Z] ---> 125e530632f6 [2022-07-11T22:06:57.381Z] [2022-07-11T22:06:57.987Z] Successfully built 125e530632f6 [2022-07-11T22:06:57.987Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-07-11T22:06:57.987Z]  Building security-secretstore-setup ... done Building core-command [2022-07-11T22:06:58.266Z] ---> 5d6ce1a2a525 [2022-07-11T22:06:58.266Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-11T22:06:58.873Z] ---> Running in b0679a597828 [2022-07-11T22:07:02.299Z] Removing intermediate container b0679a597828 [2022-07-11T22:07:02.299Z] ---> 3c20a21f1713 [2022-07-11T22:07:02.299Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-11T22:07:02.299Z] ---> Running in 114613e3e426 [2022-07-11T22:07:02.586Z] Removing intermediate container 114613e3e426 [2022-07-11T22:07:02.586Z] ---> 1f2d9cf835c0 [2022-07-11T22:07:02.586Z] Step 28/31 : CMD ["gate"] [2022-07-11T22:07:02.899Z] ---> Running in 77fbf13ff0e5 [2022-07-11T22:07:03.507Z] Removing intermediate container 77fbf13ff0e5 [2022-07-11T22:07:03.507Z] ---> fe78e9360be9 [2022-07-11T22:07:03.507Z] Step 29/31 : LABEL arch=arm64 [2022-07-11T22:07:04.158Z] ---> Running in 3b2b357ef352 [2022-07-11T22:07:04.451Z] Removing intermediate container 3b2b357ef352 [2022-07-11T22:07:04.451Z] ---> ac5e8ca2804b [2022-07-11T22:07:04.451Z] Step 30/31 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:07:04.738Z] ---> Running in 505eaf44f716 [2022-07-11T22:07:05.366Z] Removing intermediate container 505eaf44f716 [2022-07-11T22:07:05.366Z] ---> d792927caf07 [2022-07-11T22:07:05.366Z] Step 31/31 : LABEL version=2.2.1-dev.26 [2022-07-11T22:07:05.980Z] ---> Running in 6c388097a026 [2022-07-11T22:07:06.258Z] Removing intermediate container 6c388097a026 [2022-07-11T22:07:06.258Z] ---> 9698920dfccf [2022-07-11T22:07:06.258Z] [2022-07-11T22:07:06.535Z] Successfully built 9698920dfccf [2022-07-11T22:07:06.535Z] Successfully tagged security-bootstrapper-arm64:latest [2022-07-11T22:07:06.535Z]  Building security-bootstrapper ... done Building sys-mgmt-agent [2022-07-11T22:07:24.943Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T22:07:24.943Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T22:07:24.943Z] ---> 727dad22101b [2022-07-11T22:07:24.943Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T22:07:24.943Z] ---> Using cache [2022-07-11T22:07:24.943Z] ---> d4f86508317e [2022-07-11T22:07:24.943Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:07:24.943Z] ---> Using cache [2022-07-11T22:07:24.943Z] ---> f4ec27c6d71a [2022-07-11T22:07:24.943Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-11T22:07:24.943Z] ---> Using cache [2022-07-11T22:07:24.943Z] ---> 3fab3c5895a2 [2022-07-11T22:07:24.943Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T22:07:24.943Z] ---> Using cache [2022-07-11T22:07:24.943Z] ---> 697f4a41161f [2022-07-11T22:07:24.943Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T22:07:24.943Z] ---> Using cache [2022-07-11T22:07:24.943Z] ---> faddb6acbf47 [2022-07-11T22:07:24.943Z] Step 8/23 : COPY . . [2022-07-11T22:07:24.943Z] ---> Using cache [2022-07-11T22:07:24.943Z] ---> ee37fde618a2 [2022-07-11T22:07:24.943Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-11T22:07:24.943Z] ---> Running in b70541706105 [2022-07-11T22:07:26.933Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-11T22:07:33.697Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T22:07:33.697Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T22:07:33.697Z] ---> 727dad22101b [2022-07-11T22:07:33.697Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T22:07:33.697Z] ---> Using cache [2022-07-11T22:07:33.697Z] ---> d4f86508317e [2022-07-11T22:07:33.697Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:07:33.697Z] ---> Using cache [2022-07-11T22:07:33.697Z] ---> f4ec27c6d71a [2022-07-11T22:07:33.697Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-11T22:07:33.697Z] ---> Running in 1046fba883e4 [2022-07-11T22:07:35.162Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:07:36.178Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:07:38.186Z] OK: 221 MiB in 51 packages [2022-07-11T22:07:39.664Z] Removing intermediate container 1046fba883e4 [2022-07-11T22:07:39.664Z] ---> beac8c8c5901 [2022-07-11T22:07:39.664Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T22:07:40.674Z] ---> 6760b3a2b835 [2022-07-11T22:07:40.674Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T22:07:40.674Z] ---> Running in 311c18d7c81a [2022-07-11T22:08:02.941Z] Removing intermediate container 65343a47707f [2022-07-11T22:08:02.941Z] ---> 2ba78017d8dd [2022-07-11T22:08:02.941Z] [2022-07-11T22:08:02.941Z] Step 9/20 : FROM alpine:3.15 [2022-07-11T22:08:02.941Z] ---> 3fb3c9af89a9 [2022-07-11T22:08:02.941Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-11T22:08:02.941Z] ---> Using cache [2022-07-11T22:08:02.941Z] ---> 7401a6af4e28 [2022-07-11T22:08:02.941Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:08:02.941Z] ---> Using cache [2022-07-11T22:08:02.941Z] ---> c067ff1daf99 [2022-07-11T22:08:02.941Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-11T22:08:02.941Z] ---> Running in 5a00054868ae [2022-07-11T22:08:04.396Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:08:05.395Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:08:07.411Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-11T22:08:07.411Z] v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-11T22:08:07.411Z] OK: 15738 distinct packages available [2022-07-11T22:08:07.411Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:08:08.401Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:08:10.416Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-11T22:08:10.416Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-11T22:08:10.697Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-11T22:08:10.697Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-11T22:08:10.697Z] (5/9) Installing curl (7.80.0-r2) [2022-07-11T22:08:10.978Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-11T22:08:10.978Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-11T22:08:10.978Z] (8/9) Installing libucontext (1.1-r0) [2022-07-11T22:08:11.262Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-11T22:08:11.262Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T22:08:11.262Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T22:08:11.871Z] OK: 8 MiB in 23 packages [2022-07-11T22:08:15.301Z] Removing intermediate container 5a00054868ae [2022-07-11T22:08:15.301Z] ---> 3f8f5e4022c1 [2022-07-11T22:08:15.301Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T22:08:17.307Z] ---> 9983c44629f4 [2022-07-11T22:08:17.307Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-11T22:08:21.667Z] ---> 4c3eb4285c09 [2022-07-11T22:08:21.667Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-11T22:08:23.127Z] ---> 5f56e0247241 [2022-07-11T22:08:23.127Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-11T22:08:23.415Z] ---> Running in a2c71fe35d1b [2022-07-11T22:08:24.416Z] Removing intermediate container a2c71fe35d1b [2022-07-11T22:08:24.416Z] ---> c8cc4740d51c [2022-07-11T22:08:24.416Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T22:08:24.697Z] ---> Running in e386debae6ef [2022-07-11T22:08:25.716Z] Removing intermediate container e386debae6ef [2022-07-11T22:08:25.716Z] ---> 0710012a0451 [2022-07-11T22:08:25.716Z] Step 18/20 : LABEL arch=arm64 [2022-07-11T22:08:26.004Z] ---> Running in e16ba92700db [2022-07-11T22:08:27.197Z] Removing intermediate container e16ba92700db [2022-07-11T22:08:27.197Z] ---> 9056ec928fa9 [2022-07-11T22:08:27.197Z] Step 19/20 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:08:27.197Z] ---> Running in 3109e4a5dd79 [2022-07-11T22:08:28.715Z] Removing intermediate container 3109e4a5dd79 [2022-07-11T22:08:28.716Z] ---> c5cfe80c2c09 [2022-07-11T22:08:28.716Z] Step 20/20 : LABEL version=2.2.1-dev.26 [2022-07-11T22:08:29.142Z] ---> Running in 49f8d9153fd2 [2022-07-11T22:08:30.250Z] Removing intermediate container 49f8d9153fd2 [2022-07-11T22:08:30.250Z] ---> f679c15f1189 [2022-07-11T22:08:30.250Z] [2022-07-11T22:08:30.878Z] Successfully built f679c15f1189 [2022-07-11T22:08:30.878Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-07-11T22:08:30.878Z]  Building security-spiffe-token-provider ... done Building security-proxy-setup [2022-07-11T22:08:39.235Z] Removing intermediate container 311c18d7c81a [2022-07-11T22:08:39.235Z] ---> 2b3802066c31 [2022-07-11T22:08:39.235Z] Step 8/23 : COPY . . [2022-07-11T22:08:49.436Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T22:08:49.436Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-11T22:08:49.436Z] ---> 727dad22101b [2022-07-11T22:08:49.436Z] Step 3/22 : WORKDIR /edgex-go [2022-07-11T22:08:49.436Z] ---> Using cache [2022-07-11T22:08:49.716Z] ---> d4f86508317e [2022-07-11T22:08:49.716Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:08:49.717Z] ---> Using cache [2022-07-11T22:08:49.717Z] ---> f4ec27c6d71a [2022-07-11T22:08:49.717Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-11T22:08:49.717Z] ---> Using cache [2022-07-11T22:08:49.717Z] ---> 3fab3c5895a2 [2022-07-11T22:08:49.717Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-11T22:08:49.717Z] ---> Using cache [2022-07-11T22:08:49.717Z] ---> 697f4a41161f [2022-07-11T22:08:49.717Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T22:08:49.717Z] ---> Using cache [2022-07-11T22:08:49.717Z] ---> faddb6acbf47 [2022-07-11T22:08:49.717Z] Step 8/22 : COPY . . [2022-07-11T22:08:49.717Z] ---> Using cache [2022-07-11T22:08:49.717Z] ---> ee37fde618a2 [2022-07-11T22:08:49.717Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-11T22:08:51.188Z] ---> Running in 566da1831ca1 [2022-07-11T22:08:53.865Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-11T22:08:57.291Z] ---> a03ca875450b [2022-07-11T22:08:57.291Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-11T22:08:57.291Z] ---> Running in 0fd00fb62177 [2022-07-11T22:08:59.302Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-11T22:12:21.396Z] Removing intermediate container 136f4bb33804 [2022-07-11T22:12:21.396Z] ---> cb6ada851b2d [2022-07-11T22:12:21.396Z] [2022-07-11T22:12:21.396Z] Step 10/22 : FROM alpine:3.16 [2022-07-11T22:12:21.396Z] ---> 6e30ab57aeee [2022-07-11T22:12:21.396Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-11T22:12:21.396Z] ---> Running in e01bf9d2d633 [2022-07-11T22:12:21.396Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:12:21.396Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:12:21.396Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-11T22:12:21.396Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T22:12:21.396Z] OK: 5 MiB in 15 packages [2022-07-11T22:12:21.396Z] Removing intermediate container e01bf9d2d633 [2022-07-11T22:12:21.396Z] ---> eb6fe372bebe [2022-07-11T22:12:21.396Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T22:12:21.396Z] ---> Running in 5b41e30f45bd [2022-07-11T22:12:21.396Z] Removing intermediate container 5b41e30f45bd [2022-07-11T22:12:21.396Z] ---> 372d293bc827 [2022-07-11T22:12:21.396Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-11T22:12:21.396Z] ---> Running in 87f774bd8ca0 [2022-07-11T22:12:21.396Z] Removing intermediate container 87f774bd8ca0 [2022-07-11T22:12:21.396Z] ---> abe4d06be660 [2022-07-11T22:12:21.396Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-11T22:12:21.396Z] ---> Running in def2502f9801 [2022-07-11T22:12:21.396Z] Removing intermediate container def2502f9801 [2022-07-11T22:12:21.396Z] ---> 3f9577c82096 [2022-07-11T22:12:21.396Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T22:12:21.396Z] ---> 8e0da7e02ed5 [2022-07-11T22:12:21.396Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-11T22:12:21.396Z] ---> 23ee1ec5c2cd [2022-07-11T22:12:21.396Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-11T22:12:22.016Z] ---> 9972bd656d39 [2022-07-11T22:12:22.016Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-11T22:12:22.016Z] ---> Running in 0c1655160a7b [2022-07-11T22:12:22.625Z] Removing intermediate container 0c1655160a7b [2022-07-11T22:12:22.625Z] ---> 0b507d0b2373 [2022-07-11T22:12:22.625Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T22:12:22.929Z] ---> Running in 8119f6a90529 [2022-07-11T22:12:23.531Z] Removing intermediate container 8119f6a90529 [2022-07-11T22:12:23.531Z] ---> 547c1e4b8cae [2022-07-11T22:12:23.531Z] Step 20/22 : LABEL arch=arm64 [2022-07-11T22:12:23.531Z] ---> Running in 9b0c988db095 [2022-07-11T22:12:24.147Z] Removing intermediate container 9b0c988db095 [2022-07-11T22:12:24.147Z] ---> f0967f7e0835 [2022-07-11T22:12:24.147Z] Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:12:24.147Z] ---> Running in 6202960b2885 [2022-07-11T22:12:24.769Z] Removing intermediate container 6202960b2885 [2022-07-11T22:12:24.769Z] ---> 11ece65053e9 [2022-07-11T22:12:24.769Z] Step 22/22 : LABEL version=2.2.1-dev.26 [2022-07-11T22:12:25.050Z] ---> Running in 0c90f562ce7d [2022-07-11T22:12:25.650Z] Removing intermediate container 0c90f562ce7d [2022-07-11T22:12:25.650Z] ---> 9136cac1b6d4 [2022-07-11T22:12:25.650Z] [2022-07-11T22:12:25.928Z] Successfully built 9136cac1b6d4 [2022-07-11T22:12:25.928Z] Successfully tagged support-scheduler-arm64:latest [2022-07-11T22:12:25.928Z]  Building support-scheduler ... done Building core-metadata [2022-07-11T22:12:44.291Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T22:12:44.291Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T22:12:44.291Z] ---> 727dad22101b [2022-07-11T22:12:44.291Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T22:12:44.291Z] ---> Using cache [2022-07-11T22:12:44.291Z] ---> d4f86508317e [2022-07-11T22:12:44.291Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:12:44.291Z] ---> Using cache [2022-07-11T22:12:44.291Z] ---> f4ec27c6d71a [2022-07-11T22:12:44.291Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-11T22:12:44.291Z] ---> Using cache [2022-07-11T22:12:44.291Z] ---> 3fab3c5895a2 [2022-07-11T22:12:44.291Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T22:12:44.291Z] ---> Using cache [2022-07-11T22:12:44.291Z] ---> 697f4a41161f [2022-07-11T22:12:44.291Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T22:12:44.291Z] ---> Using cache [2022-07-11T22:12:44.291Z] ---> faddb6acbf47 [2022-07-11T22:12:44.291Z] Step 8/23 : COPY . . [2022-07-11T22:12:44.291Z] ---> Using cache [2022-07-11T22:12:44.291Z] ---> ee37fde618a2 [2022-07-11T22:12:44.291Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-11T22:12:44.582Z] ---> Running in 589d25044513 [2022-07-11T22:12:47.232Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-11T22:13:05.577Z] Removing intermediate container 797f89e1e04c [2022-07-11T22:13:05.577Z] ---> ab214ded6ce7 [2022-07-11T22:13:05.577Z] [2022-07-11T22:13:05.577Z] Step 10/22 : FROM alpine:3.16 [2022-07-11T22:13:05.577Z] ---> 6e30ab57aeee [2022-07-11T22:13:05.577Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-11T22:13:05.577Z] ---> Running in 048c158dcc8c [2022-07-11T22:13:07.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:13:07.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:13:08.763Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-11T22:13:08.763Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-11T22:13:08.763Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T22:13:08.763Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T22:13:09.038Z] OK: 6 MiB in 16 packages [2022-07-11T22:13:11.042Z] Removing intermediate container 048c158dcc8c [2022-07-11T22:13:11.042Z] ---> 31d685903da3 [2022-07-11T22:13:11.042Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T22:13:11.318Z] ---> Running in 755f1546e1c0 [2022-07-11T22:13:11.597Z] Removing intermediate container 755f1546e1c0 [2022-07-11T22:13:11.597Z] ---> 2d9c246af8dc [2022-07-11T22:13:11.597Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-11T22:13:11.880Z] ---> Running in da3498223b97 [2022-07-11T22:13:12.171Z] Removing intermediate container da3498223b97 [2022-07-11T22:13:12.171Z] ---> cf2b85579e3e [2022-07-11T22:13:12.171Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-11T22:13:12.455Z] ---> Running in 27dad557263b [2022-07-11T22:13:12.732Z] Removing intermediate container 27dad557263b [2022-07-11T22:13:12.732Z] ---> 555a9c43d43f [2022-07-11T22:13:12.732Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T22:13:13.724Z] ---> 3fedc075b9cf [2022-07-11T22:13:13.724Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-11T22:13:16.389Z] ---> 17a19b7ba45b [2022-07-11T22:13:16.389Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-11T22:13:16.991Z] ---> baadf389de42 [2022-07-11T22:13:16.991Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-11T22:13:17.271Z] ---> Running in 60206f8dea34 [2022-07-11T22:13:17.546Z] Removing intermediate container 60206f8dea34 [2022-07-11T22:13:17.546Z] ---> 6be5426cbb05 [2022-07-11T22:13:17.546Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T22:13:17.821Z] ---> Running in c3e30cf217d4 [2022-07-11T22:13:18.426Z] Removing intermediate container c3e30cf217d4 [2022-07-11T22:13:18.426Z] ---> b2c95061c703 [2022-07-11T22:13:18.426Z] Step 20/22 : LABEL arch=arm64 [2022-07-11T22:13:18.426Z] ---> Running in 5eacb3189c57 [2022-07-11T22:13:19.022Z] Removing intermediate container 5eacb3189c57 [2022-07-11T22:13:19.022Z] ---> 71d5fb1183a1 [2022-07-11T22:13:19.022Z] Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:13:19.022Z] ---> Running in 2b1bd3791ebc [2022-07-11T22:13:19.387Z] Removing intermediate container 2b1bd3791ebc [2022-07-11T22:13:19.387Z] ---> 87d08251fdf8 [2022-07-11T22:13:19.387Z] Step 22/22 : LABEL version=2.2.1-dev.26 [2022-07-11T22:13:19.795Z] ---> Running in 91b4e7adc54c [2022-07-11T22:13:20.092Z] Removing intermediate container 91b4e7adc54c [2022-07-11T22:13:20.092Z] ---> d2a6acb55127 [2022-07-11T22:13:20.092Z] [2022-07-11T22:13:20.763Z] Successfully built d2a6acb55127 [2022-07-11T22:13:20.763Z] Successfully tagged support-notifications-arm64:latest [2022-07-11T22:13:20.763Z] Building core-data [2022-07-11T22:13:39.106Z]  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-11T22:13:39.106Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-11T22:13:39.106Z] ---> 727dad22101b [2022-07-11T22:13:39.106Z] Step 3/23 : WORKDIR /edgex-go [2022-07-11T22:13:39.106Z] ---> Using cache [2022-07-11T22:13:39.106Z] ---> d4f86508317e [2022-07-11T22:13:39.106Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:13:39.106Z] ---> Using cache [2022-07-11T22:13:39.106Z] ---> f4ec27c6d71a [2022-07-11T22:13:39.106Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-11T22:13:39.106Z] ---> Running in d90e3f866ca1 [2022-07-11T22:13:41.112Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:13:42.099Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:13:43.544Z] OK: 221 MiB in 51 packages [2022-07-11T22:13:45.527Z] Removing intermediate container d90e3f866ca1 [2022-07-11T22:13:45.527Z] ---> fcd5868d6e95 [2022-07-11T22:13:45.527Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-11T22:13:47.516Z] ---> 246848c430a1 [2022-07-11T22:13:47.516Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T22:13:47.516Z] ---> Running in 518fe5f347f0 [2022-07-11T22:13:50.931Z] Removing intermediate container b70541706105 [2022-07-11T22:13:50.931Z] ---> 7aa9242fca5c [2022-07-11T22:13:50.931Z] [2022-07-11T22:13:50.931Z] Step 10/23 : FROM alpine:3.16 [2022-07-11T22:13:50.931Z] ---> 6e30ab57aeee [2022-07-11T22:13:50.931Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-11T22:13:50.931Z] ---> Using cache [2022-07-11T22:13:50.931Z] ---> eb6fe372bebe [2022-07-11T22:13:50.931Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T22:13:50.931Z] ---> Using cache [2022-07-11T22:13:50.931Z] ---> 372d293bc827 [2022-07-11T22:13:50.931Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-11T22:13:50.931Z] ---> Running in 2ad8347b4bcf [2022-07-11T22:13:51.212Z] Removing intermediate container 2ad8347b4bcf [2022-07-11T22:13:51.212Z] ---> cfa9e10565d9 [2022-07-11T22:13:51.212Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-11T22:13:51.490Z] ---> Running in 7d6f867d47de [2022-07-11T22:13:52.095Z] Removing intermediate container 7d6f867d47de [2022-07-11T22:13:52.095Z] ---> 1752bd67e834 [2022-07-11T22:13:52.095Z] Step 15/23 : WORKDIR / [2022-07-11T22:13:52.095Z] ---> Running in 1c833bd05d4b [2022-07-11T22:13:52.703Z] Removing intermediate container 1c833bd05d4b [2022-07-11T22:13:52.703Z] ---> 6048589e810c [2022-07-11T22:13:52.703Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T22:13:53.692Z] ---> c7a0799a4a69 [2022-07-11T22:13:53.692Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-11T22:13:55.685Z] ---> 1701fe7212f7 [2022-07-11T22:13:55.685Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-11T22:13:56.290Z] ---> e058932400de [2022-07-11T22:13:56.290Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-11T22:13:56.570Z] ---> Running in d9a792198d39 [2022-07-11T22:13:57.180Z] Removing intermediate container d9a792198d39 [2022-07-11T22:13:57.180Z] ---> 6e67273ce989 [2022-07-11T22:13:57.180Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T22:13:57.180Z] ---> Running in db9ba08e2d72 [2022-07-11T22:13:57.792Z] Removing intermediate container db9ba08e2d72 [2022-07-11T22:13:57.792Z] ---> b936cffb8817 [2022-07-11T22:13:57.792Z] Step 21/23 : LABEL arch=arm64 [2022-07-11T22:13:58.071Z] ---> Running in 6d2a7afd16f9 [2022-07-11T22:13:58.683Z] Removing intermediate container 6d2a7afd16f9 [2022-07-11T22:13:58.683Z] ---> d89789f23824 [2022-07-11T22:13:58.683Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:13:58.683Z] ---> Running in c8955b09d566 [2022-07-11T22:13:59.288Z] Removing intermediate container c8955b09d566 [2022-07-11T22:13:59.288Z] ---> bacb81f1f8bc [2022-07-11T22:13:59.288Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T22:13:59.570Z] ---> Running in c62e1ddb1e78 [2022-07-11T22:13:59.856Z] Removing intermediate container c62e1ddb1e78 [2022-07-11T22:13:59.856Z] ---> 064f0a4b5bc4 [2022-07-11T22:13:59.856Z] [2022-07-11T22:14:00.138Z] Successfully built 064f0a4b5bc4 [2022-07-11T22:14:00.414Z] Successfully tagged core-command-arm64:latest [2022-07-11T22:14:32.771Z]  Building core-command ... done Removing intermediate container 518fe5f347f0 [2022-07-11T22:14:32.771Z] ---> ec01f24953ea [2022-07-11T22:14:32.771Z] Step 8/23 : COPY . . [2022-07-11T22:14:41.086Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-11T22:14:45.418Z] ---> 91f3c0e7dcc1 [2022-07-11T22:14:45.418Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-11T22:14:45.418Z] ---> Running in 38938f72ad16 [2022-07-11T22:14:47.409Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-11T22:14:59.861Z] Removing intermediate container 0fd00fb62177 [2022-07-11T22:14:59.861Z] ---> 32145c780b2f [2022-07-11T22:14:59.861Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-11T22:14:59.861Z] ---> Running in e0a272433161 [2022-07-11T22:15:03.274Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-11T22:15:06.696Z] Removing intermediate container 566da1831ca1 [2022-07-11T22:15:06.696Z] ---> e59d79a4c604 [2022-07-11T22:15:06.696Z] [2022-07-11T22:15:06.696Z] Step 10/22 : FROM alpine:3.16 [2022-07-11T22:15:06.696Z] ---> 6e30ab57aeee [2022-07-11T22:15:06.696Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-11T22:15:06.696Z] ---> Running in 8a9238dd27ca [2022-07-11T22:15:08.143Z] Removing intermediate container e0a272433161 [2022-07-11T22:15:08.143Z] ---> 2be4c0e65293 [2022-07-11T22:15:08.143Z] [2022-07-11T22:15:08.143Z] Step 11/23 : FROM docker:20.10.14 [2022-07-11T22:15:08.143Z] 20.10.14: Pulling from library/docker [2022-07-11T22:15:09.132Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:15:09.409Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:15:10.862Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-11T22:15:10.862Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-07-11T22:15:10.862Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-07-11T22:15:10.862Z] (4/6) Installing libcurl (7.83.1-r2) [2022-07-11T22:15:10.862Z] (5/6) Installing curl (7.83.1-r2) [2022-07-11T22:15:10.862Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-11T22:15:10.862Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T22:15:11.148Z] Executing ca-certificates-20211220-r0.trigger [2022-07-11T22:15:11.427Z] OK: 8 MiB in 20 packages [2022-07-11T22:15:14.847Z] Removing intermediate container 8a9238dd27ca [2022-07-11T22:15:14.847Z] ---> 57782173ef14 [2022-07-11T22:15:14.847Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-11T22:15:14.847Z] ---> Running in 73cec8350768 [2022-07-11T22:15:15.121Z] Removing intermediate container 73cec8350768 [2022-07-11T22:15:15.121Z] ---> 91f89a5afbce [2022-07-11T22:15:15.121Z] Step 13/22 : WORKDIR /edgex [2022-07-11T22:15:15.394Z] ---> Running in 4061598d9565 [2022-07-11T22:15:16.020Z] Removing intermediate container 4061598d9565 [2022-07-11T22:15:16.020Z] ---> 73f14282127b [2022-07-11T22:15:16.020Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-11T22:15:18.222Z] ---> 79397c16b5c0 [2022-07-11T22:15:18.222Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-11T22:15:21.755Z] ---> 26c5af9d2af0 [2022-07-11T22:15:21.755Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-11T22:15:24.405Z] ---> f7e811011e75 [2022-07-11T22:15:24.405Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-11T22:15:25.405Z] ---> 630cceac4bdd [2022-07-11T22:15:25.405Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-11T22:15:25.685Z] ---> Running in 066c046acf43 [2022-07-11T22:15:29.157Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-11T22:15:29.157Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-11T22:15:29.157Z] ---> c346e9eafbab [2022-07-11T22:15:29.157Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-07-11T22:15:29.157Z] ---> Running in c11d2811b28b [2022-07-11T22:15:29.788Z] Removing intermediate container 066c046acf43 [2022-07-11T22:15:29.788Z] ---> 7bcd3af773c4 [2022-07-11T22:15:29.788Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-11T22:15:29.788Z] Removing intermediate container c11d2811b28b [2022-07-11T22:15:29.788Z] ---> e9d5c507d29d [2022-07-11T22:15:29.788Z] 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 [2022-07-11T22:15:29.788Z] ---> Running in b2f0a762cc38 [2022-07-11T22:15:29.788Z] ---> Running in 21b8bf0008ba [2022-07-11T22:15:30.791Z] Removing intermediate container b2f0a762cc38 [2022-07-11T22:15:30.791Z] ---> 72fafbd40a42 [2022-07-11T22:15:30.791Z] Step 20/22 : LABEL arch=arm64 [2022-07-11T22:15:30.791Z] ---> Running in f7e7bcc900d5 [2022-07-11T22:15:31.793Z] Removing intermediate container f7e7bcc900d5 [2022-07-11T22:15:31.793Z] ---> 66b55a7d6c6a [2022-07-11T22:15:31.793Z] Step 21/22 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:15:31.793Z] ---> Running in d48cfbc66ab4 [2022-07-11T22:15:32.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:15:32.357Z] Removing intermediate container d48cfbc66ab4 [2022-07-11T22:15:32.357Z] ---> dea78d93fd6f [2022-07-11T22:15:32.357Z] Step 22/22 : LABEL version=2.2.1-dev.26 [2022-07-11T22:15:32.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:15:32.654Z] ---> Running in c628d8efdf75 [2022-07-11T22:15:33.265Z] Removing intermediate container c628d8efdf75 [2022-07-11T22:15:33.265Z] ---> dd3a9e88ac13 [2022-07-11T22:15:33.265Z] [2022-07-11T22:15:33.544Z] Successfully built dd3a9e88ac13 [2022-07-11T22:15:33.544Z] Successfully tagged security-proxy-setup-arm64:latest [2022-07-11T22:15:33.824Z]  Building security-proxy-setup ... done (1/43) Installing readline (8.1.1-r0) [2022-07-11T22:15:33.824Z] (2/43) Installing bash (5.1.16-r0) [2022-07-11T22:15:33.824Z] Executing bash-5.1.16-r0.post-install [2022-07-11T22:15:33.824Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-11T22:15:33.824Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-11T22:15:33.824Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-11T22:15:33.824Z] (6/43) Installing curl (7.80.0-r2) [2022-07-11T22:15:33.824Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-11T22:15:33.824Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-11T22:15:33.824Z] (9/43) Installing expat (2.4.7-r0) [2022-07-11T22:15:34.104Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-11T22:15:34.104Z] (11/43) Installing gdbm (1.22-r0) [2022-07-11T22:15:34.104Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-11T22:15:34.104Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-11T22:15:34.104Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-11T22:15:34.104Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-11T22:15:34.104Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-11T22:15:34.104Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-11T22:15:36.761Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-11T22:15:36.761Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-11T22:15:36.761Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-11T22:15:36.761Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-11T22:15:36.761Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-11T22:15:36.761Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-11T22:15:36.761Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-11T22:15:36.761Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-11T22:15:36.761Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-11T22:15:36.761Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-11T22:15:36.761Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-11T22:15:36.761Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-11T22:15:36.761Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-11T22:15:36.761Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-11T22:15:36.761Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-11T22:15:36.761Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-11T22:15:36.761Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-11T22:15:36.761Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-11T22:15:36.761Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-11T22:15:36.761Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-11T22:15:36.761Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-11T22:15:37.040Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-11T22:15:37.040Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-11T22:15:37.040Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-11T22:15:37.040Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-11T22:15:37.040Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-11T22:15:37.649Z] Executing busybox-1.34.1-r5.trigger [2022-07-11T22:15:37.927Z] OK: 82 MiB in 65 packages [2022-07-11T22:15:43.380Z] Collecting docker-compose==1.23.2 [2022-07-11T22:15:43.380Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-11T22:15:43.380Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-11T22:15:43.380Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-11T22:15:46.026Z] Collecting jsonschema<3,>=2.5.1 [2022-07-11T22:15:46.026Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-11T22:15:46.309Z] Collecting docker<4.0,>=3.6.0 [2022-07-11T22:15:46.586Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-11T22:15:48.040Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-11T22:15:48.040Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-11T22:15:48.040Z] Collecting cached-property<2,>=1.2.0 [2022-07-11T22:15:48.040Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-11T22:15:49.044Z] Collecting PyYAML<4,>=3.10 [2022-07-11T22:15:49.044Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-11T22:15:53.394Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-11T22:15:53.394Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-11T22:15:53.394Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-11T22:15:53.394Z] Collecting texttable<0.10,>=0.9.0 [2022-07-11T22:15:53.394Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-11T22:15:55.392Z] Collecting docopt<0.7,>=0.6.1 [2022-07-11T22:15:55.393Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-11T22:15:58.031Z] Collecting docker-pycreds>=0.4.0 [2022-07-11T22:15:58.031Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-11T22:16:00.027Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-11T22:16:00.027Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-11T22:16:00.027Z] 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) [2022-07-11T22:16:00.027Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-11T22:16:00.027Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-11T22:16:00.304Z] Collecting idna<2.8,>=2.5 [2022-07-11T22:16:00.304Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-11T22:16:00.907Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-11T22:16:00.907Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-11T22:16:00.907Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-11T22:16:00.907Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-11T22:16:01.900Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-11T22:16:01.900Z] Attempting uninstall: urllib3 [2022-07-11T22:16:01.900Z] Found existing installation: urllib3 1.26.7 [2022-07-11T22:16:01.900Z] Uninstalling urllib3-1.26.7: [2022-07-11T22:16:01.900Z] Successfully uninstalled urllib3-1.26.7 [2022-07-11T22:16:02.509Z] Attempting uninstall: idna [2022-07-11T22:16:02.509Z] Found existing installation: idna 3.3 [2022-07-11T22:16:02.787Z] Uninstalling idna-3.3: [2022-07-11T22:16:02.787Z] Successfully uninstalled idna-3.3 [2022-07-11T22:16:06.217Z] Attempting uninstall: requests [2022-07-11T22:16:06.217Z] Found existing installation: requests 2.26.0 [2022-07-11T22:16:06.217Z] Uninstalling requests-2.26.0: [2022-07-11T22:16:06.217Z] Successfully uninstalled requests-2.26.0 [2022-07-11T22:16:06.217Z] Running setup.py install for texttable: started [2022-07-11T22:16:08.861Z] Running setup.py install for texttable: finished with status 'done' [2022-07-11T22:16:08.861Z] Running setup.py install for PyYAML: started [2022-07-11T22:16:11.511Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-11T22:16:11.790Z] Running setup.py install for docopt: started [2022-07-11T22:16:14.439Z] Running setup.py install for docopt: finished with status 'done' [2022-07-11T22:16:14.439Z] Running setup.py install for dockerpty: started [2022-07-11T22:16:16.436Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-11T22:16:18.437Z] 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 [2022-07-11T22:16:33.609Z] Removing intermediate container 21b8bf0008ba [2022-07-11T22:16:33.609Z] ---> b4aa2fb3842a [2022-07-11T22:16:33.609Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-11T22:16:33.609Z] ---> Running in 5d69b4dcec1c [2022-07-11T22:16:33.609Z] Removing intermediate container 5d69b4dcec1c [2022-07-11T22:16:33.609Z] ---> 826d99317800 [2022-07-11T22:16:33.609Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-11T22:16:33.609Z] ---> Running in 8ad5cb6d6b71 [2022-07-11T22:16:33.885Z] Removing intermediate container 8ad5cb6d6b71 [2022-07-11T22:16:33.885Z] ---> 3ca524a887a3 [2022-07-11T22:16:33.885Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-11T22:16:35.894Z] ---> b758c283d198 [2022-07-11T22:16:35.894Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-11T22:16:36.505Z] ---> d3aee0e3d8dd [2022-07-11T22:16:36.505Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-11T22:16:38.072Z] ---> e0c8e217f6a7 [2022-07-11T22:16:38.072Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-11T22:16:38.072Z] ---> Running in db4b1744f2e4 [2022-07-11T22:16:38.478Z] Removing intermediate container db4b1744f2e4 [2022-07-11T22:16:38.478Z] ---> ada1c8c2deba [2022-07-11T22:16:38.478Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T22:16:38.478Z] ---> Running in 7299fcb53b4a [2022-07-11T22:16:39.185Z] Removing intermediate container 7299fcb53b4a [2022-07-11T22:16:39.185Z] ---> cd6b1f158e40 [2022-07-11T22:16:39.185Z] Step 21/23 : LABEL arch=arm64 [2022-07-11T22:16:39.185Z] ---> Running in 6db0bd3934eb [2022-07-11T22:16:39.841Z] Removing intermediate container 6db0bd3934eb [2022-07-11T22:16:39.841Z] ---> 90f7771c398c [2022-07-11T22:16:39.841Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:16:39.841Z] ---> Running in 68547ce5afbf [2022-07-11T22:16:40.587Z] Removing intermediate container 68547ce5afbf [2022-07-11T22:16:40.588Z] ---> 31b116a814b4 [2022-07-11T22:16:40.588Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T22:16:40.588Z] ---> Running in 5105d5e9fac8 [2022-07-11T22:16:41.204Z] Removing intermediate container 5105d5e9fac8 [2022-07-11T22:16:41.204Z] ---> a8700abde185 [2022-07-11T22:16:41.204Z] [2022-07-11T22:16:41.479Z] Successfully built a8700abde185 [2022-07-11T22:16:41.479Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-07-11T22:17:03.714Z]  Building sys-mgmt-agent ... done Removing intermediate container 589d25044513 [2022-07-11T22:17:03.714Z] ---> e6713a51693f [2022-07-11T22:17:03.714Z] [2022-07-11T22:17:03.714Z] Step 10/23 : FROM alpine:3.16 [2022-07-11T22:17:03.714Z] ---> 6e30ab57aeee [2022-07-11T22:17:03.714Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-11T22:17:03.714Z] ---> Using cache [2022-07-11T22:17:03.715Z] ---> eb6fe372bebe [2022-07-11T22:17:03.715Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-11T22:17:03.715Z] ---> Using cache [2022-07-11T22:17:03.715Z] ---> 372d293bc827 [2022-07-11T22:17:03.715Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-11T22:17:03.715Z] ---> Running in ba886ff97eda [2022-07-11T22:17:03.715Z] Removing intermediate container ba886ff97eda [2022-07-11T22:17:03.715Z] ---> 0343fb86d1f2 [2022-07-11T22:17:03.715Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-11T22:17:03.715Z] ---> Running in 013960c2f596 [2022-07-11T22:17:04.019Z] Removing intermediate container 013960c2f596 [2022-07-11T22:17:04.019Z] ---> e31ef1e6cb90 [2022-07-11T22:17:04.019Z] Step 15/23 : WORKDIR / [2022-07-11T22:17:04.019Z] ---> Running in 93007604ddd8 [2022-07-11T22:17:04.647Z] Removing intermediate container 93007604ddd8 [2022-07-11T22:17:04.647Z] ---> ce31ec5d3e59 [2022-07-11T22:17:04.647Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T22:17:05.655Z] ---> f78c7c3e3bcb [2022-07-11T22:17:05.655Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-11T22:17:07.662Z] ---> f01f7de932b9 [2022-07-11T22:17:07.662Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-11T22:17:08.276Z] ---> 57a4aa307924 [2022-07-11T22:17:08.276Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-11T22:17:08.276Z] ---> Running in a8c1ef7d7156 [2022-07-11T22:17:08.885Z] Removing intermediate container a8c1ef7d7156 [2022-07-11T22:17:08.885Z] ---> b26f04d3854e [2022-07-11T22:17:08.885Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T22:17:08.885Z] ---> Running in 33bd0f09d2cf [2022-07-11T22:17:09.493Z] Removing intermediate container 33bd0f09d2cf [2022-07-11T22:17:09.493Z] ---> 29420638daf6 [2022-07-11T22:17:09.493Z] Step 21/23 : LABEL arch=arm64 [2022-07-11T22:17:09.493Z] ---> Running in e118a3de4aa7 [2022-07-11T22:17:10.093Z] Removing intermediate container e118a3de4aa7 [2022-07-11T22:17:10.093Z] ---> a2429575b8cb [2022-07-11T22:17:10.093Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:17:10.093Z] ---> Running in e75da392ed27 [2022-07-11T22:17:10.696Z] Removing intermediate container e75da392ed27 [2022-07-11T22:17:10.696Z] ---> 3c3989e38b92 [2022-07-11T22:17:10.696Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T22:17:10.696Z] ---> Running in fb8bf2291912 [2022-07-11T22:17:11.301Z] Removing intermediate container fb8bf2291912 [2022-07-11T22:17:11.301Z] ---> 7be581c77838 [2022-07-11T22:17:11.301Z] [2022-07-11T22:17:11.576Z] Successfully built 7be581c77838 [2022-07-11T22:17:11.576Z] Successfully tagged core-metadata-arm64:latest [2022-07-11T22:17:50.618Z]  Building core-metadata ... done Removing intermediate container 38938f72ad16 [2022-07-11T22:17:50.618Z] ---> ab1c8e7112f3 [2022-07-11T22:17:50.618Z] [2022-07-11T22:17:50.618Z] Step 10/23 : FROM alpine:3.16 [2022-07-11T22:17:50.618Z] ---> 6e30ab57aeee [2022-07-11T22:17:50.618Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-11T22:17:50.618Z] ---> Running in 6f2e48001b22 [2022-07-11T22:17:50.618Z] Removing intermediate container 6f2e48001b22 [2022-07-11T22:17:50.618Z] ---> d2196e856941 [2022-07-11T22:17:50.618Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-11T22:17:50.618Z] ---> Running in 2419f24e4b36 [2022-07-11T22:17:50.618Z] Removing intermediate container 2419f24e4b36 [2022-07-11T22:17:50.618Z] ---> f2a1615032d0 [2022-07-11T22:17:50.618Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-11T22:17:50.618Z] ---> Running in 4aeb2396b315 [2022-07-11T22:17:50.618Z] Removing intermediate container 4aeb2396b315 [2022-07-11T22:17:50.618Z] ---> 61f1c0468e53 [2022-07-11T22:17:50.618Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T22:17:50.618Z] ---> Running in 646b777b06ec [2022-07-11T22:17:50.618Z] Removing intermediate container 646b777b06ec [2022-07-11T22:17:50.618Z] ---> b0ed35c70f7f [2022-07-11T22:17:50.618Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-11T22:17:50.618Z] ---> Running in 6c51b56b5fef [2022-07-11T22:17:50.618Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-11T22:17:50.894Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-11T22:17:51.877Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-11T22:17:52.154Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-07-11T22:17:52.154Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-11T22:17:52.154Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-11T22:17:52.430Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-11T22:17:52.430Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-11T22:17:52.706Z] Executing busybox-1.35.0-r13.trigger [2022-07-11T22:17:52.706Z] OK: 8 MiB in 20 packages [2022-07-11T22:17:53.690Z] Removing intermediate container 6c51b56b5fef [2022-07-11T22:17:53.690Z] ---> 375591be7d9e [2022-07-11T22:17:53.690Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-11T22:17:54.288Z] ---> c200c36fd51a [2022-07-11T22:17:54.288Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-11T22:17:55.272Z] ---> 5ac04e56cd7d [2022-07-11T22:17:55.272Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-11T22:17:55.871Z] ---> 8434efce1a87 [2022-07-11T22:17:55.871Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-11T22:17:55.871Z] ---> Running in 6c01a6d314b4 [2022-07-11T22:17:56.153Z] Removing intermediate container 6c01a6d314b4 [2022-07-11T22:17:56.153Z] ---> 80984fe9ea67 [2022-07-11T22:17:56.153Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T22:17:56.428Z] ---> Running in e08bc932d70e [2022-07-11T22:17:56.701Z] Removing intermediate container e08bc932d70e [2022-07-11T22:17:56.701Z] ---> a1e46ddabb3f [2022-07-11T22:17:56.701Z] Step 21/23 : LABEL arch=arm64 [2022-07-11T22:17:56.701Z] ---> Running in 0757d7101774 [2022-07-11T22:17:56.979Z] Removing intermediate container 0757d7101774 [2022-07-11T22:17:56.979Z] ---> ac4cf0230d27 [2022-07-11T22:17:56.979Z] Step 22/23 : LABEL git_sha=fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:17:57.253Z] ---> Running in 593773b94762 [2022-07-11T22:17:57.526Z] Removing intermediate container 593773b94762 [2022-07-11T22:17:57.526Z] ---> 77896bb0cb9a [2022-07-11T22:17:57.526Z] Step 23/23 : LABEL version=2.2.1-dev.26 [2022-07-11T22:17:57.526Z] ---> Running in ca1974464b6e [2022-07-11T22:17:57.802Z] Removing intermediate container ca1974464b6e [2022-07-11T22:17:57.802Z] ---> 9a025ad1c46d [2022-07-11T22:17:57.802Z] [2022-07-11T22:17:58.078Z] Successfully built 9a025ad1c46d [2022-07-11T22:17:58.078Z] Successfully tagged core-data-arm64:latest [2022-07-11T22:17:58.369Z]  Building core-data ... done  [Pipeline] } [2022-07-11T22:17:58.373Z] $ docker stop --time=1 c5dca8275396573f9ab0dafef709879c8312d0c56c31994f450c99bd31fee922 [2022-07-11T22:18:00.068Z] $ docker rm -f c5dca8275396573f9ab0dafef709879c8312d0c56c31994f450c99bd31fee922 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T22:18:00.618Z] + docker images [2022-07-11T22:18:00.890Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-11T22:18:00.890Z] core-data-arm64 latest 9a025ad1c46d 3 seconds ago 20.6MB [2022-07-11T22:18:00.890Z] ab1c8e7112f3 16 seconds ago 1.32GB [2022-07-11T22:18:00.890Z] core-metadata-arm64 latest 7be581c77838 49 seconds ago 16.4MB [2022-07-11T22:18:00.890Z] e6713a51693f 59 seconds ago 1.29GB [2022-07-11T22:18:00.890Z] sys-mgmt-agent-arm64 latest a8700abde185 About a minute ago 282MB [2022-07-11T22:18:00.890Z] security-proxy-setup-arm64 latest dd3a9e88ac13 2 minutes ago 26.1MB [2022-07-11T22:18:00.890Z] 2be4c0e65293 2 minutes ago 1.29GB [2022-07-11T22:18:00.890Z] e59d79a4c604 2 minutes ago 1.3GB [2022-07-11T22:18:00.890Z] core-command-arm64 latest 064f0a4b5bc4 4 minutes ago 15.5MB [2022-07-11T22:18:00.890Z] 7aa9242fca5c 4 minutes ago 1.29GB [2022-07-11T22:18:00.890Z] support-notifications-arm64 latest d2a6acb55127 4 minutes ago 26.1MB [2022-07-11T22:18:00.890Z] ab214ded6ce7 4 minutes ago 1.35GB [2022-07-11T22:18:00.890Z] support-scheduler-arm64 latest 9136cac1b6d4 5 minutes ago 25.5MB [2022-07-11T22:18:00.890Z] cb6ada851b2d 5 minutes ago 1.35GB [2022-07-11T22:18:00.891Z] security-spiffe-token-provider-arm64 latest f679c15f1189 9 minutes ago 28.2MB [2022-07-11T22:18:00.891Z] 2ba78017d8dd 10 minutes ago 1.34GB [2022-07-11T22:18:00.891Z] security-bootstrapper-arm64 latest 9698920dfccf 10 minutes ago 18.5MB [2022-07-11T22:18:00.891Z] security-secretstore-setup-arm64 latest 125e530632f6 11 minutes ago 27.9MB [2022-07-11T22:18:00.891Z] 98ba12a828bd 11 minutes ago 1.29GB [2022-07-11T22:18:00.891Z] be4da7b87d71 11 minutes ago 1.3GB [2022-07-11T22:18:00.891Z] security-spire-config-arm64 latest c063798479b1 16 minutes ago 83.6MB [2022-07-11T22:18:00.891Z] 827b13a19d87 16 minutes ago 1.19GB [2022-07-11T22:18:00.891Z] security-spire-agent-arm64 latest 1f2c42808247 17 minutes ago 122MB [2022-07-11T22:18:00.891Z] security-spire-server-arm64 latest 5317dda49a9a 17 minutes ago 84.2MB [2022-07-11T22:18:00.891Z] 4659665be5b5 18 minutes ago 1.19GB [2022-07-11T22:18:00.891Z] ae8be52e581e 18 minutes ago 1.19GB [2022-07-11T22:18:00.891Z] ci-base-image-arm64 latest 727dad22101b 21 minutes ago 938MB [2022-07-11T22:18:00.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 4 days ago 678MB [2022-07-11T22:18:00.891Z] alpine 3.16 6e30ab57aeee 7 weeks ago 5.27MB [2022-07-11T22:18:00.891Z] docker 20.10.14 c346e9eafbab 3 months ago 202MB [2022-07-11T22:18:00.891Z] alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB [2022-07-11T22:18:00.891Z] 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 [2022-07-11T22:18:01.022Z] provisioning config files... [2022-07-11T22:18:01.042Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config298849150653979855tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:18:01.395Z] ---> docker-login.sh [2022-07-11T22:18:01.395Z] nexus3.edgexfoundry.org:10001 [2022-07-11T22:18:01.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T22:18:01.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T22:18:01.668Z] Configure a credential helper to remove this warning. See [2022-07-11T22:18:01.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T22:18:01.668Z] [2022-07-11T22:18:01.668Z] Login Succeeded [2022-07-11T22:18:01.668Z] nexus3.edgexfoundry.org:10002 [2022-07-11T22:18:02.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T22:18:02.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T22:18:02.260Z] Configure a credential helper to remove this warning. See [2022-07-11T22:18:02.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T22:18:02.260Z] [2022-07-11T22:18:02.260Z] Login Succeeded [2022-07-11T22:18:02.260Z] nexus3.edgexfoundry.org:10003 [2022-07-11T22:18:02.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T22:18:02.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T22:18:02.804Z] Configure a credential helper to remove this warning. See [2022-07-11T22:18:02.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T22:18:02.804Z] [2022-07-11T22:18:02.804Z] Login Succeeded [2022-07-11T22:18:02.804Z] nexus3.edgexfoundry.org:10004 [2022-07-11T22:18:03.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T22:18:03.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T22:18:03.349Z] Configure a credential helper to remove this warning. See [2022-07-11T22:18:03.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T22:18:03.349Z] [2022-07-11T22:18:03.349Z] Login Succeeded [2022-07-11T22:18:03.349Z] docker.io [2022-07-11T22:18:03.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T22:18:03.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T22:18:03.891Z] Configure a credential helper to remove this warning. See [2022-07-11T22:18:03.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T22:18:03.891Z] [2022-07-11T22:18:03.891Z] Login Succeeded [2022-07-11T22:18:03.891Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T22:18:03.907Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:18:03.940Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T22:18:03.963Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-07-11T22:18:03.963Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:03.963Z] latest [2022-07-11T22:18:03.963Z] 2.2.1-dev.26 [2022-07-11T22:18:03.963Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:03.963Z] main [2022-07-11T22:18:03.963Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:04.313Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:04.687Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:04.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-11T22:18:04.687Z] ce787d5b289a: Preparing [2022-07-11T22:18:04.687Z] 8108b27f25e4: Preparing [2022-07-11T22:18:04.687Z] 26bb9e615209: Preparing [2022-07-11T22:18:04.687Z] 9fa2d9be0972: Preparing [2022-07-11T22:18:04.687Z] dd565ff850e7: Preparing [2022-07-11T22:18:04.958Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:04.958Z] ce787d5b289a: Pushed [2022-07-11T22:18:04.958Z] 9fa2d9be0972: Pushed [2022-07-11T22:18:04.958Z] 26bb9e615209: Pushed [2022-07-11T22:18:07.566Z] 8108b27f25e4: Pushed [2022-07-11T22:18:07.838Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:ce3c2222e9f7c7e9c61d0f454993cba49228ebb616aa547b223cb78da1e70ab5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:08.199Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:08.560Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-07-11T22:18:08.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-11T22:18:08.560Z] ce787d5b289a: Preparing [2022-07-11T22:18:08.560Z] 8108b27f25e4: Preparing [2022-07-11T22:18:08.560Z] 26bb9e615209: Preparing [2022-07-11T22:18:08.560Z] 9fa2d9be0972: Preparing [2022-07-11T22:18:08.560Z] dd565ff850e7: Preparing [2022-07-11T22:18:08.560Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:08.560Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:08.560Z] 8108b27f25e4: Layer already exists [2022-07-11T22:18:08.560Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:18:08.560Z] ce787d5b289a: Layer already exists [2022-07-11T22:18:08.829Z] latest: digest: sha256:ce3c2222e9f7c7e9c61d0f454993cba49228ebb616aa547b223cb78da1e70ab5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:09.187Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:09.646Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 [2022-07-11T22:18:09.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-11T22:18:09.646Z] ce787d5b289a: Preparing [2022-07-11T22:18:09.646Z] 8108b27f25e4: Preparing [2022-07-11T22:18:09.646Z] 26bb9e615209: Preparing [2022-07-11T22:18:09.646Z] 9fa2d9be0972: Preparing [2022-07-11T22:18:09.646Z] dd565ff850e7: Preparing [2022-07-11T22:18:09.646Z] 8108b27f25e4: Layer already exists [2022-07-11T22:18:09.646Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:18:09.646Z] ce787d5b289a: Layer already exists [2022-07-11T22:18:09.646Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:09.646Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:09.921Z] 2.2.1-dev.26: digest: sha256:ce3c2222e9f7c7e9c61d0f454993cba49228ebb616aa547b223cb78da1e70ab5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:10.295Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:10.655Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:10.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-11T22:18:10.655Z] ce787d5b289a: Preparing [2022-07-11T22:18:10.655Z] 8108b27f25e4: Preparing [2022-07-11T22:18:10.655Z] 26bb9e615209: Preparing [2022-07-11T22:18:10.655Z] 9fa2d9be0972: Preparing [2022-07-11T22:18:10.655Z] dd565ff850e7: Preparing [2022-07-11T22:18:10.655Z] ce787d5b289a: Layer already exists [2022-07-11T22:18:10.655Z] 8108b27f25e4: Layer already exists [2022-07-11T22:18:10.655Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:18:10.655Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:10.655Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:10.931Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:ce3c2222e9f7c7e9c61d0f454993cba49228ebb616aa547b223cb78da1e70ab5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:11.284Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:11.632Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-07-11T22:18:11.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-11T22:18:11.632Z] ce787d5b289a: Preparing [2022-07-11T22:18:11.632Z] 8108b27f25e4: Preparing [2022-07-11T22:18:11.632Z] 26bb9e615209: Preparing [2022-07-11T22:18:11.632Z] 9fa2d9be0972: Preparing [2022-07-11T22:18:11.632Z] dd565ff850e7: Preparing [2022-07-11T22:18:11.632Z] 8108b27f25e4: Layer already exists [2022-07-11T22:18:11.632Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:11.632Z] ce787d5b289a: Layer already exists [2022-07-11T22:18:11.632Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:11.632Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:18:11.902Z] main: digest: sha256:ce3c2222e9f7c7e9c61d0f454993cba49228ebb616aa547b223cb78da1e70ab5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:18:11.962Z] ===================================================== [Pipeline] echo [2022-07-11T22:18:11.967Z] taggedImages: [2022-07-11T22:18:11.967Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:11.967Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-07-11T22:18:11.967Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 [2022-07-11T22:18:11.967Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:11.967Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-07-11T22:18:11.980Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-07-11T22:18:11.980Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:11.980Z] latest [2022-07-11T22:18:11.980Z] 2.2.1-dev.26 [2022-07-11T22:18:11.980Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:11.980Z] main [2022-07-11T22:18:11.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:12.315Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:12.667Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:12.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-11T22:18:12.668Z] 073d26a4b5d2: Preparing [2022-07-11T22:18:12.668Z] 861eda908b3b: Preparing [2022-07-11T22:18:12.668Z] 26bb9e615209: Preparing [2022-07-11T22:18:12.668Z] 825aef6cb200: Preparing [2022-07-11T22:18:12.668Z] ab2e12eb76a2: Preparing [2022-07-11T22:18:12.668Z] dd565ff850e7: Preparing [2022-07-11T22:18:12.668Z] dd565ff850e7: Waiting [2022-07-11T22:18:12.936Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:12.936Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:12.936Z] 073d26a4b5d2: Pushed [2022-07-11T22:18:12.936Z] ab2e12eb76a2: Pushed [2022-07-11T22:18:13.525Z] 825aef6cb200: Pushed [2022-07-11T22:18:16.124Z] 861eda908b3b: Pushed [2022-07-11T22:18:16.124Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:9b99d7cfb8a3634d5d07bfbb66712e90b80f3abd45652f42b6188eeb85a82f3c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:16.481Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:16.830Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-07-11T22:18:16.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-11T22:18:16.830Z] 073d26a4b5d2: Preparing [2022-07-11T22:18:16.830Z] 861eda908b3b: Preparing [2022-07-11T22:18:16.830Z] 26bb9e615209: Preparing [2022-07-11T22:18:16.830Z] 825aef6cb200: Preparing [2022-07-11T22:18:16.830Z] ab2e12eb76a2: Preparing [2022-07-11T22:18:16.830Z] dd565ff850e7: Preparing [2022-07-11T22:18:16.830Z] dd565ff850e7: Waiting [2022-07-11T22:18:16.830Z] 825aef6cb200: Layer already exists [2022-07-11T22:18:16.830Z] ab2e12eb76a2: Layer already exists [2022-07-11T22:18:16.830Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:16.830Z] 073d26a4b5d2: Layer already exists [2022-07-11T22:18:16.830Z] 861eda908b3b: Layer already exists [2022-07-11T22:18:16.830Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:17.100Z] latest: digest: sha256:9b99d7cfb8a3634d5d07bfbb66712e90b80f3abd45652f42b6188eeb85a82f3c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:17.457Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:17.808Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 [2022-07-11T22:18:17.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-11T22:18:17.808Z] 073d26a4b5d2: Preparing [2022-07-11T22:18:17.808Z] 861eda908b3b: Preparing [2022-07-11T22:18:17.808Z] 26bb9e615209: Preparing [2022-07-11T22:18:17.808Z] 825aef6cb200: Preparing [2022-07-11T22:18:17.808Z] ab2e12eb76a2: Preparing [2022-07-11T22:18:17.808Z] dd565ff850e7: Preparing [2022-07-11T22:18:17.808Z] dd565ff850e7: Waiting [2022-07-11T22:18:17.808Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:17.808Z] 825aef6cb200: Layer already exists [2022-07-11T22:18:17.808Z] 861eda908b3b: Layer already exists [2022-07-11T22:18:17.808Z] ab2e12eb76a2: Layer already exists [2022-07-11T22:18:17.808Z] 073d26a4b5d2: Layer already exists [2022-07-11T22:18:17.808Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:18.078Z] 2.2.1-dev.26: digest: sha256:9b99d7cfb8a3634d5d07bfbb66712e90b80f3abd45652f42b6188eeb85a82f3c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:18.436Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:18.786Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:18.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-11T22:18:18.787Z] 073d26a4b5d2: Preparing [2022-07-11T22:18:18.787Z] 861eda908b3b: Preparing [2022-07-11T22:18:18.787Z] 26bb9e615209: Preparing [2022-07-11T22:18:18.787Z] 825aef6cb200: Preparing [2022-07-11T22:18:18.787Z] ab2e12eb76a2: Preparing [2022-07-11T22:18:18.787Z] dd565ff850e7: Preparing [2022-07-11T22:18:18.787Z] dd565ff850e7: Waiting [2022-07-11T22:18:18.787Z] 825aef6cb200: Layer already exists [2022-07-11T22:18:18.787Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:18.787Z] 861eda908b3b: Layer already exists [2022-07-11T22:18:18.787Z] ab2e12eb76a2: Layer already exists [2022-07-11T22:18:18.787Z] 073d26a4b5d2: Layer already exists [2022-07-11T22:18:18.787Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:19.057Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:9b99d7cfb8a3634d5d07bfbb66712e90b80f3abd45652f42b6188eeb85a82f3c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:19.418Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:19.767Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-07-11T22:18:19.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-11T22:18:19.767Z] 073d26a4b5d2: Preparing [2022-07-11T22:18:19.767Z] 861eda908b3b: Preparing [2022-07-11T22:18:19.767Z] 26bb9e615209: Preparing [2022-07-11T22:18:19.767Z] 825aef6cb200: Preparing [2022-07-11T22:18:19.767Z] ab2e12eb76a2: Preparing [2022-07-11T22:18:19.767Z] dd565ff850e7: Preparing [2022-07-11T22:18:19.767Z] dd565ff850e7: Waiting [2022-07-11T22:18:19.767Z] 073d26a4b5d2: Layer already exists [2022-07-11T22:18:19.767Z] ab2e12eb76a2: Layer already exists [2022-07-11T22:18:19.767Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:19.767Z] 825aef6cb200: Layer already exists [2022-07-11T22:18:19.767Z] 861eda908b3b: Layer already exists [2022-07-11T22:18:19.767Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:20.037Z] main: digest: sha256:9b99d7cfb8a3634d5d07bfbb66712e90b80f3abd45652f42b6188eeb85a82f3c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:18:20.094Z] ===================================================== [Pipeline] echo [2022-07-11T22:18:20.103Z] taggedImages: [2022-07-11T22:18:20.103Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:20.103Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-07-11T22:18:20.103Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 [2022-07-11T22:18:20.103Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:20.103Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-07-11T22:18:20.122Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-07-11T22:18:20.122Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:20.122Z] latest [2022-07-11T22:18:20.122Z] 2.2.1-dev.26 [2022-07-11T22:18:20.122Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:20.122Z] main [2022-07-11T22:18:20.122Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:20.462Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:20.817Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:20.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-11T22:18:20.818Z] 7844c4ab9f4a: Preparing [2022-07-11T22:18:20.818Z] 8bcf1c7cae64: Preparing [2022-07-11T22:18:20.818Z] 26bb9e615209: Preparing [2022-07-11T22:18:20.818Z] 9fa2d9be0972: Preparing [2022-07-11T22:18:20.818Z] dd565ff850e7: Preparing [2022-07-11T22:18:21.087Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:21.087Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:21.087Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:18:21.087Z] 7844c4ab9f4a: Pushed [2022-07-11T22:18:23.689Z] 8bcf1c7cae64: Pushed [2022-07-11T22:18:23.689Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:11cb81e505b3dd66f58784dd6efdb0a6e1e888d9bfad09ee5ea986abba04b665 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:24.052Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:24.405Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-07-11T22:18:24.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-11T22:18:24.405Z] 7844c4ab9f4a: Preparing [2022-07-11T22:18:24.405Z] 8bcf1c7cae64: Preparing [2022-07-11T22:18:24.405Z] 26bb9e615209: Preparing [2022-07-11T22:18:24.405Z] 9fa2d9be0972: Preparing [2022-07-11T22:18:24.405Z] dd565ff850e7: Preparing [2022-07-11T22:18:24.405Z] 8bcf1c7cae64: Layer already exists [2022-07-11T22:18:24.405Z] 7844c4ab9f4a: Layer already exists [2022-07-11T22:18:24.405Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:18:24.405Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:24.405Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:24.675Z] latest: digest: sha256:11cb81e505b3dd66f58784dd6efdb0a6e1e888d9bfad09ee5ea986abba04b665 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:25.030Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:25.386Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 [2022-07-11T22:18:25.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-11T22:18:25.386Z] 7844c4ab9f4a: Preparing [2022-07-11T22:18:25.386Z] 8bcf1c7cae64: Preparing [2022-07-11T22:18:25.386Z] 26bb9e615209: Preparing [2022-07-11T22:18:25.386Z] 9fa2d9be0972: Preparing [2022-07-11T22:18:25.386Z] dd565ff850e7: Preparing [2022-07-11T22:18:25.386Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:25.386Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:18:25.386Z] 7844c4ab9f4a: Layer already exists [2022-07-11T22:18:25.386Z] 8bcf1c7cae64: Layer already exists [2022-07-11T22:18:25.386Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:25.658Z] 2.2.1-dev.26: digest: sha256:11cb81e505b3dd66f58784dd6efdb0a6e1e888d9bfad09ee5ea986abba04b665 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:26.014Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:26.370Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:26.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-11T22:18:26.370Z] 7844c4ab9f4a: Preparing [2022-07-11T22:18:26.370Z] 8bcf1c7cae64: Preparing [2022-07-11T22:18:26.370Z] 26bb9e615209: Preparing [2022-07-11T22:18:26.370Z] 9fa2d9be0972: Preparing [2022-07-11T22:18:26.370Z] dd565ff850e7: Preparing [2022-07-11T22:18:26.370Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:26.370Z] 8bcf1c7cae64: Layer already exists [2022-07-11T22:18:26.370Z] 7844c4ab9f4a: Layer already exists [2022-07-11T22:18:26.370Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:26.370Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:18:26.641Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:11cb81e505b3dd66f58784dd6efdb0a6e1e888d9bfad09ee5ea986abba04b665 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:26.994Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:27.347Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-07-11T22:18:27.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-11T22:18:27.347Z] 7844c4ab9f4a: Preparing [2022-07-11T22:18:27.347Z] 8bcf1c7cae64: Preparing [2022-07-11T22:18:27.347Z] 26bb9e615209: Preparing [2022-07-11T22:18:27.347Z] 9fa2d9be0972: Preparing [2022-07-11T22:18:27.347Z] dd565ff850e7: Preparing [2022-07-11T22:18:27.347Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:27.347Z] 7844c4ab9f4a: Layer already exists [2022-07-11T22:18:27.347Z] 8bcf1c7cae64: Layer already exists [2022-07-11T22:18:27.347Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:27.347Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:18:27.619Z] main: digest: sha256:11cb81e505b3dd66f58784dd6efdb0a6e1e888d9bfad09ee5ea986abba04b665 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:18:27.674Z] ===================================================== [Pipeline] echo [2022-07-11T22:18:27.683Z] taggedImages: [2022-07-11T22:18:27.684Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:27.684Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-07-11T22:18:27.684Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 [2022-07-11T22:18:27.684Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:27.684Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-07-11T22:18:27.702Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-07-11T22:18:27.702Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:27.702Z] latest [2022-07-11T22:18:27.702Z] 2.2.1-dev.26 [2022-07-11T22:18:27.702Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:27.702Z] main [2022-07-11T22:18:27.702Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:28.054Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:28.468Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:28.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-11T22:18:28.468Z] eddbe8b6e980: Preparing [2022-07-11T22:18:28.468Z] eddbe8b6e980: Preparing [2022-07-11T22:18:28.468Z] a4412ed13d94: Preparing [2022-07-11T22:18:28.468Z] 4cb4c4c421bb: Preparing [2022-07-11T22:18:28.468Z] f32f8037b237: Preparing [2022-07-11T22:18:28.468Z] 78208885eceb: Preparing [2022-07-11T22:18:28.468Z] 26bb9e615209: Preparing [2022-07-11T22:18:28.468Z] 31e1279b4a4f: Preparing [2022-07-11T22:18:28.468Z] f2888642a40f: Preparing [2022-07-11T22:18:28.468Z] 4d976c616e81: Preparing [2022-07-11T22:18:28.468Z] 6b4dfab42903: Preparing [2022-07-11T22:18:28.468Z] dd565ff850e7: Preparing [2022-07-11T22:18:28.468Z] 26bb9e615209: Waiting [2022-07-11T22:18:28.468Z] 31e1279b4a4f: Waiting [2022-07-11T22:18:28.468Z] f2888642a40f: Waiting [2022-07-11T22:18:28.468Z] 4d976c616e81: Waiting [2022-07-11T22:18:28.468Z] 6b4dfab42903: Waiting [2022-07-11T22:18:28.468Z] dd565ff850e7: Waiting [2022-07-11T22:18:28.794Z] eddbe8b6e980: Pushed [2022-07-11T22:18:28.794Z] f32f8037b237: Pushed [2022-07-11T22:18:28.794Z] a4412ed13d94: Pushed [2022-07-11T22:18:28.794Z] 4cb4c4c421bb: Pushed [2022-07-11T22:18:28.794Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:29.125Z] 31e1279b4a4f: Pushed [2022-07-11T22:18:29.125Z] 4d976c616e81: Pushed [2022-07-11T22:18:29.125Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:29.125Z] 6b4dfab42903: Pushed [2022-07-11T22:18:29.125Z] f2888642a40f: Pushed [2022-07-11T22:18:32.504Z] 78208885eceb: Pushed [2022-07-11T22:18:32.505Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:74bfc7c15cc144f61a8221a21ad65cf7f95a2827a7a07357d98cdb6f586d6f67 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:32.861Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:33.211Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-07-11T22:18:33.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-11T22:18:33.211Z] eddbe8b6e980: Preparing [2022-07-11T22:18:33.211Z] eddbe8b6e980: Preparing [2022-07-11T22:18:33.211Z] a4412ed13d94: Preparing [2022-07-11T22:18:33.211Z] 4cb4c4c421bb: Preparing [2022-07-11T22:18:33.211Z] f32f8037b237: Preparing [2022-07-11T22:18:33.211Z] 78208885eceb: Preparing [2022-07-11T22:18:33.211Z] 26bb9e615209: Preparing [2022-07-11T22:18:33.211Z] 31e1279b4a4f: Preparing [2022-07-11T22:18:33.211Z] f2888642a40f: Preparing [2022-07-11T22:18:33.211Z] 4d976c616e81: Preparing [2022-07-11T22:18:33.211Z] 6b4dfab42903: Preparing [2022-07-11T22:18:33.211Z] dd565ff850e7: Preparing [2022-07-11T22:18:33.211Z] f2888642a40f: Waiting [2022-07-11T22:18:33.211Z] 6b4dfab42903: Waiting [2022-07-11T22:18:33.211Z] dd565ff850e7: Waiting [2022-07-11T22:18:33.211Z] 4d976c616e81: Waiting [2022-07-11T22:18:33.211Z] 26bb9e615209: Waiting [2022-07-11T22:18:33.211Z] 31e1279b4a4f: Waiting [2022-07-11T22:18:33.211Z] a4412ed13d94: Layer already exists [2022-07-11T22:18:33.211Z] f32f8037b237: Layer already exists [2022-07-11T22:18:33.211Z] eddbe8b6e980: Layer already exists [2022-07-11T22:18:33.211Z] 78208885eceb: Layer already exists [2022-07-11T22:18:33.211Z] 4cb4c4c421bb: Layer already exists [2022-07-11T22:18:33.211Z] 31e1279b4a4f: Layer already exists [2022-07-11T22:18:33.211Z] f2888642a40f: Layer already exists [2022-07-11T22:18:33.211Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:33.211Z] 4d976c616e81: Layer already exists [2022-07-11T22:18:33.211Z] 6b4dfab42903: Layer already exists [2022-07-11T22:18:33.481Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:33.481Z] latest: digest: sha256:74bfc7c15cc144f61a8221a21ad65cf7f95a2827a7a07357d98cdb6f586d6f67 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:33.841Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:34.191Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 [2022-07-11T22:18:34.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-11T22:18:34.191Z] eddbe8b6e980: Preparing [2022-07-11T22:18:34.191Z] eddbe8b6e980: Preparing [2022-07-11T22:18:34.191Z] a4412ed13d94: Preparing [2022-07-11T22:18:34.191Z] 4cb4c4c421bb: Preparing [2022-07-11T22:18:34.191Z] f32f8037b237: Preparing [2022-07-11T22:18:34.191Z] 78208885eceb: Preparing [2022-07-11T22:18:34.191Z] 26bb9e615209: Preparing [2022-07-11T22:18:34.191Z] 31e1279b4a4f: Preparing [2022-07-11T22:18:34.191Z] f2888642a40f: Preparing [2022-07-11T22:18:34.191Z] 4d976c616e81: Preparing [2022-07-11T22:18:34.191Z] 6b4dfab42903: Preparing [2022-07-11T22:18:34.191Z] dd565ff850e7: Preparing [2022-07-11T22:18:34.191Z] f2888642a40f: Waiting [2022-07-11T22:18:34.191Z] dd565ff850e7: Waiting [2022-07-11T22:18:34.191Z] 4d976c616e81: Waiting [2022-07-11T22:18:34.191Z] 6b4dfab42903: Waiting [2022-07-11T22:18:34.191Z] 26bb9e615209: Waiting [2022-07-11T22:18:34.191Z] 31e1279b4a4f: Waiting [2022-07-11T22:18:34.191Z] a4412ed13d94: Layer already exists [2022-07-11T22:18:34.191Z] f32f8037b237: Layer already exists [2022-07-11T22:18:34.191Z] 78208885eceb: Layer already exists [2022-07-11T22:18:34.191Z] eddbe8b6e980: Layer already exists [2022-07-11T22:18:34.191Z] 4cb4c4c421bb: Layer already exists [2022-07-11T22:18:34.191Z] f2888642a40f: Layer already exists [2022-07-11T22:18:34.191Z] 31e1279b4a4f: Layer already exists [2022-07-11T22:18:34.191Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:34.460Z] 4d976c616e81: Layer already exists [2022-07-11T22:18:34.460Z] 6b4dfab42903: Layer already exists [2022-07-11T22:18:34.460Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:34.460Z] 2.2.1-dev.26: digest: sha256:74bfc7c15cc144f61a8221a21ad65cf7f95a2827a7a07357d98cdb6f586d6f67 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:34.818Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:35.167Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:35.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-11T22:18:35.167Z] eddbe8b6e980: Preparing [2022-07-11T22:18:35.167Z] eddbe8b6e980: Preparing [2022-07-11T22:18:35.167Z] a4412ed13d94: Preparing [2022-07-11T22:18:35.167Z] 4cb4c4c421bb: Preparing [2022-07-11T22:18:35.167Z] f32f8037b237: Preparing [2022-07-11T22:18:35.167Z] 78208885eceb: Preparing [2022-07-11T22:18:35.167Z] 26bb9e615209: Preparing [2022-07-11T22:18:35.167Z] 31e1279b4a4f: Preparing [2022-07-11T22:18:35.167Z] f2888642a40f: Preparing [2022-07-11T22:18:35.167Z] 4d976c616e81: Preparing [2022-07-11T22:18:35.167Z] 6b4dfab42903: Preparing [2022-07-11T22:18:35.167Z] dd565ff850e7: Preparing [2022-07-11T22:18:35.167Z] f2888642a40f: Waiting [2022-07-11T22:18:35.167Z] 4d976c616e81: Waiting [2022-07-11T22:18:35.167Z] 26bb9e615209: Waiting [2022-07-11T22:18:35.167Z] 31e1279b4a4f: Waiting [2022-07-11T22:18:35.167Z] dd565ff850e7: Waiting [2022-07-11T22:18:35.167Z] 6b4dfab42903: Waiting [2022-07-11T22:18:35.167Z] f32f8037b237: Layer already exists [2022-07-11T22:18:35.167Z] eddbe8b6e980: Layer already exists [2022-07-11T22:18:35.167Z] 78208885eceb: Layer already exists [2022-07-11T22:18:35.167Z] 4cb4c4c421bb: Layer already exists [2022-07-11T22:18:35.167Z] a4412ed13d94: Layer already exists [2022-07-11T22:18:35.439Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:35.439Z] f2888642a40f: Layer already exists [2022-07-11T22:18:35.439Z] 4d976c616e81: Layer already exists [2022-07-11T22:18:35.439Z] 31e1279b4a4f: Layer already exists [2022-07-11T22:18:35.439Z] 6b4dfab42903: Layer already exists [2022-07-11T22:18:35.439Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:35.439Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:74bfc7c15cc144f61a8221a21ad65cf7f95a2827a7a07357d98cdb6f586d6f67 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:35.799Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:36.149Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-07-11T22:18:36.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-11T22:18:36.149Z] eddbe8b6e980: Preparing [2022-07-11T22:18:36.149Z] eddbe8b6e980: Preparing [2022-07-11T22:18:36.149Z] a4412ed13d94: Preparing [2022-07-11T22:18:36.149Z] 4cb4c4c421bb: Preparing [2022-07-11T22:18:36.149Z] f32f8037b237: Preparing [2022-07-11T22:18:36.149Z] 78208885eceb: Preparing [2022-07-11T22:18:36.149Z] 26bb9e615209: Preparing [2022-07-11T22:18:36.149Z] 31e1279b4a4f: Preparing [2022-07-11T22:18:36.149Z] f2888642a40f: Preparing [2022-07-11T22:18:36.149Z] 4d976c616e81: Preparing [2022-07-11T22:18:36.149Z] 26bb9e615209: Waiting [2022-07-11T22:18:36.149Z] 6b4dfab42903: Preparing [2022-07-11T22:18:36.149Z] 31e1279b4a4f: Waiting [2022-07-11T22:18:36.149Z] dd565ff850e7: Preparing [2022-07-11T22:18:36.149Z] 4d976c616e81: Waiting [2022-07-11T22:18:36.149Z] 6b4dfab42903: Waiting [2022-07-11T22:18:36.149Z] dd565ff850e7: Waiting [2022-07-11T22:18:36.149Z] f2888642a40f: Waiting [2022-07-11T22:18:36.149Z] 78208885eceb: Layer already exists [2022-07-11T22:18:36.149Z] a4412ed13d94: Layer already exists [2022-07-11T22:18:36.149Z] 4cb4c4c421bb: Layer already exists [2022-07-11T22:18:36.149Z] eddbe8b6e980: Layer already exists [2022-07-11T22:18:36.149Z] f32f8037b237: Layer already exists [2022-07-11T22:18:36.149Z] f2888642a40f: Layer already exists [2022-07-11T22:18:36.149Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:36.149Z] 31e1279b4a4f: Layer already exists [2022-07-11T22:18:36.149Z] 6b4dfab42903: Layer already exists [2022-07-11T22:18:36.149Z] 4d976c616e81: Layer already exists [2022-07-11T22:18:36.421Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:36.421Z] main: digest: sha256:74bfc7c15cc144f61a8221a21ad65cf7f95a2827a7a07357d98cdb6f586d6f67 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:18:36.476Z] ===================================================== [Pipeline] echo [2022-07-11T22:18:36.485Z] taggedImages: [2022-07-11T22:18:36.485Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:36.485Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-07-11T22:18:36.485Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 [2022-07-11T22:18:36.485Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:36.485Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-07-11T22:18:36.507Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-07-11T22:18:36.507Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:36.507Z] latest [2022-07-11T22:18:36.507Z] 2.2.1-dev.26 [2022-07-11T22:18:36.507Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:36.507Z] main [2022-07-11T22:18:36.507Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:36.875Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:37.222Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:37.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-11T22:18:37.222Z] 1bffab44fe61: Preparing [2022-07-11T22:18:37.222Z] 77f4422d058c: Preparing [2022-07-11T22:18:37.222Z] 8b7f546abef9: Preparing [2022-07-11T22:18:37.222Z] fb47a04aab48: Preparing [2022-07-11T22:18:37.222Z] 4f4a3b0b7a12: Preparing [2022-07-11T22:18:37.222Z] 38175a0cab49: Preparing [2022-07-11T22:18:37.222Z] 876114f3807d: Preparing [2022-07-11T22:18:37.222Z] dd565ff850e7: Preparing [2022-07-11T22:18:37.222Z] 876114f3807d: Waiting [2022-07-11T22:18:37.222Z] dd565ff850e7: Waiting [2022-07-11T22:18:37.222Z] 38175a0cab49: Waiting [2022-07-11T22:18:37.492Z] 77f4422d058c: Pushed [2022-07-11T22:18:37.492Z] 4f4a3b0b7a12: Pushed [2022-07-11T22:18:37.492Z] 1bffab44fe61: Pushed [2022-07-11T22:18:37.492Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:37.767Z] 38175a0cab49: Pushed [2022-07-11T22:18:38.358Z] 876114f3807d: Pushed [2022-07-11T22:18:39.781Z] fb47a04aab48: Pushed [2022-07-11T22:18:39.781Z] 8b7f546abef9: Pushed [2022-07-11T22:18:39.781Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:c989950363415501e9ee2d77338223ec7f2d342aa20348cc5dbce34c61225115 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:40.137Z] + 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 [2022-07-11T22:18:40.490Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-07-11T22:18:40.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-11T22:18:40.490Z] 1bffab44fe61: Preparing [2022-07-11T22:18:40.490Z] 77f4422d058c: Preparing [2022-07-11T22:18:40.490Z] 8b7f546abef9: Preparing [2022-07-11T22:18:40.490Z] fb47a04aab48: Preparing [2022-07-11T22:18:40.490Z] 4f4a3b0b7a12: Preparing [2022-07-11T22:18:40.490Z] 38175a0cab49: Preparing [2022-07-11T22:18:40.490Z] 876114f3807d: Preparing [2022-07-11T22:18:40.490Z] dd565ff850e7: Preparing [2022-07-11T22:18:40.490Z] 38175a0cab49: Waiting [2022-07-11T22:18:40.490Z] 876114f3807d: Waiting [2022-07-11T22:18:40.490Z] dd565ff850e7: Waiting [2022-07-11T22:18:40.490Z] fb47a04aab48: Layer already exists [2022-07-11T22:18:40.490Z] 1bffab44fe61: Layer already exists [2022-07-11T22:18:40.490Z] 4f4a3b0b7a12: Layer already exists [2022-07-11T22:18:40.490Z] 8b7f546abef9: Layer already exists [2022-07-11T22:18:40.490Z] 77f4422d058c: Layer already exists [2022-07-11T22:18:40.490Z] 38175a0cab49: Layer already exists [2022-07-11T22:18:40.490Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:40.490Z] 876114f3807d: Layer already exists [2022-07-11T22:18:40.760Z] latest: digest: sha256:c989950363415501e9ee2d77338223ec7f2d342aa20348cc5dbce34c61225115 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:41.109Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:41.462Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 [2022-07-11T22:18:41.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-11T22:18:41.462Z] 1bffab44fe61: Preparing [2022-07-11T22:18:41.462Z] 77f4422d058c: Preparing [2022-07-11T22:18:41.462Z] 8b7f546abef9: Preparing [2022-07-11T22:18:41.462Z] fb47a04aab48: Preparing [2022-07-11T22:18:41.462Z] 4f4a3b0b7a12: Preparing [2022-07-11T22:18:41.462Z] 38175a0cab49: Preparing [2022-07-11T22:18:41.462Z] 876114f3807d: Preparing [2022-07-11T22:18:41.462Z] dd565ff850e7: Preparing [2022-07-11T22:18:41.462Z] 38175a0cab49: Waiting [2022-07-11T22:18:41.462Z] dd565ff850e7: Waiting [2022-07-11T22:18:41.462Z] 876114f3807d: Waiting [2022-07-11T22:18:41.462Z] 77f4422d058c: Layer already exists [2022-07-11T22:18:41.462Z] 8b7f546abef9: Layer already exists [2022-07-11T22:18:41.462Z] 4f4a3b0b7a12: Layer already exists [2022-07-11T22:18:41.462Z] 1bffab44fe61: Layer already exists [2022-07-11T22:18:41.462Z] fb47a04aab48: Layer already exists [2022-07-11T22:18:41.462Z] 38175a0cab49: Layer already exists [2022-07-11T22:18:41.462Z] 876114f3807d: Layer already exists [2022-07-11T22:18:41.732Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:41.732Z] 2.2.1-dev.26: digest: sha256:c989950363415501e9ee2d77338223ec7f2d342aa20348cc5dbce34c61225115 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:42.093Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:42.447Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:42.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-11T22:18:42.447Z] 1bffab44fe61: Preparing [2022-07-11T22:18:42.447Z] 77f4422d058c: Preparing [2022-07-11T22:18:42.447Z] 8b7f546abef9: Preparing [2022-07-11T22:18:42.447Z] fb47a04aab48: Preparing [2022-07-11T22:18:42.447Z] 4f4a3b0b7a12: Preparing [2022-07-11T22:18:42.447Z] 38175a0cab49: Preparing [2022-07-11T22:18:42.447Z] 876114f3807d: Preparing [2022-07-11T22:18:42.447Z] dd565ff850e7: Preparing [2022-07-11T22:18:42.447Z] 38175a0cab49: Waiting [2022-07-11T22:18:42.447Z] 876114f3807d: Waiting [2022-07-11T22:18:42.447Z] dd565ff850e7: Waiting [2022-07-11T22:18:42.447Z] fb47a04aab48: Layer already exists [2022-07-11T22:18:42.447Z] 77f4422d058c: Layer already exists [2022-07-11T22:18:42.447Z] 1bffab44fe61: Layer already exists [2022-07-11T22:18:42.447Z] 4f4a3b0b7a12: Layer already exists [2022-07-11T22:18:42.447Z] 8b7f546abef9: Layer already exists [2022-07-11T22:18:42.447Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:42.718Z] 876114f3807d: Layer already exists [2022-07-11T22:18:42.718Z] 38175a0cab49: Layer already exists [2022-07-11T22:18:42.718Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:c989950363415501e9ee2d77338223ec7f2d342aa20348cc5dbce34c61225115 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:43.072Z] + 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 [2022-07-11T22:18:43.415Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-07-11T22:18:43.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-11T22:18:43.415Z] 1bffab44fe61: Preparing [2022-07-11T22:18:43.415Z] 77f4422d058c: Preparing [2022-07-11T22:18:43.415Z] 8b7f546abef9: Preparing [2022-07-11T22:18:43.415Z] fb47a04aab48: Preparing [2022-07-11T22:18:43.415Z] 4f4a3b0b7a12: Preparing [2022-07-11T22:18:43.415Z] 38175a0cab49: Preparing [2022-07-11T22:18:43.415Z] 876114f3807d: Preparing [2022-07-11T22:18:43.415Z] dd565ff850e7: Preparing [2022-07-11T22:18:43.415Z] 38175a0cab49: Waiting [2022-07-11T22:18:43.415Z] 876114f3807d: Waiting [2022-07-11T22:18:43.415Z] dd565ff850e7: Waiting [2022-07-11T22:18:43.415Z] 4f4a3b0b7a12: Layer already exists [2022-07-11T22:18:43.415Z] 77f4422d058c: Layer already exists [2022-07-11T22:18:43.415Z] 1bffab44fe61: Layer already exists [2022-07-11T22:18:43.415Z] 8b7f546abef9: Layer already exists [2022-07-11T22:18:43.415Z] fb47a04aab48: Layer already exists [2022-07-11T22:18:43.415Z] 38175a0cab49: Layer already exists [2022-07-11T22:18:43.415Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:43.687Z] 876114f3807d: Layer already exists [2022-07-11T22:18:43.687Z] main: digest: sha256:c989950363415501e9ee2d77338223ec7f2d342aa20348cc5dbce34c61225115 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:18:43.745Z] ===================================================== [Pipeline] echo [2022-07-11T22:18:43.753Z] taggedImages: [2022-07-11T22:18:43.753Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:43.753Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-07-11T22:18:43.753Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 [2022-07-11T22:18:43.753Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:43.753Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-07-11T22:18:43.771Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-07-11T22:18:43.771Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:43.771Z] latest [2022-07-11T22:18:43.771Z] 2.2.1-dev.26 [2022-07-11T22:18:43.771Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:43.771Z] main [2022-07-11T22:18:43.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:44.115Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:44.478Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:44.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-11T22:18:44.478Z] 6fb75a9ae041: Preparing [2022-07-11T22:18:44.478Z] 9a74e6d61479: Preparing [2022-07-11T22:18:44.478Z] 772d1542f2bb: Preparing [2022-07-11T22:18:44.478Z] 2e66274b146b: Preparing [2022-07-11T22:18:44.478Z] 85e309df6374: Preparing [2022-07-11T22:18:44.478Z] 01e2e1da79f6: Preparing [2022-07-11T22:18:44.478Z] 9e6da8ff4f79: Preparing [2022-07-11T22:18:44.478Z] 94f9c2fa9ff6: Preparing [2022-07-11T22:18:44.478Z] 02765ec1165f: Preparing [2022-07-11T22:18:44.478Z] dd565ff850e7: Preparing [2022-07-11T22:18:44.478Z] 01e2e1da79f6: Waiting [2022-07-11T22:18:44.478Z] 9e6da8ff4f79: Waiting [2022-07-11T22:18:44.478Z] 94f9c2fa9ff6: Waiting [2022-07-11T22:18:44.478Z] 02765ec1165f: Waiting [2022-07-11T22:18:44.478Z] dd565ff850e7: Waiting [2022-07-11T22:18:44.758Z] 6fb75a9ae041: Pushed [2022-07-11T22:18:44.758Z] 9a74e6d61479: Pushed [2022-07-11T22:18:44.758Z] 85e309df6374: Pushed [2022-07-11T22:18:45.035Z] 01e2e1da79f6: Pushed [2022-07-11T22:18:45.035Z] 9e6da8ff4f79: Pushed [2022-07-11T22:18:45.035Z] 94f9c2fa9ff6: Pushed [2022-07-11T22:18:45.035Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:45.307Z] 02765ec1165f: Pushed [2022-07-11T22:18:47.287Z] 2e66274b146b: Pushed [2022-07-11T22:18:48.265Z] 772d1542f2bb: Pushed [2022-07-11T22:18:48.265Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:2fb12d1720ef94363f66268540cefbef3ec1934a7be185ad225612f0981eeaca size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:48.629Z] + 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 [2022-07-11T22:18:48.982Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-07-11T22:18:48.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-11T22:18:48.983Z] 6fb75a9ae041: Preparing [2022-07-11T22:18:48.983Z] 9a74e6d61479: Preparing [2022-07-11T22:18:48.983Z] 772d1542f2bb: Preparing [2022-07-11T22:18:48.983Z] 2e66274b146b: Preparing [2022-07-11T22:18:48.983Z] 85e309df6374: Preparing [2022-07-11T22:18:48.983Z] 01e2e1da79f6: Preparing [2022-07-11T22:18:48.983Z] 9e6da8ff4f79: Preparing [2022-07-11T22:18:48.983Z] 94f9c2fa9ff6: Preparing [2022-07-11T22:18:48.983Z] 02765ec1165f: Preparing [2022-07-11T22:18:48.983Z] dd565ff850e7: Preparing [2022-07-11T22:18:48.983Z] 9e6da8ff4f79: Waiting [2022-07-11T22:18:48.983Z] 94f9c2fa9ff6: Waiting [2022-07-11T22:18:48.983Z] 02765ec1165f: Waiting [2022-07-11T22:18:48.983Z] dd565ff850e7: Waiting [2022-07-11T22:18:48.983Z] 01e2e1da79f6: Waiting [2022-07-11T22:18:48.983Z] 2e66274b146b: Layer already exists [2022-07-11T22:18:48.983Z] 772d1542f2bb: Layer already exists [2022-07-11T22:18:48.983Z] 9a74e6d61479: Layer already exists [2022-07-11T22:18:48.983Z] 85e309df6374: Layer already exists [2022-07-11T22:18:48.983Z] 6fb75a9ae041: Layer already exists [2022-07-11T22:18:48.983Z] 9e6da8ff4f79: Layer already exists [2022-07-11T22:18:48.983Z] 02765ec1165f: Layer already exists [2022-07-11T22:18:48.983Z] 01e2e1da79f6: Layer already exists [2022-07-11T22:18:48.983Z] 94f9c2fa9ff6: Layer already exists [2022-07-11T22:18:48.983Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:49.253Z] latest: digest: sha256:2fb12d1720ef94363f66268540cefbef3ec1934a7be185ad225612f0981eeaca size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:49.612Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:49.960Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 [2022-07-11T22:18:49.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-11T22:18:49.960Z] 6fb75a9ae041: Preparing [2022-07-11T22:18:49.960Z] 9a74e6d61479: Preparing [2022-07-11T22:18:49.960Z] 772d1542f2bb: Preparing [2022-07-11T22:18:49.960Z] 2e66274b146b: Preparing [2022-07-11T22:18:49.960Z] 85e309df6374: Preparing [2022-07-11T22:18:49.960Z] 01e2e1da79f6: Preparing [2022-07-11T22:18:49.960Z] 9e6da8ff4f79: Preparing [2022-07-11T22:18:49.960Z] 94f9c2fa9ff6: Preparing [2022-07-11T22:18:49.960Z] 02765ec1165f: Preparing [2022-07-11T22:18:49.960Z] dd565ff850e7: Preparing [2022-07-11T22:18:49.960Z] 01e2e1da79f6: Waiting [2022-07-11T22:18:49.960Z] 94f9c2fa9ff6: Waiting [2022-07-11T22:18:49.960Z] 02765ec1165f: Waiting [2022-07-11T22:18:49.960Z] dd565ff850e7: Waiting [2022-07-11T22:18:49.960Z] 9e6da8ff4f79: Waiting [2022-07-11T22:18:49.960Z] 772d1542f2bb: Layer already exists [2022-07-11T22:18:49.960Z] 6fb75a9ae041: Layer already exists [2022-07-11T22:18:49.960Z] 85e309df6374: Layer already exists [2022-07-11T22:18:49.960Z] 2e66274b146b: Layer already exists [2022-07-11T22:18:49.960Z] 9a74e6d61479: Layer already exists [2022-07-11T22:18:50.231Z] 02765ec1165f: Layer already exists [2022-07-11T22:18:50.231Z] 01e2e1da79f6: Layer already exists [2022-07-11T22:18:50.231Z] 9e6da8ff4f79: Layer already exists [2022-07-11T22:18:50.231Z] 94f9c2fa9ff6: Layer already exists [2022-07-11T22:18:50.231Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:50.231Z] 2.2.1-dev.26: digest: sha256:2fb12d1720ef94363f66268540cefbef3ec1934a7be185ad225612f0981eeaca size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:50.592Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:50.994Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:50.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-11T22:18:50.995Z] 6fb75a9ae041: Preparing [2022-07-11T22:18:50.995Z] 9a74e6d61479: Preparing [2022-07-11T22:18:50.995Z] 772d1542f2bb: Preparing [2022-07-11T22:18:50.995Z] 2e66274b146b: Preparing [2022-07-11T22:18:50.995Z] 85e309df6374: Preparing [2022-07-11T22:18:50.995Z] 01e2e1da79f6: Preparing [2022-07-11T22:18:50.995Z] 9e6da8ff4f79: Preparing [2022-07-11T22:18:50.995Z] 94f9c2fa9ff6: Preparing [2022-07-11T22:18:50.995Z] 02765ec1165f: Preparing [2022-07-11T22:18:50.995Z] dd565ff850e7: Preparing [2022-07-11T22:18:50.995Z] 01e2e1da79f6: Waiting [2022-07-11T22:18:50.995Z] 9e6da8ff4f79: Waiting [2022-07-11T22:18:50.995Z] 94f9c2fa9ff6: Waiting [2022-07-11T22:18:50.995Z] 02765ec1165f: Waiting [2022-07-11T22:18:50.995Z] dd565ff850e7: Waiting [2022-07-11T22:18:50.995Z] 772d1542f2bb: Layer already exists [2022-07-11T22:18:50.995Z] 9a74e6d61479: Layer already exists [2022-07-11T22:18:50.995Z] 85e309df6374: Layer already exists [2022-07-11T22:18:50.995Z] 6fb75a9ae041: Layer already exists [2022-07-11T22:18:51.276Z] 2e66274b146b: Layer already exists [2022-07-11T22:18:51.276Z] 01e2e1da79f6: Layer already exists [2022-07-11T22:18:51.276Z] 9e6da8ff4f79: Layer already exists [2022-07-11T22:18:51.276Z] 94f9c2fa9ff6: Layer already exists [2022-07-11T22:18:51.276Z] 02765ec1165f: Layer already exists [2022-07-11T22:18:51.276Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:51.276Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:2fb12d1720ef94363f66268540cefbef3ec1934a7be185ad225612f0981eeaca size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:51.645Z] + 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 [2022-07-11T22:18:52.024Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-07-11T22:18:52.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-11T22:18:52.024Z] 6fb75a9ae041: Preparing [2022-07-11T22:18:52.024Z] 9a74e6d61479: Preparing [2022-07-11T22:18:52.024Z] 772d1542f2bb: Preparing [2022-07-11T22:18:52.024Z] 2e66274b146b: Preparing [2022-07-11T22:18:52.024Z] 85e309df6374: Preparing [2022-07-11T22:18:52.024Z] 01e2e1da79f6: Preparing [2022-07-11T22:18:52.024Z] 9e6da8ff4f79: Preparing [2022-07-11T22:18:52.024Z] 94f9c2fa9ff6: Preparing [2022-07-11T22:18:52.024Z] 02765ec1165f: Preparing [2022-07-11T22:18:52.024Z] dd565ff850e7: Preparing [2022-07-11T22:18:52.024Z] 02765ec1165f: Waiting [2022-07-11T22:18:52.024Z] 01e2e1da79f6: Waiting [2022-07-11T22:18:52.024Z] 9e6da8ff4f79: Waiting [2022-07-11T22:18:52.024Z] dd565ff850e7: Waiting [2022-07-11T22:18:52.024Z] 94f9c2fa9ff6: Waiting [2022-07-11T22:18:52.024Z] 85e309df6374: Layer already exists [2022-07-11T22:18:52.024Z] 772d1542f2bb: Layer already exists [2022-07-11T22:18:52.024Z] 9a74e6d61479: Layer already exists [2022-07-11T22:18:52.024Z] 2e66274b146b: Layer already exists [2022-07-11T22:18:52.024Z] 6fb75a9ae041: Layer already exists [2022-07-11T22:18:52.297Z] 94f9c2fa9ff6: Layer already exists [2022-07-11T22:18:52.297Z] dd565ff850e7: Layer already exists [2022-07-11T22:18:52.297Z] 02765ec1165f: Layer already exists [2022-07-11T22:18:52.297Z] 9e6da8ff4f79: Layer already exists [2022-07-11T22:18:52.297Z] 01e2e1da79f6: Layer already exists [2022-07-11T22:18:52.297Z] main: digest: sha256:2fb12d1720ef94363f66268540cefbef3ec1934a7be185ad225612f0981eeaca size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:18:52.358Z] ===================================================== [Pipeline] echo [2022-07-11T22:18:52.366Z] taggedImages: [2022-07-11T22:18:52.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:52.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-07-11T22:18:52.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 [2022-07-11T22:18:52.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:52.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-07-11T22:18:52.386Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-07-11T22:18:52.386Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:52.386Z] latest [2022-07-11T22:18:52.386Z] 2.2.1-dev.26 [2022-07-11T22:18:52.386Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:18:52.386Z] main [2022-07-11T22:18:52.386Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:52.742Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:53.093Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:18:53.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-11T22:18:53.093Z] a1414efbc68e: Preparing [2022-07-11T22:18:53.093Z] 410f1595f823: Preparing [2022-07-11T22:18:53.093Z] 26bb9e615209: Preparing [2022-07-11T22:18:53.093Z] cfd809d6ce6d: Preparing [2022-07-11T22:18:53.093Z] fffc5ddf46fa: Preparing [2022-07-11T22:18:53.093Z] 4f4ce317c6bb: Preparing [2022-07-11T22:18:53.093Z] 4f4ce317c6bb: Waiting [2022-07-11T22:18:53.365Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:53.365Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:18:53.365Z] a1414efbc68e: Pushed [2022-07-11T22:18:53.365Z] fffc5ddf46fa: Pushed [2022-07-11T22:18:54.795Z] cfd809d6ce6d: Pushed [2022-07-11T22:18:58.171Z] 410f1595f823: Pushed [2022-07-11T22:18:58.171Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:cd874d58e521ecf4e232ae6205e3228af76b8f04367574613e4c10e6981a0b7b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:58.528Z] + 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 [2022-07-11T22:18:58.877Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-07-11T22:18:58.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-11T22:18:58.877Z] a1414efbc68e: Preparing [2022-07-11T22:18:58.877Z] 410f1595f823: Preparing [2022-07-11T22:18:58.877Z] 26bb9e615209: Preparing [2022-07-11T22:18:58.877Z] cfd809d6ce6d: Preparing [2022-07-11T22:18:58.877Z] fffc5ddf46fa: Preparing [2022-07-11T22:18:58.877Z] 4f4ce317c6bb: Preparing [2022-07-11T22:18:58.877Z] 4f4ce317c6bb: Waiting [2022-07-11T22:18:58.877Z] 410f1595f823: Layer already exists [2022-07-11T22:18:58.877Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:58.877Z] cfd809d6ce6d: Layer already exists [2022-07-11T22:18:58.877Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:18:59.147Z] a1414efbc68e: Layer already exists [2022-07-11T22:18:59.147Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:18:59.147Z] latest: digest: sha256:cd874d58e521ecf4e232ae6205e3228af76b8f04367574613e4c10e6981a0b7b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:59.498Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:18:59.854Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 [2022-07-11T22:18:59.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-11T22:18:59.854Z] a1414efbc68e: Preparing [2022-07-11T22:18:59.854Z] 410f1595f823: Preparing [2022-07-11T22:18:59.854Z] 26bb9e615209: Preparing [2022-07-11T22:18:59.854Z] cfd809d6ce6d: Preparing [2022-07-11T22:18:59.854Z] fffc5ddf46fa: Preparing [2022-07-11T22:18:59.854Z] 4f4ce317c6bb: Preparing [2022-07-11T22:18:59.854Z] 4f4ce317c6bb: Waiting [2022-07-11T22:18:59.854Z] 410f1595f823: Layer already exists [2022-07-11T22:18:59.854Z] cfd809d6ce6d: Layer already exists [2022-07-11T22:18:59.854Z] a1414efbc68e: Layer already exists [2022-07-11T22:18:59.854Z] 26bb9e615209: Layer already exists [2022-07-11T22:18:59.854Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:19:00.125Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:00.125Z] 2.2.1-dev.26: digest: sha256:cd874d58e521ecf4e232ae6205e3228af76b8f04367574613e4c10e6981a0b7b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:00.483Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:00.841Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:19:00.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-11T22:19:00.841Z] a1414efbc68e: Preparing [2022-07-11T22:19:00.841Z] 410f1595f823: Preparing [2022-07-11T22:19:00.841Z] 26bb9e615209: Preparing [2022-07-11T22:19:00.841Z] cfd809d6ce6d: Preparing [2022-07-11T22:19:00.841Z] fffc5ddf46fa: Preparing [2022-07-11T22:19:00.841Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:00.841Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:00.841Z] cfd809d6ce6d: Layer already exists [2022-07-11T22:19:00.841Z] 26bb9e615209: Layer already exists [2022-07-11T22:19:00.841Z] a1414efbc68e: Layer already exists [2022-07-11T22:19:01.112Z] 410f1595f823: Layer already exists [2022-07-11T22:19:01.112Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:19:01.112Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:01.112Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:cd874d58e521ecf4e232ae6205e3228af76b8f04367574613e4c10e6981a0b7b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:01.471Z] + 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 [2022-07-11T22:19:01.820Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-07-11T22:19:01.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-11T22:19:01.820Z] a1414efbc68e: Preparing [2022-07-11T22:19:01.820Z] 410f1595f823: Preparing [2022-07-11T22:19:01.820Z] 26bb9e615209: Preparing [2022-07-11T22:19:01.820Z] cfd809d6ce6d: Preparing [2022-07-11T22:19:01.820Z] fffc5ddf46fa: Preparing [2022-07-11T22:19:01.820Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:01.820Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:02.092Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:19:02.092Z] a1414efbc68e: Layer already exists [2022-07-11T22:19:02.092Z] 410f1595f823: Layer already exists [2022-07-11T22:19:02.092Z] cfd809d6ce6d: Layer already exists [2022-07-11T22:19:02.092Z] 26bb9e615209: Layer already exists [2022-07-11T22:19:02.092Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:02.092Z] main: digest: sha256:cd874d58e521ecf4e232ae6205e3228af76b8f04367574613e4c10e6981a0b7b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:19:02.151Z] ===================================================== [Pipeline] echo [2022-07-11T22:19:02.158Z] taggedImages: [2022-07-11T22:19:02.158Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:19:02.158Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-07-11T22:19:02.158Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 [2022-07-11T22:19:02.158Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:19:02.158Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-07-11T22:19:02.180Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-07-11T22:19:02.180Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:19:02.180Z] latest [2022-07-11T22:19:02.180Z] 2.2.1-dev.26 [2022-07-11T22:19:02.180Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:19:02.180Z] main [2022-07-11T22:19:02.180Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:02.526Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:02.875Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:19:02.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-11T22:19:02.875Z] 3a91b66f8f74: Preparing [2022-07-11T22:19:02.875Z] 4b1377067a30: Preparing [2022-07-11T22:19:02.875Z] e834cea3d49a: Preparing [2022-07-11T22:19:02.875Z] d9a8a4aa6c41: Preparing [2022-07-11T22:19:02.875Z] f1ac25fb0f88: Preparing [2022-07-11T22:19:02.875Z] 09f69e6cf9bc: Preparing [2022-07-11T22:19:02.875Z] 4274be2c9476: Preparing [2022-07-11T22:19:02.875Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:02.875Z] 4274be2c9476: Waiting [2022-07-11T22:19:02.875Z] 09f69e6cf9bc: Waiting [2022-07-11T22:19:02.875Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:03.156Z] 3a91b66f8f74: Pushed [2022-07-11T22:19:03.156Z] e834cea3d49a: Pushed [2022-07-11T22:19:03.156Z] 4b1377067a30: Pushed [2022-07-11T22:19:03.429Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:03.429Z] 4274be2c9476: Pushed [2022-07-11T22:19:04.024Z] 09f69e6cf9bc: Pushed [2022-07-11T22:19:12.275Z] f1ac25fb0f88: Pushed [2022-07-11T22:19:18.969Z] d9a8a4aa6c41: Pushed [2022-07-11T22:19:18.969Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:8274bd79862ca79686839cea115ed54babd2f8640af41149ac819afe25b8eb80 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:19.335Z] + 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 [2022-07-11T22:19:19.685Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-07-11T22:19:19.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-11T22:19:19.686Z] 3a91b66f8f74: Preparing [2022-07-11T22:19:19.686Z] 4b1377067a30: Preparing [2022-07-11T22:19:19.686Z] e834cea3d49a: Preparing [2022-07-11T22:19:19.686Z] d9a8a4aa6c41: Preparing [2022-07-11T22:19:19.686Z] f1ac25fb0f88: Preparing [2022-07-11T22:19:19.686Z] 09f69e6cf9bc: Preparing [2022-07-11T22:19:19.686Z] 4274be2c9476: Preparing [2022-07-11T22:19:19.686Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:19.686Z] 4274be2c9476: Waiting [2022-07-11T22:19:19.686Z] 09f69e6cf9bc: Waiting [2022-07-11T22:19:19.686Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:19.686Z] f1ac25fb0f88: Layer already exists [2022-07-11T22:19:19.686Z] e834cea3d49a: Layer already exists [2022-07-11T22:19:19.686Z] 3a91b66f8f74: Layer already exists [2022-07-11T22:19:19.956Z] 4b1377067a30: Layer already exists [2022-07-11T22:19:19.956Z] d9a8a4aa6c41: Layer already exists [2022-07-11T22:19:19.956Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:19.956Z] 09f69e6cf9bc: Layer already exists [2022-07-11T22:19:19.956Z] 4274be2c9476: Layer already exists [2022-07-11T22:19:19.956Z] latest: digest: sha256:8274bd79862ca79686839cea115ed54babd2f8640af41149ac819afe25b8eb80 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:20.317Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:20.676Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 [2022-07-11T22:19:20.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-11T22:19:20.676Z] 3a91b66f8f74: Preparing [2022-07-11T22:19:20.676Z] 4b1377067a30: Preparing [2022-07-11T22:19:20.676Z] e834cea3d49a: Preparing [2022-07-11T22:19:20.676Z] d9a8a4aa6c41: Preparing [2022-07-11T22:19:20.676Z] f1ac25fb0f88: Preparing [2022-07-11T22:19:20.676Z] 09f69e6cf9bc: Preparing [2022-07-11T22:19:20.676Z] 4274be2c9476: Preparing [2022-07-11T22:19:20.676Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:20.676Z] 09f69e6cf9bc: Waiting [2022-07-11T22:19:20.676Z] 4274be2c9476: Waiting [2022-07-11T22:19:20.676Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:20.676Z] 3a91b66f8f74: Layer already exists [2022-07-11T22:19:20.676Z] d9a8a4aa6c41: Layer already exists [2022-07-11T22:19:20.676Z] e834cea3d49a: Layer already exists [2022-07-11T22:19:20.676Z] 4b1377067a30: Layer already exists [2022-07-11T22:19:20.676Z] f1ac25fb0f88: Layer already exists [2022-07-11T22:19:20.948Z] 4274be2c9476: Layer already exists [2022-07-11T22:19:20.948Z] 09f69e6cf9bc: Layer already exists [2022-07-11T22:19:20.948Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:20.948Z] 2.2.1-dev.26: digest: sha256:8274bd79862ca79686839cea115ed54babd2f8640af41149ac819afe25b8eb80 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:21.303Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:21.655Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:19:21.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-11T22:19:21.655Z] 3a91b66f8f74: Preparing [2022-07-11T22:19:21.655Z] 4b1377067a30: Preparing [2022-07-11T22:19:21.655Z] e834cea3d49a: Preparing [2022-07-11T22:19:21.655Z] d9a8a4aa6c41: Preparing [2022-07-11T22:19:21.655Z] f1ac25fb0f88: Preparing [2022-07-11T22:19:21.655Z] 09f69e6cf9bc: Preparing [2022-07-11T22:19:21.655Z] 4274be2c9476: Preparing [2022-07-11T22:19:21.655Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:21.655Z] 4274be2c9476: Waiting [2022-07-11T22:19:21.655Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:21.655Z] 09f69e6cf9bc: Waiting [2022-07-11T22:19:21.655Z] 3a91b66f8f74: Layer already exists [2022-07-11T22:19:21.927Z] d9a8a4aa6c41: Layer already exists [2022-07-11T22:19:21.927Z] e834cea3d49a: Layer already exists [2022-07-11T22:19:21.927Z] f1ac25fb0f88: Layer already exists [2022-07-11T22:19:21.927Z] 4b1377067a30: Layer already exists [2022-07-11T22:19:21.927Z] 09f69e6cf9bc: Layer already exists [2022-07-11T22:19:21.927Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:21.927Z] 4274be2c9476: Layer already exists [2022-07-11T22:19:21.927Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:8274bd79862ca79686839cea115ed54babd2f8640af41149ac819afe25b8eb80 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:22.287Z] + 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 [2022-07-11T22:19:22.687Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-07-11T22:19:22.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-11T22:19:22.687Z] 3a91b66f8f74: Preparing [2022-07-11T22:19:22.687Z] 4b1377067a30: Preparing [2022-07-11T22:19:22.687Z] e834cea3d49a: Preparing [2022-07-11T22:19:22.687Z] d9a8a4aa6c41: Preparing [2022-07-11T22:19:22.687Z] f1ac25fb0f88: Preparing [2022-07-11T22:19:22.687Z] 09f69e6cf9bc: Preparing [2022-07-11T22:19:22.687Z] 4274be2c9476: Preparing [2022-07-11T22:19:22.687Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:22.687Z] 4274be2c9476: Waiting [2022-07-11T22:19:22.687Z] 09f69e6cf9bc: Waiting [2022-07-11T22:19:22.687Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:22.968Z] e834cea3d49a: Layer already exists [2022-07-11T22:19:22.968Z] f1ac25fb0f88: Layer already exists [2022-07-11T22:19:22.968Z] d9a8a4aa6c41: Layer already exists [2022-07-11T22:19:22.968Z] 4b1377067a30: Layer already exists [2022-07-11T22:19:22.968Z] 3a91b66f8f74: Layer already exists [2022-07-11T22:19:22.968Z] 09f69e6cf9bc: Layer already exists [2022-07-11T22:19:22.968Z] 4274be2c9476: Layer already exists [2022-07-11T22:19:22.968Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:22.968Z] main: digest: sha256:8274bd79862ca79686839cea115ed54babd2f8640af41149ac819afe25b8eb80 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:19:23.034Z] ===================================================== [Pipeline] echo [2022-07-11T22:19:23.042Z] taggedImages: [2022-07-11T22:19:23.042Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:19:23.042Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-07-11T22:19:23.042Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 [2022-07-11T22:19:23.042Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:19:23.042Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-07-11T22:19:23.064Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-07-11T22:19:23.064Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:19:23.064Z] latest [2022-07-11T22:19:23.064Z] 2.2.1-dev.26 [2022-07-11T22:19:23.064Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:19:23.064Z] main [2022-07-11T22:19:23.064Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:23.435Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:23.842Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:19:23.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-11T22:19:23.842Z] 8bfa368ad5c6: Preparing [2022-07-11T22:19:23.842Z] dce2330cb93d: Preparing [2022-07-11T22:19:23.842Z] 4d77faac3e8e: Preparing [2022-07-11T22:19:23.842Z] eab5edc90fd7: Preparing [2022-07-11T22:19:23.842Z] 346177333533: Preparing [2022-07-11T22:19:23.842Z] fffc5ddf46fa: Preparing [2022-07-11T22:19:23.842Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:23.843Z] fffc5ddf46fa: Waiting [2022-07-11T22:19:23.843Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:24.121Z] 8bfa368ad5c6: Pushed [2022-07-11T22:19:24.121Z] 4d77faac3e8e: Pushed [2022-07-11T22:19:24.121Z] dce2330cb93d: Pushed [2022-07-11T22:19:24.122Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:19:24.122Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:24.717Z] 346177333533: Pushed [2022-07-11T22:19:43.009Z] eab5edc90fd7: Pushed [2022-07-11T22:19:43.009Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:e5f06329ec645fb3f6d715efa9fec7a47f4730988e971caaa181282e98e2dc0b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:43.376Z] + 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 [2022-07-11T22:19:43.740Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-07-11T22:19:43.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-11T22:19:43.741Z] 8bfa368ad5c6: Preparing [2022-07-11T22:19:43.741Z] dce2330cb93d: Preparing [2022-07-11T22:19:43.741Z] 4d77faac3e8e: Preparing [2022-07-11T22:19:43.741Z] eab5edc90fd7: Preparing [2022-07-11T22:19:43.741Z] 346177333533: Preparing [2022-07-11T22:19:43.741Z] fffc5ddf46fa: Preparing [2022-07-11T22:19:43.741Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:43.741Z] fffc5ddf46fa: Waiting [2022-07-11T22:19:43.741Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:43.741Z] eab5edc90fd7: Layer already exists [2022-07-11T22:19:43.741Z] dce2330cb93d: Layer already exists [2022-07-11T22:19:43.741Z] 4d77faac3e8e: Layer already exists [2022-07-11T22:19:43.741Z] 346177333533: Layer already exists [2022-07-11T22:19:43.741Z] 8bfa368ad5c6: Layer already exists [2022-07-11T22:19:44.013Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:44.013Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:19:44.013Z] latest: digest: sha256:e5f06329ec645fb3f6d715efa9fec7a47f4730988e971caaa181282e98e2dc0b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:44.378Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:44.739Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 [2022-07-11T22:19:44.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-11T22:19:44.739Z] 8bfa368ad5c6: Preparing [2022-07-11T22:19:44.739Z] dce2330cb93d: Preparing [2022-07-11T22:19:44.739Z] 4d77faac3e8e: Preparing [2022-07-11T22:19:44.739Z] eab5edc90fd7: Preparing [2022-07-11T22:19:44.739Z] 346177333533: Preparing [2022-07-11T22:19:44.739Z] fffc5ddf46fa: Preparing [2022-07-11T22:19:44.739Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:44.739Z] fffc5ddf46fa: Waiting [2022-07-11T22:19:44.739Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:45.012Z] eab5edc90fd7: Layer already exists [2022-07-11T22:19:45.012Z] 346177333533: Layer already exists [2022-07-11T22:19:45.012Z] 4d77faac3e8e: Layer already exists [2022-07-11T22:19:45.012Z] 8bfa368ad5c6: Layer already exists [2022-07-11T22:19:45.012Z] dce2330cb93d: Layer already exists [2022-07-11T22:19:45.012Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:45.012Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:19:45.012Z] 2.2.1-dev.26: digest: sha256:e5f06329ec645fb3f6d715efa9fec7a47f4730988e971caaa181282e98e2dc0b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:45.380Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:45.742Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:19:45.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-11T22:19:45.742Z] 8bfa368ad5c6: Preparing [2022-07-11T22:19:45.742Z] dce2330cb93d: Preparing [2022-07-11T22:19:45.742Z] 4d77faac3e8e: Preparing [2022-07-11T22:19:45.742Z] eab5edc90fd7: Preparing [2022-07-11T22:19:45.742Z] 346177333533: Preparing [2022-07-11T22:19:45.742Z] fffc5ddf46fa: Preparing [2022-07-11T22:19:45.742Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:45.742Z] fffc5ddf46fa: Waiting [2022-07-11T22:19:45.742Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:45.742Z] eab5edc90fd7: Layer already exists [2022-07-11T22:19:45.742Z] 346177333533: Layer already exists [2022-07-11T22:19:45.742Z] 8bfa368ad5c6: Layer already exists [2022-07-11T22:19:46.015Z] dce2330cb93d: Layer already exists [2022-07-11T22:19:46.015Z] 4d77faac3e8e: Layer already exists [2022-07-11T22:19:46.015Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:46.015Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:19:46.015Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:e5f06329ec645fb3f6d715efa9fec7a47f4730988e971caaa181282e98e2dc0b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:46.381Z] + 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 [2022-07-11T22:19:46.740Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-07-11T22:19:46.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-11T22:19:46.740Z] 8bfa368ad5c6: Preparing [2022-07-11T22:19:46.740Z] dce2330cb93d: Preparing [2022-07-11T22:19:46.740Z] 4d77faac3e8e: Preparing [2022-07-11T22:19:46.740Z] eab5edc90fd7: Preparing [2022-07-11T22:19:46.740Z] 346177333533: Preparing [2022-07-11T22:19:46.740Z] fffc5ddf46fa: Preparing [2022-07-11T22:19:46.740Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:46.740Z] fffc5ddf46fa: Waiting [2022-07-11T22:19:46.740Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:46.740Z] eab5edc90fd7: Layer already exists [2022-07-11T22:19:46.740Z] 346177333533: Layer already exists [2022-07-11T22:19:46.740Z] 8bfa368ad5c6: Layer already exists [2022-07-11T22:19:46.740Z] dce2330cb93d: Layer already exists [2022-07-11T22:19:46.740Z] 4d77faac3e8e: Layer already exists [2022-07-11T22:19:47.011Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:47.011Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:19:47.011Z] main: digest: sha256:e5f06329ec645fb3f6d715efa9fec7a47f4730988e971caaa181282e98e2dc0b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:19:47.074Z] ===================================================== [Pipeline] echo [2022-07-11T22:19:47.083Z] taggedImages: [2022-07-11T22:19:47.083Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:19:47.083Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-07-11T22:19:47.083Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 [2022-07-11T22:19:47.083Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:19:47.083Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-07-11T22:19:47.101Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-07-11T22:19:47.101Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:19:47.101Z] latest [2022-07-11T22:19:47.101Z] 2.2.1-dev.26 [2022-07-11T22:19:47.101Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:19:47.101Z] main [2022-07-11T22:19:47.101Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:47.446Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:19:47.803Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:19:47.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-11T22:19:47.803Z] 79fe8cf71e30: Preparing [2022-07-11T22:19:47.803Z] 3d70d204a78a: Preparing [2022-07-11T22:19:47.803Z] 1669027abfc9: Preparing [2022-07-11T22:19:47.803Z] a96a653b9d5e: Preparing [2022-07-11T22:19:47.803Z] 08ee887036f9: Preparing [2022-07-11T22:19:47.803Z] fffc5ddf46fa: Preparing [2022-07-11T22:19:47.803Z] 4f4ce317c6bb: Preparing [2022-07-11T22:19:47.803Z] fffc5ddf46fa: Waiting [2022-07-11T22:19:47.803Z] 4f4ce317c6bb: Waiting [2022-07-11T22:19:48.077Z] 3d70d204a78a: Pushed [2022-07-11T22:19:48.077Z] 1669027abfc9: Pushed [2022-07-11T22:19:48.077Z] 79fe8cf71e30: Pushed [2022-07-11T22:19:48.077Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:19:48.077Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:19:49.052Z] 08ee887036f9: Pushed [2022-07-11T22:20:07.329Z] a96a653b9d5e: Pushed [2022-07-11T22:20:07.329Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:12286f6b793ceb88868bdea9565803ff9c4582486294829b04be65df3ec8d96a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:07.698Z] + 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 [2022-07-11T22:20:08.056Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-07-11T22:20:08.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-11T22:20:08.327Z] 79fe8cf71e30: Preparing [2022-07-11T22:20:08.327Z] 3d70d204a78a: Preparing [2022-07-11T22:20:08.327Z] 1669027abfc9: Preparing [2022-07-11T22:20:08.327Z] a96a653b9d5e: Preparing [2022-07-11T22:20:08.327Z] 08ee887036f9: Preparing [2022-07-11T22:20:08.327Z] fffc5ddf46fa: Preparing [2022-07-11T22:20:08.327Z] 4f4ce317c6bb: Preparing [2022-07-11T22:20:08.327Z] 4f4ce317c6bb: Waiting [2022-07-11T22:20:08.327Z] fffc5ddf46fa: Waiting [2022-07-11T22:20:08.327Z] 3d70d204a78a: Layer already exists [2022-07-11T22:20:08.327Z] 1669027abfc9: Layer already exists [2022-07-11T22:20:08.327Z] a96a653b9d5e: Layer already exists [2022-07-11T22:20:08.327Z] 79fe8cf71e30: Layer already exists [2022-07-11T22:20:08.327Z] 08ee887036f9: Layer already exists [2022-07-11T22:20:08.327Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:20:08.327Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:20:08.600Z] latest: digest: sha256:12286f6b793ceb88868bdea9565803ff9c4582486294829b04be65df3ec8d96a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:08.966Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:09.324Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 [2022-07-11T22:20:09.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-11T22:20:09.324Z] 79fe8cf71e30: Preparing [2022-07-11T22:20:09.324Z] 3d70d204a78a: Preparing [2022-07-11T22:20:09.324Z] 1669027abfc9: Preparing [2022-07-11T22:20:09.324Z] a96a653b9d5e: Preparing [2022-07-11T22:20:09.324Z] 08ee887036f9: Preparing [2022-07-11T22:20:09.324Z] fffc5ddf46fa: Preparing [2022-07-11T22:20:09.324Z] 4f4ce317c6bb: Preparing [2022-07-11T22:20:09.324Z] fffc5ddf46fa: Waiting [2022-07-11T22:20:09.324Z] 4f4ce317c6bb: Waiting [2022-07-11T22:20:09.324Z] 3d70d204a78a: Layer already exists [2022-07-11T22:20:09.324Z] 79fe8cf71e30: Layer already exists [2022-07-11T22:20:09.324Z] 1669027abfc9: Layer already exists [2022-07-11T22:20:09.324Z] 08ee887036f9: Layer already exists [2022-07-11T22:20:09.324Z] a96a653b9d5e: Layer already exists [2022-07-11T22:20:09.596Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:20:09.596Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:20:09.596Z] 2.2.1-dev.26: digest: sha256:12286f6b793ceb88868bdea9565803ff9c4582486294829b04be65df3ec8d96a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:09.962Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:10.320Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:10.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-11T22:20:10.320Z] 79fe8cf71e30: Preparing [2022-07-11T22:20:10.320Z] 3d70d204a78a: Preparing [2022-07-11T22:20:10.320Z] 1669027abfc9: Preparing [2022-07-11T22:20:10.320Z] a96a653b9d5e: Preparing [2022-07-11T22:20:10.320Z] 08ee887036f9: Preparing [2022-07-11T22:20:10.320Z] fffc5ddf46fa: Preparing [2022-07-11T22:20:10.320Z] 4f4ce317c6bb: Preparing [2022-07-11T22:20:10.320Z] fffc5ddf46fa: Waiting [2022-07-11T22:20:10.320Z] 4f4ce317c6bb: Waiting [2022-07-11T22:20:10.320Z] 3d70d204a78a: Layer already exists [2022-07-11T22:20:10.320Z] 79fe8cf71e30: Layer already exists [2022-07-11T22:20:10.320Z] 1669027abfc9: Layer already exists [2022-07-11T22:20:10.320Z] 08ee887036f9: Layer already exists [2022-07-11T22:20:10.320Z] a96a653b9d5e: Layer already exists [2022-07-11T22:20:10.592Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:20:10.593Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:20:10.593Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:12286f6b793ceb88868bdea9565803ff9c4582486294829b04be65df3ec8d96a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:10.962Z] + 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 [2022-07-11T22:20:11.328Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-07-11T22:20:11.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-11T22:20:11.328Z] 79fe8cf71e30: Preparing [2022-07-11T22:20:11.328Z] 3d70d204a78a: Preparing [2022-07-11T22:20:11.328Z] 1669027abfc9: Preparing [2022-07-11T22:20:11.328Z] a96a653b9d5e: Preparing [2022-07-11T22:20:11.328Z] 08ee887036f9: Preparing [2022-07-11T22:20:11.328Z] fffc5ddf46fa: Preparing [2022-07-11T22:20:11.328Z] 4f4ce317c6bb: Preparing [2022-07-11T22:20:11.328Z] fffc5ddf46fa: Waiting [2022-07-11T22:20:11.328Z] 4f4ce317c6bb: Waiting [2022-07-11T22:20:11.600Z] 3d70d204a78a: Layer already exists [2022-07-11T22:20:11.600Z] 1669027abfc9: Layer already exists [2022-07-11T22:20:11.600Z] 79fe8cf71e30: Layer already exists [2022-07-11T22:20:11.600Z] 08ee887036f9: Layer already exists [2022-07-11T22:20:11.600Z] a96a653b9d5e: Layer already exists [2022-07-11T22:20:11.600Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:20:11.600Z] fffc5ddf46fa: Layer already exists [2022-07-11T22:20:11.600Z] main: digest: sha256:12286f6b793ceb88868bdea9565803ff9c4582486294829b04be65df3ec8d96a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:20:11.666Z] ===================================================== [Pipeline] echo [2022-07-11T22:20:11.675Z] taggedImages: [2022-07-11T22:20:11.675Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:20:11.675Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-07-11T22:20:11.675Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 [2022-07-11T22:20:11.675Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:11.675Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-07-11T22:20:11.693Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-07-11T22:20:11.693Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:20:11.693Z] latest [2022-07-11T22:20:11.693Z] 2.2.1-dev.26 [2022-07-11T22:20:11.693Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:11.693Z] main [2022-07-11T22:20:11.693Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:12.069Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:12.458Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:20:12.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-11T22:20:12.458Z] 2588540a608e: Preparing [2022-07-11T22:20:12.458Z] 60fbf38155e9: Preparing [2022-07-11T22:20:12.458Z] 26bb9e615209: Preparing [2022-07-11T22:20:12.458Z] e6a785b43aac: Preparing [2022-07-11T22:20:12.458Z] dd565ff850e7: Preparing [2022-07-11T22:20:12.747Z] dd565ff850e7: Layer already exists [2022-07-11T22:20:12.747Z] 26bb9e615209: Layer already exists [2022-07-11T22:20:12.747Z] 2588540a608e: Pushed [2022-07-11T22:20:13.023Z] e6a785b43aac: Pushed [2022-07-11T22:20:18.432Z] 60fbf38155e9: Pushed [2022-07-11T22:20:18.432Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:34e987a98d6c8ac2634fb59cd1db71b4866c9e148cc29837367c4c356e4c3a5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:18.790Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:19.153Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-07-11T22:20:19.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-11T22:20:19.153Z] 2588540a608e: Preparing [2022-07-11T22:20:19.153Z] 60fbf38155e9: Preparing [2022-07-11T22:20:19.153Z] 26bb9e615209: Preparing [2022-07-11T22:20:19.153Z] e6a785b43aac: Preparing [2022-07-11T22:20:19.153Z] dd565ff850e7: Preparing [2022-07-11T22:20:19.153Z] dd565ff850e7: Layer already exists [2022-07-11T22:20:19.153Z] 26bb9e615209: Layer already exists [2022-07-11T22:20:19.153Z] 2588540a608e: Layer already exists [2022-07-11T22:20:19.153Z] e6a785b43aac: Layer already exists [2022-07-11T22:20:19.153Z] 60fbf38155e9: Layer already exists [2022-07-11T22:20:19.426Z] latest: digest: sha256:34e987a98d6c8ac2634fb59cd1db71b4866c9e148cc29837367c4c356e4c3a5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:19.791Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:20.157Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 [2022-07-11T22:20:20.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-11T22:20:20.157Z] 2588540a608e: Preparing [2022-07-11T22:20:20.157Z] 60fbf38155e9: Preparing [2022-07-11T22:20:20.157Z] 26bb9e615209: Preparing [2022-07-11T22:20:20.157Z] e6a785b43aac: Preparing [2022-07-11T22:20:20.157Z] dd565ff850e7: Preparing [2022-07-11T22:20:20.157Z] e6a785b43aac: Layer already exists [2022-07-11T22:20:20.157Z] 60fbf38155e9: Layer already exists [2022-07-11T22:20:20.157Z] 2588540a608e: Layer already exists [2022-07-11T22:20:20.157Z] dd565ff850e7: Layer already exists [2022-07-11T22:20:20.157Z] 26bb9e615209: Layer already exists [2022-07-11T22:20:20.428Z] 2.2.1-dev.26: digest: sha256:34e987a98d6c8ac2634fb59cd1db71b4866c9e148cc29837367c4c356e4c3a5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:20.796Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:21.156Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:21.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-11T22:20:21.156Z] 2588540a608e: Preparing [2022-07-11T22:20:21.156Z] 60fbf38155e9: Preparing [2022-07-11T22:20:21.156Z] 26bb9e615209: Preparing [2022-07-11T22:20:21.156Z] e6a785b43aac: Preparing [2022-07-11T22:20:21.156Z] dd565ff850e7: Preparing [2022-07-11T22:20:21.156Z] 2588540a608e: Layer already exists [2022-07-11T22:20:21.156Z] 60fbf38155e9: Layer already exists [2022-07-11T22:20:21.156Z] e6a785b43aac: Layer already exists [2022-07-11T22:20:21.156Z] dd565ff850e7: Layer already exists [2022-07-11T22:20:21.156Z] 26bb9e615209: Layer already exists [2022-07-11T22:20:21.429Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:34e987a98d6c8ac2634fb59cd1db71b4866c9e148cc29837367c4c356e4c3a5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:21.800Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:22.171Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-07-11T22:20:22.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-11T22:20:22.171Z] 2588540a608e: Preparing [2022-07-11T22:20:22.171Z] 60fbf38155e9: Preparing [2022-07-11T22:20:22.171Z] 26bb9e615209: Preparing [2022-07-11T22:20:22.171Z] e6a785b43aac: Preparing [2022-07-11T22:20:22.171Z] dd565ff850e7: Preparing [2022-07-11T22:20:22.171Z] dd565ff850e7: Layer already exists [2022-07-11T22:20:22.171Z] e6a785b43aac: Layer already exists [2022-07-11T22:20:22.171Z] 2588540a608e: Layer already exists [2022-07-11T22:20:22.171Z] 60fbf38155e9: Layer already exists [2022-07-11T22:20:22.171Z] 26bb9e615209: Layer already exists [2022-07-11T22:20:22.444Z] main: digest: sha256:34e987a98d6c8ac2634fb59cd1db71b4866c9e148cc29837367c4c356e4c3a5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:20:22.498Z] ===================================================== [Pipeline] echo [2022-07-11T22:20:22.503Z] taggedImages: [2022-07-11T22:20:22.503Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:20:22.503Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-07-11T22:20:22.503Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 [2022-07-11T22:20:22.503Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:22.503Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-07-11T22:20:22.517Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-07-11T22:20:22.517Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:20:22.517Z] latest [2022-07-11T22:20:22.517Z] 2.2.1-dev.26 [2022-07-11T22:20:22.517Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:22.517Z] main [2022-07-11T22:20:22.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:22.860Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:23.232Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:20:23.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-11T22:20:23.232Z] 45f0405f8072: Preparing [2022-07-11T22:20:23.232Z] 699d89df7725: Preparing [2022-07-11T22:20:23.232Z] 26bb9e615209: Preparing [2022-07-11T22:20:23.232Z] 9fa2d9be0972: Preparing [2022-07-11T22:20:23.232Z] dd565ff850e7: Preparing [2022-07-11T22:20:23.505Z] dd565ff850e7: Layer already exists [2022-07-11T22:20:23.505Z] 26bb9e615209: Layer already exists [2022-07-11T22:20:23.505Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:20:23.505Z] 45f0405f8072: Pushed [2022-07-11T22:20:28.893Z] 699d89df7725: Pushed [2022-07-11T22:20:28.893Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:352f30061f7333c173bee5c07c558e903e597cd35d397d133f7e6bdef2f6d004 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:29.255Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:29.613Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-07-11T22:20:29.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-11T22:20:29.613Z] 45f0405f8072: Preparing [2022-07-11T22:20:29.613Z] 699d89df7725: Preparing [2022-07-11T22:20:29.613Z] 26bb9e615209: Preparing [2022-07-11T22:20:29.613Z] 9fa2d9be0972: Preparing [2022-07-11T22:20:29.613Z] dd565ff850e7: Preparing [2022-07-11T22:20:29.613Z] 699d89df7725: Layer already exists [2022-07-11T22:20:29.613Z] dd565ff850e7: Layer already exists [2022-07-11T22:20:29.613Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:20:29.613Z] 45f0405f8072: Layer already exists [2022-07-11T22:20:29.613Z] 26bb9e615209: Layer already exists [2022-07-11T22:20:29.884Z] latest: digest: sha256:352f30061f7333c173bee5c07c558e903e597cd35d397d133f7e6bdef2f6d004 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:30.248Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:30.608Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 [2022-07-11T22:20:30.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-11T22:20:30.608Z] 45f0405f8072: Preparing [2022-07-11T22:20:30.608Z] 699d89df7725: Preparing [2022-07-11T22:20:30.608Z] 26bb9e615209: Preparing [2022-07-11T22:20:30.608Z] 9fa2d9be0972: Preparing [2022-07-11T22:20:30.608Z] dd565ff850e7: Preparing [2022-07-11T22:20:30.608Z] 699d89df7725: Layer already exists [2022-07-11T22:20:30.608Z] 45f0405f8072: Layer already exists [2022-07-11T22:20:30.608Z] 26bb9e615209: Layer already exists [2022-07-11T22:20:30.880Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:20:30.880Z] dd565ff850e7: Layer already exists [2022-07-11T22:20:30.880Z] 2.2.1-dev.26: digest: sha256:352f30061f7333c173bee5c07c558e903e597cd35d397d133f7e6bdef2f6d004 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:31.245Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:31.600Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:31.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-11T22:20:31.601Z] 45f0405f8072: Preparing [2022-07-11T22:20:31.601Z] 699d89df7725: Preparing [2022-07-11T22:20:31.601Z] 26bb9e615209: Preparing [2022-07-11T22:20:31.601Z] 9fa2d9be0972: Preparing [2022-07-11T22:20:31.601Z] dd565ff850e7: Preparing [2022-07-11T22:20:31.601Z] 699d89df7725: Layer already exists [2022-07-11T22:20:31.601Z] dd565ff850e7: Layer already exists [2022-07-11T22:20:31.601Z] 26bb9e615209: Layer already exists [2022-07-11T22:20:31.601Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:20:31.601Z] 45f0405f8072: Layer already exists [2022-07-11T22:20:31.873Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:352f30061f7333c173bee5c07c558e903e597cd35d397d133f7e6bdef2f6d004 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:32.240Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:32.606Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-07-11T22:20:32.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-11T22:20:32.606Z] 45f0405f8072: Preparing [2022-07-11T22:20:32.606Z] 699d89df7725: Preparing [2022-07-11T22:20:32.606Z] 26bb9e615209: Preparing [2022-07-11T22:20:32.606Z] 9fa2d9be0972: Preparing [2022-07-11T22:20:32.606Z] dd565ff850e7: Preparing [2022-07-11T22:20:32.606Z] 26bb9e615209: Layer already exists [2022-07-11T22:20:32.606Z] 45f0405f8072: Layer already exists [2022-07-11T22:20:32.606Z] 699d89df7725: Layer already exists [2022-07-11T22:20:32.606Z] dd565ff850e7: Layer already exists [2022-07-11T22:20:32.606Z] 9fa2d9be0972: Layer already exists [2022-07-11T22:20:32.877Z] main: digest: sha256:352f30061f7333c173bee5c07c558e903e597cd35d397d133f7e6bdef2f6d004 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:20:32.934Z] ===================================================== [Pipeline] echo [2022-07-11T22:20:32.941Z] taggedImages: [2022-07-11T22:20:32.941Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:20:32.941Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-07-11T22:20:32.941Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 [2022-07-11T22:20:32.941Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:32.941Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-07-11T22:20:32.962Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-07-11T22:20:32.962Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:20:32.962Z] latest [2022-07-11T22:20:32.962Z] 2.2.1-dev.26 [2022-07-11T22:20:32.962Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:32.962Z] main [2022-07-11T22:20:32.962Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:33.328Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:33.689Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:20:33.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-11T22:20:33.690Z] 0b7bedaaafb1: Preparing [2022-07-11T22:20:33.690Z] c17ce0f500d8: Preparing [2022-07-11T22:20:33.690Z] ffa09eb9d8d9: Preparing [2022-07-11T22:20:33.690Z] b86ac50d4f77: Preparing [2022-07-11T22:20:33.690Z] f0e5a4d6c014: Preparing [2022-07-11T22:20:33.690Z] 3b19d27f08f7: Preparing [2022-07-11T22:20:33.690Z] 73bb99a6e169: Preparing [2022-07-11T22:20:33.690Z] ec06c3102977: Preparing [2022-07-11T22:20:33.690Z] 6a3c62e080c7: Preparing [2022-07-11T22:20:33.690Z] 340cb19ca677: Preparing [2022-07-11T22:20:33.690Z] 4f4ce317c6bb: Preparing [2022-07-11T22:20:33.690Z] 3b19d27f08f7: Waiting [2022-07-11T22:20:33.690Z] 73bb99a6e169: Waiting [2022-07-11T22:20:33.690Z] ec06c3102977: Waiting [2022-07-11T22:20:33.690Z] 6a3c62e080c7: Waiting [2022-07-11T22:20:33.690Z] 340cb19ca677: Waiting [2022-07-11T22:20:33.690Z] 4f4ce317c6bb: Waiting [2022-07-11T22:20:33.968Z] f0e5a4d6c014: Layer already exists [2022-07-11T22:20:33.968Z] 3b19d27f08f7: Layer already exists [2022-07-11T22:20:33.968Z] 73bb99a6e169: Layer already exists [2022-07-11T22:20:33.968Z] ec06c3102977: Layer already exists [2022-07-11T22:20:33.968Z] c17ce0f500d8: Pushed [2022-07-11T22:20:33.968Z] 6a3c62e080c7: Layer already exists [2022-07-11T22:20:34.245Z] 340cb19ca677: Layer already exists [2022-07-11T22:20:34.245Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:20:34.846Z] 0b7bedaaafb1: Pushed [2022-07-11T22:20:36.821Z] ffa09eb9d8d9: Pushed [2022-07-11T22:20:51.947Z] b86ac50d4f77: Pushed [2022-07-11T22:20:52.218Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e: digest: sha256:2e8592666ab0b219fa40d20ff4cefb90bfdfd619bce158430331ba9d2a80754a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:52.586Z] + 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 [2022-07-11T22:20:52.938Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-07-11T22:20:52.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-11T22:20:52.938Z] 0b7bedaaafb1: Preparing [2022-07-11T22:20:52.938Z] c17ce0f500d8: Preparing [2022-07-11T22:20:52.938Z] ffa09eb9d8d9: Preparing [2022-07-11T22:20:52.938Z] b86ac50d4f77: Preparing [2022-07-11T22:20:52.938Z] f0e5a4d6c014: Preparing [2022-07-11T22:20:52.938Z] 3b19d27f08f7: Preparing [2022-07-11T22:20:52.938Z] 73bb99a6e169: Preparing [2022-07-11T22:20:52.938Z] ec06c3102977: Preparing [2022-07-11T22:20:52.938Z] 6a3c62e080c7: Preparing [2022-07-11T22:20:52.938Z] 340cb19ca677: Preparing [2022-07-11T22:20:52.938Z] 4f4ce317c6bb: Preparing [2022-07-11T22:20:52.938Z] 3b19d27f08f7: Waiting [2022-07-11T22:20:52.938Z] 73bb99a6e169: Waiting [2022-07-11T22:20:52.938Z] ec06c3102977: Waiting [2022-07-11T22:20:52.938Z] 6a3c62e080c7: Waiting [2022-07-11T22:20:52.938Z] 4f4ce317c6bb: Waiting [2022-07-11T22:20:52.938Z] 340cb19ca677: Waiting [2022-07-11T22:20:52.938Z] c17ce0f500d8: Layer already exists [2022-07-11T22:20:52.938Z] 0b7bedaaafb1: Layer already exists [2022-07-11T22:20:53.210Z] f0e5a4d6c014: Layer already exists [2022-07-11T22:20:53.210Z] b86ac50d4f77: Layer already exists [2022-07-11T22:20:53.210Z] ffa09eb9d8d9: Layer already exists [2022-07-11T22:20:53.210Z] 73bb99a6e169: Layer already exists [2022-07-11T22:20:53.210Z] 3b19d27f08f7: Layer already exists [2022-07-11T22:20:53.210Z] 340cb19ca677: Layer already exists [2022-07-11T22:20:53.210Z] ec06c3102977: Layer already exists [2022-07-11T22:20:53.210Z] 6a3c62e080c7: Layer already exists [2022-07-11T22:20:53.210Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:20:53.210Z] latest: digest: sha256:2e8592666ab0b219fa40d20ff4cefb90bfdfd619bce158430331ba9d2a80754a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:53.570Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:53.923Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 [2022-07-11T22:20:53.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-11T22:20:53.923Z] 0b7bedaaafb1: Preparing [2022-07-11T22:20:53.923Z] c17ce0f500d8: Preparing [2022-07-11T22:20:53.923Z] ffa09eb9d8d9: Preparing [2022-07-11T22:20:53.923Z] b86ac50d4f77: Preparing [2022-07-11T22:20:53.923Z] f0e5a4d6c014: Preparing [2022-07-11T22:20:53.923Z] 3b19d27f08f7: Preparing [2022-07-11T22:20:53.923Z] 73bb99a6e169: Preparing [2022-07-11T22:20:53.923Z] ec06c3102977: Preparing [2022-07-11T22:20:53.923Z] 6a3c62e080c7: Preparing [2022-07-11T22:20:53.923Z] 340cb19ca677: Preparing [2022-07-11T22:20:53.923Z] 4f4ce317c6bb: Preparing [2022-07-11T22:20:53.923Z] ec06c3102977: Waiting [2022-07-11T22:20:53.923Z] 6a3c62e080c7: Waiting [2022-07-11T22:20:53.923Z] 340cb19ca677: Waiting [2022-07-11T22:20:53.923Z] 3b19d27f08f7: Waiting [2022-07-11T22:20:53.923Z] 4f4ce317c6bb: Waiting [2022-07-11T22:20:53.923Z] f0e5a4d6c014: Layer already exists [2022-07-11T22:20:53.923Z] 0b7bedaaafb1: Layer already exists [2022-07-11T22:20:53.923Z] c17ce0f500d8: Layer already exists [2022-07-11T22:20:54.194Z] b86ac50d4f77: Layer already exists [2022-07-11T22:20:54.194Z] ffa09eb9d8d9: Layer already exists [2022-07-11T22:20:54.194Z] ec06c3102977: Layer already exists [2022-07-11T22:20:54.194Z] 3b19d27f08f7: Layer already exists [2022-07-11T22:20:54.194Z] 340cb19ca677: Layer already exists [2022-07-11T22:20:54.194Z] 73bb99a6e169: Layer already exists [2022-07-11T22:20:54.194Z] 6a3c62e080c7: Layer already exists [2022-07-11T22:20:54.194Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:20:54.194Z] 2.2.1-dev.26: digest: sha256:2e8592666ab0b219fa40d20ff4cefb90bfdfd619bce158430331ba9d2a80754a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:54.559Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:54.917Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:54.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-11T22:20:54.918Z] 0b7bedaaafb1: Preparing [2022-07-11T22:20:54.918Z] c17ce0f500d8: Preparing [2022-07-11T22:20:54.918Z] ffa09eb9d8d9: Preparing [2022-07-11T22:20:54.918Z] b86ac50d4f77: Preparing [2022-07-11T22:20:54.918Z] f0e5a4d6c014: Preparing [2022-07-11T22:20:54.918Z] 3b19d27f08f7: Preparing [2022-07-11T22:20:54.918Z] 73bb99a6e169: Preparing [2022-07-11T22:20:54.918Z] ec06c3102977: Preparing [2022-07-11T22:20:54.918Z] 6a3c62e080c7: Preparing [2022-07-11T22:20:54.918Z] 340cb19ca677: Preparing [2022-07-11T22:20:54.918Z] 4f4ce317c6bb: Preparing [2022-07-11T22:20:54.918Z] 73bb99a6e169: Waiting [2022-07-11T22:20:54.918Z] ec06c3102977: Waiting [2022-07-11T22:20:54.918Z] 3b19d27f08f7: Waiting [2022-07-11T22:20:54.918Z] 6a3c62e080c7: Waiting [2022-07-11T22:20:54.918Z] 340cb19ca677: Waiting [2022-07-11T22:20:54.918Z] 4f4ce317c6bb: Waiting [2022-07-11T22:20:55.188Z] c17ce0f500d8: Layer already exists [2022-07-11T22:20:55.188Z] b86ac50d4f77: Layer already exists [2022-07-11T22:20:55.188Z] f0e5a4d6c014: Layer already exists [2022-07-11T22:20:55.188Z] 0b7bedaaafb1: Layer already exists [2022-07-11T22:20:55.188Z] ffa09eb9d8d9: Layer already exists [2022-07-11T22:20:55.188Z] 3b19d27f08f7: Layer already exists [2022-07-11T22:20:55.188Z] 73bb99a6e169: Layer already exists [2022-07-11T22:20:55.188Z] ec06c3102977: Layer already exists [2022-07-11T22:20:55.188Z] 340cb19ca677: Layer already exists [2022-07-11T22:20:55.188Z] 6a3c62e080c7: Layer already exists [2022-07-11T22:20:55.188Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:20:55.188Z] fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26: digest: sha256:2e8592666ab0b219fa40d20ff4cefb90bfdfd619bce158430331ba9d2a80754a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:55.554Z] + 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 [2022-07-11T22:20:55.917Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-07-11T22:20:55.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-11T22:20:55.917Z] 0b7bedaaafb1: Preparing [2022-07-11T22:20:55.917Z] c17ce0f500d8: Preparing [2022-07-11T22:20:55.917Z] ffa09eb9d8d9: Preparing [2022-07-11T22:20:55.917Z] b86ac50d4f77: Preparing [2022-07-11T22:20:55.917Z] f0e5a4d6c014: Preparing [2022-07-11T22:20:55.917Z] 3b19d27f08f7: Preparing [2022-07-11T22:20:55.917Z] 73bb99a6e169: Preparing [2022-07-11T22:20:55.917Z] ec06c3102977: Preparing [2022-07-11T22:20:55.917Z] 6a3c62e080c7: Preparing [2022-07-11T22:20:55.917Z] 340cb19ca677: Preparing [2022-07-11T22:20:55.917Z] 4f4ce317c6bb: Preparing [2022-07-11T22:20:55.917Z] 3b19d27f08f7: Waiting [2022-07-11T22:20:55.917Z] 73bb99a6e169: Waiting [2022-07-11T22:20:55.917Z] 340cb19ca677: Waiting [2022-07-11T22:20:55.917Z] ec06c3102977: Waiting [2022-07-11T22:20:55.917Z] 4f4ce317c6bb: Waiting [2022-07-11T22:20:55.917Z] 6a3c62e080c7: Waiting [2022-07-11T22:20:56.189Z] b86ac50d4f77: Layer already exists [2022-07-11T22:20:56.189Z] 0b7bedaaafb1: Layer already exists [2022-07-11T22:20:56.189Z] c17ce0f500d8: Layer already exists [2022-07-11T22:20:56.189Z] f0e5a4d6c014: Layer already exists [2022-07-11T22:20:56.189Z] ffa09eb9d8d9: Layer already exists [2022-07-11T22:20:56.189Z] ec06c3102977: Layer already exists [2022-07-11T22:20:56.189Z] 6a3c62e080c7: Layer already exists [2022-07-11T22:20:56.189Z] 3b19d27f08f7: Layer already exists [2022-07-11T22:20:56.189Z] 73bb99a6e169: Layer already exists [2022-07-11T22:20:56.189Z] 340cb19ca677: Layer already exists [2022-07-11T22:20:56.189Z] 4f4ce317c6bb: Layer already exists [2022-07-11T22:20:56.189Z] main: digest: sha256:2e8592666ab0b219fa40d20ff4cefb90bfdfd619bce158430331ba9d2a80754a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-11T22:20:56.247Z] ===================================================== [Pipeline] echo [2022-07-11T22:20:56.255Z] taggedImages: [2022-07-11T22:20:56.255Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e [2022-07-11T22:20:56.255Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-07-11T22:20:56.255Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 [2022-07-11T22:20:56.255Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fb67e34980dfa056f4ddb70a50fca33d4f71295e-2.2.1-dev.26 [2022-07-11T22:20:56.255Z] - 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 [2022-07-11T22:20:56.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T22:20:56.636Z] [2022-07-11T22:20:56.636Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:20:56.981Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T22:20:57.255Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-11T22:20:57.255Z] 8998bd30e6a1: Pulling fs layer [2022-07-11T22:20:57.255Z] 04944245beec: Pulling fs layer [2022-07-11T22:20:57.255Z] 699f458cf7ca: Pulling fs layer [2022-07-11T22:20:57.255Z] 765212b225bb: Pulling fs layer [2022-07-11T22:20:57.255Z] f23df028b6ca: Pulling fs layer [2022-07-11T22:20:57.255Z] d65c8cfc05b1: Pulling fs layer [2022-07-11T22:20:57.255Z] 2437ff75d9bd: Pulling fs layer [2022-07-11T22:20:57.255Z] 765212b225bb: Waiting [2022-07-11T22:20:57.255Z] f23df028b6ca: Waiting [2022-07-11T22:20:57.255Z] d65c8cfc05b1: Waiting [2022-07-11T22:20:57.255Z] 2437ff75d9bd: Waiting [2022-07-11T22:20:57.255Z] 04944245beec: Verifying Checksum [2022-07-11T22:20:57.255Z] 04944245beec: Download complete [2022-07-11T22:20:57.255Z] 765212b225bb: Verifying Checksum [2022-07-11T22:20:57.255Z] 765212b225bb: Download complete [2022-07-11T22:20:57.255Z] f23df028b6ca: Verifying Checksum [2022-07-11T22:20:57.255Z] f23df028b6ca: Download complete [2022-07-11T22:20:57.540Z] d65c8cfc05b1: Verifying Checksum [2022-07-11T22:20:57.540Z] d65c8cfc05b1: Download complete [2022-07-11T22:20:57.540Z] 699f458cf7ca: Verifying Checksum [2022-07-11T22:20:57.540Z] 699f458cf7ca: Download complete [2022-07-11T22:20:57.814Z] 8998bd30e6a1: Verifying Checksum [2022-07-11T22:20:57.814Z] 8998bd30e6a1: Download complete [2022-07-11T22:21:00.425Z] 2437ff75d9bd: Verifying Checksum [2022-07-11T22:21:00.425Z] 2437ff75d9bd: Download complete [2022-07-11T22:21:02.395Z] 8998bd30e6a1: Pull complete [2022-07-11T22:21:02.668Z] 04944245beec: Pull complete [2022-07-11T22:21:04.099Z] 699f458cf7ca: Pull complete [2022-07-11T22:21:04.693Z] 765212b225bb: Pull complete [2022-07-11T22:21:05.288Z] f23df028b6ca: Pull complete [2022-07-11T22:21:05.560Z] d65c8cfc05b1: Pull complete [2022-07-11T22:21:23.852Z] 2437ff75d9bd: Pull complete [2022-07-11T22:21:23.852Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-11T22:21:23.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T22:21:23.852Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T22:21:24.176Z] prd-ubuntu20.04-docker-arm64-4c-16g-19386 does not seem to be running inside a container [2022-07-11T22:21:24.253Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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-lftools-log-publisher:arm64 cat [2022-07-11T22:21:25.948Z] $ docker top 5abcbb228b743af1cf7d30f19e11c3e9add7822b7f2340e3f839973ccb2c5ce8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:21:26.947Z] ---> job-cost.sh [2022-07-11T22:21:26.948Z] lf-activate-venv: SKIPPING [2022-07-11T22:21:26.948Z] INFO: No Stack... [2022-07-11T22:21:27.539Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-11T22:21:28.511Z] INFO: Archiving Costs [Pipeline] sh [2022-07-11T22:21:29.166Z] + + cutcat -d, /w/workspace/edgex-go/258/archives/cost.csv -f6 [2022-07-11T22:21:29.166Z] [Pipeline] lock [2022-07-11T22:21:29.203Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-258-stack-cost] [2022-07-11T22:21:29.212Z] Resource [jenkins-edgexfoundry-edgex-go-main-258-stack-cost] did not exist. Created. [2022-07-11T22:21:29.213Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-258-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-11T22:21:29.865Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-11T22:21:30.631Z] Stashed 1 file(s) [Pipeline] } [2022-07-11T22:21:30.638Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-258-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-11T22:21:30.652Z] $ docker stop --time=1 5abcbb228b743af1cf7d30f19e11c3e9add7822b7f2340e3f839973ccb2c5ce8 [2022-07-11T22:21:32.281Z] $ docker rm -f 5abcbb228b743af1cf7d30f19e11c3e9add7822b7f2340e3f839973ccb2c5ce8 [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 [2022-07-11T22:21:32.905Z] provisioning config files... [2022-07-11T22:21:32.912Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/258@tmp/config1574552573091482526tmp [Pipeline] { [Pipeline] sh [2022-07-11T22:21:33.208Z] + set +x [2022-07-11T22:21:33.208Z] + curl -s https://codecov.io/bash [2022-07-11T22:21:33.208Z] + bash -s -- [2022-07-11T22:21:33.208Z] [2022-07-11T22:21:33.208Z] _____ _ [2022-07-11T22:21:33.208Z] / ____| | | [2022-07-11T22:21:33.208Z] | | ___ __| | ___ ___ _____ __ [2022-07-11T22:21:33.208Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-11T22:21:33.208Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-11T22:21:33.208Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-11T22:21:33.208Z] Bash-1.0.6 [2022-07-11T22:21:33.208Z] [2022-07-11T22:21:33.208Z] [2022-07-11T22:21:33.208Z] ==> git version 2.25.1 found [2022-07-11T22:21:33.208Z] ==> 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 [2022-07-11T22:21:33.208Z] Release-Date: 2020-01-08 [2022-07-11T22:21:33.208Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-07-11T22:21:33.208Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-11T22:21:33.208Z] ==> Jenkins CI detected. [2022-07-11T22:21:33.208Z] current dir:  /w/workspace/edgex-go/258 [2022-07-11T22:21:33.208Z] project root: . [2022-07-11T22:21:33.208Z] --> token set from env [2022-07-11T22:21:33.208Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-11T22:21:33.208Z] ==> Running gcov in . (disable via -X gcov) [2022-07-11T22:21:33.208Z] ==> Python coveragepy not found [2022-07-11T22:21:33.208Z] ==> Searching for coverage reports in: [2022-07-11T22:21:33.208Z] + . [2022-07-11T22:21:33.208Z] -> Found 1 reports [2022-07-11T22:21:33.208Z] ==> Detecting git/mercurial file structure [2022-07-11T22:21:33.208Z] ==> Reading reports [2022-07-11T22:21:33.208Z] + ./coverage.out bytes=435593 [2022-07-11T22:21:33.208Z] ==> Appending adjustments [2022-07-11T22:21:33.208Z] https://docs.codecov.io/docs/fixing-reports [2022-07-11T22:21:34.591Z] + Found adjustments [2022-07-11T22:21:34.591Z] ==> Gzipping contents [2022-07-11T22:21:34.591Z] 60K /tmp/codecov.MQmF70.gz [2022-07-11T22:21:34.591Z] ==> Uploading reports [2022-07-11T22:21:34.591Z] url: https://codecov.io [2022-07-11T22:21:34.591Z] query: branch=main&commit=fb67e34980dfa056f4ddb70a50fca33d4f71295e&build=258&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F258%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-07-11T22:21:34.591Z] -> Pinging Codecov [2022-07-11T22:21:34.591Z] 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=fb67e34980dfa056f4ddb70a50fca33d4f71295e&build=258&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F258%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-07-11T22:21:34.853Z] -> Uploading to [2022-07-11T22:21:34.853Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-11/00271124DB129430A58F1EEE437C3FCB/fb67e34980dfa056f4ddb70a50fca33d4f71295e/19e19f18-7714-495a-b11e-90d434398739.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220711T222134Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ca244dd21a78409fa76703c4e4eb9e5708b4f73979673fe404bd9bbb8da2d284 [2022-07-11T22:21:34.853Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T22:21:34.853Z] Dload Upload Total Spent Left Speed [2022-07-11T22:21:35.113Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59913 0 0 100 59913 0 180k --:--:-- --:--:-- --:--:-- 180k [2022-07-11T22:21:35.113Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/fb67e34980dfa056f4ddb70a50fca33d4f71295e [Pipeline] } [2022-07-11T22:21:35.121Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-07-11T22:21:35.327Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-07-11T22:21:35.337Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:21:35.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-11T22:21:35.631Z] [2022-07-11T22:21:35.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:21:35.933Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-11T22:21:35.933Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-07-11T22:21:35.933Z] df9b9388f04a: Already exists [2022-07-11T22:21:35.933Z] 52dc419b0ee2: Pulling fs layer [2022-07-11T22:21:35.933Z] 25bc292e5bac: Pulling fs layer [2022-07-11T22:21:35.933Z] 114826534d7a: Pulling fs layer [2022-07-11T22:21:35.933Z] 4657fd5d0bcf: Pulling fs layer [2022-07-11T22:21:35.933Z] 6ad1cebc031e: Pulling fs layer [2022-07-11T22:21:35.933Z] 8a3aa393b2d8: Pulling fs layer [2022-07-11T22:21:35.933Z] 6ad1cebc031e: Waiting [2022-07-11T22:21:35.933Z] 8a3aa393b2d8: Waiting [2022-07-11T22:21:35.933Z] 4657fd5d0bcf: Waiting [2022-07-11T22:21:35.933Z] 25bc292e5bac: Verifying Checksum [2022-07-11T22:21:35.933Z] 25bc292e5bac: Download complete [2022-07-11T22:21:35.933Z] 52dc419b0ee2: Verifying Checksum [2022-07-11T22:21:35.933Z] 52dc419b0ee2: Download complete [2022-07-11T22:21:35.933Z] 4657fd5d0bcf: Verifying Checksum [2022-07-11T22:21:35.933Z] 4657fd5d0bcf: Download complete [2022-07-11T22:21:35.933Z] 52dc419b0ee2: Pull complete [2022-07-11T22:21:36.192Z] 25bc292e5bac: Pull complete [2022-07-11T22:21:36.192Z] 6ad1cebc031e: Verifying Checksum [2022-07-11T22:21:36.192Z] 6ad1cebc031e: Download complete [2022-07-11T22:21:37.131Z] 114826534d7a: Verifying Checksum [2022-07-11T22:21:37.131Z] 114826534d7a: Download complete [2022-07-11T22:21:37.131Z] 8a3aa393b2d8: Verifying Checksum [2022-07-11T22:21:37.131Z] 8a3aa393b2d8: Download complete [2022-07-11T22:21:40.422Z] 114826534d7a: Pull complete [2022-07-11T22:21:40.422Z] 4657fd5d0bcf: Pull complete [2022-07-11T22:21:40.681Z] 6ad1cebc031e: Pull complete [2022-07-11T22:21:43.212Z] 8a3aa393b2d8: Pull complete [2022-07-11T22:21:43.213Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-07-11T22:21:43.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-11T22:21:43.213Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T22:21:43.297Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T22:21:43.332Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T22:21:45.621Z] $ docker top 65891d0176caa135d35693f397326904a899b9c33b70b28dc573921f0b119971 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-11T22:21:45.702Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2022-07-11T22:21:45.984Z] + set -o pipefail [2022-07-11T22:21:45.984Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2022-07-11T22:21:51.269Z] [2022-07-11T22:21:51.269Z] Monitoring /w/workspace/edgex-go/258 (github.com/edgexfoundry/edgex-go)... [2022-07-11T22:21:51.269Z] [2022-07-11T22:21:51.269Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/7374b992-ced4-4f83-92a1-74590f7c315b [2022-07-11T22:21:51.269Z] [2022-07-11T22:21:51.269Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-07-11T22:21:51.269Z] [2022-07-11T22:21:51.269Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-07-11T22:21:51.269Z] [2022-07-11T22:21:51.269Z] [2022-07-11T22:21:51.269Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2022-07-11T22:21:51.269Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2022-07-11T22:21:51.291Z] $ docker stop --time=1 65891d0176caa135d35693f397326904a899b9c33b70b28dc573921f0b119971 [2022-07-11T22:21:53.639Z] $ docker rm -f 65891d0176caa135d35693f397326904a899b9c33b70b28dc573921f0b119971 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-07-11T22:21:54.024Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T22:21:54.035Z] provisioning config files... [2022-07-11T22:21:54.043Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/258@tmp/config2168876931374840483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:21:54.337Z] --> edgex-publish-swagger.sh [2022-07-11T22:21:54.337Z] === Publish openapi/v2 API === [2022-07-11T22:21:54.337Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-07-11T22:21:54.337Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/258/openapi/v2/core-command.yaml] [2022-07-11T22:21:54.337Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T22:21:54.337Z] Dload Upload Total Spent Left Speed [2022-07-11T22:21:55.279Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 35425 --:--:-- --:--:-- --:--:-- 35388 100 33831 0 0 100 33831 0 35425 --:--:-- --:--:-- --:--:-- 35388 [2022-07-11T22:21:55.279Z] [2022-07-11T22:21:55.279Z] [2022-07-11T22:21:55.279Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/258/openapi/v2/core-data.yaml] [2022-07-11T22:21:55.279Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T22:21:55.279Z] Dload Upload Total Spent Left Speed [2022-07-11T22:21:56.218Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 64858 0:00:01 0:00:01 --:--:-- 64858 100 71604 0 0 100 71604 0 64858 0:00:01 0:00:01 --:--:-- 64858 [2022-07-11T22:21:56.218Z] [2022-07-11T22:21:56.218Z] [2022-07-11T22:21:56.218Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/258/openapi/v2/core-metadata.yaml] [2022-07-11T22:21:56.218Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T22:21:56.218Z] Dload Upload Total Spent Left Speed [2022-07-11T22:21:57.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 150k --:--:-- --:--:-- --:--:-- 150k 100 141k 0 0 100 141k 0 150k --:--:-- --:--:-- --:--:-- 150k [2022-07-11T22:21:57.159Z] [2022-07-11T22:21:57.159Z] [2022-07-11T22:21:57.159Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/258/openapi/v2/support-notifications.yaml] [2022-07-11T22:21:57.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T22:21:57.159Z] Dload Upload Total Spent Left Speed [2022-07-11T22:21:58.101Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 99796 --:--:-- --:--:-- --:--:-- 99685 100 89318 0 0 100 89318 0 99796 --:--:-- --:--:-- --:--:-- 99685 [2022-07-11T22:21:58.101Z] [2022-07-11T22:21:58.101Z] [2022-07-11T22:21:58.101Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/258/openapi/v2/support-scheduler.yaml] [2022-07-11T22:21:58.101Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T22:21:58.101Z] Dload Upload Total Spent Left Speed [2022-07-11T22:21:59.042Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 43136 --:--:-- --:--:-- --:--:-- 43089 100 39556 0 0 100 39556 0 43042 --:--:-- --:--:-- --:--:-- 42995 [2022-07-11T22:21:59.042Z] [2022-07-11T22:21:59.042Z] [2022-07-11T22:21:59.042Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/258/openapi/v2/system-agent.yaml] [2022-07-11T22:21:59.042Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T22:21:59.042Z] Dload Upload Total Spent Left Speed [2022-07-11T22:21:59.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 22126 --:--:-- --:--:-- --:--:-- 22102 100 20091 0 0 100 20091 0 22126 --:--:-- --:--:-- --:--:-- 22102 [2022-07-11T22:21:59.983Z] [2022-07-11T22:21:59.983Z] [Pipeline] } [2022-07-11T22:21:59.991Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2022-07-11T22:22:00.387Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-11T22:22:00.387Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:22:00.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T22:22:00.694Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T22:22:00.778Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T22:22:00.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T22:22:01.225Z] $ docker top fb0eaf2c7b749269dbd1dc0b37eef38e2dda75d85e41388979dd7eb5fcb42eb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-11T22:22:01.315Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.2.1-dev.25' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-11T22:22:01.612Z] + git semver [Pipeline] } [2022-07-11T22:22:01.894Z] $ docker stop --time=1 fb0eaf2c7b749269dbd1dc0b37eef38e2dda75d85e41388979dd7eb5fcb42eb8 [2022-07-11T22:22:03.266Z] $ docker rm -f fb0eaf2c7b749269dbd1dc0b37eef38e2dda75d85e41388979dd7eb5fcb42eb8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:22:03.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-11T22:22:03.669Z] [2022-07-11T22:22:03.669Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:22:03.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-11T22:22:03.975Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-07-11T22:22:03.975Z] ab5ef0e58194: Pulling fs layer [2022-07-11T22:22:03.975Z] 9712f1f96733: Pulling fs layer [2022-07-11T22:22:03.975Z] 63f879dbbcfc: Pulling fs layer [2022-07-11T22:22:03.975Z] 0d9ebad4ef96: Pulling fs layer [2022-07-11T22:22:03.975Z] e9a5061849ea: Pulling fs layer [2022-07-11T22:22:03.975Z] d747dcd14b5f: Pulling fs layer [2022-07-11T22:22:03.975Z] 2de7ff778b66: Pulling fs layer [2022-07-11T22:22:03.975Z] e9a5061849ea: Waiting [2022-07-11T22:22:03.975Z] 0d9ebad4ef96: Waiting [2022-07-11T22:22:03.975Z] d747dcd14b5f: Waiting [2022-07-11T22:22:03.975Z] 2de7ff778b66: Waiting [2022-07-11T22:22:03.975Z] 9712f1f96733: Verifying Checksum [2022-07-11T22:22:03.975Z] 9712f1f96733: Download complete [2022-07-11T22:22:04.552Z] 63f879dbbcfc: Verifying Checksum [2022-07-11T22:22:04.552Z] 63f879dbbcfc: Download complete [2022-07-11T22:22:04.552Z] e9a5061849ea: Verifying Checksum [2022-07-11T22:22:04.552Z] e9a5061849ea: Download complete [2022-07-11T22:22:04.552Z] ab5ef0e58194: Verifying Checksum [2022-07-11T22:22:04.552Z] ab5ef0e58194: Download complete [2022-07-11T22:22:04.552Z] d747dcd14b5f: Download complete [2022-07-11T22:22:04.552Z] 0d9ebad4ef96: Verifying Checksum [2022-07-11T22:22:04.552Z] 0d9ebad4ef96: Download complete [2022-07-11T22:22:04.552Z] 2de7ff778b66: Verifying Checksum [2022-07-11T22:22:04.552Z] 2de7ff778b66: Download complete [2022-07-11T22:22:07.840Z] ab5ef0e58194: Pull complete [2022-07-11T22:22:07.840Z] 9712f1f96733: Pull complete [2022-07-11T22:22:08.099Z] 63f879dbbcfc: Pull complete [2022-07-11T22:22:12.297Z] 0d9ebad4ef96: Pull complete [2022-07-11T22:22:12.297Z] e9a5061849ea: Pull complete [2022-07-11T22:22:12.297Z] d747dcd14b5f: Pull complete [2022-07-11T22:22:13.233Z] 2de7ff778b66: Pull complete [2022-07-11T22:22:13.233Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-07-11T22:22:13.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-11T22:22:13.233Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T22:22:13.313Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T22:22:13.339Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T22:22:15.899Z] $ docker top 8058298a9f01a9ee43d88e9223860ddd8c65bb8158a64ce9c6d98ef6a2c11c64 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-07-11T22:22:15.972Z] provisioning config files... [2022-07-11T22:22:15.980Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/258@tmp/config1832393236508231817tmp [2022-07-11T22:22:15.991Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/258@tmp/config3730442118878327866tmp [2022-07-11T22:22:16.002Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/258@tmp/config2387245609636845702tmp [Pipeline] { [Pipeline] echo [2022-07-11T22:22:16.015Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:22:16.295Z] ---> sigul-configuration.sh [2022-07-11T22:22:16.295Z] gpg: directory `/root/.gnupg' created [2022-07-11T22:22:16.295Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-07-11T22:22:16.295Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-07-11T22:22:16.295Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-07-11T22:22:16.295Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-07-11T22:22:16.295Z] gpg: CAST5 encrypted data [2022-07-11T22:22:16.295Z] gpg: encrypted with 1 passphrase [2022-07-11T22:22:16.295Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-07-11T22:22:16.688Z] + mkdir /home/jenkins [2022-07-11T22:22:16.688Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-07-11T22:22:16.969Z] + 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 [2022-07-11T22:22:16.978Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:22:17.282Z] ---> sigul-install.sh [2022-07-11T22:22:17.282Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-07-11T22:22:17.576Z] + git tag --list [2022-07-11T22:22:17.577Z] 0.6.0 [2022-07-11T22:22:17.577Z] 0.6.1 [2022-07-11T22:22:17.577Z] 0.7.0 [2022-07-11T22:22:17.577Z] 0.7.1 [2022-07-11T22:22:17.577Z] v1.0.0 [2022-07-11T22:22:17.577Z] v1.0.1 [2022-07-11T22:22:17.577Z] v1.1.0 [2022-07-11T22:22:17.577Z] v1.2.0 [2022-07-11T22:22:17.577Z] v1.2.1 [2022-07-11T22:22:17.577Z] v1.3.0 [2022-07-11T22:22:17.577Z] v1.3.1 [2022-07-11T22:22:17.577Z] v2.0.0 [2022-07-11T22:22:17.577Z] v2.1.0 [2022-07-11T22:22:17.577Z] v2.1.1 [2022-07-11T22:22:17.577Z] v2.1.1-dev.1 [2022-07-11T22:22:17.577Z] v2.1.1-dev.2 [2022-07-11T22:22:17.577Z] v2.1.1-dev.3 [2022-07-11T22:22:17.577Z] v2.1.1-dev.4 [2022-07-11T22:22:17.577Z] v2.1.1-dev.5 [2022-07-11T22:22:17.577Z] v2.1.1-dev.6 [2022-07-11T22:22:17.577Z] v2.1.1-dev.7 [2022-07-11T22:22:17.577Z] v2.1.1-dev.8 [2022-07-11T22:22:17.577Z] v2.2.0 [2022-07-11T22:22:17.577Z] v2.2.1-dev.1 [2022-07-11T22:22:17.577Z] v2.2.1-dev.10 [2022-07-11T22:22:17.577Z] v2.2.1-dev.11 [2022-07-11T22:22:17.577Z] v2.2.1-dev.12 [2022-07-11T22:22:17.577Z] v2.2.1-dev.13 [2022-07-11T22:22:17.577Z] v2.2.1-dev.14 [2022-07-11T22:22:17.577Z] v2.2.1-dev.15 [2022-07-11T22:22:17.577Z] v2.2.1-dev.16 [2022-07-11T22:22:17.577Z] v2.2.1-dev.17 [2022-07-11T22:22:17.577Z] v2.2.1-dev.18 [2022-07-11T22:22:17.577Z] v2.2.1-dev.19 [2022-07-11T22:22:17.577Z] v2.2.1-dev.2 [2022-07-11T22:22:17.577Z] v2.2.1-dev.20 [2022-07-11T22:22:17.577Z] v2.2.1-dev.21 [2022-07-11T22:22:17.577Z] v2.2.1-dev.22 [2022-07-11T22:22:17.577Z] v2.2.1-dev.23 [2022-07-11T22:22:17.577Z] v2.2.1-dev.24 [2022-07-11T22:22:17.577Z] v2.2.1-dev.25 [2022-07-11T22:22:17.577Z] v2.2.1-dev.3 [2022-07-11T22:22:17.577Z] v2.2.1-dev.4 [2022-07-11T22:22:17.577Z] v2.2.1-dev.5 [2022-07-11T22:22:17.577Z] v2.2.1-dev.6 [2022-07-11T22:22:17.577Z] v2.2.1-dev.7 [2022-07-11T22:22:17.577Z] v2.2.1-dev.8 [2022-07-11T22:22:17.577Z] v2.2.1-dev.9 [Pipeline] sh [2022-07-11T22:22:17.867Z] + lftools sign git-tag v2.2.1-dev.26 [2022-07-11T22:22:18.439Z] Signing Git tag with Sigul... [2022-07-11T22:22:18.439Z] Signing v2.2.1-dev.26 [2022-07-11T22:22:18.439Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.2.1-dev.26'], return code 1, stdout , stderr [Pipeline] echo [2022-07-11T22:22:18.450Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:22:18.738Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-07-11T22:22:18.746Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-07-11T22:22:18.766Z] $ docker stop --time=1 8058298a9f01a9ee43d88e9223860ddd8c65bb8158a64ce9c6d98ef6a2c11c64 [2022-07-11T22:22:20.088Z] $ docker rm -f 8058298a9f01a9ee43d88e9223860ddd8c65bb8158a64ce9c6d98ef6a2c11c64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-07-11T22:22:20.514Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-11T22:22:20.514Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:22:20.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T22:22:20.813Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T22:22:20.892Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T22:22:20.929Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T22:22:21.315Z] $ docker top c44c678df17553b12847291f336d2c98e1aeb7f78d19a40c6d2ea04ffe5edb53 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-11T22:22:21.472Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.2.1-dev.25' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-11T22:22:21.758Z] + git semver [Pipeline] } [2022-07-11T22:22:22.031Z] $ docker stop --time=1 c44c678df17553b12847291f336d2c98e1aeb7f78d19a40c6d2ea04ffe5edb53 [2022-07-11T22:22:23.346Z] $ docker rm -f c44c678df17553b12847291f336d2c98e1aeb7f78d19a40c6d2ea04ffe5edb53 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T22:22:23.691Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-11T22:22:23.691Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:22:23.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T22:22:23.989Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T22:22:24.066Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T22:22:24.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T22:22:24.493Z] $ docker top 03505df22c7cee0c2be0d6816b5881f67b0b736805fc3cda78e6818c5eb1860a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-11T22:22:24.578Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.2.1-dev.25' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-11T22:22:24.871Z] + git semver [Pipeline] } [2022-07-11T22:22:25.148Z] $ docker stop --time=1 03505df22c7cee0c2be0d6816b5881f67b0b736805fc3cda78e6818c5eb1860a [2022-07-11T22:22:26.462Z] $ docker rm -f 03505df22c7cee0c2be0d6816b5881f67b0b736805fc3cda78e6818c5eb1860a [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 [2022-07-11T22:22:26.944Z] + [ -d /w/workspace/edgex-go/258/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:22:27.238Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:22:28.097Z] ---> package-listing.sh [2022-07-11T22:22:28.098Z] ++ facter osfamily [2022-07-11T22:22:28.098Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-11T22:22:28.358Z] + OS_FAMILY=debian [2022-07-11T22:22:28.358Z] + workspace=/w/workspace/edgex-go/258 [2022-07-11T22:22:28.358Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-11T22:22:28.358Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-11T22:22:28.358Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-11T22:22:28.358Z] + PACKAGES=/tmp/packages_start.txt [2022-07-11T22:22:28.358Z] + '[' /w/workspace/edgex-go/258 ']' [2022-07-11T22:22:28.358Z] + PACKAGES=/tmp/packages_end.txt [2022-07-11T22:22:28.358Z] + case "${OS_FAMILY}" in [2022-07-11T22:22:28.358Z] + dpkg -l [2022-07-11T22:22:28.358Z] + grep '^ii' [2022-07-11T22:22:28.358Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-11T22:22:28.358Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-11T22:22:28.358Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-11T22:22:28.358Z] + '[' /w/workspace/edgex-go/258 ']' [2022-07-11T22:22:28.358Z] + mkdir -p /w/workspace/edgex-go/258/archives/ [2022-07-11T22:22:28.358Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/258/archives/ [Pipeline] echo [2022-07-11T22:22:28.370Z] 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/258/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-11T22:22:28.647Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:22:29.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T22:22:29.214Z] [2022-07-11T22:22:29.214Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T22:22:29.513Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T22:22:29.513Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-11T22:22:29.513Z] 5eb5b503b376: Pulling fs layer [2022-07-11T22:22:29.513Z] 5c69ac0246d0: Pulling fs layer [2022-07-11T22:22:29.513Z] ec43610c2a17: Pulling fs layer [2022-07-11T22:22:29.513Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-11T22:22:29.513Z] 33b1e0a273af: Pulling fs layer [2022-07-11T22:22:29.513Z] 5d3b04190fa2: Pulling fs layer [2022-07-11T22:22:29.513Z] 2f39f015ded8: Pulling fs layer [2022-07-11T22:22:29.513Z] 3a2ae6a8a46f: Waiting [2022-07-11T22:22:29.513Z] 33b1e0a273af: Waiting [2022-07-11T22:22:29.513Z] 5d3b04190fa2: Waiting [2022-07-11T22:22:29.513Z] 2f39f015ded8: Waiting [2022-07-11T22:22:29.513Z] 5c69ac0246d0: Download complete [2022-07-11T22:22:29.513Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-11T22:22:29.513Z] 3a2ae6a8a46f: Download complete [2022-07-11T22:22:29.513Z] 33b1e0a273af: Verifying Checksum [2022-07-11T22:22:29.513Z] 33b1e0a273af: Download complete [2022-07-11T22:22:29.513Z] 5d3b04190fa2: Verifying Checksum [2022-07-11T22:22:29.513Z] 5d3b04190fa2: Download complete [2022-07-11T22:22:29.513Z] ec43610c2a17: Verifying Checksum [2022-07-11T22:22:29.513Z] ec43610c2a17: Download complete [2022-07-11T22:22:29.773Z] 5eb5b503b376: Verifying Checksum [2022-07-11T22:22:29.773Z] 5eb5b503b376: Download complete [2022-07-11T22:22:30.342Z] 2f39f015ded8: Download complete [2022-07-11T22:22:30.911Z] 5eb5b503b376: Pull complete [2022-07-11T22:22:31.170Z] 5c69ac0246d0: Pull complete [2022-07-11T22:22:31.825Z] ec43610c2a17: Pull complete [2022-07-11T22:22:31.825Z] 3a2ae6a8a46f: Pull complete [2022-07-11T22:22:31.826Z] 33b1e0a273af: Pull complete [2022-07-11T22:22:31.826Z] 5d3b04190fa2: Pull complete [2022-07-11T22:22:36.023Z] 2f39f015ded8: Pull complete [2022-07-11T22:22:36.023Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-11T22:22:36.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T22:22:36.023Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T22:22:36.112Z] prd-ubuntu20.04-docker-8c-8g-19374 does not seem to be running inside a container [2022-07-11T22:22:36.145Z] $ 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/258/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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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 [2022-07-11T22:22:37.830Z] $ docker top 338fcf22ef38d362bb42e180ed609c8ed518fd67c308b9f9692e190c3f84ce7d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T22:22:38.182Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-11T22:22:38.480Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-11T22:22:38.765Z] + ls /var/log/sa-host [2022-07-11T22:22:38.765Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T22:22:38.827Z] provisioning config files... [2022-07-11T22:22:38.834Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/258@tmp/config2862577799337486243tmp [Pipeline] { [Pipeline] echo [2022-07-11T22:22:38.848Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:22:39.129Z] ---> create-netrc.sh [Pipeline] } [2022-07-11T22:22:39.136Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:22:39.461Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-11T22:22:39.469Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:22:39.752Z] ---> sudo-logs.sh [2022-07-11T22:22:39.752Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-11T22:22:39.770Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:22:40.051Z] ---> job-cost.sh [2022-07-11T22:22:40.051Z] lf-activate-venv: SKIPPING [2022-07-11T22:22:40.051Z] DEBUG: total: 0.10999999940395355 [2022-07-11T22:22:40.051Z] INFO: Retrieving Stack Cost... [2022-07-11T22:22:40.310Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-11T22:22:40.882Z] INFO: Archiving Costs [Pipeline] echo [2022-07-11T22:22:40.892Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T22:22:41.172Z] ---> logs-deploy.sh [2022-07-11T22:22:41.172Z] lf-activate-venv: SKIPPING [2022-07-11T22:22:41.172Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/258 [2022-07-11T22:22:41.172Z] INFO: archiving workspace using pattern(s): [2022-07-11T22:22:42.111Z] Archives upload complete. [2022-07-11T22:22:42.111Z] INFO: archiving logs to Nexus