Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e91acdc2e0a7e5c343260e9133d924b896cb7e93 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10407023549824047674.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1058618677896128715.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16032985298766972939.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13370228275199639269.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3503866439677033328.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16705 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/250 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/250 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision e91acdc2e0a7e5c343260e9133d924b896cb7e93 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e91acdc2e0a7e5c343260e9133d924b896cb7e93 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4070)" > git rev-list --no-walk a157344ed5a2a308e5221a4550246afdf7c311d5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-02T17:48:32.905Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-02T17:48:32.956Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-02T17:48:32.973Z] ========================================================= [2022-07-02T17:48:32.973Z] EdgeX Global Pipelines Version Info [2022-07-02T17:48:32.973Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-02T17:48:33.738Z] ------------------- [2022-07-02T17:48:33.738Z] stable info: [2022-07-02T17:48:33.738Z] ------------------- [2022-07-02T17:48:33.738Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-02T17:48:33.738Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-07-02T17:48:33.738Z] Message: update stable to v1.0.234 [2022-07-02T17:48:34.311Z] ------------------- [2022-07-02T17:48:34.311Z] experimental info: [2022-07-02T17:48:34.311Z] ------------------- [2022-07-02T17:48:34.311Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-07-02T17:48:34.311Z] Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 [2022-07-02T17:48:34.311Z] Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-02T17:48:34.596Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-07-02T17:48:34.609Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-07-02T17:48:34.619Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-02T17:48:34.630Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-02T17:48:34.640Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-02T17:48:34.650Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-07-02T17:48:34.659Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-02T17:48:34.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-07-02T17:48:34.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-07-02T17:48:34.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-07-02T17:48:34.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-02T17:48:34.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-02T17:48:34.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-02T17:48:34.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-02T17:48:34.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-02T17:48:34.758Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-02T17:48:34.773Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-02T17:48:34.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-02T17:48:34.795Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-07-02T17:48:34.808Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-07-02T17:48:34.818Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-02T17:48:34.831Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-02T17:48:34.841Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-02T17:48:34.854Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-07-02T17:48:34.868Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-07-02T17:48:34.883Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-07-02T17:48:34.896Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] echo [2022-07-02T17:48:34.911Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e91acdc [Pipeline] echo [2022-07-02T17:48:34.921Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-02T17:48:34.968Z] provisioning config files... [2022-07-02T17:48:34.982Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config207568240724966544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-02T17:48:35.292Z] ---> docker-login.sh [2022-07-02T17:48:35.292Z] nexus3.edgexfoundry.org:10001 [2022-07-02T17:48:35.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:48:35.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:48:35.814Z] Configure a credential helper to remove this warning. See [2022-07-02T17:48:35.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:48:35.814Z] [2022-07-02T17:48:35.814Z] Login Succeeded [2022-07-02T17:48:35.814Z] nexus3.edgexfoundry.org:10002 [2022-07-02T17:48:35.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:48:35.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:48:35.814Z] Configure a credential helper to remove this warning. See [2022-07-02T17:48:35.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:48:35.814Z] [2022-07-02T17:48:35.814Z] Login Succeeded [2022-07-02T17:48:35.814Z] nexus3.edgexfoundry.org:10003 [2022-07-02T17:48:36.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:48:36.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:48:36.075Z] Configure a credential helper to remove this warning. See [2022-07-02T17:48:36.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:48:36.075Z] [2022-07-02T17:48:36.075Z] Login Succeeded [2022-07-02T17:48:36.075Z] nexus3.edgexfoundry.org:10004 [2022-07-02T17:48:36.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:48:36.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:48:36.075Z] Configure a credential helper to remove this warning. See [2022-07-02T17:48:36.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:48:36.075Z] [2022-07-02T17:48:36.075Z] Login Succeeded [2022-07-02T17:48:36.075Z] docker.io [2022-07-02T17:48:36.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:48:36.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:48:36.597Z] Configure a credential helper to remove this warning. See [2022-07-02T17:48:36.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:48:36.597Z] [2022-07-02T17:48:36.597Z] Login Succeeded [2022-07-02T17:48:36.597Z] ---> docker-login.sh ends [Pipeline] } [2022-07-02T17:48:36.605Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-02T17:48:36.911Z] + 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-02T17:48:36.911Z] + dirname cmd/core-command/Dockerfile [2022-07-02T17:48:36.911Z] + cut -d/ -f2 [2022-07-02T17:48:36.911Z] + echo core-command,cmd/core-command/Dockerfile [2022-07-02T17:48:36.911Z] + cut -d/ -f2 [2022-07-02T17:48:36.911Z] + dirname cmd/core-data/Dockerfile [2022-07-02T17:48:36.911Z] + echo core-data,cmd/core-data/Dockerfile [2022-07-02T17:48:36.911Z] + dirname cmd/core-metadata/Dockerfile [2022-07-02T17:48:36.911Z] + cut -d/ -f2 [2022-07-02T17:48:36.911Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-07-02T17:48:36.911Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-07-02T17:48:36.911Z] + cut -d/ -f2 [2022-07-02T17:48:36.911Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-07-02T17:48:36.911Z] + + cut -d/ -f2 [2022-07-02T17:48:36.911Z] dirname cmd/security-proxy-setup/Dockerfile [2022-07-02T17:48:36.911Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-07-02T17:48:36.911Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-07-02T17:48:36.911Z] + cut -d/ -f2 [2022-07-02T17:48:36.911Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-07-02T17:48:36.911Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-07-02T17:48:36.911Z] + cut -d/ -f2 [2022-07-02T17:48:36.911Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-07-02T17:48:36.911Z] + + dirname cmd/security-spire-agent/Dockerfile [2022-07-02T17:48:36.911Z] cut -d/ -f2 [2022-07-02T17:48:36.911Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-07-02T17:48:36.911Z] + cut+ -d/ -f2 [2022-07-02T17:48:36.911Z] dirname cmd/security-spire-config/Dockerfile [2022-07-02T17:48:36.911Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-07-02T17:48:36.911Z] + dirname cmd/security-spire-server/Dockerfile [2022-07-02T17:48:36.911Z] + cut -d/ -f2 [2022-07-02T17:48:36.911Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-07-02T17:48:36.911Z] + dirname cmd/support-notifications/Dockerfile [2022-07-02T17:48:36.911Z] + cut -d/ -f2 [2022-07-02T17:48:36.911Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-07-02T17:48:36.911Z] + dirname cmd/support-scheduler/Dockerfile [2022-07-02T17:48:36.911Z] + cut -d/ -f2 [2022-07-02T17:48:36.911Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-07-02T17:48:36.911Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-07-02T17:48:36.911Z] + cut -d/ -f2 [2022-07-02T17:48:36.911Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-07-02T17:48:36.950Z] 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-02T17:48:37.299Z] + git rev-list -1 --merges e91acdc2e0a7e5c343260e9133d924b896cb7e93~1..e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] echo [2022-07-02T17:48:37.320Z] -----------> git rev-list -1 --merges e91acdc2e0a7e5c343260e9133d924b896cb7e93~1..e91acdc2e0a7e5c343260e9133d924b896cb7e93 e91acdc2e0a7e5c343260e9133d924b896cb7e93 [false] [Pipeline] sh [2022-07-02T17:48:37.611Z] + git log --format=format:%s -1 e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] echo [2022-07-02T17:48:37.626Z] ========================================================= [2022-07-02T17:48:37.626Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-02T17:48:37.626Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-07-02T17:48:38.056Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-02T17:48:38.056Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-02T17:48:38.056Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-02T17:48:38.056Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-02T17:48:38.056Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2022-07-02T17:48:38.056Z] tee -a /etc/ssh/ssh_known_hosts [2022-07-02T17:48:38.056Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:48:38.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-02T17:48:38.475Z] [2022-07-02T17:48:38.475Z] 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-02T17:48:38.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-02T17:48:38.783Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-02T17:48:38.783Z] 42c077c10790: Pulling fs layer [2022-07-02T17:48:38.783Z] f63e77b7563a: Pulling fs layer [2022-07-02T17:48:38.783Z] bd5fdadae976: Pulling fs layer [2022-07-02T17:48:38.783Z] 205491f53016: Pulling fs layer [2022-07-02T17:48:38.783Z] df18705c85c3: Pulling fs layer [2022-07-02T17:48:38.783Z] bdb3f477010e: Pulling fs layer [2022-07-02T17:48:38.783Z] c8a8fc8e1c8f: Pulling fs layer [2022-07-02T17:48:38.783Z] 2c6e9b1d212d: Pulling fs layer [2022-07-02T17:48:38.783Z] bdb8f0575790: Pulling fs layer [2022-07-02T17:48:38.783Z] 386e3cb2ff24: Pulling fs layer [2022-07-02T17:48:38.783Z] 2343380bae48: Pulling fs layer [2022-07-02T17:48:38.783Z] 205491f53016: Waiting [2022-07-02T17:48:38.783Z] df18705c85c3: Waiting [2022-07-02T17:48:38.783Z] bdb3f477010e: Waiting [2022-07-02T17:48:38.783Z] c8a8fc8e1c8f: Waiting [2022-07-02T17:48:38.783Z] 2c6e9b1d212d: Waiting [2022-07-02T17:48:38.783Z] bdb8f0575790: Waiting [2022-07-02T17:48:38.783Z] 386e3cb2ff24: Waiting [2022-07-02T17:48:38.783Z] f63e77b7563a: Download complete [2022-07-02T17:48:38.783Z] 205491f53016: Verifying Checksum [2022-07-02T17:48:38.783Z] 205491f53016: Download complete [2022-07-02T17:48:39.045Z] bd5fdadae976: Verifying Checksum [2022-07-02T17:48:39.045Z] bd5fdadae976: Download complete [2022-07-02T17:48:39.045Z] df18705c85c3: Verifying Checksum [2022-07-02T17:48:39.045Z] df18705c85c3: Download complete [2022-07-02T17:48:39.045Z] bdb3f477010e: Verifying Checksum [2022-07-02T17:48:39.045Z] bdb3f477010e: Download complete [2022-07-02T17:48:39.045Z] 2c6e9b1d212d: Verifying Checksum [2022-07-02T17:48:39.045Z] 2c6e9b1d212d: Download complete [2022-07-02T17:48:39.045Z] bdb8f0575790: Download complete [2022-07-02T17:48:39.045Z] 386e3cb2ff24: Verifying Checksum [2022-07-02T17:48:39.045Z] 386e3cb2ff24: Download complete [2022-07-02T17:48:39.045Z] 2343380bae48: Verifying Checksum [2022-07-02T17:48:39.045Z] 2343380bae48: Download complete [2022-07-02T17:48:39.045Z] 42c077c10790: Verifying Checksum [2022-07-02T17:48:39.045Z] 42c077c10790: Download complete [2022-07-02T17:48:39.305Z] c8a8fc8e1c8f: Verifying Checksum [2022-07-02T17:48:39.305Z] c8a8fc8e1c8f: Download complete [2022-07-02T17:48:40.693Z] 42c077c10790: Pull complete [2022-07-02T17:48:40.693Z] f63e77b7563a: Pull complete [2022-07-02T17:48:41.265Z] bd5fdadae976: Pull complete [2022-07-02T17:48:41.265Z] 205491f53016: Pull complete [2022-07-02T17:48:41.528Z] df18705c85c3: Pull complete [2022-07-02T17:48:41.528Z] bdb3f477010e: Pull complete [2022-07-02T17:48:44.070Z] c8a8fc8e1c8f: Pull complete [2022-07-02T17:48:44.070Z] 2c6e9b1d212d: Pull complete [2022-07-02T17:48:44.070Z] bdb8f0575790: Pull complete [2022-07-02T17:48:44.070Z] 386e3cb2ff24: Pull complete [2022-07-02T17:48:44.070Z] 2343380bae48: Pull complete [2022-07-02T17:48:44.070Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-07-02T17:48:44.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-02T17:48:44.070Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T17:48:44.180Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T17:48:44.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-02T17:48:45.471Z] $ docker top 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 -eo pid,comm [2022-07-02T17:48:45.535Z] 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-02T17:48:45.535Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-02T17:48:45.573Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-02T17:48:45.573Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-02T17:48:45.699Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-02T17:48:45.707Z] $ docker exec 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 ssh-agent [2022-07-02T17:48:45.841Z] SSH_AUTH_SOCK=/tmp/ssh-B5Z3BqP3626u/agent.34 [2022-07-02T17:48:45.841Z] SSH_AGENT_PID=40 [2022-07-02T17:48:45.848Z] Running ssh-add (command line suppressed) [2022-07-02T17:48:45.970Z] Identity added: /w/workspace/edgex-go/250@tmp/private_key_6712203249635901031.key (/w/workspace/edgex-go/250@tmp/private_key_6712203249635901031.key) [2022-07-02T17:48:45.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-02T17:48:46.275Z] + git tag --points-at HEAD [Pipeline] } [2022-07-02T17:48:46.292Z] $ docker exec --env ******** --env ******** 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 ssh-agent -k [2022-07-02T17:48:46.425Z] unset SSH_AUTH_SOCK; [2022-07-02T17:48:46.425Z] unset SSH_AGENT_PID; [2022-07-02T17:48:46.425Z] echo Agent pid 40 killed; [2022-07-02T17:48:46.433Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-02T17:48:46.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-02T17:48:46.458Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-02T17:48:46.605Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-02T17:48:46.612Z] $ docker exec 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 ssh-agent [2022-07-02T17:48:46.729Z] SSH_AUTH_SOCK=/tmp/ssh-3W3rtFzxJCPE/agent.74 [2022-07-02T17:48:46.729Z] SSH_AGENT_PID=80 [2022-07-02T17:48:46.734Z] Running ssh-add (command line suppressed) [2022-07-02T17:48:46.870Z] Identity added: /w/workspace/edgex-go/250@tmp/private_key_7159488223380192004.key (/w/workspace/edgex-go/250@tmp/private_key_7159488223380192004.key) [2022-07-02T17:48:46.882Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-02T17:48:47.174Z] + git semver init [2022-07-02T17:48:47.434Z] 2022-07-02 17:48:47,413 [run_init] DEBUG init version:0.0.0 force:False [2022-07-02T17:48:47.434Z] 2022-07-02 17:48:47,414 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/250/.semver [2022-07-02T17:48:47.434Z] 2022-07-02 17:48:47,414 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/250/.semver [2022-07-02T17:48:47.434Z] 2022-07-02 17:48:47,414 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/250/.semver'], cwd=/w/workspace/edgex-go/250, universal_newlines=False, shell=None, istream=None) [2022-07-02T17:48:51.687Z] 2022-07-02 17:48:51,216 [append_file] DEBUG append to file:/w/workspace/edgex-go/250/.git/info/exclude [2022-07-02T17:48:51.687Z] 2022-07-02 17:48:51,216 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/250/.semver/main with force:False [2022-07-02T17:48:51.687Z] 2022-07-02 17:48:51,216 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main [2022-07-02T17:48:51.687Z] 2022-07-02 17:48:51,217 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main [2022-07-02T17:48:51.687Z] 2.2.1-dev.19 [Pipeline] } [2022-07-02T17:48:51.703Z] $ docker exec --env ******** --env ******** 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 ssh-agent -k [2022-07-02T17:48:51.814Z] unset SSH_AUTH_SOCK; [2022-07-02T17:48:51.814Z] unset SSH_AGENT_PID; [2022-07-02T17:48:51.815Z] echo Agent pid 80 killed; [2022-07-02T17:48:51.824Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-02T17:48:52.135Z] + git semver [Pipeline] } [2022-07-02T17:48:52.415Z] $ docker stop --time=1 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 [2022-07-02T17:48:53.716Z] $ docker rm -f 219e51d443715a77bbb83c1e79aab3b06bb68b2db5f48efb674aceca162dd5e2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-02T17:48:54.077Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-02T17:48:54.329Z] Stashed 1 file(s) [Pipeline] echo [2022-07-02T17:48:54.330Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.19 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-07-02T17:48:54.460Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-02T17:48:54.472Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-02T17:48:54.481Z] ========================================================= [2022-07-02T17:48:54.481Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-07-02T17:48:54.481Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-02T17:48:54.774Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-02T17:48:54.774Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-02T17:48:54.774Z] 59bf1c3509f3: Pulling fs layer [2022-07-02T17:48:54.774Z] 666ba61612fd: Pulling fs layer [2022-07-02T17:48:54.774Z] 8ed8ca486205: Pulling fs layer [2022-07-02T17:48:54.774Z] cc1cd167ecdc: Pulling fs layer [2022-07-02T17:48:54.774Z] c516ae0d96e1: Pulling fs layer [2022-07-02T17:48:54.774Z] 684cea983483: Pulling fs layer [2022-07-02T17:48:54.774Z] dd3240ac7de5: Pulling fs layer [2022-07-02T17:48:54.774Z] b1e948a4e11c: Pulling fs layer [2022-07-02T17:48:54.774Z] cc1cd167ecdc: Waiting [2022-07-02T17:48:54.774Z] a8fd76ee1af6: Pulling fs layer [2022-07-02T17:48:54.774Z] 646ad004c059: Pulling fs layer [2022-07-02T17:48:54.774Z] c516ae0d96e1: Waiting [2022-07-02T17:48:54.774Z] dd3240ac7de5: Waiting [2022-07-02T17:48:54.774Z] a8fd76ee1af6: Waiting [2022-07-02T17:48:54.774Z] b1e948a4e11c: Waiting [2022-07-02T17:48:54.774Z] 646ad004c059: Waiting [2022-07-02T17:48:54.774Z] 8ed8ca486205: Verifying Checksum [2022-07-02T17:48:54.774Z] 8ed8ca486205: Download complete [2022-07-02T17:48:54.774Z] 666ba61612fd: Download complete [2022-07-02T17:48:54.774Z] c516ae0d96e1: Verifying Checksum [2022-07-02T17:48:54.774Z] c516ae0d96e1: Download complete [2022-07-02T17:48:54.774Z] 684cea983483: Verifying Checksum [2022-07-02T17:48:54.774Z] 684cea983483: Download complete [2022-07-02T17:48:54.774Z] 59bf1c3509f3: Verifying Checksum [2022-07-02T17:48:54.774Z] dd3240ac7de5: Verifying Checksum [2022-07-02T17:48:54.774Z] dd3240ac7de5: Download complete [2022-07-02T17:48:55.033Z] b1e948a4e11c: Verifying Checksum [2022-07-02T17:48:55.033Z] b1e948a4e11c: Download complete [2022-07-02T17:48:55.033Z] 59bf1c3509f3: Pull complete [2022-07-02T17:48:55.033Z] 666ba61612fd: Pull complete [2022-07-02T17:48:55.296Z] 8ed8ca486205: Pull complete [2022-07-02T17:48:55.555Z] 646ad004c059: Verifying Checksum [2022-07-02T17:48:55.555Z] 646ad004c059: Download complete [2022-07-02T17:48:55.555Z] cc1cd167ecdc: Verifying Checksum [2022-07-02T17:48:55.555Z] cc1cd167ecdc: Download complete [2022-07-02T17:48:55.818Z] a8fd76ee1af6: Verifying Checksum [2022-07-02T17:48:55.818Z] a8fd76ee1af6: Download complete [2022-07-02T17:49:00.023Z] cc1cd167ecdc: Pull complete [2022-07-02T17:49:00.023Z] c516ae0d96e1: Pull complete [2022-07-02T17:49:00.023Z] 684cea983483: Pull complete [2022-07-02T17:49:00.023Z] dd3240ac7de5: Pull complete [2022-07-02T17:49:00.284Z] b1e948a4e11c: Pull complete [2022-07-02T17:49:02.822Z] a8fd76ee1af6: Pull complete [2022-07-02T17:49:03.081Z] 646ad004c059: Pull complete [2022-07-02T17:49:03.081Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-07-02T17:49:03.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-02T17:49:03.343Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-02T17:49:03.644Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-02T17:49:03.644Z] WORKDIR /edgex [2022-07-02T17:49:03.644Z] COPY go.mod . [2022-07-02T17:49:03.644Z] RUN go mod download [2022-07-02T17:49:03.644Z] + docker build -t ci-base-image-x86_64 -f - . [2022-07-02T17:49:05.030Z] Sending build context to Docker daemon 335.1MB [2022-07-02T17:49:05.030Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-02T17:49:05.030Z] ---> 8f69c11f6b0c [2022-07-02T17:49:05.030Z] Step 2/4 : WORKDIR /edgex [2022-07-02T17:49:06.946Z] ---> Running in 178c90539199 [2022-07-02T17:49:06.946Z] Removing intermediate container 178c90539199 [2022-07-02T17:49:06.946Z] ---> 0b15687bb274 [2022-07-02T17:49:06.946Z] Step 3/4 : COPY go.mod . [2022-07-02T17:49:06.946Z] ---> f73e94574ee8 [2022-07-02T17:49:06.946Z] Step 4/4 : RUN go mod download [2022-07-02T17:49:06.946Z] ---> Running in 941b350b7ddb [2022-07-02T17:49:09.413Z] Still waiting to schedule task [2022-07-02T17:49:09.413Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-02T17:49:21.855Z] Removing intermediate container 941b350b7ddb [2022-07-02T17:49:21.855Z] ---> a2b3223f1eec [2022-07-02T17:49:21.855Z] Successfully built a2b3223f1eec [2022-07-02T17:49:21.855Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:49:22.159Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-02T17:49:22.159Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T17:49:22.238Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T17:49:22.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-02T17:49:22.682Z] $ docker top c6fc5b2be4d5a78ebf92711d84e4f123d6133f693dfeb8f120dc917fdff629c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-02T17:49:23.038Z] + go version [2022-07-02T17:49:23.038Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-07-02T17:49:23.053Z] $ docker stop --time=1 c6fc5b2be4d5a78ebf92711d84e4f123d6133f693dfeb8f120dc917fdff629c5 [2022-07-02T17:49:24.366Z] $ docker rm -f c6fc5b2be4d5a78ebf92711d84e4f123d6133f693dfeb8f120dc917fdff629c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:49:24.782Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-02T17:49:24.782Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T17:49:24.862Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T17:49:24.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-02T17:49:25.264Z] $ docker top 2ce3d5462015aa8dd0a7380c39b679623e307303dcd3a15137e0983751d247f4 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-02T17:49:25.350Z] ========================================================= [2022-07-02T17:49:25.350Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-07-02T17:49:25.350Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-02T17:49:25.692Z] + make test [2022-07-02T17:49:25.692Z] go mod tidy -compat=1.17 [2022-07-02T17:49:25.692Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-02T17:49:32.289Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-07-02T17:49:42.274Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-07-02T17:49:42.534Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-07-02T17:49:42.794Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-07-02T17:49:42.794Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-07-02T17:49:42.794Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-07-02T17:49:43.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-07-02T17:49:43.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-07-02T17:49:43.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-07-02T17:49:43.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-07-02T17:49:43.053Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-07-02T17:49:43.053Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-07-02T17:49:43.053Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-07-02T17:49:43.053Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-07-02T17:49:43.053Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-07-02T17:49:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-07-02T17:49:43.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.040s coverage: 28.7% of statements [2022-07-02T17:49:43.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-07-02T17:49:43.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-07-02T17:49:44.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.118s coverage: 98.5% of statements [2022-07-02T17:49:44.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-07-02T17:49:44.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.158s coverage: 54.2% of statements [2022-07-02T17:49:44.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-07-02T17:49:44.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-07-02T17:49:48.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.284s coverage: 89.2% of statements [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-07-02T17:49:48.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.177s coverage: 83.8% of statements [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-07-02T17:49:48.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.455s coverage: 95.6% of statements [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-07-02T17:49:48.218Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.082s coverage: 72.2% of statements [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-07-02T17:49:48.218Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.089s coverage: 60.0% of statements [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-07-02T17:49:48.218Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.074s coverage: 0.9% of statements [2022-07-02T17:49:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-07-02T17:49:48.218Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2022-07-02T17:49:48.219Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.048s coverage: 29.6% of statements [2022-07-02T17:49:48.219Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-07-02T17:49:48.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements [2022-07-02T17:49:48.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2022-07-02T17:49:48.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2022-07-02T17:49:48.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2022-07-02T17:49:48.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2022-07-02T17:49:58.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements [2022-07-02T17:49:58.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2022-07-02T17:49:59.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.194s coverage: 82.5% of statements [2022-07-02T17:49:59.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 65.1% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 58.8% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 85.4% of statements [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.203s coverage: 91.2% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 64.4% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.064s coverage: 89.4% of statements [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.360s coverage: 65.4% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.181s coverage: 43.8% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.094s coverage: 17.7% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.171s coverage: 92.3% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-07-02T17:50:09.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2022-07-02T17:50:09.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements [2022-07-02T17:50:09.601Z] 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-02T17:50:27.707Z] GO111MODULE=on go vet ./... [2022-07-02T17:50:32.982Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-02T17:50:32.982Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-02T17:50:32.982Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-02T17:50:32.994Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-02T17:50:33.282Z] + ls -al . [2022-07-02T17:50:33.282Z] total 684 [2022-07-02T17:50:33.282Z] drwxrwxr-x 10 1001 1001 4096 Jul 2 17:49 . [2022-07-02T17:50:33.282Z] drwxr-xr-x 4 root root 4096 Jul 2 17:49 .. [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 11 Jul 2 17:48 .dockerignore [2022-07-02T17:50:33.282Z] drwxrwxr-x 8 1001 1001 4096 Jul 2 17:48 .git [2022-07-02T17:50:33.282Z] drwxrwxr-x 3 1001 1001 4096 Jul 2 17:48 .github [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 879 Jul 2 17:48 .gitignore [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 42 Jul 2 17:48 .golangci.yml [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 87 Jul 2 17:48 .hadolint.yml [2022-07-02T17:50:33.282Z] drwxr-xr-x 3 1001 1001 4096 Jul 2 17:48 .semver [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 166 Jul 2 17:48 .sonarcloud.properties [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 1171 Jul 2 17:48 ADOPTERS.md [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 10347 Jul 2 17:48 Attribution.txt [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 63209 Jul 2 17:48 CHANGELOG.md [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 3804 Jul 2 17:48 CONTRIBUTING.md [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 677 Jul 2 17:48 GOVERNANCE.md [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 850 Jul 2 17:48 Jenkinsfile [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 10775 Jul 2 17:48 LICENSE [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 10389 Jul 2 17:48 Makefile [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 582 Jul 2 17:48 OWNERS.md [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 9094 Jul 2 17:48 README.md [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 6912 Jul 2 17:48 SECURITY.md [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 12 Jul 2 17:48 VERSION [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 4131 Jul 2 17:48 ZMQWindows.md [2022-07-02T17:50:33.282Z] drwxrwxr-x 2 1001 1001 4096 Jul 2 17:48 bin [2022-07-02T17:50:33.282Z] drwxrwxr-x 18 1001 1001 4096 Jul 2 17:48 cmd [2022-07-02T17:50:33.282Z] -rw-r--r-- 1 root root 435593 Jul 2 17:50 coverage.out [2022-07-02T17:50:33.282Z] -rw-rw-r-- 1 1001 1001 3311 Jul 2 17:48 go.mod [2022-07-02T17:50:33.283Z] -rw-rw-r-- 1 1001 1001 36231 Jul 2 17:49 go.sum [2022-07-02T17:50:33.283Z] drwxrwxr-x 8 1001 1001 4096 Jul 2 17:48 internal [2022-07-02T17:50:33.283Z] drwxrwxr-x 3 1001 1001 4096 Jul 2 17:48 openapi [2022-07-02T17:50:33.283Z] drwxrwxr-x 4 1001 1001 4096 Jul 2 17:48 snap [2022-07-02T17:50:33.283Z] -rw-rw-r-- 1 1001 1001 204 Jul 2 17:48 version.go [Pipeline] sh [2022-07-02T17:50:33.567Z] + '[' -e coverage.out ] [2022-07-02T17:50:33.567Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-07-02T17:50:33.649Z] Stashed 1 file(s) [Pipeline] sh [2022-07-02T17:50:33.930Z] + make build [2022-07-02T17:50:33.930Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-02T17:50:48.832Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-02T17:50:49.288Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16706 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-07-02T17:50:49.300Z] Running in /w/workspace/edgex-go/250 [Pipeline] { [Pipeline] checkout [2022-07-02T17:50:49.340Z] The recommended git tool is: git [2022-07-02T17:50:56.362Z] using credential edgex-jenkins-ssh [2022-07-02T17:50:56.379Z] Cloning the remote Git repository [2022-07-02T17:50:56.960Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-02T17:50:57.219Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-02T17:50:56.450Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-07-02T17:50:56.525Z] > git init /w/workspace/edgex-go/250 # timeout=10 [2022-07-02T17:50:56.611Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-02T17:50:56.611Z] > git --version # timeout=10 [2022-07-02T17:50:56.631Z] > git --version # 'git version 2.25.1' [2022-07-02T17:50:56.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-02T17:50:56.761Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-02T17:51:03.790Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-02T17:51:03.790Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-02T17:51:04.356Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-02T17:51:05.735Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-02T17:51:06.303Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-02T17:51:07.243Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-02T17:51:08.183Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-02T17:51:09.128Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-02T17:51:10.508Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-07-02T17:51:11.464Z] $ docker stop --time=1 2ce3d5462015aa8dd0a7380c39b679623e307303dcd3a15137e0983751d247f4 [2022-07-02T17:51:13.728Z] $ docker rm -f 2ce3d5462015aa8dd0a7380c39b679623e307303dcd3a15137e0983751d247f4 [2022-07-02T17:51:13.742Z] Avoid second fetch [2022-07-02T17:51:13.742Z] Checking out Revision e91acdc2e0a7e5c343260e9133d924b896cb7e93 (main) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2022-07-02T17:51:13.699Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-02T17:51:13.718Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-02T17:51:13.766Z] > git config core.sparsecheckout # timeout=10 [2022-07-02T17:51:13.781Z] > git checkout -f e91acdc2e0a7e5c343260e9133d924b896cb7e93 # timeout=10 [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:51:14.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-02T17:51:14.540Z] [2022-07-02T17:51:14.540Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:51:14.832Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-02T17:51:14.832Z] latest: Pulling from edgex-devops/edgex-compose [2022-07-02T17:51:14.832Z] cbdbe7a5bc2a: Pulling fs layer [2022-07-02T17:51:14.832Z] ca9280d653b3: Pulling fs layer [2022-07-02T17:51:14.832Z] 7e9c9ca2126c: Pulling fs layer [2022-07-02T17:51:14.832Z] cbdbe7a5bc2a: Verifying Checksum [2022-07-02T17:51:14.832Z] cbdbe7a5bc2a: Download complete [2022-07-02T17:51:15.092Z] ca9280d653b3: Verifying Checksum [2022-07-02T17:51:15.092Z] ca9280d653b3: Download complete [2022-07-02T17:51:15.092Z] cbdbe7a5bc2a: Pull complete [2022-07-02T17:51:15.459Z] 7e9c9ca2126c: Download complete [2022-07-02T17:51:15.459Z] ca9280d653b3: Pull complete [2022-07-02T17:51:18.087Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4070)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-02T17:51:18.794Z] 7e9c9ca2126c: Pull complete [2022-07-02T17:51:18.794Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-07-02T17:51:18.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-02T17:51:18.794Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T17:51:18.891Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T17:51:18.905Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-02T17:51:18.905Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-02T17:51:18.905Z] Dload Upload Total Spent Left Speed [2022-07-02T17:51:18.905Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 96480 0 --:--:-- --:--:-- --:--:-- 97246 [2022-07-02T17:51:18.929Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-07-02T17:51:20.081Z] $ docker top 221d98d5e202938327441de8f9e1069919919a18f426c85a9b290e18a11d6b53 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2022-07-02T17:51:20.478Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-02T17:51:20.502Z] + docker-compose build --help [2022-07-02T17:51:20.502Z] + grep parallel [2022-07-02T17:51:20.882Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2022-07-02T17:51:20.882Z] /etc/docker/daemon.json [2022-07-02T17:51:20.882Z] { [2022-07-02T17:51:20.882Z] "registry-mirrors": [ [2022-07-02T17:51:20.882Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-02T17:51:20.882Z] ], [2022-07-02T17:51:20.882Z] "bip": "10.250.0.254/24", [2022-07-02T17:51:20.882Z] "hosts": [ [2022-07-02T17:51:20.882Z] "tcp://0.0.0.0:5555", [2022-07-02T17:51:20.882Z] "unix:///var/run/docker.sock" [2022-07-02T17:51:20.882Z] ], [2022-07-02T17:51:20.882Z] "mtu": 1458, [2022-07-02T17:51:20.882Z] "selinux-enabled": true, [2022-07-02T17:51:20.882Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-02T17:51:20.882Z] } [Pipeline] sh [2022-07-02T17:51:21.072Z] --parallel Build images in parallel. [Pipeline] } [2022-07-02T17:51:21.087Z] $ docker stop --time=1 221d98d5e202938327441de8f9e1069919919a18f426c85a9b290e18a11d6b53 [2022-07-02T17:51:21.288Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2022-07-02T17:51:22.362Z] $ docker rm -f 221d98d5e202938327441de8f9e1069919919a18f426c85a9b290e18a11d6b53 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:51:22.736Z] + sudo service docker restart [2022-07-02T17:51:22.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-02T17:51:22.805Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T17:51:22.886Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T17:51:22.917Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-07-02T17:51:23.249Z] $ docker top 77936e5f2dd30d37f0108b58761153e0f19dcdce81cafd9a69b18b8c2fe1dfd7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-02T17:51:23.599Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-02T17:51:24.167Z] Building core-command ... [2022-07-02T17:51:24.167Z] Building core-data ... [2022-07-02T17:51:24.167Z] Building core-metadata ... [2022-07-02T17:51:24.167Z] Building security-bootstrapper ... [2022-07-02T17:51:24.167Z] Building security-proxy-setup ... [2022-07-02T17:51:24.167Z] Building security-secretstore-setup ... [2022-07-02T17:51:24.167Z] Building security-spiffe-token-provider ... [2022-07-02T17:51:24.167Z] Building security-spire-agent ... [2022-07-02T17:51:24.167Z] Building security-spire-config ... [2022-07-02T17:51:24.167Z] Building security-spire-server ... [2022-07-02T17:51:24.167Z] Building support-notifications ... [2022-07-02T17:51:24.167Z] Building support-scheduler ... [2022-07-02T17:51:24.167Z] Building sys-mgmt-agent ... [2022-07-02T17:51:24.167Z] Building sys-mgmt-agent [2022-07-02T17:51:24.167Z] Building security-spire-server [2022-07-02T17:51:24.167Z] Building core-data [2022-07-02T17:51:24.167Z] Building support-scheduler [2022-07-02T17:51:24.167Z] Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-02T17:51:41.064Z] provisioning config files... [2022-07-02T17:51:41.090Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config177614157071602130tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-02T17:51:41.452Z] ---> docker-login.sh [2022-07-02T17:51:41.452Z] nexus3.edgexfoundry.org:10001 [2022-07-02T17:51:42.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:51:42.277Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:51:42.277Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:51:42.277Z] ---> a2b3223f1eec [2022-07-02T17:51:42.277Z] Step 3/23 : WORKDIR /edgex-go [2022-07-02T17:51:42.277Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:51:42.277Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:51:42.277Z] ---> a2b3223f1eec [2022-07-02T17:51:42.277Z] Step 3/25 : WORKDIR /edgex-go [2022-07-02T17:51:42.277Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:51:42.277Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:51:42.277Z] ---> a2b3223f1eec [2022-07-02T17:51:42.277Z] Step 3/22 : WORKDIR /edgex-go [2022-07-02T17:51:42.277Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:51:42.277Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:51:42.277Z] ---> a2b3223f1eec [2022-07-02T17:51:42.277Z] Step 3/23 : WORKDIR /edgex-go [2022-07-02T17:51:42.277Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:51:42.277Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:51:42.277Z] ---> a2b3223f1eec [2022-07-02T17:51:42.277Z] Step 3/26 : WORKDIR /edgex-go [2022-07-02T17:51:42.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:51:42.322Z] Configure a credential helper to remove this warning. See [2022-07-02T17:51:42.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:51:42.322Z] [2022-07-02T17:51:42.322Z] Login Succeeded [2022-07-02T17:51:42.322Z] nexus3.edgexfoundry.org:10002 [2022-07-02T17:51:42.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:51:42.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:51:42.595Z] Configure a credential helper to remove this warning. See [2022-07-02T17:51:42.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:51:42.595Z] [2022-07-02T17:51:42.595Z] Login Succeeded [2022-07-02T17:51:42.595Z] nexus3.edgexfoundry.org:10003 [2022-07-02T17:51:42.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:51:43.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:51:43.146Z] Configure a credential helper to remove this warning. See [2022-07-02T17:51:43.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:51:43.146Z] [2022-07-02T17:51:43.146Z] Login Succeeded [2022-07-02T17:51:43.146Z] nexus3.edgexfoundry.org:10004 [2022-07-02T17:51:43.218Z] ---> Running in 68857ce02a26 [2022-07-02T17:51:43.218Z] ---> Running in 6bf09bbde10c [2022-07-02T17:51:43.218Z] ---> Running in 404def080ded [2022-07-02T17:51:43.218Z] ---> Running in 1733da0dc316 [2022-07-02T17:51:43.218Z] ---> Running in 544bbed01662 [2022-07-02T17:51:43.218Z] Removing intermediate container 1733da0dc316 [2022-07-02T17:51:43.218Z] ---> 796ca841c763 [2022-07-02T17:51:43.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:51:43.218Z] Removing intermediate container 404def080ded [2022-07-02T17:51:43.218Z] ---> 59334f1c7abb [2022-07-02T17:51:43.218Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:51:43.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:51:43.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:51:43.422Z] Configure a credential helper to remove this warning. See [2022-07-02T17:51:43.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:51:43.422Z] [2022-07-02T17:51:43.422Z] Login Succeeded [2022-07-02T17:51:43.422Z] docker.io [2022-07-02T17:51:43.479Z] ---> Running in c2966af6f347 [2022-07-02T17:51:43.479Z] Removing intermediate container 68857ce02a26 [2022-07-02T17:51:43.479Z] ---> 96ebe9866266 [2022-07-02T17:51:43.479Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:51:43.479Z] Removing intermediate container 544bbed01662 [2022-07-02T17:51:43.479Z] ---> d6b1882a2402 [2022-07-02T17:51:43.479Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:51:43.479Z] Removing intermediate container 6bf09bbde10c [2022-07-02T17:51:43.479Z] ---> e08b121ad575 [2022-07-02T17:51:43.479Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:51:43.479Z] ---> Running in 2bbaa6ec0e88 [2022-07-02T17:51:43.479Z] ---> Running in 15d7a68b8e60 [2022-07-02T17:51:43.479Z] ---> Running in 31ccfdf4211e [2022-07-02T17:51:43.479Z] ---> Running in 49689fb24601 [2022-07-02T17:51:44.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:51:44.048Z] Removing intermediate container c2966af6f347 [2022-07-02T17:51:44.048Z] ---> daff8924cab5 [2022-07-02T17:51:44.048Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-02T17:51:44.048Z] ---> Running in 6b3026b2a769 [2022-07-02T17:51:44.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:51:44.287Z] Configure a credential helper to remove this warning. See [2022-07-02T17:51:44.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:51:44.287Z] [2022-07-02T17:51:44.287Z] Login Succeeded [2022-07-02T17:51:44.287Z] ---> docker-login.sh ends [Pipeline] } [2022-07-02T17:51:44.304Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-07-02T17:51:44.618Z] Removing intermediate container 49689fb24601 [2022-07-02T17:51:44.618Z] ---> 4a3883421adf [2022-07-02T17:51:44.618Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-02T17:51:44.618Z] ---> Running in 8b7576a118ba [2022-07-02T17:51:44.618Z] Removing intermediate container 15d7a68b8e60 [2022-07-02T17:51:44.618Z] ---> 3647f3ee82e6 [2022-07-02T17:51:44.618Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-02T17:51:44.619Z] Removing intermediate container 31ccfdf4211e [2022-07-02T17:51:44.619Z] ---> 4d39b6c06d85 [2022-07-02T17:51:44.619Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-02T17:51:44.619Z] ---> Running in 6dc0ec277629 [2022-07-02T17:51:44.619Z] Removing intermediate container 2bbaa6ec0e88 [2022-07-02T17:51:44.619Z] ---> 3e15fb0b64bb [2022-07-02T17:51:44.619Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-02T17:51:44.619Z] ---> Running in c03a628915ea [2022-07-02T17:51:44.619Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] echo [2022-07-02T17:51:44.795Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-02T17:51:44.808Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-02T17:51:44.816Z] ========================================================= [2022-07-02T17:51:44.816Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-07-02T17:51:44.816Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-02T17:51:44.877Z] ---> Running in 0b3320047c07 [2022-07-02T17:51:45.136Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:51:45.136Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:51:45.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-02T17:51:45.398Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:51:45.398Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:51:45.446Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-02T17:51:45.446Z] 9b3977197b4f: Pulling fs layer [2022-07-02T17:51:45.446Z] 1a89e8eeedd5: Pulling fs layer [2022-07-02T17:51:45.446Z] 94645a83ff95: Pulling fs layer [2022-07-02T17:51:45.446Z] e6fb740bc735: Pulling fs layer [2022-07-02T17:51:45.446Z] 3a77bd46dcc9: Pulling fs layer [2022-07-02T17:51:45.446Z] 355e64cbe906: Pulling fs layer [2022-07-02T17:51:45.446Z] 63ab81a10011: Pulling fs layer [2022-07-02T17:51:45.446Z] 555d1d1c4555: Pulling fs layer [2022-07-02T17:51:45.446Z] 7d9057610161: Pulling fs layer [2022-07-02T17:51:45.446Z] 355e64cbe906: Waiting [2022-07-02T17:51:45.446Z] 63ab81a10011: Waiting [2022-07-02T17:51:45.446Z] 555d1d1c4555: Waiting [2022-07-02T17:51:45.446Z] 7d9057610161: Waiting [2022-07-02T17:51:45.446Z] e6fb740bc735: Waiting [2022-07-02T17:51:45.446Z] 3a77bd46dcc9: Waiting [2022-07-02T17:51:45.446Z] 94645a83ff95: Verifying Checksum [2022-07-02T17:51:45.446Z] 94645a83ff95: Download complete [2022-07-02T17:51:45.446Z] 1a89e8eeedd5: Verifying Checksum [2022-07-02T17:51:45.446Z] 1a89e8eeedd5: Download complete [2022-07-02T17:51:45.446Z] 3a77bd46dcc9: Verifying Checksum [2022-07-02T17:51:45.446Z] 3a77bd46dcc9: Download complete [2022-07-02T17:51:45.446Z] 355e64cbe906: Verifying Checksum [2022-07-02T17:51:45.446Z] 355e64cbe906: Download complete [2022-07-02T17:51:45.446Z] 9b3977197b4f: Verifying Checksum [2022-07-02T17:51:45.446Z] 9b3977197b4f: Download complete [2022-07-02T17:51:45.446Z] 63ab81a10011: Verifying Checksum [2022-07-02T17:51:45.446Z] 63ab81a10011: Download complete [2022-07-02T17:51:45.659Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:51:45.947Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:51:45.947Z] OK: 221 MiB in 52 packages [2022-07-02T17:51:46.208Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:51:46.208Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:51:46.208Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:51:46.435Z] 9b3977197b4f: Pull complete [2022-07-02T17:51:46.435Z] 7d9057610161: Verifying Checksum [2022-07-02T17:51:46.435Z] 7d9057610161: Download complete [2022-07-02T17:51:46.467Z] Removing intermediate container 6b3026b2a769 [2022-07-02T17:51:46.467Z] ---> 77fc5176ed29 [2022-07-02T17:51:46.467Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-02T17:51:46.467Z] ---> 3571b156366b [2022-07-02T17:51:46.467Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:51:46.467Z] ---> Running in 6d143bf23b4c [2022-07-02T17:51:46.714Z] 1a89e8eeedd5: Pull complete [2022-07-02T17:51:46.726Z] OK: 221 MiB in 52 packages [2022-07-02T17:51:46.994Z] OK: 221 MiB in 52 packages [2022-07-02T17:51:46.994Z] Removing intermediate container 0b3320047c07 [2022-07-02T17:51:46.994Z] ---> 9a0861301f7f [2022-07-02T17:51:46.994Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-02T17:51:47.254Z] OK: 221 MiB in 52 packages [2022-07-02T17:51:47.254Z] ---> 5ae00fead9ed [2022-07-02T17:51:47.254Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:51:47.254Z] ---> Running in c9ab7c35208d [2022-07-02T17:51:47.254Z] OK: 221 MiB in 52 packages [2022-07-02T17:51:47.310Z] 94645a83ff95: Pull complete [2022-07-02T17:51:47.310Z] 555d1d1c4555: Verifying Checksum [2022-07-02T17:51:47.310Z] 555d1d1c4555: Download complete [2022-07-02T17:51:47.513Z] Removing intermediate container 6d143bf23b4c [2022-07-02T17:51:47.513Z] ---> 3d36e4b8be77 [2022-07-02T17:51:47.513Z] Step 8/23 : COPY . . [2022-07-02T17:51:47.790Z] Removing intermediate container c03a628915ea [2022-07-02T17:51:47.790Z] ---> cbbbd83611e0 [2022-07-02T17:51:47.790Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-02T17:51:47.905Z] e6fb740bc735: Download complete [2022-07-02T17:51:48.049Z] Removing intermediate container 8b7576a118ba [2022-07-02T17:51:48.049Z] ---> 937417abb1eb [2022-07-02T17:51:48.049Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-02T17:51:48.049Z] Removing intermediate container 6dc0ec277629 [2022-07-02T17:51:48.049Z] ---> 839981f6fa0f [2022-07-02T17:51:48.049Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-02T17:51:48.309Z] ---> 056455c688b6 [2022-07-02T17:51:48.309Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:51:48.309Z] ---> 7867d827920a [2022-07-02T17:51:48.309Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:51:48.309Z] ---> cf294d215a42 [2022-07-02T17:51:48.309Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:51:48.309Z] ---> Running in fcb6da7d23e1 [2022-07-02T17:51:48.309Z] ---> Running in 304e9c6f48fd [2022-07-02T17:51:48.568Z] ---> Running in 6d1b710a4550 [2022-07-02T17:51:48.568Z] Removing intermediate container c9ab7c35208d [2022-07-02T17:51:48.568Z] ---> 54da0e99f412 [2022-07-02T17:51:48.568Z] Step 8/26 : COPY . . [2022-07-02T17:51:51.854Z] Removing intermediate container 6d1b710a4550 [2022-07-02T17:51:51.854Z] ---> 8974e8a3d79f [2022-07-02T17:51:51.854Z] Step 8/23 : COPY . . [2022-07-02T17:51:51.854Z] Removing intermediate container 304e9c6f48fd [2022-07-02T17:51:51.854Z] ---> 2319ff7af138 [2022-07-02T17:51:51.854Z] Step 8/25 : COPY . . [2022-07-02T17:51:51.854Z] Removing intermediate container fcb6da7d23e1 [2022-07-02T17:51:51.854Z] ---> af14779024d8 [2022-07-02T17:51:51.854Z] Step 8/22 : COPY . . [2022-07-02T17:51:58.451Z] ---> f95f24b92bbc [2022-07-02T17:51:58.451Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-02T17:51:58.451Z] ---> ec9ce9e1eb72 [2022-07-02T17:51:58.451Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-02T17:51:58.451Z] ---> Running in d804f5b3d047 [2022-07-02T17:51:58.451Z] ---> 75dc10ee4b57 [2022-07-02T17:51:58.451Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-02T17:51:58.451Z] ---> Running in fbd9121be88d [2022-07-02T17:51:58.451Z] ---> b80e7d5bdb58 [2022-07-02T17:51:58.451Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-02T17:51:58.451Z] ---> 683764082dc1 [2022-07-02T17:51:58.451Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-02T17:51:58.451Z] ---> Running in 8adffbfd4c02 [2022-07-02T17:51:58.451Z] ---> Running in 129bbc8d5974 [2022-07-02T17:51:58.451Z] ---> Running in 814a9bc37934 [2022-07-02T17:51:58.451Z] Removing intermediate container fbd9121be88d [2022-07-02T17:51:58.451Z] ---> 5d97e6d7ee06 [2022-07-02T17:51:58.451Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-02T17:51:58.451Z] ---> Running in f70765b94937 [2022-07-02T17:51:58.451Z] Removing intermediate container 814a9bc37934 [2022-07-02T17:51:58.451Z] ---> 6f360bd7335f [2022-07-02T17:51:58.451Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-02T17:51:58.714Z] ---> Running in c2709db245e8 [2022-07-02T17:51:58.714Z] Removing intermediate container f70765b94937 [2022-07-02T17:51:58.714Z] ---> 9708ae63351b [2022-07-02T17:51:58.714Z] 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-02T17:51:58.714Z] ---> Running in 9f3501f3fb68 [2022-07-02T17:51:58.714Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-02T17:51:58.714Z] Removing intermediate container c2709db245e8 [2022-07-02T17:51:58.714Z] ---> 5c7f02125ca8 [2022-07-02T17:51:58.714Z] 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-02T17:51:58.714Z] ---> Running in 933a1aee0c04 [2022-07-02T17:51:58.714Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-02T17:51:58.972Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-02T17:51:59.540Z] Removing intermediate container 9f3501f3fb68 [2022-07-02T17:51:59.540Z] ---> 8ec6292698a0 [2022-07-02T17:51:59.540Z] Step 12/26 : WORKDIR /edgex-go [2022-07-02T17:51:59.800Z] ---> Running in f6eb96ebc2b3 [2022-07-02T17:51:59.800Z] Removing intermediate container 933a1aee0c04 [2022-07-02T17:51:59.800Z] ---> bb9ba3e8d1f0 [2022-07-02T17:51:59.800Z] Step 12/25 : WORKDIR /edgex-go [2022-07-02T17:51:59.800Z] ---> Running in 8ba9b1ed8f1c [2022-07-02T17:51:59.800Z] Removing intermediate container f6eb96ebc2b3 [2022-07-02T17:51:59.800Z] ---> 8ec45e39d404 [2022-07-02T17:51:59.800Z] [2022-07-02T17:51:59.800Z] Step 13/26 : FROM alpine:3.15 [2022-07-02T17:52:00.061Z] 3.15: Pulling from library/alpine [2022-07-02T17:52:00.061Z] Removing intermediate container 8ba9b1ed8f1c [2022-07-02T17:52:00.061Z] ---> bd84ffa2ae09 [2022-07-02T17:52:00.061Z] [2022-07-02T17:52:00.061Z] Step 13/25 : FROM alpine:3.15 [2022-07-02T17:52:00.061Z] 3.15: Pulling from library/alpine [2022-07-02T17:52:00.320Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-02T17:52:00.320Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-02T17:52:00.320Z] Status: Downloaded newer image for alpine:3.15 [2022-07-02T17:52:00.320Z] Status: Image is up to date for alpine:3.15 [2022-07-02T17:52:00.320Z] ---> 0ac33e5f5afa [2022-07-02T17:52:00.320Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-02T17:52:00.320Z] ---> 0ac33e5f5afa [2022-07-02T17:52:00.320Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-02T17:52:00.320Z] ---> Running in 91c5a17c1c72 [2022-07-02T17:52:00.320Z] ---> Running in d968184c9591 [2022-07-02T17:52:00.322Z] e6fb740bc735: Pull complete [2022-07-02T17:52:00.322Z] 3a77bd46dcc9: Pull complete [2022-07-02T17:52:00.322Z] 355e64cbe906: Pull complete [2022-07-02T17:52:00.322Z] 63ab81a10011: Pull complete [2022-07-02T17:52:00.579Z] Removing intermediate container d968184c9591 [2022-07-02T17:52:00.580Z] ---> a57e756fb5f5 [2022-07-02T17:52:00.580Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:52:00.580Z] Removing intermediate container 91c5a17c1c72 [2022-07-02T17:52:00.580Z] ---> 4a8c5ed6de80 [2022-07-02T17:52:00.580Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:52:00.580Z] ---> Running in 3852dd17b82c [2022-07-02T17:52:00.580Z] ---> Running in bd3701b747f0 [2022-07-02T17:52:01.521Z] Removing intermediate container 3852dd17b82c [2022-07-02T17:52:01.521Z] ---> 5b28a748b85e [2022-07-02T17:52:01.521Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-02T17:52:01.780Z] ---> Running in bd2401c547ef [2022-07-02T17:52:01.780Z] Removing intermediate container bd3701b747f0 [2022-07-02T17:52:01.780Z] ---> 6ff83c9c88d1 [2022-07-02T17:52:01.780Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-02T17:52:01.780Z] ---> Running in 2c912679d992 [2022-07-02T17:52:02.348Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:02.606Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:03.534Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:03.534Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:03.792Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-02T17:52:03.792Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-02T17:52:03.792Z] OK: 15859 distinct packages available [2022-07-02T17:52:03.792Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-02T17:52:03.792Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-02T17:52:03.792Z] OK: 15859 distinct packages available [2022-07-02T17:52:03.792Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:03.792Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:04.727Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:04.727Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:04.984Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-02T17:52:04.984Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-02T17:52:04.984Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-02T17:52:04.984Z] (3/5) Installing libucontext (1.1-r0) [2022-07-02T17:52:05.243Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-02T17:52:05.243Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-02T17:52:05.243Z] (3/4) Installing libucontext (1.1-r0) [2022-07-02T17:52:05.243Z] (5/5) Installing openssl (1.1.1p-r0) [2022-07-02T17:52:05.243Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-02T17:52:05.243Z] Executing busybox-1.34.1-r5.trigger [2022-07-02T17:52:05.503Z] OK: 6 MiB in 19 packages [2022-07-02T17:52:05.503Z] Executing busybox-1.34.1-r5.trigger [2022-07-02T17:52:05.503Z] OK: 6 MiB in 18 packages [2022-07-02T17:52:05.735Z] 555d1d1c4555: Pull complete [2022-07-02T17:52:06.888Z] Removing intermediate container 2c912679d992 [2022-07-02T17:52:06.889Z] ---> 544327cb0b53 [2022-07-02T17:52:06.889Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-02T17:52:06.889Z] Removing intermediate container bd2401c547ef [2022-07-02T17:52:06.889Z] ---> 0c8280dab712 [2022-07-02T17:52:06.889Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-02T17:52:07.721Z] 7d9057610161: Pull complete [2022-07-02T17:52:07.721Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-07-02T17:52:07.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-02T17:52:07.721Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-02T17:52:08.073Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-02T17:52:08.073Z] WORKDIR /edgex [2022-07-02T17:52:08.073Z] COPY go.mod . [2022-07-02T17:52:08.073Z] RUN go mod download [2022-07-02T17:52:08.073Z] + docker build -t ci-base-image-arm64 -f - . [2022-07-02T17:52:10.185Z] ---> e666c6085c51 [2022-07-02T17:52:10.185Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-02T17:52:10.185Z] ---> 25c4e97dae90 [2022-07-02T17:52:10.185Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-02T17:52:10.443Z] ---> 4bafa67de7d4 [2022-07-02T17:52:10.443Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-02T17:52:10.443Z] ---> 36115ed3d4f9 [2022-07-02T17:52:10.443Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-02T17:52:10.443Z] ---> Running in bfb1b580296a [2022-07-02T17:52:10.705Z] ---> 378ce53bd6d3 [2022-07-02T17:52:10.705Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-02T17:52:10.705Z] Removing intermediate container bfb1b580296a [2022-07-02T17:52:10.705Z] ---> 4975968c363d [2022-07-02T17:52:10.705Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-02T17:52:10.710Z] Sending build context to Docker daemon 169.2MB [2022-07-02T17:52:10.710Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-02T17:52:10.710Z] ---> 819e984ddca1 [2022-07-02T17:52:10.710Z] Step 2/4 : WORKDIR /edgex [2022-07-02T17:52:11.279Z] ---> 4d17cfdf6f5b [2022-07-02T17:52:11.279Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-02T17:52:11.279Z] ---> a92298a20519 [2022-07-02T17:52:11.279Z] Step 21/26 : WORKDIR / [2022-07-02T17:52:11.279Z] ---> Running in b3039b0fa3d0 [2022-07-02T17:52:11.279Z] ---> Running in e2c66c5097bf [2022-07-02T17:52:11.539Z] Removing intermediate container e2c66c5097bf [2022-07-02T17:52:11.539Z] ---> 070ece1360a2 [2022-07-02T17:52:11.539Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-02T17:52:11.539Z] Removing intermediate container b3039b0fa3d0 [2022-07-02T17:52:11.539Z] ---> fd90062f79c1 [2022-07-02T17:52:11.539Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-02T17:52:11.539Z] ---> Running in c8cd024626f3 [2022-07-02T17:52:11.807Z] ---> Running in b3c0822b2065 [2022-07-02T17:52:11.807Z] Removing intermediate container c8cd024626f3 [2022-07-02T17:52:11.807Z] ---> 7091739ea6b7 [2022-07-02T17:52:11.807Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-02T17:52:11.807Z] ---> Running in 5f24a8ee695b [2022-07-02T17:52:11.807Z] Removing intermediate container b3c0822b2065 [2022-07-02T17:52:11.807Z] ---> 36af71e20a6e [2022-07-02T17:52:11.807Z] Step 23/25 : LABEL arch=x86_64 [2022-07-02T17:52:12.068Z] ---> Running in b49b675e0de7 [2022-07-02T17:52:12.068Z] Removing intermediate container 5f24a8ee695b [2022-07-02T17:52:12.068Z] ---> f237b6122c9d [2022-07-02T17:52:12.068Z] Step 24/26 : LABEL arch=x86_64 [2022-07-02T17:52:12.068Z] ---> Running in a4924f9574a8 [2022-07-02T17:52:12.146Z] ---> Running in e381ce166253 [2022-07-02T17:52:12.328Z] Removing intermediate container b49b675e0de7 [2022-07-02T17:52:12.328Z] ---> 3f7775859e52 [2022-07-02T17:52:12.328Z] Step 24/25 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:52:12.328Z] ---> Running in 27702fd33787 [2022-07-02T17:52:12.328Z] Removing intermediate container a4924f9574a8 [2022-07-02T17:52:12.328Z] ---> a7039df5a7ba [2022-07-02T17:52:12.328Z] Step 25/26 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:52:12.328Z] ---> Running in 22c0feed8c02 [2022-07-02T17:52:12.420Z] Removing intermediate container e381ce166253 [2022-07-02T17:52:12.420Z] ---> dc959b9b2a49 [2022-07-02T17:52:12.420Z] Step 3/4 : COPY go.mod . [2022-07-02T17:52:12.587Z] Removing intermediate container 27702fd33787 [2022-07-02T17:52:12.587Z] ---> d44718d6b292 [2022-07-02T17:52:12.587Z] Step 25/25 : LABEL version=2.2.1-dev.19 [2022-07-02T17:52:12.587Z] ---> Running in 82900af5cfc8 [2022-07-02T17:52:12.587Z] Removing intermediate container 22c0feed8c02 [2022-07-02T17:52:12.587Z] ---> ab8d2c155a71 [2022-07-02T17:52:12.587Z] Step 26/26 : LABEL version=2.2.1-dev.19 [2022-07-02T17:52:12.587Z] ---> Running in 81e78fb7bc81 [2022-07-02T17:52:12.846Z] Removing intermediate container 82900af5cfc8 [2022-07-02T17:52:12.846Z] ---> c9e50edd18ee [2022-07-02T17:52:12.846Z] [2022-07-02T17:52:12.846Z] Successfully built c9e50edd18ee [2022-07-02T17:52:12.846Z] Successfully tagged security-spire-server:latest [2022-07-02T17:52:12.846Z]  Building security-spire-server ... done Building core-command [2022-07-02T17:52:12.846Z] Removing intermediate container 81e78fb7bc81 [2022-07-02T17:52:12.846Z] ---> eb9ac99bcbe1 [2022-07-02T17:52:12.846Z] [2022-07-02T17:52:13.019Z] ---> 7f25b1409b92 [2022-07-02T17:52:13.019Z] Step 4/4 : RUN go mod download [2022-07-02T17:52:13.019Z] ---> Running in 08a9c05f8a1b [2022-07-02T17:52:13.105Z] Successfully built eb9ac99bcbe1 [2022-07-02T17:52:13.105Z] Successfully tagged security-spire-config:latest [2022-07-02T17:52:13.105Z]  Building security-spire-config ... done Building support-notifications [2022-07-02T17:52:19.675Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:52:19.675Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:52:19.675Z] ---> a2b3223f1eec [2022-07-02T17:52:19.675Z] Step 3/23 : WORKDIR /edgex-go [2022-07-02T17:52:19.675Z] ---> Using cache [2022-07-02T17:52:19.675Z] ---> e08b121ad575 [2022-07-02T17:52:19.675Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:52:19.675Z] ---> Using cache [2022-07-02T17:52:19.675Z] ---> 4a3883421adf [2022-07-02T17:52:19.675Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-02T17:52:19.675Z] ---> Using cache [2022-07-02T17:52:19.675Z] ---> 937417abb1eb [2022-07-02T17:52:19.675Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-02T17:52:19.675Z] ---> Using cache [2022-07-02T17:52:19.675Z] ---> 056455c688b6 [2022-07-02T17:52:19.675Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:52:19.675Z] ---> Using cache [2022-07-02T17:52:19.675Z] ---> af14779024d8 [2022-07-02T17:52:19.675Z] Step 8/23 : COPY . . [2022-07-02T17:52:19.675Z] ---> Using cache [2022-07-02T17:52:19.675Z] ---> b80e7d5bdb58 [2022-07-02T17:52:19.675Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-02T17:52:19.675Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:52:19.675Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:52:19.675Z] ---> a2b3223f1eec [2022-07-02T17:52:19.675Z] Step 3/22 : WORKDIR /edgex-go [2022-07-02T17:52:19.675Z] ---> Using cache [2022-07-02T17:52:19.675Z] ---> e08b121ad575 [2022-07-02T17:52:19.675Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:52:19.675Z] ---> Using cache [2022-07-02T17:52:19.675Z] ---> 4a3883421adf [2022-07-02T17:52:19.675Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-02T17:52:21.063Z] ---> Running in 1c4645109823 [2022-07-02T17:52:21.063Z] ---> Running in 820a974fed2b [2022-07-02T17:52:21.630Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:21.630Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-02T17:52:22.567Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:23.141Z] Removing intermediate container d804f5b3d047 [2022-07-02T17:52:23.141Z] ---> 8ce6b1d8b792 [2022-07-02T17:52:23.141Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-02T17:52:23.141Z] OK: 221 MiB in 52 packages [2022-07-02T17:52:23.141Z] ---> Running in 229c1b5d0949 [2022-07-02T17:52:23.402Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-02T17:52:23.662Z] Removing intermediate container 1c4645109823 [2022-07-02T17:52:23.662Z] ---> 3e244d236d70 [2022-07-02T17:52:23.662Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-02T17:52:23.662Z] Removing intermediate container 8adffbfd4c02 [2022-07-02T17:52:23.662Z] ---> 370871865799 [2022-07-02T17:52:23.662Z] [2022-07-02T17:52:23.662Z] Step 10/23 : FROM alpine:3.14 [2022-07-02T17:52:23.922Z] 3.14: Pulling from library/alpine [2022-07-02T17:52:23.922Z] ---> 296095de91ad [2022-07-02T17:52:23.922Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:52:24.182Z] ---> Running in 18d9f78a1c94 [2022-07-02T17:52:24.182Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-02T17:52:24.182Z] Status: Downloaded newer image for alpine:3.14 [2022-07-02T17:52:24.182Z] ---> e04c818066af [2022-07-02T17:52:24.182Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-02T17:52:24.182Z] ---> Running in 39950afe8534 [2022-07-02T17:52:24.442Z] Removing intermediate container 229c1b5d0949 [2022-07-02T17:52:24.443Z] ---> 7c93955b9ec4 [2022-07-02T17:52:24.443Z] [2022-07-02T17:52:24.443Z] Step 11/23 : FROM docker:20.10.14 [2022-07-02T17:52:24.443Z] Removing intermediate container 39950afe8534 [2022-07-02T17:52:24.443Z] ---> a7a84bc59ae8 [2022-07-02T17:52:24.443Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-02T17:52:24.443Z] 20.10.14: Pulling from library/docker [2022-07-02T17:52:24.443Z] ---> Running in 78e7e3f5aca7 [2022-07-02T17:52:25.015Z] Removing intermediate container 78e7e3f5aca7 [2022-07-02T17:52:25.015Z] ---> fb7ae9da909c [2022-07-02T17:52:25.015Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-02T17:52:25.015Z] ---> Running in 33dbd496a0e7 [2022-07-02T17:52:25.276Z] Removing intermediate container 33dbd496a0e7 [2022-07-02T17:52:25.276Z] ---> 2bac4e871457 [2022-07-02T17:52:25.276Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:52:25.536Z] ---> Running in 78e408022f8a [2022-07-02T17:52:25.797Z] Removing intermediate container 18d9f78a1c94 [2022-07-02T17:52:25.797Z] ---> d9e0f6bf82b7 [2022-07-02T17:52:25.797Z] Step 8/22 : COPY . . [2022-07-02T17:52:25.797Z] Removing intermediate container 129bbc8d5974 [2022-07-02T17:52:25.797Z] ---> a5dc97436f4c [2022-07-02T17:52:25.797Z] [2022-07-02T17:52:25.797Z] Step 10/22 : FROM alpine:3.14 [2022-07-02T17:52:25.797Z] ---> e04c818066af [2022-07-02T17:52:25.797Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-02T17:52:26.057Z] ---> Running in ebae29f6486d [2022-07-02T17:52:26.319Z] Removing intermediate container 78e408022f8a [2022-07-02T17:52:26.319Z] ---> accadc3687e4 [2022-07-02T17:52:26.319Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-02T17:52:26.579Z] ---> Running in 47af734d4e5a [2022-07-02T17:52:26.579Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:26.579Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:26.839Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-02T17:52:26.839Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T17:52:26.839Z] OK: 6 MiB in 15 packages [2022-07-02T17:52:27.413Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:27.980Z] Removing intermediate container ebae29f6486d [2022-07-02T17:52:27.980Z] ---> ac592c5e5c40 [2022-07-02T17:52:27.980Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-02T17:52:27.980Z] ---> Running in 96b017b8f956 [2022-07-02T17:52:28.240Z] Removing intermediate container 96b017b8f956 [2022-07-02T17:52:28.240Z] ---> 80a44cbbd140 [2022-07-02T17:52:28.240Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-02T17:52:28.240Z] ---> Running in c9122da8090c [2022-07-02T17:52:28.500Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:28.500Z] Removing intermediate container c9122da8090c [2022-07-02T17:52:28.500Z] ---> 1511189b903f [2022-07-02T17:52:28.500Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-02T17:52:28.763Z] ---> Running in bda1f6661546 [2022-07-02T17:52:28.763Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-02T17:52:28.763Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-07-02T17:52:29.033Z] Removing intermediate container bda1f6661546 [2022-07-02T17:52:29.033Z] ---> 861739be4b63 [2022-07-02T17:52:29.033Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T17:52:29.033Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-02T17:52:29.033Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-02T17:52:29.033Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-02T17:52:29.343Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-02T17:52:29.343Z] ---> 98d01b793981 [2022-07-02T17:52:29.343Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-02T17:52:29.343Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T17:52:29.343Z] OK: 8 MiB in 20 packages [2022-07-02T17:52:30.021Z] ---> e5ff3f42a527 [2022-07-02T17:52:30.021Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-02T17:52:30.021Z] Removing intermediate container 47af734d4e5a [2022-07-02T17:52:30.021Z] ---> 09afc7396830 [2022-07-02T17:52:30.021Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T17:52:30.280Z] ---> 184182570247 [2022-07-02T17:52:30.280Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-02T17:52:30.280Z] ---> Running in cb038599d846 [2022-07-02T17:52:30.538Z] ---> 9e27e362b0b7 [2022-07-02T17:52:30.538Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-02T17:52:30.538Z] Removing intermediate container cb038599d846 [2022-07-02T17:52:30.538Z] ---> 4d92aa7f29c6 [2022-07-02T17:52:30.538Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T17:52:30.798Z] ---> Running in cc9bf83d0407 [2022-07-02T17:52:30.798Z] Removing intermediate container cc9bf83d0407 [2022-07-02T17:52:30.798Z] ---> 2ed66c4ac0ac [2022-07-02T17:52:30.798Z] Step 20/22 : LABEL arch=x86_64 [2022-07-02T17:52:31.058Z] ---> Running in fd967fceeea8 [2022-07-02T17:52:31.058Z] ---> 54e29c8e0ce9 [2022-07-02T17:52:31.058Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-02T17:52:31.058Z] Removing intermediate container fd967fceeea8 [2022-07-02T17:52:31.058Z] ---> 15a24eb5e36d [2022-07-02T17:52:31.058Z] Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:52:31.058Z] ---> Running in f607c313cf24 [2022-07-02T17:52:31.316Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-02T17:52:31.316Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-02T17:52:31.316Z] ---> 7417809fdb73 [2022-07-02T17:52:31.316Z] 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-02T17:52:31.316Z] ---> Running in c6cd52fc9ee8 [2022-07-02T17:52:31.316Z] ---> 2ed5788a57b0 [2022-07-02T17:52:31.316Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-02T17:52:31.316Z] Removing intermediate container f607c313cf24 [2022-07-02T17:52:31.316Z] ---> 070db39a0eef [2022-07-02T17:52:31.316Z] Step 22/22 : LABEL version=2.2.1-dev.19 [2022-07-02T17:52:31.317Z] ---> Running in 4edf7d200c76 [2022-07-02T17:52:31.317Z] ---> Running in 28fbea4cd959 [2022-07-02T17:52:31.581Z] Removing intermediate container c6cd52fc9ee8 [2022-07-02T17:52:31.581Z] ---> 96f66ffbf730 [2022-07-02T17:52:31.581Z] 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-02T17:52:31.581Z] ---> Running in 68492128bb05 [2022-07-02T17:52:31.581Z] Removing intermediate container 4edf7d200c76 [2022-07-02T17:52:31.581Z] ---> 88ec2c8f5ead [2022-07-02T17:52:31.581Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T17:52:31.581Z] Removing intermediate container 28fbea4cd959 [2022-07-02T17:52:31.581Z] ---> fa471bdf59fe [2022-07-02T17:52:31.581Z] [2022-07-02T17:52:31.581Z] ---> Running in 9466c2fa7914 [2022-07-02T17:52:31.844Z] Successfully built fa471bdf59fe [2022-07-02T17:52:31.844Z] Successfully tagged support-scheduler:latest [2022-07-02T17:52:31.844Z]  Building support-scheduler ... done Building security-secretstore-setup [2022-07-02T17:52:31.844Z] Removing intermediate container 9466c2fa7914 [2022-07-02T17:52:31.844Z] ---> 2d2d8c6b74b1 [2022-07-02T17:52:31.844Z] Step 21/23 : LABEL arch=x86_64 [2022-07-02T17:52:32.103Z] ---> Running in e4cc41087478 [2022-07-02T17:52:32.362Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:32.623Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:32.883Z] (1/43) Installing readline (8.1.1-r0) [2022-07-02T17:52:32.883Z] (2/43) Installing bash (5.1.16-r0) [2022-07-02T17:52:32.883Z] Executing bash-5.1.16-r0.post-install [2022-07-02T17:52:32.883Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-02T17:52:32.883Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-02T17:52:32.883Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-02T17:52:32.883Z] (6/43) Installing curl (7.80.0-r2) [2022-07-02T17:52:32.883Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-02T17:52:32.883Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-02T17:52:32.883Z] (9/43) Installing expat (2.4.7-r0) [2022-07-02T17:52:32.883Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-02T17:52:32.883Z] Removing intermediate container e4cc41087478 [2022-07-02T17:52:32.883Z] ---> f09444bc113a [2022-07-02T17:52:32.883Z] Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:52:32.883Z] (11/43) Installing gdbm (1.22-r0) [2022-07-02T17:52:32.883Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-02T17:52:32.883Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-02T17:52:32.883Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-02T17:52:32.883Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-02T17:52:32.883Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-02T17:52:32.883Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-02T17:52:33.460Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-02T17:52:33.460Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-02T17:52:33.460Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-02T17:52:33.460Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-02T17:52:33.460Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-02T17:52:33.460Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-02T17:52:33.460Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-02T17:52:33.722Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-02T17:52:33.722Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-02T17:52:33.722Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-02T17:52:33.722Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-02T17:52:33.722Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-02T17:52:33.722Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-02T17:52:33.722Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-02T17:52:33.722Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-02T17:52:33.722Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-02T17:52:33.722Z] ---> Running in 322262d014db [2022-07-02T17:52:33.722Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-02T17:52:33.722Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-02T17:52:33.722Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-02T17:52:33.722Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-02T17:52:33.722Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-02T17:52:33.722Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-02T17:52:33.722Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-02T17:52:33.722Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-02T17:52:33.981Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-02T17:52:33.981Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-02T17:52:33.981Z] Executing busybox-1.34.1-r5.trigger [2022-07-02T17:52:33.981Z] OK: 83 MiB in 65 packages [2022-07-02T17:52:34.240Z] Removing intermediate container 322262d014db [2022-07-02T17:52:34.240Z] ---> a4a446dfe7e1 [2022-07-02T17:52:34.240Z] Step 23/23 : LABEL version=2.2.1-dev.19 [2022-07-02T17:52:34.240Z] ---> Running in c10f299934ee [2022-07-02T17:52:34.518Z] ---> ec15a6ca1436 [2022-07-02T17:52:34.518Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-02T17:52:34.518Z] ---> Running in 666c19b577ae [2022-07-02T17:52:34.518Z] Removing intermediate container c10f299934ee [2022-07-02T17:52:34.518Z] ---> cbc77124f95b [2022-07-02T17:52:34.518Z] [2022-07-02T17:52:34.518Z] Successfully built cbc77124f95b [2022-07-02T17:52:34.518Z] Successfully tagged core-data:latest [2022-07-02T17:52:34.518Z] Building security-proxy-setup [2022-07-02T17:52:34.777Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2022-07-02T17:52:34.777Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-02T17:52:34.777Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-02T17:52:35.038Z] Collecting texttable<0.10,>=0.9.0 [2022-07-02T17:52:35.038Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-02T17:52:35.296Z] Collecting docker<4.0,>=3.6.0 [2022-07-02T17:52:35.296Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-02T17:52:35.553Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-02T17:52:35.553Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-02T17:52:35.553Z] Collecting docopt<0.7,>=0.6.1 [2022-07-02T17:52:35.553Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-02T17:52:36.121Z] Collecting PyYAML<4,>=3.10 [2022-07-02T17:52:36.121Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-02T17:52:36.379Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:52:36.379Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:52:36.379Z] ---> a2b3223f1eec [2022-07-02T17:52:36.379Z] Step 3/25 : WORKDIR /edgex-go [2022-07-02T17:52:36.379Z] ---> Using cache [2022-07-02T17:52:36.379Z] ---> e08b121ad575 [2022-07-02T17:52:36.379Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:52:36.379Z] ---> Using cache [2022-07-02T17:52:36.379Z] ---> 4a3883421adf [2022-07-02T17:52:36.379Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-02T17:52:36.379Z] ---> Using cache [2022-07-02T17:52:36.379Z] ---> 937417abb1eb [2022-07-02T17:52:36.379Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-02T17:52:36.379Z] ---> Using cache [2022-07-02T17:52:36.379Z] ---> 056455c688b6 [2022-07-02T17:52:36.380Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:52:36.380Z] ---> Using cache [2022-07-02T17:52:36.380Z] ---> af14779024d8 [2022-07-02T17:52:36.380Z] Step 8/25 : COPY . . [2022-07-02T17:52:36.380Z] ---> Using cache [2022-07-02T17:52:36.380Z] ---> b80e7d5bdb58 [2022-07-02T17:52:36.380Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-02T17:52:36.638Z] 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-02T17:52:36.638Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-02T17:52:36.638Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-02T17:52:37.211Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-02T17:52:37.211Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-02T17:52:37.211Z] Collecting jsonschema<3,>=2.5.1 [2022-07-02T17:52:37.211Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-02T17:52:37.211Z] Collecting cached-property<2,>=1.2.0 [2022-07-02T17:52:37.211Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-02T17:52:37.211Z] Collecting docker-pycreds>=0.4.0 [2022-07-02T17:52:37.211Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-02T17:52:37.211Z] 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-02T17:52:37.211Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-02T17:52:37.211Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-02T17:52:37.470Z] Collecting idna<2.8,>=2.5 [2022-07-02T17:52:37.470Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-02T17:52:37.470Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-02T17:52:37.470Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-02T17:52:37.470Z] ---> Running in 1b4c3037df8c [2022-07-02T17:52:37.470Z] Removing intermediate container 820a974fed2b [2022-07-02T17:52:37.470Z] ---> 16cf27b4799d [2022-07-02T17:52:37.470Z] [2022-07-02T17:52:37.470Z] Step 10/23 : FROM alpine:3.14 [2022-07-02T17:52:37.470Z] ---> e04c818066af [2022-07-02T17:52:37.470Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-02T17:52:37.470Z] ---> Using cache [2022-07-02T17:52:37.470Z] ---> ac592c5e5c40 [2022-07-02T17:52:37.470Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-02T17:52:37.470Z] ---> Using cache [2022-07-02T17:52:37.470Z] ---> 80a44cbbd140 [2022-07-02T17:52:37.470Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-02T17:52:37.470Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-02T17:52:37.470Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-02T17:52:37.470Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-02T17:52:37.470Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-02T17:52:37.470Z] ---> Running in 3146275a1fbd [2022-07-02T17:52:37.730Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-02T17:52:37.731Z] Attempting uninstall: urllib3 [2022-07-02T17:52:37.731Z] Found existing installation: urllib3 1.26.7 [2022-07-02T17:52:37.731Z] Uninstalling urllib3-1.26.7: [2022-07-02T17:52:37.731Z] Successfully uninstalled urllib3-1.26.7 [2022-07-02T17:52:37.731Z] Removing intermediate container 3146275a1fbd [2022-07-02T17:52:37.731Z] ---> 666f1dce5b4d [2022-07-02T17:52:37.731Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-02T17:52:37.731Z] Attempting uninstall: idna [2022-07-02T17:52:37.731Z] Found existing installation: idna 3.3 [2022-07-02T17:52:37.731Z] Uninstalling idna-3.3: [2022-07-02T17:52:37.731Z] Successfully uninstalled idna-3.3 [2022-07-02T17:52:37.990Z] ---> Running in fca69de3289c [2022-07-02T17:52:37.990Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-02T17:52:37.990Z] Removing intermediate container fca69de3289c [2022-07-02T17:52:37.990Z] ---> 32bc18a230df [2022-07-02T17:52:37.990Z] Step 15/23 : WORKDIR / [2022-07-02T17:52:38.249Z] ---> Running in 7acb4c5ce807 [2022-07-02T17:52:38.249Z] Removing intermediate container 7acb4c5ce807 [2022-07-02T17:52:38.249Z] ---> 1bcffc536bb3 [2022-07-02T17:52:38.249Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T17:52:38.508Z] Attempting uninstall: requests [2022-07-02T17:52:38.508Z] Found existing installation: requests 2.26.0 [2022-07-02T17:52:38.508Z] Uninstalling requests-2.26.0: [2022-07-02T17:52:38.508Z] Successfully uninstalled requests-2.26.0 [2022-07-02T17:52:38.508Z] Running setup.py install for texttable: started [2022-07-02T17:52:38.766Z] ---> a8b743c202a5 [2022-07-02T17:52:38.766Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-02T17:52:38.766Z] Running setup.py install for texttable: finished with status 'done' [2022-07-02T17:52:38.766Z] Running setup.py install for PyYAML: started [2022-07-02T17:52:39.332Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-02T17:52:39.332Z] Running setup.py install for docopt: started [2022-07-02T17:52:39.332Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:52:39.332Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:52:39.332Z] ---> a2b3223f1eec [2022-07-02T17:52:39.332Z] Step 3/22 : WORKDIR /edgex-go [2022-07-02T17:52:39.332Z] ---> Using cache [2022-07-02T17:52:39.332Z] ---> e08b121ad575 [2022-07-02T17:52:39.332Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:52:39.332Z] ---> Using cache [2022-07-02T17:52:39.332Z] ---> 4a3883421adf [2022-07-02T17:52:39.332Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-02T17:52:39.332Z] ---> Using cache [2022-07-02T17:52:39.332Z] ---> 937417abb1eb [2022-07-02T17:52:39.332Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-02T17:52:39.332Z] ---> Using cache [2022-07-02T17:52:39.332Z] ---> 056455c688b6 [2022-07-02T17:52:39.332Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:52:39.332Z] ---> Using cache [2022-07-02T17:52:39.332Z] ---> af14779024d8 [2022-07-02T17:52:39.332Z] Step 8/22 : COPY . . [2022-07-02T17:52:39.332Z] ---> Using cache [2022-07-02T17:52:39.332Z] ---> b80e7d5bdb58 [2022-07-02T17:52:39.332Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-02T17:52:39.899Z] Running setup.py install for docopt: finished with status 'done' [2022-07-02T17:52:39.899Z] Running setup.py install for dockerpty: started [2022-07-02T17:52:39.899Z] ---> Running in 65f06dcb9cea [2022-07-02T17:52:39.899Z] ---> 40999d74001f [2022-07-02T17:52:39.899Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-02T17:52:39.899Z] ---> 0461091c9992 [2022-07-02T17:52:39.899Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-02T17:52:40.167Z] ---> Running in 063ef3853d73 [2022-07-02T17:52:40.167Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-02T17:52:40.433Z] Removing intermediate container 063ef3853d73 [2022-07-02T17:52:40.433Z] ---> 051e3273cce6 [2022-07-02T17:52:40.433Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T17:52:40.433Z] ---> Running in 70c21cea7505 [2022-07-02T17:52:40.433Z] 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-02T17:52:40.433Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-02T17:52:40.433Z] Removing intermediate container 70c21cea7505 [2022-07-02T17:52:40.433Z] ---> cddea1e9d48b [2022-07-02T17:52:40.433Z] Step 21/23 : LABEL arch=x86_64 [2022-07-02T17:52:40.691Z] ---> Running in 03351d5e109e [2022-07-02T17:52:40.691Z] Removing intermediate container 03351d5e109e [2022-07-02T17:52:40.691Z] ---> 779ca9038b16 [2022-07-02T17:52:40.691Z] Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:52:40.956Z] ---> Running in 2040955a2983 [2022-07-02T17:52:40.956Z] Removing intermediate container 2040955a2983 [2022-07-02T17:52:40.956Z] ---> 1fd9bb1ca147 [2022-07-02T17:52:40.956Z] Step 23/23 : LABEL version=2.2.1-dev.19 [2022-07-02T17:52:41.214Z] ---> Running in d56b5c84b330 [2022-07-02T17:52:41.473Z] Removing intermediate container d56b5c84b330 [2022-07-02T17:52:41.473Z] ---> 026dfc40c589 [2022-07-02T17:52:41.473Z] [2022-07-02T17:52:41.473Z] Successfully built 026dfc40c589 [2022-07-02T17:52:41.473Z] Successfully tagged core-command:latest [2022-07-02T17:52:41.473Z] Building core-metadata [2022-07-02T17:52:45.661Z]  Building core-command ... done Removing intermediate container 68492128bb05 [2022-07-02T17:52:45.661Z] ---> 3aeb5cb7b351 [2022-07-02T17:52:45.661Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-02T17:52:46.230Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:52:46.230Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:52:46.230Z] ---> a2b3223f1eec [2022-07-02T17:52:46.230Z] Step 3/23 : WORKDIR /edgex-go [2022-07-02T17:52:46.230Z] ---> Using cache [2022-07-02T17:52:46.230Z] ---> e08b121ad575 [2022-07-02T17:52:46.230Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:52:46.230Z] ---> Using cache [2022-07-02T17:52:46.230Z] ---> 4a3883421adf [2022-07-02T17:52:46.230Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-02T17:52:46.230Z] ---> Using cache [2022-07-02T17:52:46.230Z] ---> 937417abb1eb [2022-07-02T17:52:46.230Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-02T17:52:46.230Z] ---> Using cache [2022-07-02T17:52:46.230Z] ---> 056455c688b6 [2022-07-02T17:52:46.230Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:52:46.230Z] ---> Using cache [2022-07-02T17:52:46.230Z] ---> af14779024d8 [2022-07-02T17:52:46.230Z] Step 8/23 : COPY . . [2022-07-02T17:52:46.230Z] ---> Using cache [2022-07-02T17:52:46.230Z] ---> b80e7d5bdb58 [2022-07-02T17:52:46.230Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-02T17:52:46.230Z] ---> Running in 8207cdc61dfb [2022-07-02T17:52:46.230Z] ---> Running in 03f65471538c [2022-07-02T17:52:46.492Z] Removing intermediate container 8207cdc61dfb [2022-07-02T17:52:46.492Z] ---> 9244f7d6b0d0 [2022-07-02T17:52:46.493Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-02T17:52:46.751Z] ---> Running in 9faeb60257a2 [2022-07-02T17:52:47.009Z] Removing intermediate container 9faeb60257a2 [2022-07-02T17:52:47.009Z] ---> 6c9d53065e4b [2022-07-02T17:52:47.009Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-02T17:52:47.009Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-02T17:52:47.950Z] ---> af4fae722104 [2022-07-02T17:52:47.950Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-02T17:52:48.519Z] ---> 026b5261460d [2022-07-02T17:52:48.519Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-02T17:52:48.792Z] ---> 7779b09c2018 [2022-07-02T17:52:48.792Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-02T17:52:49.053Z] ---> Running in 0e18e0c20d7c [2022-07-02T17:52:49.312Z] Removing intermediate container 0e18e0c20d7c [2022-07-02T17:52:49.312Z] ---> 525319cc17e7 [2022-07-02T17:52:49.312Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T17:52:49.312Z] ---> Running in 981125dd30d2 [2022-07-02T17:52:49.883Z] Removing intermediate container 981125dd30d2 [2022-07-02T17:52:49.883Z] ---> 2d132e96b32e [2022-07-02T17:52:49.883Z] Step 21/23 : LABEL arch=x86_64 [2022-07-02T17:52:49.883Z] ---> Running in 31d546696293 [2022-07-02T17:52:50.145Z] Removing intermediate container 31d546696293 [2022-07-02T17:52:50.145Z] ---> 49ee99c19878 [2022-07-02T17:52:50.146Z] Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:52:50.146Z] ---> Running in 27206fabf7e1 [2022-07-02T17:52:50.404Z] Removing intermediate container 27206fabf7e1 [2022-07-02T17:52:50.404Z] ---> c191c3e20d14 [2022-07-02T17:52:50.404Z] Step 23/23 : LABEL version=2.2.1-dev.19 [2022-07-02T17:52:50.404Z] ---> Running in fbfb68af79bf [2022-07-02T17:52:50.663Z] Removing intermediate container fbfb68af79bf [2022-07-02T17:52:50.663Z] ---> 99c6eba2e086 [2022-07-02T17:52:50.663Z] [2022-07-02T17:52:50.921Z] Successfully built 99c6eba2e086 [2022-07-02T17:52:50.921Z] Successfully tagged sys-mgmt-agent:latest [2022-07-02T17:52:50.921Z] Building security-spiffe-token-provider [2022-07-02T17:52:56.194Z]  Building sys-mgmt-agent ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:52:56.194Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:52:56.194Z] ---> a2b3223f1eec [2022-07-02T17:52:56.194Z] Step 3/20 : WORKDIR /edgex-go [2022-07-02T17:52:56.194Z] ---> Using cache [2022-07-02T17:52:56.194Z] ---> e08b121ad575 [2022-07-02T17:52:56.194Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-02T17:52:56.763Z] ---> Running in 2500f1074b0d [2022-07-02T17:52:57.702Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:58.643Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:52:58.903Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-02T17:52:58.903Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-02T17:52:58.903Z] OK: 15866 distinct packages available [2022-07-02T17:52:59.163Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:00.003Z] Removing intermediate container 08a9c05f8a1b [2022-07-02T17:53:00.003Z] ---> 3ab0367aeb8b [2022-07-02T17:53:00.105Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:00.276Z] Successfully built 3ab0367aeb8b [2022-07-02T17:53:00.276Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:00.365Z] OK: 221 MiB in 52 packages [2022-07-02T17:53:00.629Z] + docker inspect -f . ci-base-image-arm64 [2022-07-02T17:53:00.629Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T17:53:00.892Z] prd-ubuntu20.04-docker-arm64-4c-16g-16706 does not seem to be running inside a container [2022-07-02T17:53:00.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-02T17:53:01.305Z] Removing intermediate container 2500f1074b0d [2022-07-02T17:53:01.305Z] ---> c321e92d5c18 [2022-07-02T17:53:01.305Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-02T17:53:01.305Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-02T17:53:01.566Z] ---> 2374ae2a6436 [2022-07-02T17:53:01.566Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:53:01.826Z] ---> Running in 3097aa7a6b41 [2022-07-02T17:53:02.333Z] $ docker top 2d43a892bbeebf94a1fee465c4469c580eff7e7fbb6e13b6689335a6d07b1be3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-02T17:53:03.245Z] + go version [2022-07-02T17:53:03.245Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-07-02T17:53:03.271Z] $ docker stop --time=1 2d43a892bbeebf94a1fee465c4469c580eff7e7fbb6e13b6689335a6d07b1be3 [2022-07-02T17:53:03.737Z] Removing intermediate container 3097aa7a6b41 [2022-07-02T17:53:03.737Z] ---> 73e819665f38 [2022-07-02T17:53:03.737Z] Step 7/20 : COPY . . [2022-07-02T17:53:03.737Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-02T17:53:04.904Z] $ docker rm -f 2d43a892bbeebf94a1fee465c4469c580eff7e7fbb6e13b6689335a6d07b1be3 [Pipeline] // withDockerContainer [Pipeline] } [2022-07-02T17:53:05.123Z] Removing intermediate container 1b4c3037df8c [2022-07-02T17:53:05.123Z] ---> def03439619a [2022-07-02T17:53:05.123Z] [2022-07-02T17:53:05.123Z] Step 10/25 : FROM alpine:3.14 [2022-07-02T17:53:05.123Z] ---> e04c818066af [2022-07-02T17:53:05.123Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:05.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-02T17:53:05.547Z] [2022-07-02T17:53:05.547Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:05.697Z] ---> Running in 979bc24aadd1 [2022-07-02T17:53:05.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-02T17:53:05.895Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-07-02T17:53:05.895Z] 29e5d40040c1: Pulling fs layer [2022-07-02T17:53:05.895Z] 1ce36da41761: Pulling fs layer [2022-07-02T17:53:05.895Z] 25b303627fd3: Pulling fs layer [2022-07-02T17:53:05.956Z] Removing intermediate container 666c19b577ae [2022-07-02T17:53:05.956Z] ---> 4f607fbd8568 [2022-07-02T17:53:05.956Z] [2022-07-02T17:53:05.956Z] Step 10/22 : FROM alpine:3.14 [2022-07-02T17:53:05.956Z] ---> e04c818066af [2022-07-02T17:53:05.956Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-02T17:53:06.172Z] 29e5d40040c1: Verifying Checksum [2022-07-02T17:53:06.172Z] 29e5d40040c1: Download complete [2022-07-02T17:53:06.450Z] 1ce36da41761: Verifying Checksum [2022-07-02T17:53:06.450Z] 1ce36da41761: Download complete [2022-07-02T17:53:06.527Z] ---> Running in 60781c5de8d7 [2022-07-02T17:53:06.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:06.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:06.723Z] 29e5d40040c1: Pull complete [2022-07-02T17:53:06.787Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-02T17:53:06.787Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-02T17:53:06.787Z] (3/3) Installing su-exec (0.2-r1) [2022-07-02T17:53:06.787Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T17:53:06.787Z] Executing ca-certificates-20211220-r0.trigger [2022-07-02T17:53:06.787Z] OK: 6 MiB in 17 packages [2022-07-02T17:53:06.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:06.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:07.047Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-02T17:53:07.047Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-02T17:53:07.047Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T17:53:07.047Z] Executing ca-certificates-20211220-r0.trigger [2022-07-02T17:53:07.047Z] OK: 6 MiB in 16 packages [2022-07-02T17:53:07.630Z] Removing intermediate container 65f06dcb9cea [2022-07-02T17:53:07.630Z] ---> 9576117f4d3a [2022-07-02T17:53:07.630Z] [2022-07-02T17:53:07.630Z] Step 10/22 : FROM alpine:3.14 [2022-07-02T17:53:07.630Z] ---> e04c818066af [2022-07-02T17:53:07.630Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-02T17:53:07.890Z] ---> Running in 1b772f1bcb8f [2022-07-02T17:53:07.890Z] Removing intermediate container 979bc24aadd1 [2022-07-02T17:53:07.890Z] ---> 7a9d39224e71 [2022-07-02T17:53:07.890Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-02T17:53:08.150Z] Removing intermediate container 60781c5de8d7 [2022-07-02T17:53:08.150Z] ---> 88ca8d741747 [2022-07-02T17:53:08.150Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-02T17:53:08.150Z] ---> Running in 0d9ff9913212 [2022-07-02T17:53:08.150Z] ---> Running in c812cf9db98c [2022-07-02T17:53:08.150Z] Removing intermediate container 0d9ff9913212 [2022-07-02T17:53:08.150Z] ---> 3c5f395baf11 [2022-07-02T17:53:08.150Z] Step 13/25 : WORKDIR / [2022-07-02T17:53:08.150Z] ---> Running in a4bec9c75468 [2022-07-02T17:53:08.156Z] 25b303627fd3: Verifying Checksum [2022-07-02T17:53:08.156Z] 25b303627fd3: Download complete [2022-07-02T17:53:08.156Z] 1ce36da41761: Pull complete [2022-07-02T17:53:08.410Z] Removing intermediate container c812cf9db98c [2022-07-02T17:53:08.410Z] ---> 166597420392 [2022-07-02T17:53:08.410Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-02T17:53:08.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:08.410Z] ---> Running in 6cdb9295f0d7 [2022-07-02T17:53:08.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:08.410Z] Removing intermediate container a4bec9c75468 [2022-07-02T17:53:08.410Z] ---> 70288d37e38a [2022-07-02T17:53:08.410Z] 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-02T17:53:08.410Z] Removing intermediate container 6cdb9295f0d7 [2022-07-02T17:53:08.410Z] ---> 74f802965582 [2022-07-02T17:53:08.410Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-02T17:53:08.669Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-02T17:53:08.669Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-07-02T17:53:08.669Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-07-02T17:53:08.669Z] (4/6) Installing libcurl (7.79.1-r2) [2022-07-02T17:53:08.669Z] (5/6) Installing curl (7.79.1-r2) [2022-07-02T17:53:08.669Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-02T17:53:08.669Z] ---> Running in 186045274b71 [2022-07-02T17:53:08.669Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T17:53:08.669Z] ---> f69708ee8d2a [2022-07-02T17:53:08.669Z] 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-02T17:53:08.669Z] Executing ca-certificates-20211220-r0.trigger [2022-07-02T17:53:08.669Z] OK: 8 MiB in 20 packages [2022-07-02T17:53:08.928Z] Removing intermediate container 186045274b71 [2022-07-02T17:53:08.928Z] ---> 5fa83f508c06 [2022-07-02T17:53:08.928Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T17:53:09.191Z] ---> fd83c7e0a5e0 [2022-07-02T17:53:09.191Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-02T17:53:09.191Z] ---> bced65abf6f8 [2022-07-02T17:53:09.191Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-02T17:53:09.471Z] ---> 257b2237e7f0 [2022-07-02T17:53:09.471Z] 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-02T17:53:09.471Z] Removing intermediate container 1b772f1bcb8f [2022-07-02T17:53:09.471Z] ---> 22f4ff9b3026 [2022-07-02T17:53:09.471Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-02T17:53:09.471Z] ---> Running in 009d4c6a240b [2022-07-02T17:53:09.729Z] ---> d2e45c9eb6f0 [2022-07-02T17:53:09.729Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-02T17:53:09.729Z] Removing intermediate container 009d4c6a240b [2022-07-02T17:53:09.729Z] ---> 299bfe452989 [2022-07-02T17:53:09.729Z] Step 13/22 : WORKDIR /edgex [2022-07-02T17:53:09.729Z] Removing intermediate container 03f65471538c [2022-07-02T17:53:09.729Z] ---> a68d46e946b6 [2022-07-02T17:53:09.729Z] [2022-07-02T17:53:09.729Z] Step 10/23 : FROM alpine:3.14 [2022-07-02T17:53:09.729Z] ---> e04c818066af [2022-07-02T17:53:09.729Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-02T17:53:09.729Z] ---> Using cache [2022-07-02T17:53:09.729Z] ---> ac592c5e5c40 [2022-07-02T17:53:09.729Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-02T17:53:09.729Z] ---> Using cache [2022-07-02T17:53:09.729Z] ---> 80a44cbbd140 [2022-07-02T17:53:09.729Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-02T17:53:09.989Z] ---> Running in 19fd8f15a161 [2022-07-02T17:53:09.989Z] ---> Running in a31ca4680c9c [2022-07-02T17:53:09.989Z] ---> bb79b42a3887 [2022-07-02T17:53:09.989Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-02T17:53:09.989Z] ---> 5e71593a9ccc [2022-07-02T17:53:09.989Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-02T17:53:09.989Z] Removing intermediate container 19fd8f15a161 [2022-07-02T17:53:09.989Z] ---> 65dc25c00797 [2022-07-02T17:53:09.989Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-02T17:53:10.248Z] Removing intermediate container a31ca4680c9c [2022-07-02T17:53:10.248Z] ---> 3d75a16bc0a1 [2022-07-02T17:53:10.248Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-02T17:53:10.248Z] ---> Running in 79fcec586722 [2022-07-02T17:53:10.248Z] ---> 7323e740414d [2022-07-02T17:53:10.248Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-02T17:53:10.508Z] Removing intermediate container 79fcec586722 [2022-07-02T17:53:10.508Z] ---> c0c97788a00f [2022-07-02T17:53:10.508Z] Step 15/23 : WORKDIR / [2022-07-02T17:53:10.508Z] ---> Running in bb7531dccf8d [2022-07-02T17:53:10.508Z] ---> fa105d21ad67 [2022-07-02T17:53:10.508Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-02T17:53:10.508Z] ---> 42f80b8a2362 [2022-07-02T17:53:10.508Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-02T17:53:10.508Z] ---> Running in e75bb1598a87 [2022-07-02T17:53:10.508Z] Removing intermediate container bb7531dccf8d [2022-07-02T17:53:10.508Z] ---> 0b877614354d [2022-07-02T17:53:10.508Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T17:53:10.508Z] ---> Running in 2af8e5c4c321 [2022-07-02T17:53:10.767Z] Removing intermediate container e75bb1598a87 [2022-07-02T17:53:10.767Z] ---> 6dfe0848cb3a [2022-07-02T17:53:10.767Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T17:53:10.767Z] ---> c5df4dd7474d [2022-07-02T17:53:10.767Z] 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-02T17:53:10.767Z] ---> Running in 35767dc0bc68 [2022-07-02T17:53:10.767Z] Removing intermediate container 2af8e5c4c321 [2022-07-02T17:53:10.767Z] ---> ef915a857154 [2022-07-02T17:53:10.767Z] Step 20/22 : LABEL arch=x86_64 [2022-07-02T17:53:10.767Z] ---> 7a0cab68e462 [2022-07-02T17:53:10.767Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-02T17:53:10.767Z] ---> Running in b3839baa2be9 [2022-07-02T17:53:11.026Z] ---> a71d421ae762 [2022-07-02T17:53:11.026Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-02T17:53:11.026Z] Removing intermediate container b3839baa2be9 [2022-07-02T17:53:11.026Z] ---> e34c05500c4f [2022-07-02T17:53:11.026Z] Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:11.026Z] ---> Running in 541c7c4c51f9 [2022-07-02T17:53:11.285Z] ---> 4d1939d1914c [2022-07-02T17:53:11.285Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-02T17:53:11.285Z] Removing intermediate container 541c7c4c51f9 [2022-07-02T17:53:11.285Z] ---> a0582e293237 [2022-07-02T17:53:11.285Z] Step 22/22 : LABEL version=2.2.1-dev.19 [2022-07-02T17:53:11.285Z] ---> fbfcc8ce73f3 [2022-07-02T17:53:11.285Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-02T17:53:11.543Z] ---> Running in 85ce38a77a3f [2022-07-02T17:53:11.543Z] Removing intermediate container 85ce38a77a3f [2022-07-02T17:53:11.543Z] ---> e543813d8c88 [2022-07-02T17:53:11.543Z] ---> 97dcc63e5faf [2022-07-02T17:53:11.543Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-02T17:53:11.543Z] [2022-07-02T17:53:11.543Z] ---> 2c4b82e8ae7e [2022-07-02T17:53:11.543Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-02T17:53:11.803Z] Removing intermediate container 35767dc0bc68 [2022-07-02T17:53:11.803Z] ---> 97737286c8f9 [2022-07-02T17:53:11.803Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-02T17:53:11.803Z] ---> Running in fe8413f28b89 [2022-07-02T17:53:11.803Z] ---> Running in caa9ed464e7b [2022-07-02T17:53:11.803Z] ---> Running in d344530f11ec [2022-07-02T17:53:11.803Z] Successfully built 97dcc63e5faf [2022-07-02T17:53:11.803Z] Successfully tagged support-notifications:latest [2022-07-02T17:53:11.803Z] Building security-spire-agent [2022-07-02T17:53:11.803Z]  Building support-notifications ... done  ---> 981c9458f184 [2022-07-02T17:53:11.803Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-02T17:53:11.803Z] Removing intermediate container caa9ed464e7b [2022-07-02T17:53:11.803Z] ---> 09306ac684a7 [2022-07-02T17:53:11.803Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T17:53:11.803Z] ---> Running in 3150c7932577 [2022-07-02T17:53:12.063Z] Removing intermediate container d344530f11ec [2022-07-02T17:53:12.063Z] ---> 8db5c80cf920 [2022-07-02T17:53:12.063Z] Step 23/25 : LABEL arch=x86_64 [2022-07-02T17:53:12.063Z] ---> Running in 4019a3f348ca [2022-07-02T17:53:12.324Z] ---> Running in 08fafe211869 [2022-07-02T17:53:12.894Z] Removing intermediate container 4019a3f348ca [2022-07-02T17:53:12.894Z] ---> 9645171dc68e [2022-07-02T17:53:12.894Z] Step 21/23 : LABEL arch=x86_64 [2022-07-02T17:53:13.172Z] Removing intermediate container 08fafe211869 [2022-07-02T17:53:13.172Z] ---> 58f819afdc59 [2022-07-02T17:53:13.172Z] Step 24/25 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:13.172Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-02T17:53:13.172Z] ---> Running in 764f07f4f617 [2022-07-02T17:53:13.172Z] ---> Running in 59d96f6d56d1 [2022-07-02T17:53:13.435Z] Removing intermediate container 764f07f4f617 [2022-07-02T17:53:13.435Z] ---> eb259e61f040 [2022-07-02T17:53:13.435Z] Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:13.435Z] Removing intermediate container fe8413f28b89 [2022-07-02T17:53:13.435Z] ---> be850e0ee461 [2022-07-02T17:53:13.435Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-02T17:53:13.435Z] Removing intermediate container 59d96f6d56d1 [2022-07-02T17:53:13.435Z] ---> 826fef2f1411 [2022-07-02T17:53:13.435Z] Step 25/25 : LABEL version=2.2.1-dev.19 [2022-07-02T17:53:13.435Z] ---> Running in d7439b9c5055 [2022-07-02T17:53:13.435Z] ---> Running in 9cdaa1b20321 [2022-07-02T17:53:13.435Z] ---> Running in 71d84683828e [2022-07-02T17:53:13.694Z] Removing intermediate container d7439b9c5055 [2022-07-02T17:53:13.694Z] ---> e91324d716f2 [2022-07-02T17:53:13.694Z] Step 23/23 : LABEL version=2.2.1-dev.19 [2022-07-02T17:53:13.694Z] ---> Running in b4ec598ac06b [2022-07-02T17:53:13.694Z] Removing intermediate container 71d84683828e [2022-07-02T17:53:13.694Z] ---> 98419ff089c6 [2022-07-02T17:53:13.694Z] Step 20/22 : LABEL arch=x86_64 [2022-07-02T17:53:13.694Z] Removing intermediate container 9cdaa1b20321 [2022-07-02T17:53:13.694Z] ---> 6405cfbcc415 [2022-07-02T17:53:13.694Z] [2022-07-02T17:53:13.694Z] ---> Running in 48df10f4844b [2022-07-02T17:53:13.952Z] Removing intermediate container b4ec598ac06b [2022-07-02T17:53:13.952Z] ---> a59494b36d7d [2022-07-02T17:53:13.952Z] [2022-07-02T17:53:13.952Z] Successfully built 6405cfbcc415 [2022-07-02T17:53:13.952Z] Successfully tagged security-secretstore-setup:latest [2022-07-02T17:53:13.952Z]  Building security-secretstore-setup ... done Building security-bootstrapper [2022-07-02T17:53:13.952Z] Removing intermediate container 48df10f4844b [2022-07-02T17:53:13.952Z] ---> e3d9898af0dc [2022-07-02T17:53:13.952Z] Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:13.952Z] Successfully built a59494b36d7d [2022-07-02T17:53:13.952Z] Successfully tagged core-metadata:latest [2022-07-02T17:53:13.952Z]  Building core-metadata ... done  ---> Running in fba15fb9c682 [2022-07-02T17:53:14.894Z] Removing intermediate container fba15fb9c682 [2022-07-02T17:53:14.894Z] ---> 915acccd7012 [2022-07-02T17:53:14.894Z] Step 22/22 : LABEL version=2.2.1-dev.19 [2022-07-02T17:53:15.462Z] ---> Running in a7854acf5a9a [2022-07-02T17:53:15.721Z] Removing intermediate container a7854acf5a9a [2022-07-02T17:53:15.721Z] ---> b65693ba2964 [2022-07-02T17:53:15.721Z] [2022-07-02T17:53:15.721Z] Successfully built b65693ba2964 [2022-07-02T17:53:15.721Z] Successfully tagged security-proxy-setup:latest [2022-07-02T17:53:17.101Z]  Building security-proxy-setup ... done Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:53:17.101Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:53:17.101Z] ---> a2b3223f1eec [2022-07-02T17:53:17.101Z] Step 3/26 : WORKDIR /edgex-go [2022-07-02T17:53:17.101Z] ---> Using cache [2022-07-02T17:53:17.101Z] ---> e08b121ad575 [2022-07-02T17:53:17.101Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:53:17.101Z] ---> Using cache [2022-07-02T17:53:17.101Z] ---> 4a3883421adf [2022-07-02T17:53:17.101Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-02T17:53:18.314Z] 25b303627fd3: Pull complete [2022-07-02T17:53:18.314Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-07-02T17:53:18.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-02T17:53:18.314Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-02T17:53:18.481Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:53:18.481Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:53:18.481Z] ---> a2b3223f1eec [2022-07-02T17:53:18.481Z] Step 3/31 : WORKDIR /edgex-go [2022-07-02T17:53:18.481Z] ---> Using cache [2022-07-02T17:53:18.481Z] ---> e08b121ad575 [2022-07-02T17:53:18.481Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:53:18.481Z] ---> Using cache [2022-07-02T17:53:18.481Z] ---> 4a3883421adf [2022-07-02T17:53:18.481Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-02T17:53:18.481Z] ---> Using cache [2022-07-02T17:53:18.482Z] ---> 937417abb1eb [2022-07-02T17:53:18.482Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-02T17:53:18.482Z] ---> Using cache [2022-07-02T17:53:18.482Z] ---> 056455c688b6 [2022-07-02T17:53:18.482Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:53:18.482Z] ---> Using cache [2022-07-02T17:53:18.482Z] ---> af14779024d8 [2022-07-02T17:53:18.482Z] Step 8/31 : COPY . . [2022-07-02T17:53:18.482Z] ---> Using cache [2022-07-02T17:53:18.482Z] ---> b80e7d5bdb58 [2022-07-02T17:53:18.482Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-02T17:53:18.482Z] ---> Running in 6bb0baebd0ae [2022-07-02T17:53:18.482Z] ---> Running in 2a645a6bc37c [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T17:53:18.836Z] prd-ubuntu20.04-docker-arm64-4c-16g-16706 does not seem to be running inside a container [2022-07-02T17:53:18.923Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-02T17:53:19.050Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:19.050Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-02T17:53:19.619Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:20.188Z] OK: 221 MiB in 52 packages [2022-07-02T17:53:20.762Z] Removing intermediate container 6bb0baebd0ae [2022-07-02T17:53:20.762Z] ---> 2a11e64a69dd [2022-07-02T17:53:20.762Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-02T17:53:21.021Z] ---> ebbdaced76ec [2022-07-02T17:53:21.021Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:53:21.021Z] ---> Running in a2a2c534c1ac [2022-07-02T17:53:21.075Z] $ docker top 3d2e99fd216518b07a6d8eddf3fc3cdfe5916709b594ae87ccb435f445019533 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-02T17:53:21.985Z] + docker-compose build --help [2022-07-02T17:53:21.985Z] + grep parallel [2022-07-02T17:53:22.926Z] Removing intermediate container a2a2c534c1ac [2022-07-02T17:53:22.926Z] ---> d7a60622a3a7 [2022-07-02T17:53:22.926Z] Step 8/26 : COPY . . [2022-07-02T17:53:25.372Z] --parallel Build images in parallel. [Pipeline] } [2022-07-02T17:53:25.671Z] $ docker stop --time=1 3d2e99fd216518b07a6d8eddf3fc3cdfe5916709b594ae87ccb435f445019533 [2022-07-02T17:53:27.349Z] $ docker rm -f 3d2e99fd216518b07a6d8eddf3fc3cdfe5916709b594ae87ccb435f445019533 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:27.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-02T17:53:27.961Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T17:53:28.232Z] prd-ubuntu20.04-docker-arm64-4c-16g-16706 does not seem to be running inside a container [2022-07-02T17:53:28.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-02T17:53:29.500Z] ---> ef065a875142 [2022-07-02T17:53:29.500Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-02T17:53:29.500Z] ---> Running in e238c0c3e481 [2022-07-02T17:53:29.637Z] $ docker top f3f2e078a3600c9268107a60da032ebb55a262b17b1b27e2a82ef0b23b61ecc7 -eo pid,comm [2022-07-02T17:53:29.763Z] Removing intermediate container e238c0c3e481 [2022-07-02T17:53:29.763Z] ---> ccbb3d00334d [2022-07-02T17:53:29.763Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-02T17:53:29.763Z] ---> Running in 36a917c71c57 [2022-07-02T17:53:29.763Z] Removing intermediate container 36a917c71c57 [2022-07-02T17:53:29.763Z] ---> 605939fd898c [2022-07-02T17:53:29.763Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [Pipeline] { [Pipeline] sh [2022-07-02T17:53:30.023Z] ---> Running in 9e76e3a6d0f3 [2022-07-02T17:53:30.538Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-02T17:53:30.963Z] Removing intermediate container 9e76e3a6d0f3 [2022-07-02T17:53:30.964Z] ---> 4c61e068f584 [2022-07-02T17:53:30.964Z] Step 12/26 : WORKDIR /edgex-go [2022-07-02T17:53:30.964Z] ---> Running in 7bfb5056f7f0 [2022-07-02T17:53:30.964Z] Removing intermediate container 7bfb5056f7f0 [2022-07-02T17:53:30.964Z] ---> d946093a5689 [2022-07-02T17:53:30.964Z] [2022-07-02T17:53:30.964Z] Step 13/26 : FROM alpine:3.15 [2022-07-02T17:53:30.964Z] ---> 0ac33e5f5afa [2022-07-02T17:53:30.964Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-02T17:53:30.964Z] ---> Using cache [2022-07-02T17:53:30.964Z] ---> 4a8c5ed6de80 [2022-07-02T17:53:30.964Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:53:30.964Z] ---> Using cache [2022-07-02T17:53:30.964Z] ---> 6ff83c9c88d1 [2022-07-02T17:53:30.964Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-02T17:53:31.222Z] ---> Running in f1f0f0ba1fc0 [2022-07-02T17:53:31.481Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:32.421Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:32.421Z] Removing intermediate container 3150c7932577 [2022-07-02T17:53:32.421Z] ---> a1faf0713557 [2022-07-02T17:53:32.421Z] [2022-07-02T17:53:32.421Z] Step 9/20 : FROM alpine:3.15 [2022-07-02T17:53:32.421Z] ---> 0ac33e5f5afa [2022-07-02T17:53:32.421Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-02T17:53:32.421Z] ---> Using cache [2022-07-02T17:53:32.421Z] ---> 4a8c5ed6de80 [2022-07-02T17:53:32.421Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:53:32.421Z] ---> Using cache [2022-07-02T17:53:32.421Z] ---> 6ff83c9c88d1 [2022-07-02T17:53:32.421Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-02T17:53:32.681Z] ---> Running in e43666989a7c [2022-07-02T17:53:32.681Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-02T17:53:32.681Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-02T17:53:32.681Z] OK: 15859 distinct packages available [2022-07-02T17:53:32.681Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:32.941Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:33.509Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:33.770Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:34.038Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-02T17:53:34.038Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-02T17:53:34.038Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-02T17:53:34.038Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-02T17:53:34.038Z] OK: 15859 distinct packages available [2022-07-02T17:53:34.038Z] (3/5) Installing libucontext (1.1-r0) [2022-07-02T17:53:34.038Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:34.297Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-02T17:53:34.297Z] Removing intermediate container 2a645a6bc37c [2022-07-02T17:53:34.297Z] ---> 3ecccb135c41 [2022-07-02T17:53:34.297Z] [2022-07-02T17:53:34.297Z] Step 10/31 : FROM alpine:3.14 [2022-07-02T17:53:34.298Z] ---> e04c818066af [2022-07-02T17:53:34.298Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-02T17:53:34.298Z] (5/5) Installing openssl (1.1.1p-r0) [2022-07-02T17:53:34.298Z] ---> Running in c797d5937f48 [2022-07-02T17:53:34.298Z] Executing busybox-1.34.1-r5.trigger [2022-07-02T17:53:34.298Z] OK: 6 MiB in 19 packages [2022-07-02T17:53:34.298Z] Removing intermediate container c797d5937f48 [2022-07-02T17:53:34.298Z] ---> 97cee330d24c [2022-07-02T17:53:34.298Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-02T17:53:34.557Z] ---> Running in f89ce364369f [2022-07-02T17:53:34.817Z] Removing intermediate container f1f0f0ba1fc0 [2022-07-02T17:53:34.817Z] ---> 7071fafba6f0 [2022-07-02T17:53:34.817Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-02T17:53:34.817Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:34.817Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:34.817Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-02T17:53:34.851Z] Building core-command ... [2022-07-02T17:53:34.851Z] Building core-data ... [2022-07-02T17:53:34.851Z] Building core-metadata ... [2022-07-02T17:53:34.851Z] Building security-bootstrapper ... [2022-07-02T17:53:34.851Z] Building security-proxy-setup ... [2022-07-02T17:53:34.851Z] Building security-secretstore-setup ... [2022-07-02T17:53:34.851Z] Building security-spiffe-token-provider ... [2022-07-02T17:53:34.851Z] Building security-spire-agent ... [2022-07-02T17:53:34.851Z] Building security-spire-config ... [2022-07-02T17:53:34.851Z] Building security-spire-server ... [2022-07-02T17:53:34.851Z] Building support-notifications ... [2022-07-02T17:53:34.851Z] Building support-scheduler ... [2022-07-02T17:53:34.851Z] Building sys-mgmt-agent ... [2022-07-02T17:53:34.851Z] Building support-notifications [2022-07-02T17:53:34.851Z] Building security-bootstrapper [2022-07-02T17:53:34.851Z] Building security-spire-config [2022-07-02T17:53:34.851Z] Building security-spire-agent [2022-07-02T17:53:34.851Z] Building security-proxy-setup [2022-07-02T17:53:35.083Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-02T17:53:35.083Z] (2/2) Installing su-exec (0.2-r1) [2022-07-02T17:53:35.083Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T17:53:35.083Z] OK: 6 MiB in 16 packages [2022-07-02T17:53:35.390Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-02T17:53:35.390Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-02T17:53:35.390Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-02T17:53:35.668Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-02T17:53:35.668Z] ---> 72c4ae2f8c08 [2022-07-02T17:53:35.668Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-02T17:53:35.668Z] (5/9) Installing curl (7.80.0-r2) [2022-07-02T17:53:35.668Z] Removing intermediate container f89ce364369f [2022-07-02T17:53:35.668Z] ---> 4a401a60429f [2022-07-02T17:53:35.668Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-02T17:53:35.668Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-02T17:53:35.668Z] ---> Running in 2b2b3129e311 [2022-07-02T17:53:35.668Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-02T17:53:36.038Z] Removing intermediate container 2b2b3129e311 [2022-07-02T17:53:36.038Z] ---> c970cb97fcf3 [2022-07-02T17:53:36.038Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-02T17:53:36.038Z] ---> Running in e80d6bbfd502 [2022-07-02T17:53:36.038Z] (8/9) Installing libucontext (1.1-r0) [2022-07-02T17:53:36.038Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-02T17:53:36.038Z] Executing busybox-1.34.1-r5.trigger [2022-07-02T17:53:36.038Z] Executing ca-certificates-20211220-r0.trigger [2022-07-02T17:53:36.038Z] Removing intermediate container e80d6bbfd502 [2022-07-02T17:53:36.038Z] ---> 8f59d637e425 [2022-07-02T17:53:36.038Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-02T17:53:36.038Z] OK: 8 MiB in 23 packages [2022-07-02T17:53:36.333Z] ---> Running in 2e0810e0b6bb [2022-07-02T17:53:36.591Z] Removing intermediate container e43666989a7c [2022-07-02T17:53:36.591Z] ---> 7a81149a618b [2022-07-02T17:53:36.591Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T17:53:36.851Z] ---> ceaae253c54a [2022-07-02T17:53:36.851Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-02T17:53:36.851Z] ---> 04fb9b5a56ce [2022-07-02T17:53:36.851Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-02T17:53:36.851Z] ---> 90ce068240ff [2022-07-02T17:53:36.851Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-02T17:53:37.110Z] Removing intermediate container 2e0810e0b6bb [2022-07-02T17:53:37.110Z] ---> d7fc4a25615c [2022-07-02T17:53:37.110Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-02T17:53:37.110Z] ---> Running in 2323a0641292 [2022-07-02T17:53:37.110Z] ---> 0f293b0f3ae5 [2022-07-02T17:53:37.110Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-02T17:53:37.110Z] Removing intermediate container 2323a0641292 [2022-07-02T17:53:37.110Z] ---> c2238ad438d5 [2022-07-02T17:53:37.110Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-02T17:53:37.371Z] ---> bc26aacedd39 [2022-07-02T17:53:37.371Z] ---> 34c9e4d60513 [2022-07-02T17:53:37.371Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.tomlStep 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-02T17:53:37.371Z] [2022-07-02T17:53:37.371Z] ---> Running in 701bfe4bc75c [2022-07-02T17:53:37.371Z] ---> 42985ca5cb39 [2022-07-02T17:53:37.371Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-02T17:53:37.641Z] ---> Running in 96f38b88f9c9 [2022-07-02T17:53:37.641Z] Removing intermediate container 701bfe4bc75c [2022-07-02T17:53:37.641Z] ---> 278cda3c369d [2022-07-02T17:53:37.641Z] ---> d44b1825bc63 [2022-07-02T17:53:37.641Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ]Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-02T17:53:37.641Z] [2022-07-02T17:53:37.641Z] ---> Running in b7bcd617aee0 [2022-07-02T17:53:37.641Z] ---> Running in 33e0954b9044 [2022-07-02T17:53:37.641Z] Removing intermediate container b7bcd617aee0 [2022-07-02T17:53:37.641Z] ---> acf202b24bdc [2022-07-02T17:53:37.641Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T17:53:37.901Z] Removing intermediate container 33e0954b9044 [2022-07-02T17:53:37.901Z] ---> 22498c3cfb25 [2022-07-02T17:53:37.901Z] Step 24/26 : LABEL arch=x86_64 [2022-07-02T17:53:37.901Z] ---> Running in e9c6e907291c [2022-07-02T17:53:37.901Z] ---> Running in f946621cacff [2022-07-02T17:53:37.901Z] Removing intermediate container e9c6e907291c [2022-07-02T17:53:37.901Z] ---> b5b996d52c01 [2022-07-02T17:53:37.901Z] Step 18/20 : LABEL arch=x86_64 [2022-07-02T17:53:37.901Z] ---> Running in 5b74ff03ee68 [2022-07-02T17:53:37.901Z] Removing intermediate container f946621cacff [2022-07-02T17:53:37.901Z] ---> a5ab8a4511c3 [2022-07-02T17:53:37.901Z] Step 25/26 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:37.901Z] ---> Running in c8e67a5cfb95 [2022-07-02T17:53:38.161Z] Removing intermediate container 5b74ff03ee68 [2022-07-02T17:53:38.161Z] ---> 0c2f4ba2a78c [2022-07-02T17:53:38.161Z] Step 19/20 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:38.161Z] ---> Running in bada159246d5 [2022-07-02T17:53:38.161Z] Removing intermediate container c8e67a5cfb95 [2022-07-02T17:53:38.161Z] ---> 9209e23bb751 [2022-07-02T17:53:38.161Z] Step 26/26 : LABEL version=2.2.1-dev.19 [2022-07-02T17:53:38.161Z] ---> Running in 26757ddcf03b [2022-07-02T17:53:38.161Z] Removing intermediate container 96f38b88f9c9 [2022-07-02T17:53:38.161Z] ---> a83c966a52bf [2022-07-02T17:53:38.161Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T17:53:38.161Z] Removing intermediate container bada159246d5 [2022-07-02T17:53:38.161Z] ---> 9b3f7a0c5586 [2022-07-02T17:53:38.161Z] Step 20/20 : LABEL version=2.2.1-dev.19 [2022-07-02T17:53:38.161Z] ---> Running in f4b497bcc1e8 [2022-07-02T17:53:38.161Z] Removing intermediate container 26757ddcf03b [2022-07-02T17:53:38.161Z] ---> cb4ac06312c7 [2022-07-02T17:53:38.161Z] [2022-07-02T17:53:38.421Z] Removing intermediate container f4b497bcc1e8 [2022-07-02T17:53:38.422Z] ---> bbb63d96926f [2022-07-02T17:53:38.422Z] [2022-07-02T17:53:38.422Z] ---> b523f953d045 [2022-07-02T17:53:38.422Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-02T17:53:38.422Z] Successfully built cb4ac06312c7 [2022-07-02T17:53:38.422Z] Successfully tagged security-spire-agent:latest [2022-07-02T17:53:38.422Z]  Building security-spire-agent ... done Successfully built bbb63d96926f [2022-07-02T17:53:38.422Z] Successfully tagged security-spiffe-token-provider:latest [2022-07-02T17:53:38.682Z]  Building security-spiffe-token-provider ... done  ---> 742599da884d [2022-07-02T17:53:38.682Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-02T17:53:38.943Z] ---> d55b171da33e [2022-07-02T17:53:38.943Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-02T17:53:38.943Z] ---> b20bc522f4d9 [2022-07-02T17:53:38.943Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-02T17:53:39.203Z] ---> d9d8b7c7a572 [2022-07-02T17:53:39.203Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-02T17:53:39.203Z] ---> Running in 913d504a30fd [2022-07-02T17:53:39.465Z] Removing intermediate container 913d504a30fd [2022-07-02T17:53:39.465Z] ---> 30b2b0b435ed [2022-07-02T17:53:39.465Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-02T17:53:39.465Z] ---> 81afdc38b6a0 [2022-07-02T17:53:39.465Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-02T17:53:39.726Z] ---> Running in 5084983b43f8 [2022-07-02T17:53:40.296Z] Removing intermediate container 5084983b43f8 [2022-07-02T17:53:40.296Z] ---> 1c4bad7f7cee [2022-07-02T17:53:40.296Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-02T17:53:40.296Z] ---> Running in 9476117288dd [2022-07-02T17:53:40.296Z] Removing intermediate container 9476117288dd [2022-07-02T17:53:40.296Z] ---> 735445bd4384 [2022-07-02T17:53:40.296Z] Step 28/31 : CMD ["gate"] [2022-07-02T17:53:40.557Z] ---> Running in 470f99ccecf5 [2022-07-02T17:53:40.557Z] Removing intermediate container 470f99ccecf5 [2022-07-02T17:53:40.557Z] ---> 6ec2ac792595 [2022-07-02T17:53:40.557Z] Step 29/31 : LABEL arch=x86_64 [2022-07-02T17:53:40.557Z] ---> Running in e8c23e11207a [2022-07-02T17:53:40.817Z] Removing intermediate container e8c23e11207a [2022-07-02T17:53:40.817Z] ---> 24d7a876fada [2022-07-02T17:53:40.817Z] Step 30/31 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:40.817Z] ---> Running in 757bdf989408 [2022-07-02T17:53:40.817Z] Removing intermediate container 757bdf989408 [2022-07-02T17:53:40.817Z] ---> 302226c567aa [2022-07-02T17:53:40.817Z] Step 31/31 : LABEL version=2.2.1-dev.19 [2022-07-02T17:53:41.077Z] ---> Running in f4a558d46617 [2022-07-02T17:53:41.077Z] Removing intermediate container f4a558d46617 [2022-07-02T17:53:41.077Z] ---> 2f949389c548 [2022-07-02T17:53:41.077Z] [2022-07-02T17:53:41.077Z] Successfully built 2f949389c548 [2022-07-02T17:53:41.077Z] Successfully tagged security-bootstrapper:latest [2022-07-02T17:53:41.345Z]  Building security-bootstrapper ... done  [Pipeline] } [2022-07-02T17:53:41.352Z] $ docker stop --time=1 77936e5f2dd30d37f0108b58761153e0f19dcdce81cafd9a69b18b8c2fe1dfd7 [2022-07-02T17:53:42.666Z] $ docker rm -f 77936e5f2dd30d37f0108b58761153e0f19dcdce81cafd9a69b18b8c2fe1dfd7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-02T17:53:43.013Z] + docker images [2022-07-02T17:53:43.014Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-02T17:53:43.014Z] security-bootstrapper latest 2f949389c548 2 seconds ago 19.1MB [2022-07-02T17:53:43.014Z] security-spire-agent latest cb4ac06312c7 4 seconds ago 127MB [2022-07-02T17:53:43.014Z] security-spiffe-token-provider latest bbb63d96926f 4 seconds ago 29MB [2022-07-02T17:53:43.014Z] 3ecccb135c41 9 seconds ago 1.62GB [2022-07-02T17:53:43.014Z] a1faf0713557 11 seconds ago 1.67GB [2022-07-02T17:53:43.014Z] d946093a5689 12 seconds ago 1.52GB [2022-07-02T17:53:43.014Z] security-proxy-setup latest b65693ba2964 27 seconds ago 26.9MB [2022-07-02T17:53:43.014Z] core-metadata latest a59494b36d7d 29 seconds ago 17MB [2022-07-02T17:53:43.014Z] security-secretstore-setup latest 6405cfbcc415 29 seconds ago 28.5MB [2022-07-02T17:53:43.014Z] support-notifications latest 97dcc63e5faf 31 seconds ago 27MB [2022-07-02T17:53:43.014Z] a68d46e946b6 33 seconds ago 1.62GB [2022-07-02T17:53:43.014Z] 9576117f4d3a 35 seconds ago 1.62GB [2022-07-02T17:53:43.014Z] 4f607fbd8568 37 seconds ago 1.68GB [2022-07-02T17:53:43.014Z] def03439619a 38 seconds ago 1.63GB [2022-07-02T17:53:43.014Z] sys-mgmt-agent latest 99c6eba2e086 52 seconds ago 299MB [2022-07-02T17:53:43.014Z] core-command latest 026dfc40c589 About a minute ago 16.1MB [2022-07-02T17:53:43.014Z] 16cf27b4799d About a minute ago 1.61GB [2022-07-02T17:53:43.014Z] core-data latest cbc77124f95b About a minute ago 22.5MB [2022-07-02T17:53:43.014Z] support-scheduler latest fa471bdf59fe About a minute ago 26.4MB [2022-07-02T17:53:43.014Z] a5dc97436f4c About a minute ago 1.67GB [2022-07-02T17:53:43.014Z] 7c93955b9ec4 About a minute ago 1.62GB [2022-07-02T17:53:43.014Z] 370871865799 About a minute ago 1.65GB [2022-07-02T17:53:43.014Z] security-spire-config latest eb9ac99bcbe1 About a minute ago 86.7MB [2022-07-02T17:53:43.014Z] security-spire-server latest c9e50edd18ee About a minute ago 87.3MB [2022-07-02T17:53:43.014Z] 8ec45e39d404 About a minute ago 1.52GB [2022-07-02T17:53:43.014Z] bd84ffa2ae09 About a minute ago 1.52GB [2022-07-02T17:53:43.014Z] ci-base-image-x86_64 latest a2b3223f1eec 4 minutes ago 1.02GB [2022-07-02T17:53:43.014Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 8f69c11f6b0c 4 weeks ago 680MB [2022-07-02T17:53:43.014Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 d7ea09dbb500 4 weeks ago 253MB [2022-07-02T17:53:43.014Z] docker 20.10.14 7417809fdb73 2 months ago 218MB [2022-07-02T17:53:43.014Z] alpine 3.14 e04c818066af 2 months ago 5.59MB [2022-07-02T17:53:43.014Z] alpine 3.15 0ac33e5f5afa 2 months ago 5.57MB [2022-07-02T17:53:43.014Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-02T17:53:43.110Z] provisioning config files... [2022-07-02T17:53:43.129Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config1282085938376951950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-02T17:53:43.436Z] ---> docker-login.sh [2022-07-02T17:53:43.436Z] nexus3.edgexfoundry.org:10001 [2022-07-02T17:53:43.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:53:43.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:53:43.436Z] Configure a credential helper to remove this warning. See [2022-07-02T17:53:43.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:53:43.436Z] [2022-07-02T17:53:43.436Z] Login Succeeded [2022-07-02T17:53:43.436Z] nexus3.edgexfoundry.org:10002 [2022-07-02T17:53:43.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:53:43.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:53:43.696Z] Configure a credential helper to remove this warning. See [2022-07-02T17:53:43.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:53:43.696Z] [2022-07-02T17:53:43.696Z] Login Succeeded [2022-07-02T17:53:43.696Z] nexus3.edgexfoundry.org:10003 [2022-07-02T17:53:43.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:53:43.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:53:43.696Z] Configure a credential helper to remove this warning. See [2022-07-02T17:53:43.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:53:43.696Z] [2022-07-02T17:53:43.696Z] Login Succeeded [2022-07-02T17:53:43.696Z] nexus3.edgexfoundry.org:10004 [2022-07-02T17:53:43.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:53:43.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:53:43.957Z] Configure a credential helper to remove this warning. See [2022-07-02T17:53:43.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:53:43.957Z] [2022-07-02T17:53:43.957Z] Login Succeeded [2022-07-02T17:53:43.957Z] docker.io [2022-07-02T17:53:43.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T17:53:44.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T17:53:44.529Z] Configure a credential helper to remove this warning. See [2022-07-02T17:53:44.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T17:53:44.529Z] [2022-07-02T17:53:44.529Z] Login Succeeded [2022-07-02T17:53:44.529Z] ---> docker-login.sh ends [Pipeline] } [2022-07-02T17:53:44.535Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:53:44.572Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-02T17:53:44.593Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-07-02T17:53:44.593Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:44.593Z] latest [2022-07-02T17:53:44.593Z] 2.2.1-dev.19 [2022-07-02T17:53:44.593Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:53:44.593Z] main [2022-07-02T17:53:44.593Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:44.920Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:45.233Z] + docker push nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:45.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-02T17:53:45.233Z] 22ea9145e60c: Preparing [2022-07-02T17:53:45.233Z] d8f7bfc6765b: Preparing [2022-07-02T17:53:45.233Z] dcd1a84af63c: Preparing [2022-07-02T17:53:45.234Z] 5ce3cf7b7162: Preparing [2022-07-02T17:53:45.234Z] b541d28bf3b4: Preparing [2022-07-02T17:53:45.234Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:45.234Z] 5ce3cf7b7162: Pushed [2022-07-02T17:53:45.234Z] 22ea9145e60c: Pushed [2022-07-02T17:53:45.234Z] dcd1a84af63c: Pushed [2022-07-02T17:53:46.614Z] d8f7bfc6765b: Pushed [2022-07-02T17:53:46.614Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:35986ce3fa225417c6311afc6764200437b52aa23fd40534c132a0ff38aaf1e7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:46.937Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:47.247Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-07-02T17:53:47.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-02T17:53:47.247Z] 22ea9145e60c: Preparing [2022-07-02T17:53:47.247Z] d8f7bfc6765b: Preparing [2022-07-02T17:53:47.247Z] dcd1a84af63c: Preparing [2022-07-02T17:53:47.247Z] 5ce3cf7b7162: Preparing [2022-07-02T17:53:47.247Z] b541d28bf3b4: Preparing [2022-07-02T17:53:47.247Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:47.247Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:53:47.247Z] d8f7bfc6765b: Layer already exists [2022-07-02T17:53:47.247Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:47.247Z] 22ea9145e60c: Layer already exists [2022-07-02T17:53:47.247Z] latest: digest: sha256:35986ce3fa225417c6311afc6764200437b52aa23fd40534c132a0ff38aaf1e7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:47.573Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:47.885Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.19 [2022-07-02T17:53:47.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-02T17:53:47.885Z] 22ea9145e60c: Preparing [2022-07-02T17:53:47.885Z] d8f7bfc6765b: Preparing [2022-07-02T17:53:47.885Z] dcd1a84af63c: Preparing [2022-07-02T17:53:47.885Z] 5ce3cf7b7162: Preparing [2022-07-02T17:53:47.885Z] b541d28bf3b4: Preparing [2022-07-02T17:53:47.885Z] 22ea9145e60c: Layer already exists [2022-07-02T17:53:47.885Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:47.885Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:47.885Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:53:47.885Z] d8f7bfc6765b: Layer already exists [2022-07-02T17:53:47.885Z] 2.2.1-dev.19: digest: sha256:35986ce3fa225417c6311afc6764200437b52aa23fd40534c132a0ff38aaf1e7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:48.201Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:48.515Z] + docker push nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:53:48.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-02T17:53:48.515Z] 22ea9145e60c: Preparing [2022-07-02T17:53:48.515Z] d8f7bfc6765b: Preparing [2022-07-02T17:53:48.515Z] dcd1a84af63c: Preparing [2022-07-02T17:53:48.515Z] 5ce3cf7b7162: Preparing [2022-07-02T17:53:48.515Z] b541d28bf3b4: Preparing [2022-07-02T17:53:48.515Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:53:48.515Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:48.515Z] d8f7bfc6765b: Layer already exists [2022-07-02T17:53:48.515Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:48.515Z] 22ea9145e60c: Layer already exists [2022-07-02T17:53:48.515Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:35986ce3fa225417c6311afc6764200437b52aa23fd40534c132a0ff38aaf1e7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:48.831Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:49.143Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-07-02T17:53:49.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-02T17:53:49.143Z] 22ea9145e60c: Preparing [2022-07-02T17:53:49.143Z] d8f7bfc6765b: Preparing [2022-07-02T17:53:49.143Z] dcd1a84af63c: Preparing [2022-07-02T17:53:49.143Z] 5ce3cf7b7162: Preparing [2022-07-02T17:53:49.143Z] b541d28bf3b4: Preparing [2022-07-02T17:53:49.143Z] d8f7bfc6765b: Layer already exists [2022-07-02T17:53:49.143Z] 22ea9145e60c: Layer already exists [2022-07-02T17:53:49.143Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:49.143Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:53:49.143Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:49.143Z] main: digest: sha256:35986ce3fa225417c6311afc6764200437b52aa23fd40534c132a0ff38aaf1e7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:53:49.187Z] ===================================================== [Pipeline] echo [2022-07-02T17:53:49.197Z] taggedImages: [2022-07-02T17:53:49.197Z] - nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:49.197Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-07-02T17:53:49.197Z] - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.19 [2022-07-02T17:53:49.197Z] - nexus3.edgexfoundry.org:10004/core-command:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:53:49.197Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-07-02T17:53:49.217Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-07-02T17:53:49.217Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:49.217Z] latest [2022-07-02T17:53:49.217Z] 2.2.1-dev.19 [2022-07-02T17:53:49.217Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:53:49.217Z] main [2022-07-02T17:53:49.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:49.540Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:49.849Z] + docker push nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:49.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-02T17:53:49.849Z] f8be52463598: Preparing [2022-07-02T17:53:49.849Z] f9a8ef4bc1aa: Preparing [2022-07-02T17:53:49.849Z] dcd1a84af63c: Preparing [2022-07-02T17:53:49.850Z] 592567140bb4: Preparing [2022-07-02T17:53:49.850Z] 321f897c31e5: Preparing [2022-07-02T17:53:49.850Z] b541d28bf3b4: Preparing [2022-07-02T17:53:49.850Z] b541d28bf3b4: Waiting [2022-07-02T17:53:49.850Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:49.850Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:49.850Z] 321f897c31e5: Pushed [2022-07-02T17:53:49.850Z] f8be52463598: Pushed [2022-07-02T17:53:50.109Z] 592567140bb4: Pushed [2022-07-02T17:53:51.491Z] f9a8ef4bc1aa: Pushed [2022-07-02T17:53:51.491Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:861d7b5a8f084449e8d359410d9a449c4ccd60996643030429eb3faa204018bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:52.065Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:52.383Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-07-02T17:53:52.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-02T17:53:52.383Z] f8be52463598: Preparing [2022-07-02T17:53:52.383Z] f9a8ef4bc1aa: Preparing [2022-07-02T17:53:52.383Z] dcd1a84af63c: Preparing [2022-07-02T17:53:52.383Z] 592567140bb4: Preparing [2022-07-02T17:53:52.383Z] 321f897c31e5: Preparing [2022-07-02T17:53:52.383Z] b541d28bf3b4: Preparing [2022-07-02T17:53:52.383Z] f8be52463598: Layer already exists [2022-07-02T17:53:52.383Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:52.383Z] 321f897c31e5: Layer already exists [2022-07-02T17:53:52.383Z] f9a8ef4bc1aa: Layer already exists [2022-07-02T17:53:52.383Z] 592567140bb4: Layer already exists [2022-07-02T17:53:52.383Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:52.383Z] latest: digest: sha256:861d7b5a8f084449e8d359410d9a449c4ccd60996643030429eb3faa204018bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:52.700Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:53.014Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.19 [2022-07-02T17:53:53.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-02T17:53:53.014Z] f8be52463598: Preparing [2022-07-02T17:53:53.014Z] f9a8ef4bc1aa: Preparing [2022-07-02T17:53:53.014Z] dcd1a84af63c: Preparing [2022-07-02T17:53:53.014Z] 592567140bb4: Preparing [2022-07-02T17:53:53.014Z] 321f897c31e5: Preparing [2022-07-02T17:53:53.014Z] b541d28bf3b4: Preparing [2022-07-02T17:53:53.014Z] b541d28bf3b4: Waiting [2022-07-02T17:53:53.014Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:53.014Z] f9a8ef4bc1aa: Layer already exists [2022-07-02T17:53:53.014Z] f8be52463598: Layer already exists [2022-07-02T17:53:53.014Z] 321f897c31e5: Layer already exists [2022-07-02T17:53:53.014Z] 592567140bb4: Layer already exists [2022-07-02T17:53:53.014Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:53.014Z] 2.2.1-dev.19: digest: sha256:861d7b5a8f084449e8d359410d9a449c4ccd60996643030429eb3faa204018bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:53.337Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:53.655Z] + docker push nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:53:53.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-02T17:53:53.655Z] f8be52463598: Preparing [2022-07-02T17:53:53.655Z] f9a8ef4bc1aa: Preparing [2022-07-02T17:53:53.655Z] dcd1a84af63c: Preparing [2022-07-02T17:53:53.655Z] 592567140bb4: Preparing [2022-07-02T17:53:53.655Z] 321f897c31e5: Preparing [2022-07-02T17:53:53.655Z] b541d28bf3b4: Preparing [2022-07-02T17:53:53.655Z] f8be52463598: Layer already exists [2022-07-02T17:53:53.655Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:53.655Z] f9a8ef4bc1aa: Layer already exists [2022-07-02T17:53:53.655Z] 321f897c31e5: Layer already exists [2022-07-02T17:53:53.655Z] 592567140bb4: Layer already exists [2022-07-02T17:53:53.655Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:53.656Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:861d7b5a8f084449e8d359410d9a449c4ccd60996643030429eb3faa204018bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:53.970Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:54.291Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-07-02T17:53:54.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-02T17:53:54.291Z] f8be52463598: Preparing [2022-07-02T17:53:54.291Z] f9a8ef4bc1aa: Preparing [2022-07-02T17:53:54.291Z] dcd1a84af63c: Preparing [2022-07-02T17:53:54.291Z] 592567140bb4: Preparing [2022-07-02T17:53:54.291Z] 321f897c31e5: Preparing [2022-07-02T17:53:54.291Z] b541d28bf3b4: Preparing [2022-07-02T17:53:54.291Z] b541d28bf3b4: Waiting [2022-07-02T17:53:54.291Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:54.291Z] 321f897c31e5: Layer already exists [2022-07-02T17:53:54.291Z] f9a8ef4bc1aa: Layer already exists [2022-07-02T17:53:54.291Z] 592567140bb4: Layer already exists [2022-07-02T17:53:54.291Z] f8be52463598: Layer already exists [2022-07-02T17:53:54.291Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:54.291Z] main: digest: sha256:861d7b5a8f084449e8d359410d9a449c4ccd60996643030429eb3faa204018bc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:53:54.344Z] ===================================================== [Pipeline] echo [2022-07-02T17:53:54.351Z] taggedImages: [2022-07-02T17:53:54.351Z] - nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:54.351Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-07-02T17:53:54.351Z] - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.19 [2022-07-02T17:53:54.351Z] - nexus3.edgexfoundry.org:10004/core-data:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:53:54.351Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-07-02T17:53:54.371Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-07-02T17:53:54.371Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:54.371Z] latest [2022-07-02T17:53:54.371Z] 2.2.1-dev.19 [2022-07-02T17:53:54.371Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:53:54.371Z] main [2022-07-02T17:53:54.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:54.690Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:55.001Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:55.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-02T17:53:55.002Z] ff59dc160942: Preparing [2022-07-02T17:53:55.002Z] 2d0ac4957171: Preparing [2022-07-02T17:53:55.002Z] dcd1a84af63c: Preparing [2022-07-02T17:53:55.002Z] 5ce3cf7b7162: Preparing [2022-07-02T17:53:55.002Z] b541d28bf3b4: Preparing [2022-07-02T17:53:55.002Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:55.002Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:53:55.002Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:55.002Z] ff59dc160942: Pushed [2022-07-02T17:53:56.385Z] 2d0ac4957171: Pushed [2022-07-02T17:53:56.385Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:677d94218a6011134a44a25e37010fcfca0580c46d5a99fdeb5ea15effc3725a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:56.710Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:57.034Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-07-02T17:53:57.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-02T17:53:57.034Z] ff59dc160942: Preparing [2022-07-02T17:53:57.034Z] 2d0ac4957171: Preparing [2022-07-02T17:53:57.034Z] dcd1a84af63c: Preparing [2022-07-02T17:53:57.034Z] 5ce3cf7b7162: Preparing [2022-07-02T17:53:57.034Z] b541d28bf3b4: Preparing [2022-07-02T17:53:57.034Z] ff59dc160942: Layer already exists [2022-07-02T17:53:57.034Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:53:57.034Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:57.034Z] 2d0ac4957171: Layer already exists [2022-07-02T17:53:57.034Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:57.034Z] latest: digest: sha256:677d94218a6011134a44a25e37010fcfca0580c46d5a99fdeb5ea15effc3725a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:57.399Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:57.750Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.19 [2022-07-02T17:53:57.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-02T17:53:57.750Z] ff59dc160942: Preparing [2022-07-02T17:53:57.750Z] 2d0ac4957171: Preparing [2022-07-02T17:53:57.750Z] dcd1a84af63c: Preparing [2022-07-02T17:53:57.750Z] 5ce3cf7b7162: Preparing [2022-07-02T17:53:57.750Z] b541d28bf3b4: Preparing [2022-07-02T17:53:57.750Z] ff59dc160942: Layer already exists [2022-07-02T17:53:57.750Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:53:57.750Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:57.750Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:57.750Z] 2d0ac4957171: Layer already exists [2022-07-02T17:53:57.750Z] 2.2.1-dev.19: digest: sha256:677d94218a6011134a44a25e37010fcfca0580c46d5a99fdeb5ea15effc3725a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:58.066Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:58.377Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:53:58.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-02T17:53:58.377Z] ff59dc160942: Preparing [2022-07-02T17:53:58.377Z] 2d0ac4957171: Preparing [2022-07-02T17:53:58.377Z] dcd1a84af63c: Preparing [2022-07-02T17:53:58.377Z] 5ce3cf7b7162: Preparing [2022-07-02T17:53:58.377Z] b541d28bf3b4: Preparing [2022-07-02T17:53:58.378Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:58.378Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:58.378Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:53:58.378Z] ff59dc160942: Layer already exists [2022-07-02T17:53:58.378Z] 2d0ac4957171: Layer already exists [2022-07-02T17:53:58.378Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:677d94218a6011134a44a25e37010fcfca0580c46d5a99fdeb5ea15effc3725a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:58.699Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:59.013Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-07-02T17:53:59.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-02T17:53:59.013Z] ff59dc160942: Preparing [2022-07-02T17:53:59.013Z] 2d0ac4957171: Preparing [2022-07-02T17:53:59.013Z] dcd1a84af63c: Preparing [2022-07-02T17:53:59.013Z] 5ce3cf7b7162: Preparing [2022-07-02T17:53:59.013Z] b541d28bf3b4: Preparing [2022-07-02T17:53:59.013Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:59.013Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:59.013Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:53:59.013Z] ff59dc160942: Layer already exists [2022-07-02T17:53:59.013Z] 2d0ac4957171: Layer already exists [2022-07-02T17:53:59.013Z] main: digest: sha256:677d94218a6011134a44a25e37010fcfca0580c46d5a99fdeb5ea15effc3725a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:53:59.066Z] ===================================================== [Pipeline] echo [2022-07-02T17:53:59.077Z] taggedImages: [2022-07-02T17:53:59.077Z] - nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:59.077Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-07-02T17:53:59.077Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.19 [2022-07-02T17:53:59.077Z] - nexus3.edgexfoundry.org:10004/core-metadata:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:53:59.077Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-07-02T17:53:59.097Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-07-02T17:53:59.097Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:59.097Z] latest [2022-07-02T17:53:59.097Z] 2.2.1-dev.19 [2022-07-02T17:53:59.097Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:53:59.097Z] main [2022-07-02T17:53:59.097Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:59.420Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:53:59.730Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:53:59.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-02T17:53:59.731Z] b84b783be9d6: Preparing [2022-07-02T17:53:59.731Z] b84b783be9d6: Preparing [2022-07-02T17:53:59.731Z] 4b27b2dbe8c2: Preparing [2022-07-02T17:53:59.731Z] 78860790b74b: Preparing [2022-07-02T17:53:59.731Z] fef6724c0505: Preparing [2022-07-02T17:53:59.731Z] 2529a9eccf23: Preparing [2022-07-02T17:53:59.731Z] dcd1a84af63c: Preparing [2022-07-02T17:53:59.731Z] a11ec692be70: Preparing [2022-07-02T17:53:59.731Z] 500deb904500: Preparing [2022-07-02T17:53:59.731Z] 75948e9dad19: Preparing [2022-07-02T17:53:59.731Z] 720b7528b35f: Preparing [2022-07-02T17:53:59.731Z] b541d28bf3b4: Preparing [2022-07-02T17:53:59.731Z] dcd1a84af63c: Waiting [2022-07-02T17:53:59.731Z] a11ec692be70: Waiting [2022-07-02T17:53:59.731Z] 500deb904500: Waiting [2022-07-02T17:53:59.731Z] 75948e9dad19: Waiting [2022-07-02T17:53:59.731Z] 720b7528b35f: Waiting [2022-07-02T17:53:59.731Z] b541d28bf3b4: Waiting [2022-07-02T17:53:59.731Z] 78860790b74b: Pushed [2022-07-02T17:53:59.731Z] 4b27b2dbe8c2: Pushed [2022-07-02T17:53:59.731Z] b84b783be9d6: Pushed [2022-07-02T17:53:59.731Z] fef6724c0505: Pushed [2022-07-02T17:53:59.731Z] dcd1a84af63c: Layer already exists [2022-07-02T17:53:59.990Z] a11ec692be70: Pushed [2022-07-02T17:53:59.990Z] b541d28bf3b4: Layer already exists [2022-07-02T17:53:59.990Z] 720b7528b35f: Pushed [2022-07-02T17:53:59.990Z] 75948e9dad19: Pushed [2022-07-02T17:53:59.990Z] 500deb904500: Pushed [2022-07-02T17:54:01.373Z] 2529a9eccf23: Pushed [2022-07-02T17:54:01.373Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:818d47d7c2a3650265759cf85cc14ff83ea3a98217c175e4b56b7b97020b5cf1 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:01.697Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:02.008Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-07-02T17:54:02.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-02T17:54:02.009Z] b84b783be9d6: Preparing [2022-07-02T17:54:02.009Z] b84b783be9d6: Preparing [2022-07-02T17:54:02.009Z] 4b27b2dbe8c2: Preparing [2022-07-02T17:54:02.009Z] 78860790b74b: Preparing [2022-07-02T17:54:02.009Z] fef6724c0505: Preparing [2022-07-02T17:54:02.009Z] 2529a9eccf23: Preparing [2022-07-02T17:54:02.009Z] dcd1a84af63c: Preparing [2022-07-02T17:54:02.009Z] a11ec692be70: Preparing [2022-07-02T17:54:02.009Z] 500deb904500: Preparing [2022-07-02T17:54:02.009Z] 75948e9dad19: Preparing [2022-07-02T17:54:02.009Z] 720b7528b35f: Preparing [2022-07-02T17:54:02.009Z] b541d28bf3b4: Preparing [2022-07-02T17:54:02.009Z] dcd1a84af63c: Waiting [2022-07-02T17:54:02.009Z] a11ec692be70: Waiting [2022-07-02T17:54:02.009Z] 500deb904500: Waiting [2022-07-02T17:54:02.009Z] 720b7528b35f: Waiting [2022-07-02T17:54:02.009Z] b541d28bf3b4: Waiting [2022-07-02T17:54:02.009Z] b84b783be9d6: Layer already exists [2022-07-02T17:54:02.009Z] 2529a9eccf23: Layer already exists [2022-07-02T17:54:02.009Z] fef6724c0505: Layer already exists [2022-07-02T17:54:02.009Z] 4b27b2dbe8c2: Layer already exists [2022-07-02T17:54:02.009Z] 78860790b74b: Layer already exists [2022-07-02T17:54:02.009Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:02.009Z] 75948e9dad19: Layer already exists [2022-07-02T17:54:02.009Z] 500deb904500: Layer already exists [2022-07-02T17:54:02.009Z] a11ec692be70: Layer already exists [2022-07-02T17:54:02.009Z] 720b7528b35f: Layer already exists [2022-07-02T17:54:02.009Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:02.009Z] latest: digest: sha256:818d47d7c2a3650265759cf85cc14ff83ea3a98217c175e4b56b7b97020b5cf1 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:02.328Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:02.647Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.19 [2022-07-02T17:54:02.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-02T17:54:02.647Z] b84b783be9d6: Preparing [2022-07-02T17:54:02.647Z] b84b783be9d6: Preparing [2022-07-02T17:54:02.647Z] 4b27b2dbe8c2: Preparing [2022-07-02T17:54:02.647Z] 78860790b74b: Preparing [2022-07-02T17:54:02.647Z] fef6724c0505: Preparing [2022-07-02T17:54:02.647Z] 2529a9eccf23: Preparing [2022-07-02T17:54:02.647Z] dcd1a84af63c: Preparing [2022-07-02T17:54:02.647Z] a11ec692be70: Preparing [2022-07-02T17:54:02.647Z] 500deb904500: Preparing [2022-07-02T17:54:02.647Z] 75948e9dad19: Preparing [2022-07-02T17:54:02.647Z] 720b7528b35f: Preparing [2022-07-02T17:54:02.647Z] b541d28bf3b4: Preparing [2022-07-02T17:54:02.647Z] a11ec692be70: Waiting [2022-07-02T17:54:02.647Z] 720b7528b35f: Waiting [2022-07-02T17:54:02.647Z] 75948e9dad19: Waiting [2022-07-02T17:54:02.647Z] b541d28bf3b4: Waiting [2022-07-02T17:54:02.647Z] dcd1a84af63c: Waiting [2022-07-02T17:54:02.647Z] 500deb904500: Waiting [2022-07-02T17:54:02.647Z] 2529a9eccf23: Layer already exists [2022-07-02T17:54:02.647Z] 78860790b74b: Layer already exists [2022-07-02T17:54:02.647Z] b84b783be9d6: Layer already exists [2022-07-02T17:54:02.647Z] fef6724c0505: Layer already exists [2022-07-02T17:54:02.647Z] 4b27b2dbe8c2: Layer already exists [2022-07-02T17:54:02.647Z] a11ec692be70: Layer already exists [2022-07-02T17:54:02.647Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:02.647Z] 720b7528b35f: Layer already exists [2022-07-02T17:54:02.647Z] 75948e9dad19: Layer already exists [2022-07-02T17:54:02.647Z] 500deb904500: Layer already exists [2022-07-02T17:54:02.647Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:02.647Z] 2.2.1-dev.19: digest: sha256:818d47d7c2a3650265759cf85cc14ff83ea3a98217c175e4b56b7b97020b5cf1 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:02.968Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:03.273Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:03.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-02T17:54:03.274Z] b84b783be9d6: Preparing [2022-07-02T17:54:03.274Z] b84b783be9d6: Preparing [2022-07-02T17:54:03.274Z] 4b27b2dbe8c2: Preparing [2022-07-02T17:54:03.274Z] 78860790b74b: Preparing [2022-07-02T17:54:03.274Z] fef6724c0505: Preparing [2022-07-02T17:54:03.274Z] 2529a9eccf23: Preparing [2022-07-02T17:54:03.274Z] dcd1a84af63c: Preparing [2022-07-02T17:54:03.274Z] a11ec692be70: Preparing [2022-07-02T17:54:03.274Z] 500deb904500: Preparing [2022-07-02T17:54:03.274Z] 75948e9dad19: Preparing [2022-07-02T17:54:03.274Z] 720b7528b35f: Preparing [2022-07-02T17:54:03.274Z] b541d28bf3b4: Preparing [2022-07-02T17:54:03.274Z] dcd1a84af63c: Waiting [2022-07-02T17:54:03.274Z] 75948e9dad19: Waiting [2022-07-02T17:54:03.274Z] 500deb904500: Waiting [2022-07-02T17:54:03.274Z] a11ec692be70: Waiting [2022-07-02T17:54:03.274Z] b541d28bf3b4: Waiting [2022-07-02T17:54:03.274Z] 2529a9eccf23: Layer already exists [2022-07-02T17:54:03.274Z] 4b27b2dbe8c2: Layer already exists [2022-07-02T17:54:03.274Z] b84b783be9d6: Layer already exists [2022-07-02T17:54:03.274Z] 78860790b74b: Layer already exists [2022-07-02T17:54:03.274Z] fef6724c0505: Layer already exists [2022-07-02T17:54:03.274Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:03.274Z] a11ec692be70: Layer already exists [2022-07-02T17:54:03.274Z] 500deb904500: Layer already exists [2022-07-02T17:54:03.274Z] 720b7528b35f: Layer already exists [2022-07-02T17:54:03.274Z] 75948e9dad19: Layer already exists [2022-07-02T17:54:03.274Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:03.274Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:818d47d7c2a3650265759cf85cc14ff83ea3a98217c175e4b56b7b97020b5cf1 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:03.590Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:03.905Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-07-02T17:54:03.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-02T17:54:03.905Z] b84b783be9d6: Preparing [2022-07-02T17:54:03.905Z] b84b783be9d6: Preparing [2022-07-02T17:54:03.905Z] 4b27b2dbe8c2: Preparing [2022-07-02T17:54:03.905Z] 78860790b74b: Preparing [2022-07-02T17:54:03.905Z] fef6724c0505: Preparing [2022-07-02T17:54:03.905Z] 2529a9eccf23: Preparing [2022-07-02T17:54:03.905Z] dcd1a84af63c: Preparing [2022-07-02T17:54:03.905Z] dcd1a84af63c: Waiting [2022-07-02T17:54:03.905Z] a11ec692be70: Preparing [2022-07-02T17:54:03.905Z] 500deb904500: Preparing [2022-07-02T17:54:03.905Z] 75948e9dad19: Preparing [2022-07-02T17:54:03.905Z] 720b7528b35f: Preparing [2022-07-02T17:54:03.905Z] a11ec692be70: Waiting [2022-07-02T17:54:03.905Z] 500deb904500: Waiting [2022-07-02T17:54:03.905Z] b541d28bf3b4: Preparing [2022-07-02T17:54:03.905Z] 75948e9dad19: Waiting [2022-07-02T17:54:03.905Z] 720b7528b35f: Waiting [2022-07-02T17:54:03.905Z] b541d28bf3b4: Waiting [2022-07-02T17:54:03.905Z] 78860790b74b: Layer already exists [2022-07-02T17:54:03.905Z] b84b783be9d6: Layer already exists [2022-07-02T17:54:03.905Z] 2529a9eccf23: Layer already exists [2022-07-02T17:54:03.905Z] 4b27b2dbe8c2: Layer already exists [2022-07-02T17:54:03.905Z] fef6724c0505: Layer already exists [2022-07-02T17:54:03.905Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:03.905Z] a11ec692be70: Layer already exists [2022-07-02T17:54:03.905Z] 75948e9dad19: Layer already exists [2022-07-02T17:54:03.905Z] 500deb904500: Layer already exists [2022-07-02T17:54:03.905Z] 720b7528b35f: Layer already exists [2022-07-02T17:54:03.905Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:03.905Z] main: digest: sha256:818d47d7c2a3650265759cf85cc14ff83ea3a98217c175e4b56b7b97020b5cf1 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:54:03.952Z] ===================================================== [Pipeline] echo [2022-07-02T17:54:03.958Z] taggedImages: [2022-07-02T17:54:03.958Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:03.958Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-07-02T17:54:03.958Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.19 [2022-07-02T17:54:03.958Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:03.958Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-07-02T17:54:03.971Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-07-02T17:54:03.971Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:03.971Z] latest [2022-07-02T17:54:03.971Z] 2.2.1-dev.19 [2022-07-02T17:54:03.971Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:03.971Z] main [2022-07-02T17:54:03.971Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:04.281Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:04.593Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:04.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-02T17:54:04.593Z] a9a5f3b003e1: Preparing [2022-07-02T17:54:04.593Z] f6dbd725f175: Preparing [2022-07-02T17:54:04.593Z] df1d197514ea: Preparing [2022-07-02T17:54:04.593Z] f23992e34056: Preparing [2022-07-02T17:54:04.593Z] 4dd9039f9c2b: Preparing [2022-07-02T17:54:04.593Z] 515cc2787fc1: Preparing [2022-07-02T17:54:04.593Z] 9f16038f3bb8: Preparing [2022-07-02T17:54:04.593Z] b541d28bf3b4: Preparing [2022-07-02T17:54:04.593Z] 515cc2787fc1: Waiting [2022-07-02T17:54:04.593Z] 9f16038f3bb8: Waiting [2022-07-02T17:54:04.593Z] b541d28bf3b4: Waiting [2022-07-02T17:54:04.593Z] a9a5f3b003e1: Pushed [2022-07-02T17:54:04.593Z] 4dd9039f9c2b: Pushed [2022-07-02T17:54:04.593Z] f6dbd725f175: Pushed [2022-07-02T17:54:04.593Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:04.593Z] 515cc2787fc1: Pushed [2022-07-02T17:54:05.165Z] 9f16038f3bb8: Pushed [2022-07-02T17:54:05.735Z] f23992e34056: Pushed [2022-07-02T17:54:05.735Z] df1d197514ea: Pushed [2022-07-02T17:54:05.996Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:0325e250948567d02211cd85ec37e0be49e32078295eabdd4b71a9193648b44d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:06.312Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:06.629Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-07-02T17:54:06.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-02T17:54:06.629Z] a9a5f3b003e1: Preparing [2022-07-02T17:54:06.629Z] f6dbd725f175: Preparing [2022-07-02T17:54:06.629Z] df1d197514ea: Preparing [2022-07-02T17:54:06.629Z] f23992e34056: Preparing [2022-07-02T17:54:06.629Z] 4dd9039f9c2b: Preparing [2022-07-02T17:54:06.629Z] 515cc2787fc1: Preparing [2022-07-02T17:54:06.629Z] 9f16038f3bb8: Preparing [2022-07-02T17:54:06.629Z] b541d28bf3b4: Preparing [2022-07-02T17:54:06.629Z] 515cc2787fc1: Waiting [2022-07-02T17:54:06.629Z] 9f16038f3bb8: Waiting [2022-07-02T17:54:06.629Z] b541d28bf3b4: Waiting [2022-07-02T17:54:06.629Z] f23992e34056: Layer already exists [2022-07-02T17:54:06.629Z] a9a5f3b003e1: Layer already exists [2022-07-02T17:54:06.629Z] df1d197514ea: Layer already exists [2022-07-02T17:54:06.629Z] f6dbd725f175: Layer already exists [2022-07-02T17:54:06.629Z] 4dd9039f9c2b: Layer already exists [2022-07-02T17:54:06.629Z] 515cc2787fc1: Layer already exists [2022-07-02T17:54:06.629Z] 9f16038f3bb8: Layer already exists [2022-07-02T17:54:06.629Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:06.629Z] latest: digest: sha256:0325e250948567d02211cd85ec37e0be49e32078295eabdd4b71a9193648b44d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:06.950Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:07.259Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.19 [2022-07-02T17:54:07.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-02T17:54:07.259Z] a9a5f3b003e1: Preparing [2022-07-02T17:54:07.259Z] f6dbd725f175: Preparing [2022-07-02T17:54:07.259Z] df1d197514ea: Preparing [2022-07-02T17:54:07.259Z] f23992e34056: Preparing [2022-07-02T17:54:07.259Z] 4dd9039f9c2b: Preparing [2022-07-02T17:54:07.259Z] 515cc2787fc1: Preparing [2022-07-02T17:54:07.259Z] 9f16038f3bb8: Preparing [2022-07-02T17:54:07.259Z] b541d28bf3b4: Preparing [2022-07-02T17:54:07.259Z] 515cc2787fc1: Waiting [2022-07-02T17:54:07.259Z] 9f16038f3bb8: Waiting [2022-07-02T17:54:07.259Z] b541d28bf3b4: Waiting [2022-07-02T17:54:07.259Z] 4dd9039f9c2b: Layer already exists [2022-07-02T17:54:07.259Z] f6dbd725f175: Layer already exists [2022-07-02T17:54:07.259Z] f23992e34056: Layer already exists [2022-07-02T17:54:07.259Z] a9a5f3b003e1: Layer already exists [2022-07-02T17:54:07.260Z] df1d197514ea: Layer already exists [2022-07-02T17:54:07.260Z] 515cc2787fc1: Layer already exists [2022-07-02T17:54:07.260Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:07.260Z] 9f16038f3bb8: Layer already exists [2022-07-02T17:54:07.260Z] 2.2.1-dev.19: digest: sha256:0325e250948567d02211cd85ec37e0be49e32078295eabdd4b71a9193648b44d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:07.575Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:07.887Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:07.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-02T17:54:07.887Z] a9a5f3b003e1: Preparing [2022-07-02T17:54:07.887Z] f6dbd725f175: Preparing [2022-07-02T17:54:07.887Z] df1d197514ea: Preparing [2022-07-02T17:54:07.887Z] f23992e34056: Preparing [2022-07-02T17:54:07.887Z] 4dd9039f9c2b: Preparing [2022-07-02T17:54:07.887Z] 515cc2787fc1: Preparing [2022-07-02T17:54:07.887Z] 9f16038f3bb8: Preparing [2022-07-02T17:54:07.887Z] b541d28bf3b4: Preparing [2022-07-02T17:54:07.887Z] 9f16038f3bb8: Waiting [2022-07-02T17:54:07.887Z] b541d28bf3b4: Waiting [2022-07-02T17:54:07.887Z] 515cc2787fc1: Waiting [2022-07-02T17:54:07.887Z] a9a5f3b003e1: Layer already exists [2022-07-02T17:54:07.887Z] df1d197514ea: Layer already exists [2022-07-02T17:54:07.887Z] f6dbd725f175: Layer already exists [2022-07-02T17:54:07.887Z] 4dd9039f9c2b: Layer already exists [2022-07-02T17:54:07.887Z] f23992e34056: Layer already exists [2022-07-02T17:54:07.887Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:07.887Z] 515cc2787fc1: Layer already exists [2022-07-02T17:54:07.887Z] 9f16038f3bb8: Layer already exists [2022-07-02T17:54:07.887Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:0325e250948567d02211cd85ec37e0be49e32078295eabdd4b71a9193648b44d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:08.208Z] + 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-02T17:54:08.529Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-07-02T17:54:08.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-02T17:54:08.529Z] a9a5f3b003e1: Preparing [2022-07-02T17:54:08.529Z] f6dbd725f175: Preparing [2022-07-02T17:54:08.529Z] df1d197514ea: Preparing [2022-07-02T17:54:08.529Z] f23992e34056: Preparing [2022-07-02T17:54:08.529Z] 4dd9039f9c2b: Preparing [2022-07-02T17:54:08.529Z] 515cc2787fc1: Preparing [2022-07-02T17:54:08.529Z] 9f16038f3bb8: Preparing [2022-07-02T17:54:08.529Z] b541d28bf3b4: Preparing [2022-07-02T17:54:08.529Z] 515cc2787fc1: Waiting [2022-07-02T17:54:08.529Z] 9f16038f3bb8: Waiting [2022-07-02T17:54:08.529Z] b541d28bf3b4: Waiting [2022-07-02T17:54:08.529Z] 4dd9039f9c2b: Layer already exists [2022-07-02T17:54:08.529Z] f6dbd725f175: Layer already exists [2022-07-02T17:54:08.529Z] df1d197514ea: Layer already exists [2022-07-02T17:54:08.529Z] a9a5f3b003e1: Layer already exists [2022-07-02T17:54:08.529Z] f23992e34056: Layer already exists [2022-07-02T17:54:08.529Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:08.529Z] 9f16038f3bb8: Layer already exists [2022-07-02T17:54:08.529Z] 515cc2787fc1: Layer already exists [2022-07-02T17:54:08.529Z] main: digest: sha256:0325e250948567d02211cd85ec37e0be49e32078295eabdd4b71a9193648b44d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:54:08.581Z] ===================================================== [Pipeline] echo [2022-07-02T17:54:08.591Z] taggedImages: [2022-07-02T17:54:08.591Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:08.591Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-07-02T17:54:08.591Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.19 [2022-07-02T17:54:08.591Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:08.591Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-07-02T17:54:08.609Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-07-02T17:54:08.609Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:08.609Z] latest [2022-07-02T17:54:08.609Z] 2.2.1-dev.19 [2022-07-02T17:54:08.609Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:08.609Z] main [2022-07-02T17:54:08.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:08.936Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:09.247Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:09.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-02T17:54:09.248Z] 0e4b1980a975: Preparing [2022-07-02T17:54:09.248Z] da81fcd99bee: Preparing [2022-07-02T17:54:09.248Z] 96308693162c: Preparing [2022-07-02T17:54:09.248Z] 3224a2e56493: Preparing [2022-07-02T17:54:09.248Z] d5612ed546a5: Preparing [2022-07-02T17:54:09.248Z] 1849fb7a88eb: Preparing [2022-07-02T17:54:09.248Z] d896afbc601b: Preparing [2022-07-02T17:54:09.248Z] 43ee6888b31c: Preparing [2022-07-02T17:54:09.248Z] c53156a741ff: Preparing [2022-07-02T17:54:09.248Z] b541d28bf3b4: Preparing [2022-07-02T17:54:09.248Z] d896afbc601b: Waiting [2022-07-02T17:54:09.248Z] 43ee6888b31c: Waiting [2022-07-02T17:54:09.248Z] c53156a741ff: Waiting [2022-07-02T17:54:09.248Z] 1849fb7a88eb: Waiting [2022-07-02T17:54:09.248Z] d5612ed546a5: Pushed [2022-07-02T17:54:09.248Z] 0e4b1980a975: Pushed [2022-07-02T17:54:09.248Z] da81fcd99bee: Pushed [2022-07-02T17:54:09.248Z] 1849fb7a88eb: Pushed [2022-07-02T17:54:09.507Z] d896afbc601b: Pushed [2022-07-02T17:54:09.507Z] 43ee6888b31c: Pushed [2022-07-02T17:54:09.507Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:09.507Z] c53156a741ff: Pushed [2022-07-02T17:54:10.446Z] 3224a2e56493: Pushed [2022-07-02T17:54:10.446Z] 96308693162c: Pushed [2022-07-02T17:54:10.705Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:9533c794e7a56b60e03894a305eedaa222896bb803b2ddc651264344efe026e0 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:11.016Z] + 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-02T17:54:11.328Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-07-02T17:54:11.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-02T17:54:11.329Z] 0e4b1980a975: Preparing [2022-07-02T17:54:11.329Z] da81fcd99bee: Preparing [2022-07-02T17:54:11.329Z] 96308693162c: Preparing [2022-07-02T17:54:11.329Z] 3224a2e56493: Preparing [2022-07-02T17:54:11.329Z] d5612ed546a5: Preparing [2022-07-02T17:54:11.329Z] 1849fb7a88eb: Preparing [2022-07-02T17:54:11.329Z] d896afbc601b: Preparing [2022-07-02T17:54:11.329Z] 43ee6888b31c: Preparing [2022-07-02T17:54:11.329Z] c53156a741ff: Preparing [2022-07-02T17:54:11.329Z] b541d28bf3b4: Preparing [2022-07-02T17:54:11.329Z] d896afbc601b: Waiting [2022-07-02T17:54:11.329Z] c53156a741ff: Waiting [2022-07-02T17:54:11.329Z] b541d28bf3b4: Waiting [2022-07-02T17:54:11.329Z] 1849fb7a88eb: Waiting [2022-07-02T17:54:11.329Z] 43ee6888b31c: Waiting [2022-07-02T17:54:11.329Z] d5612ed546a5: Layer already exists [2022-07-02T17:54:11.329Z] da81fcd99bee: Layer already exists [2022-07-02T17:54:11.329Z] 96308693162c: Layer already exists [2022-07-02T17:54:11.329Z] 0e4b1980a975: Layer already exists [2022-07-02T17:54:11.329Z] 3224a2e56493: Layer already exists [2022-07-02T17:54:11.329Z] 1849fb7a88eb: Layer already exists [2022-07-02T17:54:11.329Z] 43ee6888b31c: Layer already exists [2022-07-02T17:54:11.329Z] d896afbc601b: Layer already exists [2022-07-02T17:54:11.329Z] c53156a741ff: Layer already exists [2022-07-02T17:54:11.329Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:11.329Z] latest: digest: sha256:9533c794e7a56b60e03894a305eedaa222896bb803b2ddc651264344efe026e0 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:11.650Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:11.969Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.19 [2022-07-02T17:54:11.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-02T17:54:11.969Z] 0e4b1980a975: Preparing [2022-07-02T17:54:11.969Z] da81fcd99bee: Preparing [2022-07-02T17:54:11.969Z] 96308693162c: Preparing [2022-07-02T17:54:11.969Z] 3224a2e56493: Preparing [2022-07-02T17:54:11.969Z] d5612ed546a5: Preparing [2022-07-02T17:54:11.969Z] 1849fb7a88eb: Preparing [2022-07-02T17:54:11.969Z] d896afbc601b: Preparing [2022-07-02T17:54:11.969Z] 43ee6888b31c: Preparing [2022-07-02T17:54:11.969Z] c53156a741ff: Preparing [2022-07-02T17:54:11.969Z] b541d28bf3b4: Preparing [2022-07-02T17:54:11.969Z] d896afbc601b: Waiting [2022-07-02T17:54:11.969Z] 1849fb7a88eb: Waiting [2022-07-02T17:54:11.969Z] 43ee6888b31c: Waiting [2022-07-02T17:54:11.969Z] c53156a741ff: Waiting [2022-07-02T17:54:11.969Z] b541d28bf3b4: Waiting [2022-07-02T17:54:11.969Z] 0e4b1980a975: Layer already exists [2022-07-02T17:54:11.969Z] da81fcd99bee: Layer already exists [2022-07-02T17:54:11.969Z] 3224a2e56493: Layer already exists [2022-07-02T17:54:11.969Z] 96308693162c: Layer already exists [2022-07-02T17:54:11.969Z] d5612ed546a5: Layer already exists [2022-07-02T17:54:11.969Z] 43ee6888b31c: Layer already exists [2022-07-02T17:54:11.969Z] d896afbc601b: Layer already exists [2022-07-02T17:54:11.969Z] 1849fb7a88eb: Layer already exists [2022-07-02T17:54:11.969Z] c53156a741ff: Layer already exists [2022-07-02T17:54:11.969Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:11.969Z] 2.2.1-dev.19: digest: sha256:9533c794e7a56b60e03894a305eedaa222896bb803b2ddc651264344efe026e0 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:12.291Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:12.613Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:12.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-02T17:54:12.613Z] 0e4b1980a975: Preparing [2022-07-02T17:54:12.613Z] da81fcd99bee: Preparing [2022-07-02T17:54:12.613Z] 96308693162c: Preparing [2022-07-02T17:54:12.613Z] 3224a2e56493: Preparing [2022-07-02T17:54:12.613Z] d5612ed546a5: Preparing [2022-07-02T17:54:12.613Z] 1849fb7a88eb: Preparing [2022-07-02T17:54:12.613Z] d896afbc601b: Preparing [2022-07-02T17:54:12.613Z] 43ee6888b31c: Preparing [2022-07-02T17:54:12.613Z] c53156a741ff: Preparing [2022-07-02T17:54:12.613Z] b541d28bf3b4: Preparing [2022-07-02T17:54:12.613Z] 1849fb7a88eb: Waiting [2022-07-02T17:54:12.613Z] d896afbc601b: Waiting [2022-07-02T17:54:12.613Z] 43ee6888b31c: Waiting [2022-07-02T17:54:12.613Z] c53156a741ff: Waiting [2022-07-02T17:54:12.613Z] b541d28bf3b4: Waiting [2022-07-02T17:54:12.613Z] d5612ed546a5: Layer already exists [2022-07-02T17:54:12.613Z] 96308693162c: Layer already exists [2022-07-02T17:54:12.613Z] da81fcd99bee: Layer already exists [2022-07-02T17:54:12.613Z] 3224a2e56493: Layer already exists [2022-07-02T17:54:12.613Z] 0e4b1980a975: Layer already exists [2022-07-02T17:54:12.613Z] 43ee6888b31c: Layer already exists [2022-07-02T17:54:12.613Z] d896afbc601b: Layer already exists [2022-07-02T17:54:12.613Z] c53156a741ff: Layer already exists [2022-07-02T17:54:12.613Z] 1849fb7a88eb: Layer already exists [2022-07-02T17:54:12.613Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:12.613Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:9533c794e7a56b60e03894a305eedaa222896bb803b2ddc651264344efe026e0 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:12.933Z] + 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-02T17:54:13.247Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-07-02T17:54:13.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-02T17:54:13.248Z] 0e4b1980a975: Preparing [2022-07-02T17:54:13.248Z] da81fcd99bee: Preparing [2022-07-02T17:54:13.248Z] 96308693162c: Preparing [2022-07-02T17:54:13.248Z] 3224a2e56493: Preparing [2022-07-02T17:54:13.248Z] d5612ed546a5: Preparing [2022-07-02T17:54:13.248Z] 1849fb7a88eb: Preparing [2022-07-02T17:54:13.248Z] d896afbc601b: Preparing [2022-07-02T17:54:13.248Z] 43ee6888b31c: Preparing [2022-07-02T17:54:13.248Z] c53156a741ff: Preparing [2022-07-02T17:54:13.248Z] b541d28bf3b4: Preparing [2022-07-02T17:54:13.248Z] 1849fb7a88eb: Waiting [2022-07-02T17:54:13.248Z] c53156a741ff: Waiting [2022-07-02T17:54:13.248Z] b541d28bf3b4: Waiting [2022-07-02T17:54:13.248Z] d896afbc601b: Waiting [2022-07-02T17:54:13.248Z] 43ee6888b31c: Waiting [2022-07-02T17:54:13.248Z] 0e4b1980a975: Layer already exists [2022-07-02T17:54:13.248Z] d5612ed546a5: Layer already exists [2022-07-02T17:54:13.248Z] 3224a2e56493: Layer already exists [2022-07-02T17:54:13.248Z] 96308693162c: Layer already exists [2022-07-02T17:54:13.248Z] da81fcd99bee: Layer already exists [2022-07-02T17:54:13.248Z] d896afbc601b: Layer already exists [2022-07-02T17:54:13.248Z] 1849fb7a88eb: Layer already exists [2022-07-02T17:54:13.248Z] 43ee6888b31c: Layer already exists [2022-07-02T17:54:13.248Z] c53156a741ff: Layer already exists [2022-07-02T17:54:13.248Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:13.248Z] main: digest: sha256:9533c794e7a56b60e03894a305eedaa222896bb803b2ddc651264344efe026e0 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:54:13.297Z] ===================================================== [Pipeline] echo [2022-07-02T17:54:13.306Z] taggedImages: [2022-07-02T17:54:13.306Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:13.306Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-07-02T17:54:13.306Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.19 [2022-07-02T17:54:13.306Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:13.306Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-07-02T17:54:13.325Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2022-07-02T17:54:13.325Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:13.325Z] latest [2022-07-02T17:54:13.325Z] 2.2.1-dev.19 [2022-07-02T17:54:13.325Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:13.325Z] main [2022-07-02T17:54:13.325Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:13.639Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:13.954Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:13.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-02T17:54:13.954Z] 6fd56dbcf573: Preparing [2022-07-02T17:54:13.954Z] e11aeab5e471: Preparing [2022-07-02T17:54:13.954Z] dcd1a84af63c: Preparing [2022-07-02T17:54:13.954Z] 5c02add3a8fa: Preparing [2022-07-02T17:54:13.954Z] 842c69498b04: Preparing [2022-07-02T17:54:13.954Z] 4fc242d58285: Preparing [2022-07-02T17:54:13.954Z] 4fc242d58285: Waiting [2022-07-02T17:54:13.954Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:13.954Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:13.954Z] 6fd56dbcf573: Pushed [2022-07-02T17:54:13.954Z] 842c69498b04: Pushed [2022-07-02T17:54:14.525Z] 5c02add3a8fa: Pushed [2022-07-02T17:54:16.446Z] e11aeab5e471: Pushed [2022-07-02T17:54:16.446Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:8c5701b14b6e6233920b7668190aae925d6a9236e1520057adacec1c8259c001 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:16.888Z] + 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-02T17:54:17.219Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-07-02T17:54:17.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-02T17:54:17.219Z] 6fd56dbcf573: Preparing [2022-07-02T17:54:17.219Z] e11aeab5e471: Preparing [2022-07-02T17:54:17.219Z] dcd1a84af63c: Preparing [2022-07-02T17:54:17.219Z] 5c02add3a8fa: Preparing [2022-07-02T17:54:17.219Z] 842c69498b04: Preparing [2022-07-02T17:54:17.219Z] 4fc242d58285: Preparing [2022-07-02T17:54:17.219Z] 4fc242d58285: Waiting [2022-07-02T17:54:17.219Z] 5c02add3a8fa: Layer already exists [2022-07-02T17:54:17.219Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:17.219Z] e11aeab5e471: Layer already exists [2022-07-02T17:54:17.219Z] 6fd56dbcf573: Layer already exists [2022-07-02T17:54:17.219Z] 842c69498b04: Layer already exists [2022-07-02T17:54:17.219Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:17.219Z] latest: digest: sha256:8c5701b14b6e6233920b7668190aae925d6a9236e1520057adacec1c8259c001 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:17.543Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:17.853Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.19 [2022-07-02T17:54:17.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-02T17:54:17.853Z] 6fd56dbcf573: Preparing [2022-07-02T17:54:17.853Z] e11aeab5e471: Preparing [2022-07-02T17:54:17.853Z] dcd1a84af63c: Preparing [2022-07-02T17:54:17.853Z] 5c02add3a8fa: Preparing [2022-07-02T17:54:17.853Z] 842c69498b04: Preparing [2022-07-02T17:54:17.853Z] 4fc242d58285: Preparing [2022-07-02T17:54:17.853Z] 4fc242d58285: Waiting [2022-07-02T17:54:17.853Z] 6fd56dbcf573: Layer already exists [2022-07-02T17:54:17.853Z] 842c69498b04: Layer already exists [2022-07-02T17:54:17.853Z] 5c02add3a8fa: Layer already exists [2022-07-02T17:54:17.853Z] e11aeab5e471: Layer already exists [2022-07-02T17:54:17.853Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:17.853Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:17.853Z] 2.2.1-dev.19: digest: sha256:8c5701b14b6e6233920b7668190aae925d6a9236e1520057adacec1c8259c001 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:18.174Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:18.493Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:18.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-02T17:54:18.494Z] 6fd56dbcf573: Preparing [2022-07-02T17:54:18.494Z] e11aeab5e471: Preparing [2022-07-02T17:54:18.494Z] dcd1a84af63c: Preparing [2022-07-02T17:54:18.494Z] 5c02add3a8fa: Preparing [2022-07-02T17:54:18.494Z] 842c69498b04: Preparing [2022-07-02T17:54:18.494Z] 4fc242d58285: Preparing [2022-07-02T17:54:18.494Z] 4fc242d58285: Waiting [2022-07-02T17:54:18.494Z] 842c69498b04: Layer already exists [2022-07-02T17:54:18.494Z] e11aeab5e471: Layer already exists [2022-07-02T17:54:18.494Z] 5c02add3a8fa: Layer already exists [2022-07-02T17:54:18.494Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:18.494Z] 6fd56dbcf573: Layer already exists [2022-07-02T17:54:18.494Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:18.494Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:8c5701b14b6e6233920b7668190aae925d6a9236e1520057adacec1c8259c001 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:18.815Z] + 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-02T17:54:19.128Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2022-07-02T17:54:19.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-02T17:54:19.128Z] 6fd56dbcf573: Preparing [2022-07-02T17:54:19.128Z] e11aeab5e471: Preparing [2022-07-02T17:54:19.128Z] dcd1a84af63c: Preparing [2022-07-02T17:54:19.128Z] 5c02add3a8fa: Preparing [2022-07-02T17:54:19.128Z] 842c69498b04: Preparing [2022-07-02T17:54:19.128Z] 4fc242d58285: Preparing [2022-07-02T17:54:19.128Z] 4fc242d58285: Waiting [2022-07-02T17:54:19.128Z] 842c69498b04: Layer already exists [2022-07-02T17:54:19.128Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:19.128Z] e11aeab5e471: Layer already exists [2022-07-02T17:54:19.128Z] 5c02add3a8fa: Layer already exists [2022-07-02T17:54:19.128Z] 6fd56dbcf573: Layer already exists [2022-07-02T17:54:19.128Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:19.128Z] main: digest: sha256:8c5701b14b6e6233920b7668190aae925d6a9236e1520057adacec1c8259c001 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:54:19.176Z] ===================================================== [Pipeline] echo [2022-07-02T17:54:19.191Z] taggedImages: [2022-07-02T17:54:19.191Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:19.191Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-07-02T17:54:19.191Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.19 [2022-07-02T17:54:19.191Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:19.191Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2022-07-02T17:54:19.211Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2022-07-02T17:54:19.211Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:19.211Z] latest [2022-07-02T17:54:19.211Z] 2.2.1-dev.19 [2022-07-02T17:54:19.211Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:19.211Z] main [2022-07-02T17:54:19.211Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:19.544Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:19.853Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:19.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-02T17:54:19.853Z] 1ff5a44b1960: Preparing [2022-07-02T17:54:19.853Z] e80be9f8ab49: Preparing [2022-07-02T17:54:19.853Z] 3043cf7fb2f6: Preparing [2022-07-02T17:54:19.853Z] e488e5e102e1: Preparing [2022-07-02T17:54:19.853Z] e2a0650d0e18: Preparing [2022-07-02T17:54:19.853Z] ad70b55028bc: Preparing [2022-07-02T17:54:19.853Z] 842c69498b04: Preparing [2022-07-02T17:54:19.853Z] 4fc242d58285: Preparing [2022-07-02T17:54:19.853Z] 4fc242d58285: Waiting [2022-07-02T17:54:19.853Z] ad70b55028bc: Waiting [2022-07-02T17:54:19.853Z] 842c69498b04: Waiting [2022-07-02T17:54:19.853Z] e80be9f8ab49: Pushed [2022-07-02T17:54:19.853Z] 1ff5a44b1960: Pushed [2022-07-02T17:54:19.853Z] 3043cf7fb2f6: Pushed [2022-07-02T17:54:19.853Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:19.853Z] 842c69498b04: Layer already exists [2022-07-02T17:54:20.422Z] ad70b55028bc: Pushed [2022-07-02T17:54:21.828Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:54:21.828Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:54:21.828Z] ---> 3ab0367aeb8b [2022-07-02T17:54:21.828Z] Step 3/26 : WORKDIR /edgex-go [2022-07-02T17:54:21.828Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:54:21.828Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:54:21.828Z] ---> 3ab0367aeb8b [2022-07-02T17:54:21.828Z] Step 3/22 : WORKDIR /edgex-go [2022-07-02T17:54:21.828Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:54:21.828Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:54:21.828Z] ---> 3ab0367aeb8b [2022-07-02T17:54:21.828Z] Step 3/22 : WORKDIR /edgex-go [2022-07-02T17:54:21.828Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:54:21.828Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:54:21.828Z] ---> 3ab0367aeb8b [2022-07-02T17:54:21.828Z] Step 3/26 : WORKDIR /edgex-go [2022-07-02T17:54:21.828Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:54:21.828Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:54:21.828Z] ---> 3ab0367aeb8b [2022-07-02T17:54:21.828Z] Step 3/31 : WORKDIR /edgex-go [2022-07-02T17:54:21.828Z] ---> Running in 580daa92c98d [2022-07-02T17:54:21.828Z] ---> Running in a13ddab58cc0 [2022-07-02T17:54:21.828Z] ---> Running in e19cf961327b [2022-07-02T17:54:21.828Z] ---> Running in 00971dbdb1a6 [2022-07-02T17:54:21.828Z] ---> Running in 2ca872e96139 [2022-07-02T17:54:21.828Z] Removing intermediate container a13ddab58cc0 [2022-07-02T17:54:21.828Z] ---> 9a2ec881ac0b [2022-07-02T17:54:21.828Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:54:21.828Z] Removing intermediate container e19cf961327b [2022-07-02T17:54:21.828Z] ---> caac673d3d16 [2022-07-02T17:54:21.828Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:54:21.828Z] Removing intermediate container 580daa92c98d [2022-07-02T17:54:21.828Z] ---> e6b4206428bb [2022-07-02T17:54:21.829Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:54:21.829Z] Removing intermediate container 00971dbdb1a6 [2022-07-02T17:54:21.829Z] Removing intermediate container 2ca872e96139 [2022-07-02T17:54:21.829Z] ---> 64b3bd43536d [2022-07-02T17:54:21.829Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:54:21.829Z] ---> fc28a8c4cb15 [2022-07-02T17:54:21.829Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:54:21.829Z] ---> Running in a7ab49fcd84d [2022-07-02T17:54:21.829Z] ---> Running in 34cbdfb6de98 [2022-07-02T17:54:21.829Z] ---> Running in f16f872dd312 [2022-07-02T17:54:21.829Z] ---> Running in fad027a719e8 [2022-07-02T17:54:21.829Z] ---> Running in db2b8246c7ac [2022-07-02T17:54:23.713Z] e2a0650d0e18: Pushed [2022-07-02T17:54:24.476Z] Removing intermediate container a7ab49fcd84d [2022-07-02T17:54:24.476Z] ---> 0ec3e57942c9 [2022-07-02T17:54:24.476Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-02T17:54:24.476Z] ---> Running in 69fed2adbe34 [2022-07-02T17:54:25.089Z] Removing intermediate container f16f872dd312 [2022-07-02T17:54:25.089Z] ---> 9e3f194318a8 [2022-07-02T17:54:25.089Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-02T17:54:25.089Z] ---> Running in 47fc1cdcd0fb [2022-07-02T17:54:25.372Z] Removing intermediate container 34cbdfb6de98 [2022-07-02T17:54:25.372Z] ---> 81bf2b2dd300 [2022-07-02T17:54:25.372Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-02T17:54:25.650Z] ---> Running in 42fe04397c61 [2022-07-02T17:54:25.650Z] Removing intermediate container fad027a719e8 [2022-07-02T17:54:25.650Z] ---> 3df069aa6cc7 [2022-07-02T17:54:25.650Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-02T17:54:25.650Z] Removing intermediate container db2b8246c7ac [2022-07-02T17:54:25.650Z] ---> 570011019554 [2022-07-02T17:54:25.650Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-02T17:54:25.939Z] ---> Running in 6e532383b19f [2022-07-02T17:54:25.939Z] ---> Running in a39bc6472faa [2022-07-02T17:54:26.936Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:54:27.015Z] e488e5e102e1: Pushed [2022-07-02T17:54:27.015Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:3e48d670f13e838e7b70ee212fb2c0e69df8faa202aef691a4b15890edaf218b size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:27.213Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:54:27.326Z] + 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-02T17:54:27.499Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:54:27.641Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-07-02T17:54:27.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-02T17:54:27.641Z] 1ff5a44b1960: Preparing [2022-07-02T17:54:27.641Z] e80be9f8ab49: Preparing [2022-07-02T17:54:27.641Z] 3043cf7fb2f6: Preparing [2022-07-02T17:54:27.641Z] e488e5e102e1: Preparing [2022-07-02T17:54:27.641Z] e2a0650d0e18: Preparing [2022-07-02T17:54:27.641Z] ad70b55028bc: Preparing [2022-07-02T17:54:27.641Z] 842c69498b04: Preparing [2022-07-02T17:54:27.641Z] 4fc242d58285: Preparing [2022-07-02T17:54:27.641Z] ad70b55028bc: Waiting [2022-07-02T17:54:27.641Z] 842c69498b04: Waiting [2022-07-02T17:54:27.641Z] 4fc242d58285: Waiting [2022-07-02T17:54:27.641Z] e2a0650d0e18: Layer already exists [2022-07-02T17:54:27.641Z] e80be9f8ab49: Layer already exists [2022-07-02T17:54:27.641Z] 3043cf7fb2f6: Layer already exists [2022-07-02T17:54:27.641Z] 1ff5a44b1960: Layer already exists [2022-07-02T17:54:27.641Z] e488e5e102e1: Layer already exists [2022-07-02T17:54:27.641Z] ad70b55028bc: Layer already exists [2022-07-02T17:54:27.641Z] 842c69498b04: Layer already exists [2022-07-02T17:54:27.641Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:27.641Z] latest: digest: sha256:3e48d670f13e838e7b70ee212fb2c0e69df8faa202aef691a4b15890edaf218b size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:27.781Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:54:27.781Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:54:27.781Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:54:27.956Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:28.056Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:54:28.269Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.19 [2022-07-02T17:54:28.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-02T17:54:28.269Z] 1ff5a44b1960: Preparing [2022-07-02T17:54:28.269Z] e80be9f8ab49: Preparing [2022-07-02T17:54:28.269Z] 3043cf7fb2f6: Preparing [2022-07-02T17:54:28.269Z] e488e5e102e1: Preparing [2022-07-02T17:54:28.269Z] e2a0650d0e18: Preparing [2022-07-02T17:54:28.269Z] ad70b55028bc: Preparing [2022-07-02T17:54:28.269Z] 842c69498b04: Preparing [2022-07-02T17:54:28.269Z] 4fc242d58285: Preparing [2022-07-02T17:54:28.269Z] ad70b55028bc: Waiting [2022-07-02T17:54:28.269Z] 842c69498b04: Waiting [2022-07-02T17:54:28.269Z] e2a0650d0e18: Layer already exists [2022-07-02T17:54:28.269Z] e80be9f8ab49: Layer already exists [2022-07-02T17:54:28.269Z] 3043cf7fb2f6: Layer already exists [2022-07-02T17:54:28.269Z] 1ff5a44b1960: Layer already exists [2022-07-02T17:54:28.269Z] e488e5e102e1: Layer already exists [2022-07-02T17:54:28.269Z] ad70b55028bc: Layer already exists [2022-07-02T17:54:28.269Z] 842c69498b04: Layer already exists [2022-07-02T17:54:28.269Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:28.269Z] 2.2.1-dev.19: digest: sha256:3e48d670f13e838e7b70ee212fb2c0e69df8faa202aef691a4b15890edaf218b size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:28.590Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:28.668Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:54:28.668Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:54:28.668Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:54:28.668Z] OK: 220 MiB in 52 packages [2022-07-02T17:54:28.904Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:28.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-02T17:54:28.904Z] 1ff5a44b1960: Preparing [2022-07-02T17:54:28.904Z] e80be9f8ab49: Preparing [2022-07-02T17:54:28.904Z] 3043cf7fb2f6: Preparing [2022-07-02T17:54:28.904Z] e488e5e102e1: Preparing [2022-07-02T17:54:28.904Z] e2a0650d0e18: Preparing [2022-07-02T17:54:28.904Z] ad70b55028bc: Preparing [2022-07-02T17:54:28.904Z] 842c69498b04: Preparing [2022-07-02T17:54:28.904Z] 4fc242d58285: Preparing [2022-07-02T17:54:28.904Z] 842c69498b04: Waiting [2022-07-02T17:54:28.904Z] ad70b55028bc: Waiting [2022-07-02T17:54:28.904Z] 4fc242d58285: Waiting [2022-07-02T17:54:28.904Z] e80be9f8ab49: Layer already exists [2022-07-02T17:54:28.904Z] e2a0650d0e18: Layer already exists [2022-07-02T17:54:28.904Z] 3043cf7fb2f6: Layer already exists [2022-07-02T17:54:28.904Z] 1ff5a44b1960: Layer already exists [2022-07-02T17:54:28.904Z] e488e5e102e1: Layer already exists [2022-07-02T17:54:28.904Z] ad70b55028bc: Layer already exists [2022-07-02T17:54:28.904Z] 842c69498b04: Layer already exists [2022-07-02T17:54:28.904Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:28.904Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:3e48d670f13e838e7b70ee212fb2c0e69df8faa202aef691a4b15890edaf218b size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:28.969Z] OK: 220 MiB in 52 packages [2022-07-02T17:54:29.233Z] + 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-02T17:54:29.551Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2022-07-02T17:54:29.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-02T17:54:29.551Z] 1ff5a44b1960: Preparing [2022-07-02T17:54:29.551Z] e80be9f8ab49: Preparing [2022-07-02T17:54:29.551Z] 3043cf7fb2f6: Preparing [2022-07-02T17:54:29.551Z] e488e5e102e1: Preparing [2022-07-02T17:54:29.551Z] e2a0650d0e18: Preparing [2022-07-02T17:54:29.551Z] ad70b55028bc: Preparing [2022-07-02T17:54:29.551Z] 842c69498b04: Preparing [2022-07-02T17:54:29.551Z] 4fc242d58285: Preparing [2022-07-02T17:54:29.551Z] 842c69498b04: Waiting [2022-07-02T17:54:29.551Z] ad70b55028bc: Waiting [2022-07-02T17:54:29.551Z] 4fc242d58285: Waiting [2022-07-02T17:54:29.551Z] e488e5e102e1: Layer already exists [2022-07-02T17:54:29.551Z] 1ff5a44b1960: Layer already exists [2022-07-02T17:54:29.551Z] e2a0650d0e18: Layer already exists [2022-07-02T17:54:29.551Z] e80be9f8ab49: Layer already exists [2022-07-02T17:54:29.551Z] 3043cf7fb2f6: Layer already exists [2022-07-02T17:54:29.551Z] ad70b55028bc: Layer already exists [2022-07-02T17:54:29.551Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:29.551Z] 842c69498b04: Layer already exists [2022-07-02T17:54:29.551Z] main: digest: sha256:3e48d670f13e838e7b70ee212fb2c0e69df8faa202aef691a4b15890edaf218b size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:54:29.601Z] ===================================================== [Pipeline] echo [2022-07-02T17:54:29.610Z] taggedImages: [2022-07-02T17:54:29.610Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:29.610Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-07-02T17:54:29.610Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.19 [2022-07-02T17:54:29.610Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:29.610Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2022-07-02T17:54:29.632Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2022-07-02T17:54:29.632Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:29.632Z] latest [2022-07-02T17:54:29.632Z] 2.2.1-dev.19 [2022-07-02T17:54:29.632Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:29.632Z] main [2022-07-02T17:54:29.632Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:29.945Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:30.266Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:30.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-02T17:54:30.266Z] f8a7ef8c1ea5: Preparing [2022-07-02T17:54:30.266Z] 0a23724605d7: Preparing [2022-07-02T17:54:30.266Z] 683b78e68f60: Preparing [2022-07-02T17:54:30.266Z] 3bd1d4228a5c: Preparing [2022-07-02T17:54:30.266Z] 50c5c96629f7: Preparing [2022-07-02T17:54:30.266Z] 842c69498b04: Preparing [2022-07-02T17:54:30.266Z] 4fc242d58285: Preparing [2022-07-02T17:54:30.266Z] 4fc242d58285: Waiting [2022-07-02T17:54:30.266Z] 842c69498b04: Waiting [2022-07-02T17:54:30.266Z] 683b78e68f60: Pushed [2022-07-02T17:54:30.266Z] f8a7ef8c1ea5: Pushed [2022-07-02T17:54:30.266Z] 842c69498b04: Layer already exists [2022-07-02T17:54:30.266Z] 0a23724605d7: Pushed [2022-07-02T17:54:30.266Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:30.419Z] OK: 220 MiB in 52 packages [2022-07-02T17:54:30.419Z] OK: 220 MiB in 52 packages [2022-07-02T17:54:30.419Z] OK: 220 MiB in 52 packages [2022-07-02T17:54:30.419Z] Removing intermediate container 69fed2adbe34 [2022-07-02T17:54:30.419Z] ---> b35d9dbd96ad [2022-07-02T17:54:30.419Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-02T17:54:30.526Z] 50c5c96629f7: Pushed [2022-07-02T17:54:30.695Z] Removing intermediate container 47fc1cdcd0fb [2022-07-02T17:54:30.696Z] ---> 0cdc876109d9 [2022-07-02T17:54:30.696Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-02T17:54:31.700Z] Removing intermediate container 42fe04397c61 [2022-07-02T17:54:31.700Z] ---> 3e350e0e4f84 [2022-07-02T17:54:31.700Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-02T17:54:31.982Z] Removing intermediate container a39bc6472faa [2022-07-02T17:54:31.982Z] ---> 91eac27f15c8 [2022-07-02T17:54:31.982Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-02T17:54:31.982Z] ---> 4366e5f68e8e [2022-07-02T17:54:31.982Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:54:31.982Z] Removing intermediate container 6e532383b19f [2022-07-02T17:54:31.982Z] ---> 8e187b163989 [2022-07-02T17:54:31.982Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-02T17:54:32.265Z] ---> 969d4bcb3f89 [2022-07-02T17:54:32.265Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:54:32.265Z] ---> Running in b868d44e7f43 [2022-07-02T17:54:32.265Z] ---> Running in ebc562e83e11 [2022-07-02T17:54:33.272Z] ---> c4aec4a220d4 [2022-07-02T17:54:33.272Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:54:33.272Z] ---> c393895199dc [2022-07-02T17:54:33.272Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:54:33.553Z] ---> Running in 59ccafb76ac4 [2022-07-02T17:54:33.553Z] ---> Running in 5e2c96ca6ed9 [2022-07-02T17:54:33.847Z] ---> 6141701685bb [2022-07-02T17:54:33.847Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:54:33.847Z] ---> Running in 943ab331aab4 [2022-07-02T17:54:38.219Z] Removing intermediate container b868d44e7f43 [2022-07-02T17:54:38.219Z] ---> 3ff891ac9cc6 [2022-07-02T17:54:38.219Z] Step 8/26 : COPY . . [2022-07-02T17:54:38.662Z] 3bd1d4228a5c: Pushed [2022-07-02T17:54:38.662Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:664118249fe0500ad4e364f82f5ba4634ad341c6769789c5c2644184bf6b75d4 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:38.833Z] Removing intermediate container ebc562e83e11 [2022-07-02T17:54:38.833Z] ---> bea3f453f602 [2022-07-02T17:54:38.833Z] Step 8/22 : COPY . . [2022-07-02T17:54:38.977Z] + 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-02T17:54:39.300Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-07-02T17:54:39.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-02T17:54:39.300Z] f8a7ef8c1ea5: Preparing [2022-07-02T17:54:39.300Z] 0a23724605d7: Preparing [2022-07-02T17:54:39.300Z] 683b78e68f60: Preparing [2022-07-02T17:54:39.300Z] 3bd1d4228a5c: Preparing [2022-07-02T17:54:39.300Z] 50c5c96629f7: Preparing [2022-07-02T17:54:39.300Z] 842c69498b04: Preparing [2022-07-02T17:54:39.300Z] 4fc242d58285: Preparing [2022-07-02T17:54:39.300Z] 842c69498b04: Waiting [2022-07-02T17:54:39.300Z] 4fc242d58285: Waiting [2022-07-02T17:54:39.300Z] 683b78e68f60: Layer already exists [2022-07-02T17:54:39.300Z] 3bd1d4228a5c: Layer already exists [2022-07-02T17:54:39.300Z] 0a23724605d7: Layer already exists [2022-07-02T17:54:39.300Z] f8a7ef8c1ea5: Layer already exists [2022-07-02T17:54:39.300Z] 50c5c96629f7: Layer already exists [2022-07-02T17:54:39.300Z] 842c69498b04: Layer already exists [2022-07-02T17:54:39.300Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:39.300Z] latest: digest: sha256:664118249fe0500ad4e364f82f5ba4634ad341c6769789c5c2644184bf6b75d4 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:39.612Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:39.827Z] Removing intermediate container 59ccafb76ac4 [2022-07-02T17:54:39.827Z] ---> 9134ac92cc6a [2022-07-02T17:54:39.827Z] Step 8/31 : COPY . . [2022-07-02T17:54:39.920Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.19 [2022-07-02T17:54:39.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-02T17:54:39.920Z] f8a7ef8c1ea5: Preparing [2022-07-02T17:54:39.920Z] 0a23724605d7: Preparing [2022-07-02T17:54:39.920Z] 683b78e68f60: Preparing [2022-07-02T17:54:39.920Z] 3bd1d4228a5c: Preparing [2022-07-02T17:54:39.920Z] 50c5c96629f7: Preparing [2022-07-02T17:54:39.920Z] 842c69498b04: Preparing [2022-07-02T17:54:39.920Z] 4fc242d58285: Preparing [2022-07-02T17:54:39.920Z] 842c69498b04: Waiting [2022-07-02T17:54:39.920Z] 4fc242d58285: Waiting [2022-07-02T17:54:39.920Z] f8a7ef8c1ea5: Layer already exists [2022-07-02T17:54:39.920Z] 50c5c96629f7: Layer already exists [2022-07-02T17:54:39.920Z] 0a23724605d7: Layer already exists [2022-07-02T17:54:39.920Z] 3bd1d4228a5c: Layer already exists [2022-07-02T17:54:39.920Z] 683b78e68f60: Layer already exists [2022-07-02T17:54:39.920Z] 842c69498b04: Layer already exists [2022-07-02T17:54:39.920Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:39.920Z] 2.2.1-dev.19: digest: sha256:664118249fe0500ad4e364f82f5ba4634ad341c6769789c5c2644184bf6b75d4 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:40.104Z] Removing intermediate container 5e2c96ca6ed9 [2022-07-02T17:54:40.104Z] ---> f30ecde789db [2022-07-02T17:54:40.104Z] Step 8/22 : COPY . . [2022-07-02T17:54:40.236Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:40.377Z] Removing intermediate container 943ab331aab4 [2022-07-02T17:54:40.377Z] ---> 4e9bc1dfecb8 [2022-07-02T17:54:40.377Z] Step 8/26 : COPY . . [2022-07-02T17:54:40.548Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:40.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-02T17:54:40.548Z] f8a7ef8c1ea5: Preparing [2022-07-02T17:54:40.548Z] 0a23724605d7: Preparing [2022-07-02T17:54:40.548Z] 683b78e68f60: Preparing [2022-07-02T17:54:40.548Z] 3bd1d4228a5c: Preparing [2022-07-02T17:54:40.548Z] 50c5c96629f7: Preparing [2022-07-02T17:54:40.548Z] 842c69498b04: Preparing [2022-07-02T17:54:40.548Z] 4fc242d58285: Preparing [2022-07-02T17:54:40.548Z] 842c69498b04: Waiting [2022-07-02T17:54:40.548Z] 4fc242d58285: Waiting [2022-07-02T17:54:40.548Z] 683b78e68f60: Layer already exists [2022-07-02T17:54:40.548Z] 0a23724605d7: Layer already exists [2022-07-02T17:54:40.548Z] f8a7ef8c1ea5: Layer already exists [2022-07-02T17:54:40.548Z] 50c5c96629f7: Layer already exists [2022-07-02T17:54:40.548Z] 3bd1d4228a5c: Layer already exists [2022-07-02T17:54:40.548Z] 842c69498b04: Layer already exists [2022-07-02T17:54:40.548Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:40.548Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:664118249fe0500ad4e364f82f5ba4634ad341c6769789c5c2644184bf6b75d4 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:40.862Z] + 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-02T17:54:41.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2022-07-02T17:54:41.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-02T17:54:41.168Z] f8a7ef8c1ea5: Preparing [2022-07-02T17:54:41.168Z] 0a23724605d7: Preparing [2022-07-02T17:54:41.168Z] 683b78e68f60: Preparing [2022-07-02T17:54:41.168Z] 3bd1d4228a5c: Preparing [2022-07-02T17:54:41.168Z] 50c5c96629f7: Preparing [2022-07-02T17:54:41.168Z] 842c69498b04: Preparing [2022-07-02T17:54:41.168Z] 4fc242d58285: Preparing [2022-07-02T17:54:41.168Z] 4fc242d58285: Waiting [2022-07-02T17:54:41.168Z] 842c69498b04: Waiting [2022-07-02T17:54:41.168Z] 3bd1d4228a5c: Layer already exists [2022-07-02T17:54:41.168Z] 0a23724605d7: Layer already exists [2022-07-02T17:54:41.168Z] 683b78e68f60: Layer already exists [2022-07-02T17:54:41.168Z] 50c5c96629f7: Layer already exists [2022-07-02T17:54:41.168Z] f8a7ef8c1ea5: Layer already exists [2022-07-02T17:54:41.168Z] 842c69498b04: Layer already exists [2022-07-02T17:54:41.168Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:41.168Z] main: digest: sha256:664118249fe0500ad4e364f82f5ba4634ad341c6769789c5c2644184bf6b75d4 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:54:41.226Z] ===================================================== [Pipeline] echo [2022-07-02T17:54:41.235Z] taggedImages: [2022-07-02T17:54:41.235Z] - nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:41.235Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-07-02T17:54:41.235Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.19 [2022-07-02T17:54:41.235Z] - nexus3.edgexfoundry.org:10004/security-spire-config:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:41.235Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2022-07-02T17:54:41.255Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2022-07-02T17:54:41.255Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:41.255Z] latest [2022-07-02T17:54:41.255Z] 2.2.1-dev.19 [2022-07-02T17:54:41.255Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:41.255Z] main [2022-07-02T17:54:41.255Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:41.578Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:41.892Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:41.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-02T17:54:41.892Z] 86c178f1ad71: Preparing [2022-07-02T17:54:41.892Z] 62b9ae7c3401: Preparing [2022-07-02T17:54:41.892Z] 06b9fd50e836: Preparing [2022-07-02T17:54:41.892Z] e637a347bb8f: Preparing [2022-07-02T17:54:41.892Z] 6bbd4da93d48: Preparing [2022-07-02T17:54:41.892Z] 935f4f9af6f3: Preparing [2022-07-02T17:54:41.892Z] 4fc242d58285: Preparing [2022-07-02T17:54:41.892Z] 4fc242d58285: Waiting [2022-07-02T17:54:41.892Z] 935f4f9af6f3: Waiting [2022-07-02T17:54:41.892Z] 62b9ae7c3401: Pushed [2022-07-02T17:54:41.892Z] 86c178f1ad71: Pushed [2022-07-02T17:54:41.892Z] 06b9fd50e836: Pushed [2022-07-02T17:54:41.892Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:41.892Z] 935f4f9af6f3: Pushed [2022-07-02T17:54:42.461Z] 6bbd4da93d48: Pushed [2022-07-02T17:54:49.051Z] e637a347bb8f: Pushed [2022-07-02T17:54:49.051Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:8a9f8e618657ed697f5ebb233f63444fcdbff40bbd0ec9945561257c4508feed size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:49.378Z] + 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-02T17:54:49.701Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-07-02T17:54:49.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-02T17:54:49.701Z] 86c178f1ad71: Preparing [2022-07-02T17:54:49.701Z] 62b9ae7c3401: Preparing [2022-07-02T17:54:49.701Z] 06b9fd50e836: Preparing [2022-07-02T17:54:49.701Z] e637a347bb8f: Preparing [2022-07-02T17:54:49.701Z] 6bbd4da93d48: Preparing [2022-07-02T17:54:49.701Z] 935f4f9af6f3: Preparing [2022-07-02T17:54:49.701Z] 4fc242d58285: Preparing [2022-07-02T17:54:49.701Z] 935f4f9af6f3: Waiting [2022-07-02T17:54:49.701Z] 4fc242d58285: Waiting [2022-07-02T17:54:49.701Z] 06b9fd50e836: Layer already exists [2022-07-02T17:54:49.701Z] 86c178f1ad71: Layer already exists [2022-07-02T17:54:49.701Z] e637a347bb8f: Layer already exists [2022-07-02T17:54:49.701Z] 6bbd4da93d48: Layer already exists [2022-07-02T17:54:49.701Z] 62b9ae7c3401: Layer already exists [2022-07-02T17:54:49.701Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:49.701Z] 935f4f9af6f3: Layer already exists [2022-07-02T17:54:49.701Z] latest: digest: sha256:8a9f8e618657ed697f5ebb233f63444fcdbff40bbd0ec9945561257c4508feed size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:50.067Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:50.418Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.19 [2022-07-02T17:54:50.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-02T17:54:50.418Z] 86c178f1ad71: Preparing [2022-07-02T17:54:50.418Z] 62b9ae7c3401: Preparing [2022-07-02T17:54:50.418Z] 06b9fd50e836: Preparing [2022-07-02T17:54:50.418Z] e637a347bb8f: Preparing [2022-07-02T17:54:50.418Z] 6bbd4da93d48: Preparing [2022-07-02T17:54:50.418Z] 935f4f9af6f3: Preparing [2022-07-02T17:54:50.418Z] 4fc242d58285: Preparing [2022-07-02T17:54:50.418Z] 935f4f9af6f3: Waiting [2022-07-02T17:54:50.418Z] 4fc242d58285: Waiting [2022-07-02T17:54:50.418Z] 6bbd4da93d48: Layer already exists [2022-07-02T17:54:50.418Z] e637a347bb8f: Layer already exists [2022-07-02T17:54:50.418Z] 86c178f1ad71: Layer already exists [2022-07-02T17:54:50.418Z] 62b9ae7c3401: Layer already exists [2022-07-02T17:54:50.418Z] 06b9fd50e836: Layer already exists [2022-07-02T17:54:50.418Z] 935f4f9af6f3: Layer already exists [2022-07-02T17:54:50.418Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:50.418Z] 2.2.1-dev.19: digest: sha256:8a9f8e618657ed697f5ebb233f63444fcdbff40bbd0ec9945561257c4508feed size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:50.744Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:51.063Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:51.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-02T17:54:51.063Z] 86c178f1ad71: Preparing [2022-07-02T17:54:51.063Z] 62b9ae7c3401: Preparing [2022-07-02T17:54:51.063Z] 06b9fd50e836: Preparing [2022-07-02T17:54:51.063Z] e637a347bb8f: Preparing [2022-07-02T17:54:51.063Z] 6bbd4da93d48: Preparing [2022-07-02T17:54:51.063Z] 935f4f9af6f3: Preparing [2022-07-02T17:54:51.063Z] 4fc242d58285: Preparing [2022-07-02T17:54:51.063Z] 935f4f9af6f3: Waiting [2022-07-02T17:54:51.063Z] 4fc242d58285: Waiting [2022-07-02T17:54:51.063Z] 6bbd4da93d48: Layer already exists [2022-07-02T17:54:51.063Z] e637a347bb8f: Layer already exists [2022-07-02T17:54:51.063Z] 86c178f1ad71: Layer already exists [2022-07-02T17:54:51.063Z] 06b9fd50e836: Layer already exists [2022-07-02T17:54:51.063Z] 62b9ae7c3401: Layer already exists [2022-07-02T17:54:51.063Z] 935f4f9af6f3: Layer already exists [2022-07-02T17:54:51.063Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:51.063Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:8a9f8e618657ed697f5ebb233f63444fcdbff40bbd0ec9945561257c4508feed size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:51.389Z] + 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-02T17:54:51.706Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-07-02T17:54:51.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-02T17:54:51.706Z] 86c178f1ad71: Preparing [2022-07-02T17:54:51.706Z] 62b9ae7c3401: Preparing [2022-07-02T17:54:51.706Z] 06b9fd50e836: Preparing [2022-07-02T17:54:51.706Z] e637a347bb8f: Preparing [2022-07-02T17:54:51.706Z] 6bbd4da93d48: Preparing [2022-07-02T17:54:51.706Z] 935f4f9af6f3: Preparing [2022-07-02T17:54:51.706Z] 4fc242d58285: Preparing [2022-07-02T17:54:51.706Z] 935f4f9af6f3: Waiting [2022-07-02T17:54:51.706Z] 4fc242d58285: Waiting [2022-07-02T17:54:51.706Z] 06b9fd50e836: Layer already exists [2022-07-02T17:54:51.706Z] 86c178f1ad71: Layer already exists [2022-07-02T17:54:51.706Z] 6bbd4da93d48: Layer already exists [2022-07-02T17:54:51.706Z] e637a347bb8f: Layer already exists [2022-07-02T17:54:51.706Z] 62b9ae7c3401: Layer already exists [2022-07-02T17:54:51.706Z] 935f4f9af6f3: Layer already exists [2022-07-02T17:54:51.706Z] 4fc242d58285: Layer already exists [2022-07-02T17:54:51.706Z] main: digest: sha256:8a9f8e618657ed697f5ebb233f63444fcdbff40bbd0ec9945561257c4508feed size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:54:51.755Z] ===================================================== [Pipeline] echo [2022-07-02T17:54:51.764Z] taggedImages: [2022-07-02T17:54:51.764Z] - nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:51.764Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-07-02T17:54:51.764Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.19 [2022-07-02T17:54:51.764Z] - nexus3.edgexfoundry.org:10004/security-spire-server:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:51.764Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2022-07-02T17:54:51.843Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-07-02T17:54:51.843Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:51.843Z] latest [2022-07-02T17:54:51.843Z] 2.2.1-dev.19 [2022-07-02T17:54:51.843Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:51.843Z] main [2022-07-02T17:54:51.843Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:52.156Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:52.467Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:52.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-02T17:54:52.467Z] d9096edfd06d: Preparing [2022-07-02T17:54:52.467Z] 422d0d42c836: Preparing [2022-07-02T17:54:52.467Z] dcd1a84af63c: Preparing [2022-07-02T17:54:52.467Z] 1c2950c5239c: Preparing [2022-07-02T17:54:52.467Z] b541d28bf3b4: Preparing [2022-07-02T17:54:52.467Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:52.467Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:52.467Z] d9096edfd06d: Pushed [2022-07-02T17:54:52.467Z] 1c2950c5239c: Pushed [2022-07-02T17:54:55.011Z] 422d0d42c836: Pushed [2022-07-02T17:54:55.272Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:b816ffb32db5e77913f11c4fbe434ce9aa9591690742514023dd72b412ce6d5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:55.603Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:55.925Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-07-02T17:54:55.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-02T17:54:55.925Z] d9096edfd06d: Preparing [2022-07-02T17:54:55.925Z] 422d0d42c836: Preparing [2022-07-02T17:54:55.925Z] dcd1a84af63c: Preparing [2022-07-02T17:54:55.925Z] 1c2950c5239c: Preparing [2022-07-02T17:54:55.925Z] b541d28bf3b4: Preparing [2022-07-02T17:54:55.925Z] 1c2950c5239c: Layer already exists [2022-07-02T17:54:55.925Z] d9096edfd06d: Layer already exists [2022-07-02T17:54:55.925Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:55.925Z] 422d0d42c836: Layer already exists [2022-07-02T17:54:55.925Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:55.925Z] latest: digest: sha256:b816ffb32db5e77913f11c4fbe434ce9aa9591690742514023dd72b412ce6d5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:56.248Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:56.558Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.19 [2022-07-02T17:54:56.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-02T17:54:56.558Z] d9096edfd06d: Preparing [2022-07-02T17:54:56.558Z] 422d0d42c836: Preparing [2022-07-02T17:54:56.558Z] dcd1a84af63c: Preparing [2022-07-02T17:54:56.558Z] 1c2950c5239c: Preparing [2022-07-02T17:54:56.558Z] b541d28bf3b4: Preparing [2022-07-02T17:54:56.558Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:56.558Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:56.558Z] 1c2950c5239c: Layer already exists [2022-07-02T17:54:56.558Z] d9096edfd06d: Layer already exists [2022-07-02T17:54:56.558Z] 422d0d42c836: Layer already exists [2022-07-02T17:54:56.558Z] 2.2.1-dev.19: digest: sha256:b816ffb32db5e77913f11c4fbe434ce9aa9591690742514023dd72b412ce6d5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:56.877Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:57.188Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:57.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-02T17:54:57.188Z] d9096edfd06d: Preparing [2022-07-02T17:54:57.188Z] 422d0d42c836: Preparing [2022-07-02T17:54:57.188Z] dcd1a84af63c: Preparing [2022-07-02T17:54:57.188Z] 1c2950c5239c: Preparing [2022-07-02T17:54:57.188Z] b541d28bf3b4: Preparing [2022-07-02T17:54:57.188Z] 1c2950c5239c: Layer already exists [2022-07-02T17:54:57.188Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:57.188Z] 422d0d42c836: Layer already exists [2022-07-02T17:54:57.188Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:57.188Z] d9096edfd06d: Layer already exists [2022-07-02T17:54:57.188Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:b816ffb32db5e77913f11c4fbe434ce9aa9591690742514023dd72b412ce6d5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:57.509Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:57.821Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-07-02T17:54:57.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-02T17:54:57.821Z] d9096edfd06d: Preparing [2022-07-02T17:54:57.821Z] 422d0d42c836: Preparing [2022-07-02T17:54:57.821Z] dcd1a84af63c: Preparing [2022-07-02T17:54:57.821Z] 1c2950c5239c: Preparing [2022-07-02T17:54:57.821Z] b541d28bf3b4: Preparing [2022-07-02T17:54:57.821Z] 1c2950c5239c: Layer already exists [2022-07-02T17:54:57.821Z] 422d0d42c836: Layer already exists [2022-07-02T17:54:57.821Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:57.821Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:57.821Z] d9096edfd06d: Layer already exists [2022-07-02T17:54:57.821Z] main: digest: sha256:b816ffb32db5e77913f11c4fbe434ce9aa9591690742514023dd72b412ce6d5f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:54:57.875Z] ===================================================== [Pipeline] echo [2022-07-02T17:54:57.886Z] taggedImages: [2022-07-02T17:54:57.886Z] - nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:57.886Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-07-02T17:54:57.886Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.19 [2022-07-02T17:54:57.886Z] - nexus3.edgexfoundry.org:10004/support-notifications:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:57.886Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-07-02T17:54:57.906Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-07-02T17:54:57.906Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:57.906Z] latest [2022-07-02T17:54:57.906Z] 2.2.1-dev.19 [2022-07-02T17:54:57.906Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:54:57.906Z] main [2022-07-02T17:54:57.906Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:58.231Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:54:58.535Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:54:58.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-02T17:54:58.535Z] 2b7e769e6537: Preparing [2022-07-02T17:54:58.535Z] dbfdfe3d3e75: Preparing [2022-07-02T17:54:58.535Z] dcd1a84af63c: Preparing [2022-07-02T17:54:58.535Z] 5ce3cf7b7162: Preparing [2022-07-02T17:54:58.535Z] b541d28bf3b4: Preparing [2022-07-02T17:54:58.535Z] dcd1a84af63c: Layer already exists [2022-07-02T17:54:58.535Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:54:58.535Z] b541d28bf3b4: Layer already exists [2022-07-02T17:54:58.535Z] 2b7e769e6537: Pushed [2022-07-02T17:54:58.802Z] ---> 5659913a86e3 [2022-07-02T17:54:58.802Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-02T17:54:58.802Z] ---> 0927b858317c [2022-07-02T17:54:58.802Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-02T17:54:58.802Z] ---> Running in 871b476a4c62 [2022-07-02T17:54:58.802Z] ---> 8ba7ab93c169 [2022-07-02T17:54:58.802Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-02T17:54:58.802Z] ---> 062e939e8404 [2022-07-02T17:54:58.802Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-02T17:54:58.802Z] ---> Running in ee05d27b514e [2022-07-02T17:54:58.802Z] ---> Running in 3e9035a28914 [2022-07-02T17:54:58.802Z] ---> Running in 23ab116215f7 [2022-07-02T17:54:58.802Z] ---> 980975bf2bd1 [2022-07-02T17:54:58.802Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-02T17:54:58.802Z] Removing intermediate container ee05d27b514e [2022-07-02T17:54:58.802Z] ---> ae457ec32289 [2022-07-02T17:54:58.802Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-02T17:54:58.802Z] ---> Running in 918aaac0e8ed [2022-07-02T17:54:58.802Z] ---> Running in 8084af0cf175 [2022-07-02T17:54:58.802Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-02T17:54:59.112Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-02T17:54:59.112Z] Removing intermediate container 8084af0cf175 [2022-07-02T17:54:59.112Z] ---> 86d1632621a7 [2022-07-02T17:54:59.112Z] 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-02T17:54:59.112Z] Removing intermediate container 918aaac0e8ed [2022-07-02T17:54:59.112Z] ---> 67c26d31471d [2022-07-02T17:54:59.112Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-02T17:54:59.400Z] ---> Running in 6cc84090c950 [2022-07-02T17:54:59.400Z] ---> Running in 29c7cadbb375 [2022-07-02T17:54:59.400Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-02T17:55:00.404Z] Removing intermediate container 6cc84090c950 [2022-07-02T17:55:00.404Z] ---> 56bbce70731e [2022-07-02T17:55:00.404Z] 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-02T17:55:00.404Z] ---> Running in 7c0c1fa00b4b [2022-07-02T17:55:01.076Z] dbfdfe3d3e75: Pushed [2022-07-02T17:55:01.076Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:22e49cc8657ecf5e127bc725bb857b134803517cdcccdabf1681148693895aad size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:01.389Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:01.701Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-07-02T17:55:01.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-02T17:55:01.701Z] 2b7e769e6537: Preparing [2022-07-02T17:55:01.701Z] dbfdfe3d3e75: Preparing [2022-07-02T17:55:01.701Z] dcd1a84af63c: Preparing [2022-07-02T17:55:01.701Z] 5ce3cf7b7162: Preparing [2022-07-02T17:55:01.701Z] b541d28bf3b4: Preparing [2022-07-02T17:55:01.701Z] dcd1a84af63c: Layer already exists [2022-07-02T17:55:01.701Z] dbfdfe3d3e75: Layer already exists [2022-07-02T17:55:01.701Z] b541d28bf3b4: Layer already exists [2022-07-02T17:55:01.701Z] 2b7e769e6537: Layer already exists [2022-07-02T17:55:01.701Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:55:01.701Z] latest: digest: sha256:22e49cc8657ecf5e127bc725bb857b134803517cdcccdabf1681148693895aad size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:02.024Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:02.336Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.19 [2022-07-02T17:55:02.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-02T17:55:02.336Z] 2b7e769e6537: Preparing [2022-07-02T17:55:02.336Z] dbfdfe3d3e75: Preparing [2022-07-02T17:55:02.336Z] dcd1a84af63c: Preparing [2022-07-02T17:55:02.336Z] 5ce3cf7b7162: Preparing [2022-07-02T17:55:02.336Z] b541d28bf3b4: Preparing [2022-07-02T17:55:02.336Z] 2b7e769e6537: Layer already exists [2022-07-02T17:55:02.336Z] b541d28bf3b4: Layer already exists [2022-07-02T17:55:02.336Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:55:02.336Z] dbfdfe3d3e75: Layer already exists [2022-07-02T17:55:02.336Z] dcd1a84af63c: Layer already exists [2022-07-02T17:55:02.336Z] 2.2.1-dev.19: digest: sha256:22e49cc8657ecf5e127bc725bb857b134803517cdcccdabf1681148693895aad size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:02.657Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:02.971Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:55:02.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-02T17:55:02.971Z] 2b7e769e6537: Preparing [2022-07-02T17:55:02.971Z] dbfdfe3d3e75: Preparing [2022-07-02T17:55:02.971Z] dcd1a84af63c: Preparing [2022-07-02T17:55:02.971Z] 5ce3cf7b7162: Preparing [2022-07-02T17:55:02.971Z] b541d28bf3b4: Preparing [2022-07-02T17:55:02.971Z] b541d28bf3b4: Layer already exists [2022-07-02T17:55:02.971Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:55:02.971Z] dbfdfe3d3e75: Layer already exists [2022-07-02T17:55:02.971Z] 2b7e769e6537: Layer already exists [2022-07-02T17:55:02.971Z] dcd1a84af63c: Layer already exists [2022-07-02T17:55:02.971Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:22e49cc8657ecf5e127bc725bb857b134803517cdcccdabf1681148693895aad size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:03.288Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:03.608Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-07-02T17:55:03.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-02T17:55:03.608Z] 2b7e769e6537: Preparing [2022-07-02T17:55:03.608Z] dbfdfe3d3e75: Preparing [2022-07-02T17:55:03.608Z] dcd1a84af63c: Preparing [2022-07-02T17:55:03.608Z] 5ce3cf7b7162: Preparing [2022-07-02T17:55:03.608Z] b541d28bf3b4: Preparing [2022-07-02T17:55:03.608Z] dcd1a84af63c: Layer already exists [2022-07-02T17:55:03.608Z] b541d28bf3b4: Layer already exists [2022-07-02T17:55:03.608Z] 2b7e769e6537: Layer already exists [2022-07-02T17:55:03.608Z] dbfdfe3d3e75: Layer already exists [2022-07-02T17:55:03.608Z] 5ce3cf7b7162: Layer already exists [2022-07-02T17:55:03.608Z] main: digest: sha256:22e49cc8657ecf5e127bc725bb857b134803517cdcccdabf1681148693895aad size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:55:03.665Z] ===================================================== [Pipeline] echo [2022-07-02T17:55:03.675Z] taggedImages: [2022-07-02T17:55:03.675Z] - nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:55:03.675Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-07-02T17:55:03.675Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.19 [2022-07-02T17:55:03.675Z] - nexus3.edgexfoundry.org:10004/support-scheduler:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:55:03.675Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-07-02T17:55:03.694Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-07-02T17:55:03.694Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:55:03.694Z] latest [2022-07-02T17:55:03.694Z] 2.2.1-dev.19 [2022-07-02T17:55:03.694Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:55:03.694Z] main [2022-07-02T17:55:03.694Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:03.828Z] Removing intermediate container 29c7cadbb375 [2022-07-02T17:55:03.828Z] ---> 633e3f5be506 [2022-07-02T17:55:03.828Z] Step 12/26 : WORKDIR /edgex-go [2022-07-02T17:55:03.828Z] ---> Running in f7fd75d26be2 [2022-07-02T17:55:04.012Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:04.102Z] Removing intermediate container 7c0c1fa00b4b [2022-07-02T17:55:04.102Z] ---> baa7fcd66d4b [2022-07-02T17:55:04.102Z] Step 12/26 : WORKDIR /edgex-go [2022-07-02T17:55:04.323Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:55:04.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-02T17:55:04.323Z] 2ce99e6a4e39: Preparing [2022-07-02T17:55:04.323Z] 99bc779511fd: Preparing [2022-07-02T17:55:04.323Z] 63b8844a799d: Preparing [2022-07-02T17:55:04.323Z] 14010d308a37: Preparing [2022-07-02T17:55:04.323Z] 52f44be93a46: Preparing [2022-07-02T17:55:04.323Z] 10d82663b225: Preparing [2022-07-02T17:55:04.323Z] f7a7a140f1b3: Preparing [2022-07-02T17:55:04.323Z] 31e69d4774c9: Preparing [2022-07-02T17:55:04.323Z] 7750d494dfbd: Preparing [2022-07-02T17:55:04.323Z] 18708474c90b: Preparing [2022-07-02T17:55:04.323Z] 4fc242d58285: Preparing [2022-07-02T17:55:04.323Z] 10d82663b225: Waiting [2022-07-02T17:55:04.323Z] f7a7a140f1b3: Waiting [2022-07-02T17:55:04.323Z] 31e69d4774c9: Waiting [2022-07-02T17:55:04.323Z] 7750d494dfbd: Waiting [2022-07-02T17:55:04.323Z] 18708474c90b: Waiting [2022-07-02T17:55:04.323Z] 4fc242d58285: Waiting [2022-07-02T17:55:04.323Z] 52f44be93a46: Layer already exists [2022-07-02T17:55:04.323Z] 10d82663b225: Layer already exists [2022-07-02T17:55:04.323Z] f7a7a140f1b3: Layer already exists [2022-07-02T17:55:04.323Z] 31e69d4774c9: Layer already exists [2022-07-02T17:55:04.323Z] 99bc779511fd: Pushed [2022-07-02T17:55:04.323Z] 7750d494dfbd: Layer already exists [2022-07-02T17:55:04.323Z] 18708474c90b: Layer already exists [2022-07-02T17:55:04.323Z] 4fc242d58285: Layer already exists [2022-07-02T17:55:04.387Z] ---> Running in cf480b160d36 [2022-07-02T17:55:04.387Z] Removing intermediate container f7fd75d26be2 [2022-07-02T17:55:04.387Z] ---> e40696e07eb0 [2022-07-02T17:55:04.387Z] [2022-07-02T17:55:04.387Z] Step 13/26 : FROM alpine:3.15 [2022-07-02T17:55:04.582Z] 2ce99e6a4e39: Pushed [2022-07-02T17:55:04.667Z] 3.15: Pulling from library/alpine [2022-07-02T17:55:05.277Z] Removing intermediate container cf480b160d36 [2022-07-02T17:55:05.277Z] ---> b5d79e662aee [2022-07-02T17:55:05.277Z] [2022-07-02T17:55:05.277Z] Step 13/26 : FROM alpine:3.15 [2022-07-02T17:55:05.525Z] 63b8844a799d: Pushed [2022-07-02T17:55:05.557Z] 3.15: Pulling from library/alpine [2022-07-02T17:55:06.559Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-02T17:55:06.559Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-02T17:55:06.559Z] Status: Downloaded newer image for alpine:3.15 [2022-07-02T17:55:06.559Z] Status: Downloaded newer image for alpine:3.15 [2022-07-02T17:55:06.559Z] ---> 3fb3c9af89a9 [2022-07-02T17:55:06.559Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-02T17:55:06.559Z] ---> 3fb3c9af89a9 [2022-07-02T17:55:06.559Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-02T17:55:06.559Z] ---> Running in 08d1084ab025 [2022-07-02T17:55:06.559Z] ---> Running in 97880a4a189a [2022-07-02T17:55:07.179Z] Removing intermediate container 97880a4a189a [2022-07-02T17:55:07.179Z] ---> 539b47b06d0d [2022-07-02T17:55:07.468Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 08d1084ab025 [2022-07-02T17:55:07.468Z] [2022-07-02T17:55:07.468Z] ---> b83c457b0eb5 [2022-07-02T17:55:07.468Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:55:07.468Z] ---> Running in 59d745af1855 [2022-07-02T17:55:07.468Z] ---> Running in 67629985a2aa [2022-07-02T17:55:11.856Z] Removing intermediate container 67629985a2aa [2022-07-02T17:55:11.856Z] ---> b7490bd0523b [2022-07-02T17:55:11.856Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-02T17:55:11.856Z] Removing intermediate container 59d745af1855 [2022-07-02T17:55:11.856Z] ---> c32170ffa703 [2022-07-02T17:55:11.856Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-02T17:55:11.856Z] ---> Running in 279934daaaa4 [2022-07-02T17:55:11.856Z] ---> Running in 74fd95ed1fdf [2022-07-02T17:55:12.198Z] 14010d308a37: Pushed [2022-07-02T17:55:12.198Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:82e5c0a7d523ad413385ed064efae9e69a86541137cb971e579a666e671e75a1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:12.512Z] + 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-02T17:55:12.825Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-07-02T17:55:12.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-02T17:55:12.825Z] 2ce99e6a4e39: Preparing [2022-07-02T17:55:12.825Z] 99bc779511fd: Preparing [2022-07-02T17:55:12.825Z] 63b8844a799d: Preparing [2022-07-02T17:55:12.825Z] 14010d308a37: Preparing [2022-07-02T17:55:12.825Z] 52f44be93a46: Preparing [2022-07-02T17:55:12.825Z] 10d82663b225: Preparing [2022-07-02T17:55:12.825Z] f7a7a140f1b3: Preparing [2022-07-02T17:55:12.825Z] 31e69d4774c9: Preparing [2022-07-02T17:55:12.825Z] 7750d494dfbd: Preparing [2022-07-02T17:55:12.825Z] 18708474c90b: Preparing [2022-07-02T17:55:12.825Z] 4fc242d58285: Preparing [2022-07-02T17:55:12.825Z] f7a7a140f1b3: Waiting [2022-07-02T17:55:12.825Z] 31e69d4774c9: Waiting [2022-07-02T17:55:12.825Z] 18708474c90b: Waiting [2022-07-02T17:55:12.825Z] 4fc242d58285: Waiting [2022-07-02T17:55:12.825Z] 7750d494dfbd: Waiting [2022-07-02T17:55:12.825Z] 63b8844a799d: Layer already exists [2022-07-02T17:55:12.825Z] 52f44be93a46: Layer already exists [2022-07-02T17:55:12.825Z] 99bc779511fd: Layer already exists [2022-07-02T17:55:12.825Z] 14010d308a37: Layer already exists [2022-07-02T17:55:12.825Z] 2ce99e6a4e39: Layer already exists [2022-07-02T17:55:12.825Z] 10d82663b225: Layer already exists [2022-07-02T17:55:12.825Z] 7750d494dfbd: Layer already exists [2022-07-02T17:55:12.825Z] f7a7a140f1b3: Layer already exists [2022-07-02T17:55:12.825Z] 18708474c90b: Layer already exists [2022-07-02T17:55:12.825Z] 31e69d4774c9: Layer already exists [2022-07-02T17:55:12.825Z] 4fc242d58285: Layer already exists [2022-07-02T17:55:12.825Z] latest: digest: sha256:82e5c0a7d523ad413385ed064efae9e69a86541137cb971e579a666e671e75a1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:13.140Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:13.453Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.19 [2022-07-02T17:55:13.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-02T17:55:13.453Z] 2ce99e6a4e39: Preparing [2022-07-02T17:55:13.453Z] 99bc779511fd: Preparing [2022-07-02T17:55:13.453Z] 63b8844a799d: Preparing [2022-07-02T17:55:13.453Z] 14010d308a37: Preparing [2022-07-02T17:55:13.453Z] 52f44be93a46: Preparing [2022-07-02T17:55:13.453Z] 10d82663b225: Preparing [2022-07-02T17:55:13.453Z] f7a7a140f1b3: Preparing [2022-07-02T17:55:13.453Z] 31e69d4774c9: Preparing [2022-07-02T17:55:13.453Z] 7750d494dfbd: Preparing [2022-07-02T17:55:13.453Z] 18708474c90b: Preparing [2022-07-02T17:55:13.453Z] 4fc242d58285: Preparing [2022-07-02T17:55:13.453Z] f7a7a140f1b3: Waiting [2022-07-02T17:55:13.453Z] 18708474c90b: Waiting [2022-07-02T17:55:13.453Z] 4fc242d58285: Waiting [2022-07-02T17:55:13.453Z] 31e69d4774c9: Waiting [2022-07-02T17:55:13.453Z] 10d82663b225: Waiting [2022-07-02T17:55:13.453Z] 52f44be93a46: Layer already exists [2022-07-02T17:55:13.453Z] 99bc779511fd: Layer already exists [2022-07-02T17:55:13.453Z] 2ce99e6a4e39: Layer already exists [2022-07-02T17:55:13.453Z] 14010d308a37: Layer already exists [2022-07-02T17:55:13.453Z] 63b8844a799d: Layer already exists [2022-07-02T17:55:13.453Z] 7750d494dfbd: Layer already exists [2022-07-02T17:55:13.453Z] 31e69d4774c9: Layer already exists [2022-07-02T17:55:13.453Z] 18708474c90b: Layer already exists [2022-07-02T17:55:13.453Z] f7a7a140f1b3: Layer already exists [2022-07-02T17:55:13.453Z] 10d82663b225: Layer already exists [2022-07-02T17:55:13.453Z] 4fc242d58285: Layer already exists [2022-07-02T17:55:13.453Z] 2.2.1-dev.19: digest: sha256:82e5c0a7d523ad413385ed064efae9e69a86541137cb971e579a666e671e75a1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:13.778Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:13.850Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:55:14.089Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:55:14.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-02T17:55:14.090Z] 2ce99e6a4e39: Preparing [2022-07-02T17:55:14.090Z] 99bc779511fd: Preparing [2022-07-02T17:55:14.090Z] 63b8844a799d: Preparing [2022-07-02T17:55:14.090Z] 14010d308a37: Preparing [2022-07-02T17:55:14.090Z] 52f44be93a46: Preparing [2022-07-02T17:55:14.090Z] 10d82663b225: Preparing [2022-07-02T17:55:14.090Z] f7a7a140f1b3: Preparing [2022-07-02T17:55:14.090Z] 31e69d4774c9: Preparing [2022-07-02T17:55:14.090Z] 7750d494dfbd: Preparing [2022-07-02T17:55:14.090Z] 18708474c90b: Preparing [2022-07-02T17:55:14.090Z] 4fc242d58285: Preparing [2022-07-02T17:55:14.090Z] 7750d494dfbd: Waiting [2022-07-02T17:55:14.090Z] 10d82663b225: Waiting [2022-07-02T17:55:14.090Z] 18708474c90b: Waiting [2022-07-02T17:55:14.090Z] 4fc242d58285: Waiting [2022-07-02T17:55:14.090Z] f7a7a140f1b3: Waiting [2022-07-02T17:55:14.090Z] 31e69d4774c9: Waiting [2022-07-02T17:55:14.090Z] 63b8844a799d: Layer already exists [2022-07-02T17:55:14.090Z] 99bc779511fd: Layer already exists [2022-07-02T17:55:14.090Z] 2ce99e6a4e39: Layer already exists [2022-07-02T17:55:14.090Z] 14010d308a37: Layer already exists [2022-07-02T17:55:14.090Z] 52f44be93a46: Layer already exists [2022-07-02T17:55:14.090Z] 10d82663b225: Layer already exists [2022-07-02T17:55:14.090Z] f7a7a140f1b3: Layer already exists [2022-07-02T17:55:14.090Z] 31e69d4774c9: Layer already exists [2022-07-02T17:55:14.090Z] 7750d494dfbd: Layer already exists [2022-07-02T17:55:14.090Z] 18708474c90b: Layer already exists [2022-07-02T17:55:14.090Z] 4fc242d58285: Layer already exists [2022-07-02T17:55:14.090Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:82e5c0a7d523ad413385ed064efae9e69a86541137cb971e579a666e671e75a1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T17:55:14.420Z] + 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-02T17:55:14.455Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:55:14.730Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-07-02T17:55:14.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-02T17:55:14.730Z] 2ce99e6a4e39: Preparing [2022-07-02T17:55:14.730Z] 99bc779511fd: Preparing [2022-07-02T17:55:14.730Z] 63b8844a799d: Preparing [2022-07-02T17:55:14.730Z] 14010d308a37: Preparing [2022-07-02T17:55:14.730Z] 52f44be93a46: Preparing [2022-07-02T17:55:14.730Z] 10d82663b225: Preparing [2022-07-02T17:55:14.730Z] f7a7a140f1b3: Preparing [2022-07-02T17:55:14.730Z] 31e69d4774c9: Preparing [2022-07-02T17:55:14.730Z] 7750d494dfbd: Preparing [2022-07-02T17:55:14.730Z] 18708474c90b: Preparing [2022-07-02T17:55:14.730Z] 4fc242d58285: Preparing [2022-07-02T17:55:14.730Z] 31e69d4774c9: Waiting [2022-07-02T17:55:14.730Z] 18708474c90b: Waiting [2022-07-02T17:55:14.730Z] 4fc242d58285: Waiting [2022-07-02T17:55:14.730Z] 7750d494dfbd: Waiting [2022-07-02T17:55:14.730Z] 10d82663b225: Waiting [2022-07-02T17:55:14.730Z] 52f44be93a46: Layer already exists [2022-07-02T17:55:14.730Z] 14010d308a37: Layer already exists [2022-07-02T17:55:14.730Z] 2ce99e6a4e39: Layer already exists [2022-07-02T17:55:14.730Z] 63b8844a799d: Layer already exists [2022-07-02T17:55:14.730Z] 99bc779511fd: Layer already exists [2022-07-02T17:55:14.730Z] 10d82663b225: Layer already exists [2022-07-02T17:55:14.730Z] f7a7a140f1b3: Layer already exists [2022-07-02T17:55:14.730Z] 31e69d4774c9: Layer already exists [2022-07-02T17:55:14.730Z] 7750d494dfbd: Layer already exists [2022-07-02T17:55:14.730Z] 18708474c90b: Layer already exists [2022-07-02T17:55:14.730Z] 4fc242d58285: Layer already exists [2022-07-02T17:55:14.730Z] main: digest: sha256:82e5c0a7d523ad413385ed064efae9e69a86541137cb971e579a666e671e75a1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T17:55:14.771Z] ===================================================== [Pipeline] echo [2022-07-02T17:55:14.777Z] taggedImages: [2022-07-02T17:55:14.777Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:55:14.777Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-07-02T17:55:14.777Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.19 [2022-07-02T17:55:14.777Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T17:55:14.777Z] - 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-02T17:55:15.076Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:55:15.356Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:55:16.814Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-02T17:55:16.814Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-02T17:55:16.814Z] OK: 15736 distinct packages available [2022-07-02T17:55:16.814Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:55:16.814Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-02T17:55:16.814Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-02T17:55:16.814Z] OK: 15736 distinct packages available [2022-07-02T17:55:17.093Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:55:17.711Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:55:18.003Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:55:18.992Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-02T17:55:19.273Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-02T17:55:19.273Z] (3/5) Installing libucontext (1.1-r0) [2022-07-02T17:55:19.273Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-02T17:55:19.553Z] (5/5) Installing openssl (1.1.1p-r0) [2022-07-02T17:55:19.553Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-02T17:55:19.553Z] Executing busybox-1.34.1-r5.trigger [2022-07-02T17:55:19.553Z] OK: 6 MiB in 19 packages [2022-07-02T17:55:19.553Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-02T17:55:19.853Z] (3/4) Installing libucontext (1.1-r0) [2022-07-02T17:55:19.853Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-02T17:55:20.147Z] Executing busybox-1.34.1-r5.trigger [2022-07-02T17:55:20.147Z] OK: 6 MiB in 18 packages [2022-07-02T17:55:21.600Z] Removing intermediate container 279934daaaa4 [2022-07-02T17:55:21.600Z] ---> ba45a4323f14 [2022-07-02T17:55:21.600Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-02T17:55:22.215Z] Removing intermediate container 74fd95ed1fdf [2022-07-02T17:55:22.215Z] ---> f4bbad65d1eb [2022-07-02T17:55:22.215Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-02T17:55:26.566Z] ---> a592a9aba676 [2022-07-02T17:55:26.566Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-02T17:55:32.035Z] ---> bb244e78ee32 [2022-07-02T17:55:32.035Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-02T17:55:32.327Z] ---> fd69f971c830 [2022-07-02T17:55:32.327Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-02T17:55:32.327Z] ---> Running in 89a3c586d1e4 [2022-07-02T17:55:33.341Z] Removing intermediate container 89a3c586d1e4 [2022-07-02T17:55:33.341Z] ---> 9d932e7dfa63 [2022-07-02T17:55:33.341Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-02T17:55:34.862Z] ---> b249f2b0c6b9 [2022-07-02T17:55:34.862Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-02T17:55:34.862Z] ---> 369cb1ae8388 [2022-07-02T17:55:34.862Z] Step 21/26 : WORKDIR / [2022-07-02T17:55:35.149Z] ---> Running in 8d4d8739a6bc [2022-07-02T17:55:36.144Z] Removing intermediate container 8d4d8739a6bc [2022-07-02T17:55:36.144Z] ---> 84ae5cf696c0 [2022-07-02T17:55:36.144Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-02T17:55:36.144Z] ---> Running in 0d3d32715215 [2022-07-02T17:55:36.144Z] ---> 0cfb4e28f96b [2022-07-02T17:55:36.144Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-02T17:55:36.756Z] Removing intermediate container 0d3d32715215 [2022-07-02T17:55:36.756Z] ---> b93b9648b30c [2022-07-02T17:55:36.756Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-02T17:55:37.044Z] ---> Running in fa6c3305596d [2022-07-02T17:55:37.345Z] ---> 009da22335b4 [2022-07-02T17:55:37.345Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-02T17:55:37.345Z] Removing intermediate container fa6c3305596d [2022-07-02T17:55:37.345Z] ---> db9a23486e3b [2022-07-02T17:55:37.345Z] Step 24/26 : LABEL arch=arm64 [2022-07-02T17:55:37.624Z] ---> Running in f9245703d6b0 [2022-07-02T17:55:38.629Z] Removing intermediate container f9245703d6b0 [2022-07-02T17:55:38.629Z] ---> b80114fac5c0 [2022-07-02T17:55:38.629Z] Step 25/26 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:55:38.629Z] ---> 54cc20f826ce [2022-07-02T17:55:38.629Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-02T17:55:38.629Z] ---> Running in 6846ed3110bd [2022-07-02T17:55:38.629Z] ---> Running in 4c866c215545 [2022-07-02T17:55:39.250Z] Removing intermediate container 6846ed3110bd [2022-07-02T17:55:39.250Z] ---> 53eb6e8fd49a [2022-07-02T17:55:39.250Z] Step 26/26 : LABEL version=2.2.1-dev.19 [2022-07-02T17:55:39.530Z] Removing intermediate container 4c866c215545 [2022-07-02T17:55:39.530Z] ---> 21d36fdc4581 [2022-07-02T17:55:39.530Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-02T17:55:39.530Z] ---> Running in c52cd686b88c [2022-07-02T17:55:39.530Z] ---> Running in 9ee1f49d6095 [2022-07-02T17:55:40.536Z] Removing intermediate container c52cd686b88c [2022-07-02T17:55:40.536Z] ---> 37c8cdec4f99 [2022-07-02T17:55:40.536Z] [2022-07-02T17:55:40.536Z] Removing intermediate container 9ee1f49d6095 [2022-07-02T17:55:40.536Z] ---> edf160e6e166 [2022-07-02T17:55:40.536Z] Step 24/26 : LABEL arch=arm64 [2022-07-02T17:55:40.536Z] ---> Running in b8ed03996dc2 [2022-07-02T17:55:41.146Z] Successfully built 37c8cdec4f99 [2022-07-02T17:55:41.146Z] Successfully tagged security-spire-config-arm64:latest [2022-07-02T17:55:41.146Z]  Building security-spire-config ... done Building security-spire-server [2022-07-02T17:55:41.426Z] Removing intermediate container b8ed03996dc2 [2022-07-02T17:55:41.426Z] ---> e528ef99e1de [2022-07-02T17:55:41.426Z] Step 25/26 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:55:41.426Z] ---> Running in 3a08763d88ff [2022-07-02T17:55:42.038Z] Removing intermediate container 3a08763d88ff [2022-07-02T17:55:42.038Z] ---> 5ae12155c7de [2022-07-02T17:55:42.038Z] Step 26/26 : LABEL version=2.2.1-dev.19 [2022-07-02T17:55:42.038Z] ---> Running in b3d30892a6b6 [2022-07-02T17:55:42.653Z] Removing intermediate container b3d30892a6b6 [2022-07-02T17:55:42.653Z] ---> 5cce4133718b [2022-07-02T17:55:42.653Z] [2022-07-02T17:55:42.934Z] Successfully built 5cce4133718b [2022-07-02T17:55:42.934Z] Successfully tagged security-spire-agent-arm64:latest [2022-07-02T17:55:42.934Z] Building core-command [2022-07-02T17:56:09.832Z]  Building security-spire-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:56:09.832Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:56:09.832Z] ---> 3ab0367aeb8b [2022-07-02T17:56:09.832Z] Step 3/25 : WORKDIR /edgex-go [2022-07-02T17:56:09.832Z] ---> Using cache [2022-07-02T17:56:09.832Z] ---> 64b3bd43536d [2022-07-02T17:56:09.832Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:56:09.832Z] ---> Using cache [2022-07-02T17:56:09.832Z] ---> 9e3f194318a8 [2022-07-02T17:56:09.832Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-02T17:56:09.832Z] ---> Running in 9659db23fff4 [2022-07-02T17:56:10.111Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:56:10.111Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:56:10.111Z] ---> 3ab0367aeb8b [2022-07-02T17:56:10.111Z] Step 3/23 : WORKDIR /edgex-go [2022-07-02T17:56:10.111Z] ---> Using cache [2022-07-02T17:56:10.111Z] ---> 64b3bd43536d [2022-07-02T17:56:10.111Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:56:10.111Z] ---> Using cache [2022-07-02T17:56:10.111Z] ---> 9e3f194318a8 [2022-07-02T17:56:10.111Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-02T17:56:10.111Z] ---> Using cache [2022-07-02T17:56:10.404Z] ---> 0cdc876109d9 [2022-07-02T17:56:10.404Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-02T17:56:10.404Z] ---> Using cache [2022-07-02T17:56:10.404Z] ---> 969d4bcb3f89 [2022-07-02T17:56:10.404Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:56:10.404Z] ---> Using cache [2022-07-02T17:56:10.404Z] ---> bea3f453f602 [2022-07-02T17:56:10.404Z] Step 8/23 : COPY . . [2022-07-02T17:56:10.404Z] ---> Using cache [2022-07-02T17:56:10.404Z] ---> 8ba7ab93c169 [2022-07-02T17:56:10.404Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-02T17:56:10.404Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:56:10.404Z] ---> Running in 22be255f52fc [2022-07-02T17:56:11.885Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:56:12.163Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-02T17:56:12.768Z] OK: 220 MiB in 52 packages [2022-07-02T17:56:14.320Z] Removing intermediate container 9659db23fff4 [2022-07-02T17:56:14.320Z] ---> ab772e626ea1 [2022-07-02T17:56:14.320Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-02T17:56:15.318Z] ---> b8efca3c1082 [2022-07-02T17:56:15.318Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:56:15.318Z] ---> Running in d5f35614f56e [2022-07-02T17:56:22.103Z] Removing intermediate container d5f35614f56e [2022-07-02T17:56:22.103Z] ---> 1fe4fd11680f [2022-07-02T17:56:22.103Z] Step 8/25 : COPY . . [2022-07-02T17:56:34.566Z] ---> 58b8a1b59c0c [2022-07-02T17:56:34.566Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-02T17:56:34.566Z] ---> Running in a33facb463b6 [2022-07-02T17:56:34.845Z] Removing intermediate container a33facb463b6 [2022-07-02T17:56:34.845Z] ---> 10595885c3ab [2022-07-02T17:56:34.845Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-02T17:56:34.845Z] ---> Running in b3546bb72969 [2022-07-02T17:56:35.465Z] Removing intermediate container b3546bb72969 [2022-07-02T17:56:35.465Z] ---> c0f0dd1b2ec1 [2022-07-02T17:56:35.465Z] 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-02T17:56:35.465Z] ---> Running in d37ceea0486d [2022-07-02T17:56:38.888Z] Removing intermediate container d37ceea0486d [2022-07-02T17:56:38.888Z] ---> 52db3a332f61 [2022-07-02T17:56:38.888Z] Step 12/25 : WORKDIR /edgex-go [2022-07-02T17:56:38.888Z] ---> Running in fd6daf9a557c [2022-07-02T17:56:39.509Z] Removing intermediate container fd6daf9a557c [2022-07-02T17:56:39.509Z] ---> b36c65299892 [2022-07-02T17:56:39.509Z] [2022-07-02T17:56:39.509Z] Step 13/25 : FROM alpine:3.15 [2022-07-02T17:56:39.509Z] ---> 3fb3c9af89a9 [2022-07-02T17:56:39.509Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-02T17:56:39.509Z] ---> Using cache [2022-07-02T17:56:39.509Z] ---> 539b47b06d0d [2022-07-02T17:56:39.509Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T17:56:39.509Z] ---> Using cache [2022-07-02T17:56:39.509Z] ---> c32170ffa703 [2022-07-02T17:56:39.509Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-02T17:56:39.509Z] ---> Using cache [2022-07-02T17:56:39.509Z] ---> ba45a4323f14 [2022-07-02T17:56:39.509Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-02T17:56:46.264Z] ---> 5fc58e274fe4 [2022-07-02T17:56:46.264Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-02T17:56:46.264Z] ---> 1be440d31218 [2022-07-02T17:56:46.264Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-02T17:56:47.727Z] ---> f4cd325bead9 [2022-07-02T17:56:47.727Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-02T17:56:48.347Z] ---> f428967d6e06 [2022-07-02T17:56:48.347Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-02T17:56:48.632Z] ---> Running in 2c63f304d5a5 [2022-07-02T17:56:48.916Z] Removing intermediate container 2c63f304d5a5 [2022-07-02T17:56:48.916Z] ---> b08888530fdd [2022-07-02T17:56:48.916Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-02T17:56:49.205Z] ---> Running in dfda8d15f47a [2022-07-02T17:56:49.813Z] Removing intermediate container dfda8d15f47a [2022-07-02T17:56:49.813Z] ---> 73fd7aea8916 [2022-07-02T17:56:49.813Z] Step 23/25 : LABEL arch=arm64 [2022-07-02T17:56:49.813Z] ---> Running in 5bce2b5c7509 [2022-07-02T17:56:50.426Z] Removing intermediate container 5bce2b5c7509 [2022-07-02T17:56:50.426Z] ---> a52d0daf3def [2022-07-02T17:56:50.426Z] Step 24/25 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T17:56:50.426Z] ---> Running in e7fd286b1056 [2022-07-02T17:56:51.042Z] Removing intermediate container e7fd286b1056 [2022-07-02T17:56:51.042Z] ---> 94a2554b945c [2022-07-02T17:56:51.042Z] Step 25/25 : LABEL version=2.2.1-dev.19 [2022-07-02T17:56:51.042Z] ---> Running in d8111c5ecd8f [2022-07-02T17:56:51.670Z] Removing intermediate container d8111c5ecd8f [2022-07-02T17:56:51.670Z] ---> 433236c16e1f [2022-07-02T17:56:51.670Z] [2022-07-02T17:56:51.951Z] Successfully built 433236c16e1f [2022-07-02T17:56:51.951Z] Successfully tagged security-spire-server-arm64:latest [2022-07-02T17:56:51.951Z] Building security-spiffe-token-provider [2022-07-02T17:57:10.532Z]  Building security-spire-server ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T17:57:10.532Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-02T17:57:10.532Z] ---> 3ab0367aeb8b [2022-07-02T17:57:10.532Z] Step 3/20 : WORKDIR /edgex-go [2022-07-02T17:57:10.532Z] ---> Using cache [2022-07-02T17:57:10.532Z] ---> 64b3bd43536d [2022-07-02T17:57:10.532Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-02T17:57:10.532Z] ---> Running in 72c97b3457f8 [2022-07-02T17:57:11.999Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:57:13.002Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:57:14.463Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-02T17:57:14.463Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-02T17:57:14.463Z] OK: 15743 distinct packages available [2022-07-02T17:57:14.741Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T17:57:15.734Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T17:57:17.201Z] OK: 220 MiB in 52 packages [2022-07-02T17:57:18.669Z] Removing intermediate container 72c97b3457f8 [2022-07-02T17:57:18.669Z] ---> b8736bddde6d [2022-07-02T17:57:18.669Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-02T17:57:19.683Z] ---> 65b16bf12b51 [2022-07-02T17:57:19.683Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T17:57:19.683Z] ---> Running in 060d350ec022 [2022-07-02T17:57:26.458Z] Removing intermediate container 060d350ec022 [2022-07-02T17:57:26.458Z] ---> f5edf8d16afe [2022-07-02T17:57:26.458Z] Step 7/20 : COPY . . [2022-07-02T17:57:38.920Z] ---> 4dc761cfa8b5 [2022-07-02T17:57:38.920Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-02T17:57:38.920Z] ---> Running in 0e2b4b845ebe [2022-07-02T17:57:40.377Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-02T18:00:17.375Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-02T18:00:39.609Z] Removing intermediate container 3e9035a28914 [2022-07-02T18:00:39.609Z] ---> 97dff6009b13 [2022-07-02T18:00:39.609Z] [2022-07-02T18:00:39.609Z] Step 10/22 : FROM alpine:3.14 [2022-07-02T18:00:39.609Z] 3.14: Pulling from library/alpine [2022-07-02T18:00:39.609Z] Removing intermediate container 871b476a4c62 [2022-07-02T18:00:39.609Z] ---> cd758424b3b9 [2022-07-02T18:00:39.609Z] [2022-07-02T18:00:39.609Z] Step 10/31 : FROM alpine:3.14 [2022-07-02T18:00:39.609Z] 3.14: Pulling from library/alpine [2022-07-02T18:00:39.609Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-02T18:00:39.609Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-02T18:00:39.609Z] Status: Downloaded newer image for alpine:3.14 [2022-07-02T18:00:39.609Z] Status: Downloaded newer image for alpine:3.14 [2022-07-02T18:00:39.609Z] ---> ac73e934f311 [2022-07-02T18:00:39.609Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-02T18:00:39.609Z] ---> ac73e934f311 [2022-07-02T18:00:39.609Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-02T18:00:39.609Z] ---> Running in 01051a174ead [2022-07-02T18:00:39.609Z] ---> Running in fce2a458d487 [2022-07-02T18:00:39.609Z] Removing intermediate container fce2a458d487 [2022-07-02T18:00:39.609Z] ---> 1b930f109773 [2022-07-02T18:00:39.609Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-02T18:00:39.609Z] ---> Running in 3e51fa20e358 [2022-07-02T18:00:41.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:00:41.668Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:00:41.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:00:42.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:00:43.184Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-02T18:00:43.184Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-07-02T18:00:43.184Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-07-02T18:00:43.184Z] (4/6) Installing libcurl (7.79.1-r2) [2022-07-02T18:00:43.466Z] (5/6) Installing curl (7.79.1-r2) [2022-07-02T18:00:43.466Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-02T18:00:43.466Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T18:00:43.466Z] Executing ca-certificates-20211220-r0.trigger [2022-07-02T18:00:43.743Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-02T18:00:43.743Z] (2/2) Installing su-exec (0.2-r1) [2022-07-02T18:00:43.743Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T18:00:43.743Z] OK: 6 MiB in 16 packages [2022-07-02T18:00:44.024Z] OK: 8 MiB in 20 packages [2022-07-02T18:00:46.063Z] Removing intermediate container 3e51fa20e358 [2022-07-02T18:00:46.063Z] ---> 97a21dc26e23 [2022-07-02T18:00:46.063Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-02T18:00:46.063Z] ---> Running in e457c8e84e4f [2022-07-02T18:00:46.709Z] Removing intermediate container 01051a174ead [2022-07-02T18:00:46.709Z] ---> b2b903219bb8 [2022-07-02T18:00:46.709Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-02T18:00:46.709Z] Removing intermediate container e457c8e84e4f [2022-07-02T18:00:46.709Z] ---> dd3c5377dbd1 [2022-07-02T18:00:46.709Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-02T18:00:46.709Z] ---> Running in f5be8bb3fd2f [2022-07-02T18:00:46.989Z] ---> Running in 3dd70b1ef338 [2022-07-02T18:00:47.599Z] Removing intermediate container f5be8bb3fd2f [2022-07-02T18:00:47.599Z] ---> 7dbdca7a069a [2022-07-02T18:00:47.599Z] Step 13/22 : WORKDIR /edgex [2022-07-02T18:00:47.599Z] Removing intermediate container 3dd70b1ef338 [2022-07-02T18:00:47.599Z] ---> a7738e4fa6d8 [2022-07-02T18:00:47.599Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-02T18:00:47.599Z] ---> Running in a9f6e0d9edd8 [2022-07-02T18:00:47.599Z] ---> Running in 684f85052327 [2022-07-02T18:00:49.075Z] Removing intermediate container 684f85052327 [2022-07-02T18:00:49.075Z] ---> a74583669165 [2022-07-02T18:00:49.075Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-02T18:00:50.083Z] ---> 672dfcb96f40 [2022-07-02T18:00:50.084Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-02T18:00:52.106Z] Removing intermediate container a9f6e0d9edd8 [2022-07-02T18:00:52.106Z] ---> e895ee87f986 [2022-07-02T18:00:52.106Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-02T18:00:52.106Z] ---> Running in 67202860e5f8 [2022-07-02T18:00:52.713Z] ---> 05a31714c867 [2022-07-02T18:00:52.713Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-02T18:00:52.996Z] Removing intermediate container 67202860e5f8 [2022-07-02T18:00:52.996Z] ---> 86dd7412577e [2022-07-02T18:00:52.996Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-02T18:00:55.035Z] ---> 5c2e5fff8ecf [2022-07-02T18:00:55.035Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-02T18:00:55.035Z] ---> Running in a44e52cb72c2 [2022-07-02T18:00:55.316Z] ---> 764344274e21 [2022-07-02T18:00:55.316Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-02T18:00:56.781Z] ---> d8f2beec47c1 [2022-07-02T18:00:56.781Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-02T18:00:56.781Z] ---> Running in a8ae3b5788ad [2022-07-02T18:00:59.458Z] Removing intermediate container a44e52cb72c2 [2022-07-02T18:00:59.458Z] ---> db6c6f5d1392 [2022-07-02T18:00:59.458Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T18:01:00.942Z] Removing intermediate container a8ae3b5788ad [2022-07-02T18:01:00.942Z] ---> 11fe3f242849 [2022-07-02T18:01:00.942Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-02T18:01:00.942Z] ---> bd8c4e0ff0a2 [2022-07-02T18:01:00.942Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-02T18:01:01.225Z] ---> Running in 7c42eb8159bf [2022-07-02T18:01:02.219Z] Removing intermediate container 7c42eb8159bf [2022-07-02T18:01:02.219Z] ---> b64792065cfb [2022-07-02T18:01:02.219Z] Step 20/22 : LABEL arch=arm64 [2022-07-02T18:01:02.219Z] ---> Running in 10e3e855bc9c [2022-07-02T18:01:03.213Z] Removing intermediate container 10e3e855bc9c [2022-07-02T18:01:03.213Z] ---> a2383a08c1a5 [2022-07-02T18:01:03.213Z] Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:01:03.213Z] ---> Running in b540bb068981 [2022-07-02T18:01:03.816Z] ---> 2566c2858a89 [2022-07-02T18:01:03.816Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-02T18:01:04.426Z] Removing intermediate container b540bb068981 [2022-07-02T18:01:04.426Z] ---> 9c042bf4ebbc [2022-07-02T18:01:04.426Z] Step 22/22 : LABEL version=2.2.1-dev.19 [2022-07-02T18:01:04.426Z] ---> Running in 50d4949346f4 [2022-07-02T18:01:05.033Z] ---> faace307cf22 [2022-07-02T18:01:05.309Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-02T18:01:05.309Z] Removing intermediate container 50d4949346f4 [2022-07-02T18:01:05.309Z] ---> ade9852c6dcf [2022-07-02T18:01:05.309Z] [2022-07-02T18:01:05.918Z] Successfully built ade9852c6dcf [2022-07-02T18:01:05.918Z] Successfully tagged security-proxy-setup-arm64:latest [2022-07-02T18:01:05.918Z]  Building security-proxy-setup ... done Building security-secretstore-setup [2022-07-02T18:01:06.200Z] ---> 1f4cd44a95fa [2022-07-02T18:01:06.200Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-02T18:01:07.701Z] ---> d1ff274d38cc [2022-07-02T18:01:07.701Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-02T18:01:07.701Z] ---> Running in 7159ec54a5f0 [2022-07-02T18:01:08.707Z] Removing intermediate container 7159ec54a5f0 [2022-07-02T18:01:08.707Z] ---> 3566996da4d2 [2022-07-02T18:01:08.707Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-02T18:01:09.718Z] ---> 16d9e27806d3 [2022-07-02T18:01:09.718Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-02T18:01:09.718Z] ---> Running in e134f7bd0874 [2022-07-02T18:01:13.136Z] Removing intermediate container e134f7bd0874 [2022-07-02T18:01:13.136Z] ---> 7aaaeb61c117 [2022-07-02T18:01:13.136Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-02T18:01:13.421Z] ---> Running in 86859f7e1fe2 [2022-07-02T18:01:14.030Z] Removing intermediate container 86859f7e1fe2 [2022-07-02T18:01:14.030Z] ---> c429b23d7e98 [2022-07-02T18:01:14.030Z] Step 28/31 : CMD ["gate"] [2022-07-02T18:01:14.304Z] ---> Running in d902942f90b8 [2022-07-02T18:01:14.912Z] Removing intermediate container d902942f90b8 [2022-07-02T18:01:14.912Z] ---> 1e373e0e44ac [2022-07-02T18:01:14.912Z] Step 29/31 : LABEL arch=arm64 [2022-07-02T18:01:15.520Z] ---> Running in 353d52b0be02 [2022-07-02T18:01:16.544Z] Removing intermediate container 353d52b0be02 [2022-07-02T18:01:16.544Z] ---> 69bbaf95f68a [2022-07-02T18:01:16.544Z] Step 30/31 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:01:16.821Z] ---> Running in d02bb07df480 [2022-07-02T18:01:17.811Z] Removing intermediate container d02bb07df480 [2022-07-02T18:01:17.811Z] ---> a26621df3cc3 [2022-07-02T18:01:17.811Z] Step 31/31 : LABEL version=2.2.1-dev.19 [2022-07-02T18:01:18.097Z] ---> Running in b9ff3d87ee02 [2022-07-02T18:01:19.109Z] Removing intermediate container b9ff3d87ee02 [2022-07-02T18:01:19.109Z] ---> bb7f8272a6e6 [2022-07-02T18:01:19.109Z] [2022-07-02T18:01:19.388Z] Successfully built bb7f8272a6e6 [2022-07-02T18:01:19.388Z] Successfully tagged security-bootstrapper-arm64:latest [2022-07-02T18:01:19.388Z] Building core-metadata [2022-07-02T18:01:29.613Z]  Building security-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T18:01:29.613Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-02T18:01:29.613Z] ---> 3ab0367aeb8b [2022-07-02T18:01:29.613Z] Step 3/25 : WORKDIR /edgex-go [2022-07-02T18:01:29.613Z] ---> Using cache [2022-07-02T18:01:29.613Z] ---> 64b3bd43536d [2022-07-02T18:01:29.613Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T18:01:29.613Z] ---> Using cache [2022-07-02T18:01:29.613Z] ---> 9e3f194318a8 [2022-07-02T18:01:29.613Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-02T18:01:29.613Z] ---> Using cache [2022-07-02T18:01:29.613Z] ---> 0cdc876109d9 [2022-07-02T18:01:29.613Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-02T18:01:29.613Z] ---> Using cache [2022-07-02T18:01:29.613Z] ---> 969d4bcb3f89 [2022-07-02T18:01:29.613Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T18:01:29.613Z] ---> Using cache [2022-07-02T18:01:29.613Z] ---> bea3f453f602 [2022-07-02T18:01:29.613Z] Step 8/25 : COPY . . [2022-07-02T18:01:29.613Z] ---> Using cache [2022-07-02T18:01:29.613Z] ---> 8ba7ab93c169 [2022-07-02T18:01:29.613Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-02T18:01:29.613Z] ---> Running in 895663514b7d [2022-07-02T18:01:31.073Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-02T18:01:41.305Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T18:01:41.305Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-02T18:01:41.305Z] ---> 3ab0367aeb8b [2022-07-02T18:01:41.305Z] Step 3/23 : WORKDIR /edgex-go [2022-07-02T18:01:41.305Z] ---> Using cache [2022-07-02T18:01:41.305Z] ---> 64b3bd43536d [2022-07-02T18:01:41.305Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T18:01:41.305Z] ---> Using cache [2022-07-02T18:01:41.305Z] ---> 9e3f194318a8 [2022-07-02T18:01:41.305Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-02T18:01:41.305Z] ---> Using cache [2022-07-02T18:01:41.305Z] ---> 0cdc876109d9 [2022-07-02T18:01:41.305Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-02T18:01:41.305Z] ---> Using cache [2022-07-02T18:01:41.305Z] ---> 969d4bcb3f89 [2022-07-02T18:01:41.305Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T18:01:41.305Z] ---> Using cache [2022-07-02T18:01:41.305Z] ---> bea3f453f602 [2022-07-02T18:01:41.305Z] Step 8/23 : COPY . . [2022-07-02T18:01:41.305Z] ---> Using cache [2022-07-02T18:01:41.305Z] ---> 8ba7ab93c169 [2022-07-02T18:01:41.305Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-02T18:01:41.305Z] ---> Running in 73bac61ac296 [2022-07-02T18:01:41.590Z] Removing intermediate container 22be255f52fc [2022-07-02T18:01:41.590Z] ---> bb028e28a9ee [2022-07-02T18:01:41.590Z] [2022-07-02T18:01:41.590Z] Step 10/23 : FROM alpine:3.14 [2022-07-02T18:01:41.590Z] ---> ac73e934f311 [2022-07-02T18:01:41.590Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-02T18:01:41.872Z] ---> Running in c51776cdc0a7 [2022-07-02T18:01:43.898Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-02T18:01:44.179Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:01:44.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:01:45.791Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-02T18:01:45.791Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T18:01:45.791Z] OK: 5 MiB in 15 packages [2022-07-02T18:01:47.254Z] Removing intermediate container c51776cdc0a7 [2022-07-02T18:01:47.254Z] ---> 49884795e1d1 [2022-07-02T18:01:47.254Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-02T18:01:47.534Z] ---> Running in 63e6c3096ef1 [2022-07-02T18:01:48.144Z] Removing intermediate container 63e6c3096ef1 [2022-07-02T18:01:48.144Z] ---> 6d48282cda28 [2022-07-02T18:01:48.144Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-02T18:01:48.144Z] ---> Running in 2226b6378299 [2022-07-02T18:01:48.772Z] Removing intermediate container 2226b6378299 [2022-07-02T18:01:48.772Z] ---> 9d85338085b9 [2022-07-02T18:01:48.772Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-02T18:01:48.772Z] ---> Running in 7a550de2af9a [2022-07-02T18:01:49.381Z] Removing intermediate container 7a550de2af9a [2022-07-02T18:01:49.381Z] ---> bd3f86543149 [2022-07-02T18:01:49.381Z] Step 15/23 : WORKDIR / [2022-07-02T18:01:49.381Z] ---> Running in 46318ddfe6f8 [2022-07-02T18:01:49.990Z] Removing intermediate container 46318ddfe6f8 [2022-07-02T18:01:49.990Z] ---> 622045c02bcf [2022-07-02T18:01:49.990Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T18:01:50.994Z] ---> bd49d9573891 [2022-07-02T18:01:50.994Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-02T18:01:53.006Z] ---> bffe31e63232 [2022-07-02T18:01:53.006Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-02T18:01:53.622Z] ---> 279b8049a250 [2022-07-02T18:01:53.622Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-02T18:01:53.622Z] ---> Running in 3d4ca045f878 [2022-07-02T18:01:54.237Z] Removing intermediate container 3d4ca045f878 [2022-07-02T18:01:54.237Z] ---> 45844971e891 [2022-07-02T18:01:54.237Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T18:01:54.518Z] ---> Running in 591a23b9fb4b [2022-07-02T18:01:54.795Z] Removing intermediate container 591a23b9fb4b [2022-07-02T18:01:54.795Z] ---> ae2c32f72a76 [2022-07-02T18:01:54.795Z] Step 21/23 : LABEL arch=arm64 [2022-07-02T18:01:55.075Z] ---> Running in 4676b30599d5 [2022-07-02T18:01:55.684Z] Removing intermediate container 4676b30599d5 [2022-07-02T18:01:55.684Z] ---> 2ed92adc0c0d [2022-07-02T18:01:55.684Z] Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:01:55.684Z] ---> Running in 2c24c03ec6f4 [2022-07-02T18:01:56.285Z] Removing intermediate container 2c24c03ec6f4 [2022-07-02T18:01:56.285Z] ---> 5cd79f831655 [2022-07-02T18:01:56.285Z] Step 23/23 : LABEL version=2.2.1-dev.19 [2022-07-02T18:01:56.285Z] ---> Running in c8167130220b [2022-07-02T18:01:56.886Z] Removing intermediate container c8167130220b [2022-07-02T18:01:56.886Z] ---> 8da731fe79b1 [2022-07-02T18:01:56.886Z] [2022-07-02T18:01:57.160Z] Successfully built 8da731fe79b1 [2022-07-02T18:01:57.160Z] Successfully tagged core-command-arm64:latest [2022-07-02T18:01:57.160Z]  Building core-command ... done Building core-data [2022-07-02T18:02:15.548Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T18:02:15.548Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-02T18:02:15.548Z] ---> 3ab0367aeb8b [2022-07-02T18:02:15.548Z] Step 3/23 : WORKDIR /edgex-go [2022-07-02T18:02:15.548Z] ---> Using cache [2022-07-02T18:02:15.548Z] ---> 64b3bd43536d [2022-07-02T18:02:15.548Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T18:02:15.548Z] ---> Using cache [2022-07-02T18:02:15.548Z] ---> 9e3f194318a8 [2022-07-02T18:02:15.548Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-02T18:02:15.548Z] ---> Running in a8da882d3d2c [2022-07-02T18:02:17.017Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:02:18.016Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:02:19.002Z] OK: 220 MiB in 52 packages [2022-07-02T18:02:20.507Z] Removing intermediate container a8da882d3d2c [2022-07-02T18:02:20.507Z] ---> de06a3e2cf16 [2022-07-02T18:02:20.507Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-02T18:02:21.504Z] ---> 347c13629842 [2022-07-02T18:02:21.504Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T18:02:21.504Z] ---> Running in ac9126b67880 [2022-07-02T18:02:28.282Z] Removing intermediate container ac9126b67880 [2022-07-02T18:02:28.282Z] ---> d970cd97ef53 [2022-07-02T18:02:28.282Z] Step 8/23 : COPY . . [2022-07-02T18:02:40.779Z] ---> 4c7effe95ae7 [2022-07-02T18:02:40.779Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-02T18:02:40.779Z] ---> Running in 0b418c8f4a95 [2022-07-02T18:02:42.789Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-02T18:03:29.871Z] Removing intermediate container 23ab116215f7 [2022-07-02T18:03:29.871Z] ---> cb8e8d8c65d5 [2022-07-02T18:03:29.871Z] [2022-07-02T18:03:29.871Z] Step 10/22 : FROM alpine:3.14 [2022-07-02T18:03:29.871Z] ---> ac73e934f311 [2022-07-02T18:03:29.871Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-02T18:03:29.871Z] ---> Running in 9969f59030be [2022-07-02T18:03:29.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:03:29.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:03:29.871Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-02T18:03:29.871Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-02T18:03:29.871Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T18:03:29.871Z] Executing ca-certificates-20211220-r0.trigger [2022-07-02T18:03:29.871Z] OK: 6 MiB in 16 packages [2022-07-02T18:03:29.871Z] Removing intermediate container 9969f59030be [2022-07-02T18:03:29.871Z] ---> 53ac8a0831b2 [2022-07-02T18:03:29.871Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-02T18:03:29.871Z] ---> Running in 92bf5e99f6aa [2022-07-02T18:03:29.871Z] Removing intermediate container 92bf5e99f6aa [2022-07-02T18:03:29.871Z] ---> a38d55f2f708 [2022-07-02T18:03:29.871Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-02T18:03:29.871Z] ---> Running in 8a6290fc0f49 [2022-07-02T18:03:29.871Z] Removing intermediate container 8a6290fc0f49 [2022-07-02T18:03:29.871Z] ---> 15e35db9c2eb [2022-07-02T18:03:29.871Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-02T18:03:29.871Z] ---> Running in b37c53c83b32 [2022-07-02T18:03:30.509Z] Removing intermediate container b37c53c83b32 [2022-07-02T18:03:30.509Z] ---> 9e638c449374 [2022-07-02T18:03:30.509Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T18:03:31.276Z] ---> 4a9a2271e9ec [2022-07-02T18:03:31.276Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-02T18:03:34.232Z] ---> 7fd3836a65fc [2022-07-02T18:03:34.232Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-02T18:03:34.985Z] ---> 57d4516aacec [2022-07-02T18:03:34.985Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-02T18:03:35.273Z] ---> Running in c5f208553b2a [2022-07-02T18:03:35.913Z] Removing intermediate container c5f208553b2a [2022-07-02T18:03:35.913Z] ---> 41185ea83557 [2022-07-02T18:03:35.913Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T18:03:35.913Z] ---> Running in f8316a5376f0 [2022-07-02T18:03:36.838Z] Removing intermediate container f8316a5376f0 [2022-07-02T18:03:36.838Z] ---> 4e536920cd39 [2022-07-02T18:03:36.838Z] Step 20/22 : LABEL arch=arm64 [2022-07-02T18:03:36.838Z] ---> Running in 52b259946b84 [2022-07-02T18:03:37.277Z] Removing intermediate container 52b259946b84 [2022-07-02T18:03:37.277Z] ---> 9834e8103d31 [2022-07-02T18:03:37.277Z] Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:03:37.277Z] ---> Running in 9f4b02cad5ed [2022-07-02T18:03:38.020Z] Removing intermediate container 9f4b02cad5ed [2022-07-02T18:03:38.021Z] ---> 8c08fc6e4ed2 [2022-07-02T18:03:38.021Z] Step 22/22 : LABEL version=2.2.1-dev.19 [2022-07-02T18:03:38.021Z] ---> Running in c342e0ea108d [2022-07-02T18:03:38.621Z] Removing intermediate container c342e0ea108d [2022-07-02T18:03:38.621Z] ---> 9a1cadc15fd0 [2022-07-02T18:03:38.621Z] [2022-07-02T18:03:38.899Z] Successfully built 9a1cadc15fd0 [2022-07-02T18:03:38.899Z] Successfully tagged support-notifications-arm64:latest [2022-07-02T18:03:38.899Z] Building sys-mgmt-agent [2022-07-02T18:03:57.234Z]  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T18:03:57.234Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-02T18:03:57.234Z] ---> 3ab0367aeb8b [2022-07-02T18:03:57.234Z] Step 3/23 : WORKDIR /edgex-go [2022-07-02T18:03:57.234Z] ---> Using cache [2022-07-02T18:03:57.234Z] ---> 64b3bd43536d [2022-07-02T18:03:57.234Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T18:03:57.234Z] ---> Using cache [2022-07-02T18:03:57.234Z] ---> 9e3f194318a8 [2022-07-02T18:03:57.234Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-02T18:03:57.234Z] ---> Running in 2a718230aef5 [2022-07-02T18:03:57.234Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:03:58.220Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:03:59.666Z] OK: 220 MiB in 52 packages [2022-07-02T18:04:01.110Z] Removing intermediate container 2a718230aef5 [2022-07-02T18:04:01.110Z] ---> 99606b0fcb78 [2022-07-02T18:04:01.110Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-02T18:04:02.103Z] ---> 2b030d53ccd7 [2022-07-02T18:04:02.103Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T18:04:02.103Z] ---> Running in 84b86d2542bf [2022-07-02T18:04:08.843Z] Removing intermediate container 84b86d2542bf [2022-07-02T18:04:08.843Z] ---> d52b90d28cd8 [2022-07-02T18:04:08.843Z] Step 8/23 : COPY . . [2022-07-02T18:04:21.282Z] ---> f07b210989b8 [2022-07-02T18:04:21.282Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-02T18:04:21.282Z] ---> Running in 719438bc1a41 [2022-07-02T18:04:21.887Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-02T18:05:29.916Z] Removing intermediate container 0e2b4b845ebe [2022-07-02T18:05:29.916Z] ---> d0d65edc5c33 [2022-07-02T18:05:29.916Z] [2022-07-02T18:05:29.916Z] Step 9/20 : FROM alpine:3.15 [2022-07-02T18:05:29.916Z] ---> 3fb3c9af89a9 [2022-07-02T18:05:29.916Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-02T18:05:29.916Z] ---> Using cache [2022-07-02T18:05:29.916Z] ---> 539b47b06d0d [2022-07-02T18:05:29.916Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T18:05:29.916Z] ---> Using cache [2022-07-02T18:05:29.916Z] ---> c32170ffa703 [2022-07-02T18:05:29.916Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-02T18:05:29.916Z] ---> Running in c69fc42bc73a [2022-07-02T18:05:29.916Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:05:29.916Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:05:29.916Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-02T18:05:29.916Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-02T18:05:29.916Z] OK: 15736 distinct packages available [2022-07-02T18:05:29.916Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:05:29.916Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:05:29.916Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-02T18:05:29.916Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-02T18:05:29.916Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-02T18:05:29.916Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-02T18:05:29.916Z] (5/9) Installing curl (7.80.0-r2) [2022-07-02T18:05:29.916Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-02T18:05:29.916Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-02T18:05:29.916Z] (8/9) Installing libucontext (1.1-r0) [2022-07-02T18:05:29.916Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-02T18:05:29.916Z] Executing busybox-1.34.1-r5.trigger [2022-07-02T18:05:29.916Z] Executing ca-certificates-20211220-r0.trigger [2022-07-02T18:05:29.916Z] OK: 8 MiB in 23 packages [2022-07-02T18:05:32.579Z] Removing intermediate container c69fc42bc73a [2022-07-02T18:05:32.579Z] ---> fb1a6f92e85a [2022-07-02T18:05:32.579Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T18:05:32.853Z] ---> f24f937915cc [2022-07-02T18:05:32.853Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-02T18:05:35.067Z] ---> 614929762b7b [2022-07-02T18:05:35.067Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-02T18:05:36.085Z] ---> 3ab17e092722 [2022-07-02T18:05:36.085Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-02T18:05:36.085Z] ---> Running in 7986afcf8a34 [2022-07-02T18:05:36.700Z] Removing intermediate container 7986afcf8a34 [2022-07-02T18:05:36.700Z] ---> 83b75c9914e4 [2022-07-02T18:05:36.700Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T18:05:36.700Z] ---> Running in 7483702f99f7 [2022-07-02T18:05:37.306Z] Removing intermediate container 7483702f99f7 [2022-07-02T18:05:37.306Z] ---> 9862aeed4f47 [2022-07-02T18:05:37.306Z] Step 18/20 : LABEL arch=arm64 [2022-07-02T18:05:37.589Z] ---> Running in bce4a36ae0bd [2022-07-02T18:05:38.227Z] Removing intermediate container bce4a36ae0bd [2022-07-02T18:05:38.227Z] ---> 22089e06bbc1 [2022-07-02T18:05:38.227Z] Step 19/20 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:05:38.227Z] ---> Running in aee668a64039 [2022-07-02T18:05:38.851Z] Removing intermediate container aee668a64039 [2022-07-02T18:05:38.851Z] ---> 32f3f4fdf063 [2022-07-02T18:05:38.851Z] Step 20/20 : LABEL version=2.2.1-dev.19 [2022-07-02T18:05:39.131Z] ---> Running in 03e27aa51be7 [2022-07-02T18:05:39.778Z] Removing intermediate container 03e27aa51be7 [2022-07-02T18:05:39.778Z] ---> 88065f6d0cbc [2022-07-02T18:05:39.778Z] [2022-07-02T18:05:40.053Z] Successfully built 88065f6d0cbc [2022-07-02T18:05:40.053Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-07-02T18:05:40.053Z] Building support-scheduler [2022-07-02T18:05:59.081Z]  Building security-spiffe-token-provider ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-02T18:05:59.081Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-02T18:05:59.081Z] ---> 3ab0367aeb8b [2022-07-02T18:05:59.081Z] Step 3/22 : WORKDIR /edgex-go [2022-07-02T18:05:59.081Z] ---> Using cache [2022-07-02T18:05:59.081Z] ---> 64b3bd43536d [2022-07-02T18:05:59.081Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T18:05:59.081Z] ---> Using cache [2022-07-02T18:05:59.081Z] ---> 9e3f194318a8 [2022-07-02T18:05:59.081Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-02T18:05:59.081Z] ---> Using cache [2022-07-02T18:05:59.081Z] ---> 0cdc876109d9 [2022-07-02T18:05:59.081Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-02T18:05:59.081Z] ---> Using cache [2022-07-02T18:05:59.081Z] ---> 969d4bcb3f89 [2022-07-02T18:05:59.081Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-02T18:05:59.081Z] ---> Using cache [2022-07-02T18:05:59.081Z] ---> bea3f453f602 [2022-07-02T18:05:59.081Z] Step 8/22 : COPY . . [2022-07-02T18:05:59.081Z] ---> Using cache [2022-07-02T18:05:59.081Z] ---> 8ba7ab93c169 [2022-07-02T18:05:59.081Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-02T18:05:59.081Z] ---> Running in 21a4c9c107b8 [2022-07-02T18:05:59.081Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-02T18:06:46.095Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-02T18:07:04.432Z] Removing intermediate container 895663514b7d [2022-07-02T18:07:04.432Z] ---> 9b411240be2f [2022-07-02T18:07:04.432Z] [2022-07-02T18:07:04.432Z] Step 10/25 : FROM alpine:3.14 [2022-07-02T18:07:04.432Z] ---> ac73e934f311 [2022-07-02T18:07:04.432Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-02T18:07:04.432Z] ---> Running in 23b1c4fff03a [2022-07-02T18:07:05.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:07:05.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:07:06.784Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-02T18:07:06.784Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-02T18:07:06.784Z] (3/3) Installing su-exec (0.2-r1) [2022-07-02T18:07:06.784Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T18:07:06.784Z] Executing ca-certificates-20211220-r0.trigger [2022-07-02T18:07:07.061Z] OK: 6 MiB in 17 packages [2022-07-02T18:07:09.066Z] Removing intermediate container 23b1c4fff03a [2022-07-02T18:07:09.066Z] ---> 30f584a577ad [2022-07-02T18:07:09.066Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-02T18:07:09.066Z] ---> Running in 7fc9288e5755 [2022-07-02T18:07:09.365Z] Removing intermediate container 7fc9288e5755 [2022-07-02T18:07:09.365Z] ---> b4bb8548352f [2022-07-02T18:07:09.365Z] Step 13/25 : WORKDIR / [2022-07-02T18:07:09.365Z] ---> Running in 873d06374e4b [2022-07-02T18:07:09.987Z] Removing intermediate container 873d06374e4b [2022-07-02T18:07:09.987Z] ---> eb940ea3536c [2022-07-02T18:07:09.987Z] 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-02T18:07:10.983Z] ---> 50f7c61f4aec [2022-07-02T18:07:10.983Z] 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-02T18:07:11.607Z] ---> e45eb554ff81 [2022-07-02T18:07:11.607Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-02T18:07:12.604Z] ---> 5db23b691f11 [2022-07-02T18:07:12.604Z] 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-02T18:07:13.601Z] ---> 479ea8609b0e [2022-07-02T18:07:13.601Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-02T18:07:15.644Z] ---> 7817a8884fbb [2022-07-02T18:07:15.644Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-02T18:07:17.647Z] ---> c2ba1a69b0ec [2022-07-02T18:07:17.647Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-02T18:07:19.115Z] ---> 1ce5d728b64b [2022-07-02T18:07:19.115Z] 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-02T18:07:19.115Z] ---> Running in d6895e0ce9e0 [2022-07-02T18:07:23.441Z] Removing intermediate container d6895e0ce9e0 [2022-07-02T18:07:23.442Z] ---> 887fcec6bf62 [2022-07-02T18:07:23.442Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-02T18:07:23.442Z] ---> Running in ceafc43b3add [2022-07-02T18:07:24.438Z] Removing intermediate container ceafc43b3add [2022-07-02T18:07:24.438Z] ---> 031cdfd5a96c [2022-07-02T18:07:24.438Z] Step 23/25 : LABEL arch=arm64 [2022-07-02T18:07:24.438Z] ---> Running in 9a9900d03b06 [2022-07-02T18:07:25.467Z] Removing intermediate container 9a9900d03b06 [2022-07-02T18:07:25.467Z] ---> 03b55dc61d83 [2022-07-02T18:07:25.467Z] Step 24/25 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:07:25.747Z] ---> Running in 17e3475920d9 [2022-07-02T18:07:26.028Z] Removing intermediate container 73bac61ac296 [2022-07-02T18:07:26.028Z] ---> 18f5a2020d31 [2022-07-02T18:07:26.028Z] [2022-07-02T18:07:26.028Z] Step 10/23 : FROM alpine:3.14 [2022-07-02T18:07:26.028Z] ---> ac73e934f311 [2022-07-02T18:07:26.028Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-02T18:07:26.028Z] ---> Using cache [2022-07-02T18:07:26.028Z] ---> 49884795e1d1 [2022-07-02T18:07:26.028Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-02T18:07:26.028Z] ---> Using cache [2022-07-02T18:07:26.028Z] ---> 6d48282cda28 [2022-07-02T18:07:26.028Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-02T18:07:26.028Z] ---> Running in 6f963e6abc1e [2022-07-02T18:07:26.636Z] Removing intermediate container 17e3475920d9 [2022-07-02T18:07:26.636Z] ---> 251957a82367 [2022-07-02T18:07:26.636Z] Step 25/25 : LABEL version=2.2.1-dev.19 [2022-07-02T18:07:26.636Z] ---> Running in 0a063b268670 [2022-07-02T18:07:26.915Z] Removing intermediate container 6f963e6abc1e [2022-07-02T18:07:26.915Z] ---> cb7d8ff96f48 [2022-07-02T18:07:26.915Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-02T18:07:27.205Z] ---> Running in 0fc26770ec19 [2022-07-02T18:07:27.484Z] Removing intermediate container 0a063b268670 [2022-07-02T18:07:27.484Z] ---> 80e6d5db7ac7 [2022-07-02T18:07:27.484Z] [2022-07-02T18:07:27.795Z] Removing intermediate container 0fc26770ec19 [2022-07-02T18:07:27.795Z] ---> eb018d614920 [2022-07-02T18:07:27.795Z] Step 15/23 : WORKDIR / [2022-07-02T18:07:27.795Z] ---> Running in 49211d243054 [2022-07-02T18:07:28.083Z] Successfully built 80e6d5db7ac7 [2022-07-02T18:07:28.083Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-07-02T18:07:28.363Z]  Building security-secretstore-setup ... done Removing intermediate container 49211d243054 [2022-07-02T18:07:28.363Z] ---> 121c228da750 [2022-07-02T18:07:28.363Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T18:07:29.356Z] ---> ffe69343292d [2022-07-02T18:07:29.356Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-02T18:07:31.373Z] ---> 45be4507d22a [2022-07-02T18:07:31.373Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-02T18:07:31.976Z] ---> 2adc44602497 [2022-07-02T18:07:31.976Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-02T18:07:31.976Z] ---> Running in ba4747e09538 [2022-07-02T18:07:32.583Z] Removing intermediate container ba4747e09538 [2022-07-02T18:07:32.583Z] ---> a0162f77a84c [2022-07-02T18:07:32.583Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T18:07:32.862Z] ---> Running in f5b06f2d3d90 [2022-07-02T18:07:33.469Z] Removing intermediate container f5b06f2d3d90 [2022-07-02T18:07:33.469Z] ---> e15fd586f551 [2022-07-02T18:07:33.469Z] Step 21/23 : LABEL arch=arm64 [2022-07-02T18:07:33.469Z] ---> Running in b4049e047c1a [2022-07-02T18:07:34.073Z] Removing intermediate container b4049e047c1a [2022-07-02T18:07:34.073Z] ---> 6892711c1f5d [2022-07-02T18:07:34.073Z] Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:07:34.073Z] ---> Running in 489dc16b5d48 [2022-07-02T18:07:34.675Z] Removing intermediate container 489dc16b5d48 [2022-07-02T18:07:34.675Z] ---> 7cf61ca09699 [2022-07-02T18:07:34.675Z] Step 23/23 : LABEL version=2.2.1-dev.19 [2022-07-02T18:07:34.675Z] ---> Running in a6adf8363b35 [2022-07-02T18:07:35.285Z] Removing intermediate container a6adf8363b35 [2022-07-02T18:07:35.285Z] ---> 3d4d8ebed280 [2022-07-02T18:07:35.285Z] [2022-07-02T18:07:35.569Z] Successfully built 3d4d8ebed280 [2022-07-02T18:07:35.569Z] Successfully tagged core-metadata-arm64:latest [2022-07-02T18:08:43.674Z]  Building core-metadata ... done Removing intermediate container 719438bc1a41 [2022-07-02T18:08:43.674Z] ---> dc134b5692ad [2022-07-02T18:08:43.674Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-02T18:08:43.674Z] Removing intermediate container 0b418c8f4a95 [2022-07-02T18:08:43.674Z] ---> d8b1bc5942ac [2022-07-02T18:08:43.674Z] [2022-07-02T18:08:43.674Z] Step 10/23 : FROM alpine:3.14 [2022-07-02T18:08:43.674Z] ---> ac73e934f311 [2022-07-02T18:08:43.674Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-02T18:08:43.674Z] ---> Running in 6e020fdb48d0 [2022-07-02T18:08:43.674Z] ---> Running in 1049e6e0f5b5 [2022-07-02T18:08:43.674Z] Removing intermediate container 1049e6e0f5b5 [2022-07-02T18:08:43.674Z] ---> 21c5a0694bea [2022-07-02T18:08:43.674Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-02T18:08:43.674Z] ---> Running in 471cf93d6ff2 [2022-07-02T18:08:43.674Z] Removing intermediate container 471cf93d6ff2 [2022-07-02T18:08:43.674Z] ---> 861ca7763c86 [2022-07-02T18:08:43.674Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-02T18:08:43.674Z] ---> Running in 86a0b77b75a2 [2022-07-02T18:08:43.674Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.19" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-02T18:08:43.674Z] Removing intermediate container 86a0b77b75a2 [2022-07-02T18:08:43.674Z] ---> c6ad29d9c576 [2022-07-02T18:08:43.674Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-02T18:08:43.674Z] ---> Running in 061ceed0c04c [2022-07-02T18:08:43.674Z] Removing intermediate container 061ceed0c04c [2022-07-02T18:08:43.674Z] ---> b3bd874919fe [2022-07-02T18:08:43.674Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-02T18:08:43.674Z] ---> Running in 4d4dcff9188e [2022-07-02T18:08:44.686Z] Removing intermediate container 6e020fdb48d0 [2022-07-02T18:08:44.686Z] ---> 787e7864c040 [2022-07-02T18:08:44.686Z] [2022-07-02T18:08:44.686Z] Step 11/23 : FROM docker:20.10.14 [2022-07-02T18:08:44.967Z] 20.10.14: Pulling from library/docker [2022-07-02T18:08:45.966Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:08:46.967Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:08:47.975Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-02T18:08:47.975Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-07-02T18:08:48.256Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-02T18:08:48.256Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-02T18:08:48.535Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-02T18:08:48.535Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-02T18:08:48.535Z] Executing busybox-1.33.1-r7.trigger [2022-07-02T18:08:48.818Z] OK: 8 MiB in 20 packages [2022-07-02T18:08:50.828Z] Removing intermediate container 4d4dcff9188e [2022-07-02T18:08:50.828Z] ---> b6021ed011ee [2022-07-02T18:08:50.828Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T18:08:52.292Z] ---> 677cb6341ed9 [2022-07-02T18:08:52.292Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-02T18:08:55.724Z] ---> a4709b134860 [2022-07-02T18:08:55.724Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-02T18:08:56.335Z] ---> 91701e556250 [2022-07-02T18:08:56.335Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-02T18:08:56.614Z] ---> Running in 99a912f78700 [2022-07-02T18:08:57.619Z] Removing intermediate container 99a912f78700 [2022-07-02T18:08:57.619Z] ---> 50620f3ed2b9 [2022-07-02T18:08:57.619Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T18:08:57.619Z] ---> Running in 05d0cea3bc3f [2022-07-02T18:08:58.226Z] Removing intermediate container 05d0cea3bc3f [2022-07-02T18:08:58.226Z] ---> 05b5d6357248 [2022-07-02T18:08:58.226Z] Step 21/23 : LABEL arch=arm64 [2022-07-02T18:08:58.226Z] ---> Running in 2563af8e9538 [2022-07-02T18:08:58.834Z] Removing intermediate container 2563af8e9538 [2022-07-02T18:08:58.834Z] ---> d6f60cbf2ba9 [2022-07-02T18:08:58.834Z] Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:08:59.118Z] ---> Running in b7dd23c8c5cf [2022-07-02T18:08:59.722Z] Removing intermediate container b7dd23c8c5cf [2022-07-02T18:08:59.722Z] ---> f8ffbe2eb24c [2022-07-02T18:08:59.722Z] Step 23/23 : LABEL version=2.2.1-dev.19 [2022-07-02T18:09:00.005Z] ---> Running in fa6407bba149 [2022-07-02T18:09:00.616Z] Removing intermediate container fa6407bba149 [2022-07-02T18:09:00.616Z] ---> 1ba651ba1868 [2022-07-02T18:09:00.616Z] [2022-07-02T18:09:00.895Z] Successfully built 1ba651ba1868 [2022-07-02T18:09:00.895Z] Successfully tagged core-data-arm64:latest [2022-07-02T18:09:04.196Z]  Building core-data ... done Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-02T18:09:04.196Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-02T18:09:04.196Z] ---> c346e9eafbab [2022-07-02T18:09:04.196Z] 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-02T18:09:04.196Z] ---> Running in e9aff64fc0d1 [2022-07-02T18:09:04.506Z] Removing intermediate container e9aff64fc0d1 [2022-07-02T18:09:04.506Z] ---> 3341448f6c75 [2022-07-02T18:09:04.506Z] 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-02T18:09:04.506Z] ---> Running in 99e534588472 [2022-07-02T18:09:06.558Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-02T18:09:06.558Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-02T18:09:07.583Z] (1/43) Installing readline (8.1.1-r0) [2022-07-02T18:09:07.583Z] (2/43) Installing bash (5.1.16-r0) [2022-07-02T18:09:07.862Z] Executing bash-5.1.16-r0.post-install [2022-07-02T18:09:07.862Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-02T18:09:07.862Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-02T18:09:07.862Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-02T18:09:07.862Z] (6/43) Installing curl (7.80.0-r2) [2022-07-02T18:09:07.862Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-02T18:09:07.862Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-02T18:09:07.862Z] (9/43) Installing expat (2.4.7-r0) [2022-07-02T18:09:07.862Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-02T18:09:07.862Z] (11/43) Installing gdbm (1.22-r0) [2022-07-02T18:09:07.862Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-02T18:09:07.862Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-02T18:09:07.862Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-02T18:09:07.862Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-02T18:09:08.141Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-02T18:09:08.141Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-02T18:09:10.139Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-02T18:09:10.139Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-02T18:09:10.139Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-02T18:09:10.139Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-02T18:09:10.139Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-02T18:09:10.139Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-02T18:09:10.139Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-02T18:09:10.139Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-02T18:09:10.139Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-02T18:09:10.420Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-02T18:09:10.420Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-02T18:09:10.420Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-02T18:09:10.420Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-02T18:09:10.420Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-02T18:09:10.420Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-02T18:09:10.420Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-02T18:09:10.420Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-02T18:09:10.420Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-02T18:09:10.420Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-02T18:09:10.701Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-02T18:09:10.701Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-02T18:09:10.701Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-02T18:09:10.701Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-02T18:09:10.701Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-02T18:09:10.701Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-02T18:09:10.978Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-02T18:09:11.590Z] Executing busybox-1.34.1-r5.trigger [2022-07-02T18:09:11.590Z] OK: 82 MiB in 65 packages [2022-07-02T18:09:17.039Z] Collecting docker-compose==1.23.2 [2022-07-02T18:09:17.039Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-02T18:09:18.029Z] Collecting PyYAML<4,>=3.10 [2022-07-02T18:09:18.029Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-02T18:09:22.342Z] Collecting texttable<0.10,>=0.9.0 [2022-07-02T18:09:22.342Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-02T18:09:24.959Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-02T18:09:24.959Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-02T18:09:25.560Z] Collecting docker<4.0,>=3.6.0 [2022-07-02T18:09:25.560Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-02T18:09:26.997Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-02T18:09:26.997Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-02T18:09:27.267Z] Collecting cached-property<2,>=1.2.0 [2022-07-02T18:09:27.267Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-02T18:09:27.861Z] Collecting jsonschema<3,>=2.5.1 [2022-07-02T18:09:27.861Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-02T18:09:28.136Z] Collecting docopt<0.7,>=0.6.1 [2022-07-02T18:09:28.136Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-02T18:09:30.754Z] 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-02T18:09:30.754Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-02T18:09:30.754Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-02T18:09:33.380Z] Collecting docker-pycreds>=0.4.0 [2022-07-02T18:09:33.380Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-02T18:09:35.357Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-02T18:09:35.357Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-02T18:09:35.357Z] 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-02T18:09:35.357Z] Collecting idna<2.8,>=2.5 [2022-07-02T18:09:35.357Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-02T18:09:35.629Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-02T18:09:35.629Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-02T18:09:35.901Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-02T18:09:35.901Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-02T18:09:35.901Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-02T18:09:35.901Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-02T18:09:37.337Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-02T18:09:37.337Z] Attempting uninstall: urllib3 [2022-07-02T18:09:37.337Z] Found existing installation: urllib3 1.26.7 [2022-07-02T18:09:37.337Z] Uninstalling urllib3-1.26.7: [2022-07-02T18:09:37.337Z] Successfully uninstalled urllib3-1.26.7 [2022-07-02T18:09:38.320Z] Attempting uninstall: idna [2022-07-02T18:09:38.320Z] Found existing installation: idna 3.3 [2022-07-02T18:09:38.320Z] Uninstalling idna-3.3: [2022-07-02T18:09:38.320Z] Successfully uninstalled idna-3.3 [2022-07-02T18:09:41.726Z] Attempting uninstall: requests [2022-07-02T18:09:41.726Z] Found existing installation: requests 2.26.0 [2022-07-02T18:09:41.726Z] Uninstalling requests-2.26.0: [2022-07-02T18:09:41.726Z] Successfully uninstalled requests-2.26.0 [2022-07-02T18:09:42.007Z] Running setup.py install for texttable: started [2022-07-02T18:09:44.622Z] Running setup.py install for texttable: finished with status 'done' [2022-07-02T18:09:44.622Z] Running setup.py install for PyYAML: started [2022-07-02T18:09:48.004Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-02T18:09:48.004Z] Running setup.py install for docopt: started [2022-07-02T18:09:50.638Z] Running setup.py install for docopt: finished with status 'done' [2022-07-02T18:09:50.638Z] Running setup.py install for dockerpty: started [2022-07-02T18:09:53.255Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-02T18:09:54.236Z] Removing intermediate container 21a4c9c107b8 [2022-07-02T18:09:54.236Z] ---> f4992b2343ad [2022-07-02T18:09:54.236Z] [2022-07-02T18:09:54.236Z] Step 10/22 : FROM alpine:3.14 [2022-07-02T18:09:54.236Z] ---> ac73e934f311 [2022-07-02T18:09:54.236Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-02T18:09:54.236Z] ---> Using cache [2022-07-02T18:09:54.236Z] ---> 49884795e1d1 [2022-07-02T18:09:54.236Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-02T18:09:54.236Z] ---> Using cache [2022-07-02T18:09:54.236Z] ---> 6d48282cda28 [2022-07-02T18:09:54.236Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-02T18:09:54.236Z] ---> Running in 97b1f22a7df6 [2022-07-02T18:09:54.511Z] Removing intermediate container 97b1f22a7df6 [2022-07-02T18:09:54.511Z] ---> 76da7a00f18e [2022-07-02T18:09:54.511Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-02T18:09:54.511Z] ---> Running in dee2ab1c9001 [2022-07-02T18:09:55.113Z] Removing intermediate container dee2ab1c9001 [2022-07-02T18:09:55.113Z] ---> 7f350545ad04 [2022-07-02T18:09:55.113Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-02T18:09:55.385Z] 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-02T18:09:55.664Z] ---> 7f6d8e729464 [2022-07-02T18:09:55.664Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-02T18:09:57.093Z] ---> 8cde52d2f860 [2022-07-02T18:09:57.093Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-02T18:09:57.689Z] ---> 06c322131103 [2022-07-02T18:09:57.689Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-02T18:09:57.689Z] ---> Running in 7a80636fd1f5 [2022-07-02T18:09:57.962Z] Removing intermediate container 7a80636fd1f5 [2022-07-02T18:09:57.962Z] ---> a38619391ae1 [2022-07-02T18:09:57.962Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T18:09:58.236Z] ---> Running in d8bb0d03f5ce [2022-07-02T18:09:58.508Z] Removing intermediate container d8bb0d03f5ce [2022-07-02T18:09:58.508Z] ---> 60685e29ae7d [2022-07-02T18:09:58.508Z] Step 20/22 : LABEL arch=arm64 [2022-07-02T18:09:58.782Z] ---> Running in 6a25d6177f56 [2022-07-02T18:09:59.374Z] Removing intermediate container 6a25d6177f56 [2022-07-02T18:09:59.374Z] ---> 38431d067d78 [2022-07-02T18:09:59.374Z] Step 21/22 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:09:59.374Z] ---> Running in 69c5c8768adc [2022-07-02T18:09:59.969Z] Removing intermediate container 69c5c8768adc [2022-07-02T18:09:59.969Z] ---> 0bf4187c8834 [2022-07-02T18:09:59.969Z] Step 22/22 : LABEL version=2.2.1-dev.19 [2022-07-02T18:10:00.240Z] ---> Running in ffc0b03872fd [2022-07-02T18:10:00.513Z] Removing intermediate container ffc0b03872fd [2022-07-02T18:10:00.513Z] ---> 1f8fcb435df9 [2022-07-02T18:10:00.513Z] [2022-07-02T18:10:00.786Z] Successfully built 1f8fcb435df9 [2022-07-02T18:10:00.786Z] Successfully tagged support-scheduler-arm64:latest [2022-07-02T18:10:05.086Z]  Building support-scheduler ... done Removing intermediate container 99e534588472 [2022-07-02T18:10:05.086Z] ---> a51c493d6cc2 [2022-07-02T18:10:05.086Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-02T18:10:05.086Z] ---> Running in 9fe31c213c7d [2022-07-02T18:10:05.362Z] Removing intermediate container 9fe31c213c7d [2022-07-02T18:10:05.362Z] ---> 0e1d8495667c [2022-07-02T18:10:05.362Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-02T18:10:05.635Z] ---> Running in d6cd2d1c0126 [2022-07-02T18:10:05.907Z] Removing intermediate container d6cd2d1c0126 [2022-07-02T18:10:05.907Z] ---> 55cdbf5e4a63 [2022-07-02T18:10:05.907Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-02T18:10:06.881Z] ---> f4fcf859e06e [2022-07-02T18:10:06.881Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-02T18:10:07.483Z] ---> 64977df6d1d7 [2022-07-02T18:10:07.483Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-02T18:10:08.084Z] ---> 4b87df4901e8 [2022-07-02T18:10:08.084Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-02T18:10:08.084Z] ---> Running in 1131697c8f1b [2022-07-02T18:10:08.358Z] Removing intermediate container 1131697c8f1b [2022-07-02T18:10:08.358Z] ---> d43b9dad6864 [2022-07-02T18:10:08.358Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-02T18:10:08.358Z] ---> Running in bcd101da154d [2022-07-02T18:10:08.630Z] Removing intermediate container bcd101da154d [2022-07-02T18:10:08.630Z] ---> c2bec9fb910e [2022-07-02T18:10:08.630Z] Step 21/23 : LABEL arch=arm64 [2022-07-02T18:10:08.903Z] ---> Running in 2d096ca9bbbd [2022-07-02T18:10:09.173Z] Removing intermediate container 2d096ca9bbbd [2022-07-02T18:10:09.173Z] ---> 142529283f21 [2022-07-02T18:10:09.173Z] Step 22/23 : LABEL git_sha=e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:09.173Z] ---> Running in 84d4f4163fef [2022-07-02T18:10:09.449Z] Removing intermediate container 84d4f4163fef [2022-07-02T18:10:09.449Z] ---> 0a66af02ed1c [2022-07-02T18:10:09.449Z] Step 23/23 : LABEL version=2.2.1-dev.19 [2022-07-02T18:10:09.449Z] ---> Running in e20dafde2b5f [2022-07-02T18:10:09.721Z] Removing intermediate container e20dafde2b5f [2022-07-02T18:10:09.721Z] ---> 43d01335be51 [2022-07-02T18:10:09.721Z] [2022-07-02T18:10:09.992Z] Successfully built 43d01335be51 [2022-07-02T18:10:09.992Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-07-02T18:10:10.605Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-07-02T18:10:10.614Z] $ docker stop --time=1 f3f2e078a3600c9268107a60da032ebb55a262b17b1b27e2a82ef0b23b61ecc7 [2022-07-02T18:10:12.314Z] $ docker rm -f f3f2e078a3600c9268107a60da032ebb55a262b17b1b27e2a82ef0b23b61ecc7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-02T18:10:12.866Z] + docker images [2022-07-02T18:10:13.136Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-02T18:10:13.136Z] sys-mgmt-agent-arm64 latest 43d01335be51 4 seconds ago 282MB [2022-07-02T18:10:13.136Z] support-scheduler-arm64 latest 1f8fcb435df9 13 seconds ago 25.4MB [2022-07-02T18:10:13.136Z] f4992b2343ad 21 seconds ago 1.33GB [2022-07-02T18:10:13.136Z] core-data-arm64 latest 1ba651ba1868 About a minute ago 21.7MB [2022-07-02T18:10:13.136Z] 787e7864c040 About a minute ago 1.27GB [2022-07-02T18:10:13.136Z] d8b1bc5942ac About a minute ago 1.3GB [2022-07-02T18:10:13.136Z] core-metadata-arm64 latest 3d4d8ebed280 2 minutes ago 16.3MB [2022-07-02T18:10:13.136Z] security-secretstore-setup-arm64 latest 80e6d5db7ac7 2 minutes ago 27.5MB [2022-07-02T18:10:13.136Z] 18f5a2020d31 2 minutes ago 1.28GB [2022-07-02T18:10:13.136Z] 9b411240be2f 3 minutes ago 1.28GB [2022-07-02T18:10:13.136Z] security-spiffe-token-provider-arm64 latest 88065f6d0cbc 4 minutes ago 28.1MB [2022-07-02T18:10:13.136Z] d0d65edc5c33 4 minutes ago 1.32GB [2022-07-02T18:10:13.136Z] support-notifications-arm64 latest 9a1cadc15fd0 6 minutes ago 25.9MB [2022-07-02T18:10:13.136Z] cb8e8d8c65d5 6 minutes ago 1.33GB [2022-07-02T18:10:13.136Z] core-command-arm64 latest 8da731fe79b1 8 minutes ago 15.5MB [2022-07-02T18:10:13.136Z] bb028e28a9ee 8 minutes ago 1.27GB [2022-07-02T18:10:13.136Z] security-bootstrapper-arm64 latest bb7f8272a6e6 8 minutes ago 18.3MB [2022-07-02T18:10:13.136Z] security-proxy-setup-arm64 latest ade9852c6dcf 9 minutes ago 26.1MB [2022-07-02T18:10:13.137Z] cd758424b3b9 9 minutes ago 1.28GB [2022-07-02T18:10:13.137Z] 97dff6009b13 9 minutes ago 1.28GB [2022-07-02T18:10:13.137Z] security-spire-server-arm64 latest 433236c16e1f 13 minutes ago 86.3MB [2022-07-02T18:10:13.137Z] b36c65299892 13 minutes ago 1.18GB [2022-07-02T18:10:13.137Z] security-spire-agent-arm64 latest 5cce4133718b 14 minutes ago 126MB [2022-07-02T18:10:13.137Z] security-spire-config-arm64 latest 37c8cdec4f99 14 minutes ago 85.6MB [2022-07-02T18:10:13.137Z] b5d79e662aee 15 minutes ago 1.18GB [2022-07-02T18:10:13.137Z] e40696e07eb0 15 minutes ago 1.18GB [2022-07-02T18:10:13.137Z] ci-base-image-arm64 latest 3ab0367aeb8b 17 minutes ago 1.01GB [2022-07-02T18:10:13.137Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 819e984ddca1 4 weeks ago 669MB [2022-07-02T18:10:13.137Z] docker 20.10.14 c346e9eafbab 2 months ago 202MB [2022-07-02T18:10:13.137Z] alpine 3.14 ac73e934f311 2 months ago 5.34MB [2022-07-02T18:10:13.137Z] alpine 3.15 3fb3c9af89a9 2 months ago 5.32MB [2022-07-02T18:10:13.137Z] 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-02T18:10:13.258Z] provisioning config files... [2022-07-02T18:10:13.276Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config7723262773101284669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:10:13.624Z] ---> docker-login.sh [2022-07-02T18:10:13.624Z] nexus3.edgexfoundry.org:10001 [2022-07-02T18:10:13.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T18:10:13.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T18:10:13.896Z] Configure a credential helper to remove this warning. See [2022-07-02T18:10:13.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T18:10:13.896Z] [2022-07-02T18:10:13.896Z] Login Succeeded [2022-07-02T18:10:13.896Z] nexus3.edgexfoundry.org:10002 [2022-07-02T18:10:14.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T18:10:14.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T18:10:14.489Z] Configure a credential helper to remove this warning. See [2022-07-02T18:10:14.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T18:10:14.489Z] [2022-07-02T18:10:14.489Z] Login Succeeded [2022-07-02T18:10:14.489Z] nexus3.edgexfoundry.org:10003 [2022-07-02T18:10:14.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T18:10:15.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T18:10:15.033Z] Configure a credential helper to remove this warning. See [2022-07-02T18:10:15.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T18:10:15.033Z] [2022-07-02T18:10:15.033Z] Login Succeeded [2022-07-02T18:10:15.033Z] nexus3.edgexfoundry.org:10004 [2022-07-02T18:10:15.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T18:10:15.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T18:10:15.574Z] Configure a credential helper to remove this warning. See [2022-07-02T18:10:15.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T18:10:15.574Z] [2022-07-02T18:10:15.574Z] Login Succeeded [2022-07-02T18:10:15.574Z] docker.io [2022-07-02T18:10:15.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-02T18:10:16.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-02T18:10:16.116Z] Configure a credential helper to remove this warning. See [2022-07-02T18:10:16.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-02T18:10:16.116Z] [2022-07-02T18:10:16.116Z] Login Succeeded [2022-07-02T18:10:16.116Z] ---> docker-login.sh ends [Pipeline] } [2022-07-02T18:10:16.132Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:10:16.171Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-02T18:10:16.195Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-07-02T18:10:16.195Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:16.195Z] latest [2022-07-02T18:10:16.195Z] 2.2.1-dev.19 [2022-07-02T18:10:16.195Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:16.195Z] main [2022-07-02T18:10:16.195Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:16.559Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:16.923Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:16.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-02T18:10:16.923Z] 2d1e8d2223b2: Preparing [2022-07-02T18:10:16.923Z] 87652d0c77cf: Preparing [2022-07-02T18:10:16.923Z] 1d413c80913d: Preparing [2022-07-02T18:10:16.923Z] 98e048851294: Preparing [2022-07-02T18:10:16.923Z] f73e7dbfee58: Preparing [2022-07-02T18:10:17.196Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:17.196Z] 2d1e8d2223b2: Pushed [2022-07-02T18:10:17.196Z] 1d413c80913d: Pushed [2022-07-02T18:10:17.196Z] 98e048851294: Pushed [2022-07-02T18:10:19.798Z] 87652d0c77cf: Pushed [2022-07-02T18:10:19.798Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:a1a0f89c196f0f70c175a689e5d53bd3cdac0f1c8ce100d8a1befeeb8c107f00 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:20.176Z] + 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-02T18:10:20.530Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-07-02T18:10:20.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-02T18:10:20.530Z] 2d1e8d2223b2: Preparing [2022-07-02T18:10:20.530Z] 87652d0c77cf: Preparing [2022-07-02T18:10:20.530Z] 1d413c80913d: Preparing [2022-07-02T18:10:20.530Z] 98e048851294: Preparing [2022-07-02T18:10:20.530Z] f73e7dbfee58: Preparing [2022-07-02T18:10:20.530Z] 87652d0c77cf: Layer already exists [2022-07-02T18:10:20.530Z] 2d1e8d2223b2: Layer already exists [2022-07-02T18:10:20.530Z] 98e048851294: Layer already exists [2022-07-02T18:10:20.530Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:20.530Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:20.800Z] latest: digest: sha256:a1a0f89c196f0f70c175a689e5d53bd3cdac0f1c8ce100d8a1befeeb8c107f00 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:21.157Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:21.512Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.19 [2022-07-02T18:10:21.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-02T18:10:21.513Z] 2d1e8d2223b2: Preparing [2022-07-02T18:10:21.513Z] 87652d0c77cf: Preparing [2022-07-02T18:10:21.513Z] 1d413c80913d: Preparing [2022-07-02T18:10:21.513Z] 98e048851294: Preparing [2022-07-02T18:10:21.513Z] f73e7dbfee58: Preparing [2022-07-02T18:10:21.513Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:21.513Z] 98e048851294: Layer already exists [2022-07-02T18:10:21.513Z] 87652d0c77cf: Layer already exists [2022-07-02T18:10:21.513Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:21.513Z] 2d1e8d2223b2: Layer already exists [2022-07-02T18:10:21.782Z] 2.2.1-dev.19: digest: sha256:a1a0f89c196f0f70c175a689e5d53bd3cdac0f1c8ce100d8a1befeeb8c107f00 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:22.146Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:22.494Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:22.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-02T18:10:22.494Z] 2d1e8d2223b2: Preparing [2022-07-02T18:10:22.494Z] 87652d0c77cf: Preparing [2022-07-02T18:10:22.494Z] 1d413c80913d: Preparing [2022-07-02T18:10:22.494Z] 98e048851294: Preparing [2022-07-02T18:10:22.494Z] f73e7dbfee58: Preparing [2022-07-02T18:10:22.494Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:22.494Z] 2d1e8d2223b2: Layer already exists [2022-07-02T18:10:22.494Z] 98e048851294: Layer already exists [2022-07-02T18:10:22.494Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:22.494Z] 87652d0c77cf: Layer already exists [2022-07-02T18:10:22.764Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:a1a0f89c196f0f70c175a689e5d53bd3cdac0f1c8ce100d8a1befeeb8c107f00 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:23.127Z] + 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-02T18:10:23.484Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-07-02T18:10:23.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-02T18:10:23.485Z] 2d1e8d2223b2: Preparing [2022-07-02T18:10:23.485Z] 87652d0c77cf: Preparing [2022-07-02T18:10:23.485Z] 1d413c80913d: Preparing [2022-07-02T18:10:23.485Z] 98e048851294: Preparing [2022-07-02T18:10:23.485Z] f73e7dbfee58: Preparing [2022-07-02T18:10:23.485Z] 87652d0c77cf: Layer already exists [2022-07-02T18:10:23.485Z] 2d1e8d2223b2: Layer already exists [2022-07-02T18:10:23.485Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:23.485Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:23.485Z] 98e048851294: Layer already exists [2022-07-02T18:10:23.754Z] main: digest: sha256:a1a0f89c196f0f70c175a689e5d53bd3cdac0f1c8ce100d8a1befeeb8c107f00 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:10:23.814Z] ===================================================== [Pipeline] echo [2022-07-02T18:10:23.823Z] taggedImages: [2022-07-02T18:10:23.823Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:23.823Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-07-02T18:10:23.823Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.19 [2022-07-02T18:10:23.823Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:23.823Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-07-02T18:10:23.843Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-07-02T18:10:23.843Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:23.843Z] latest [2022-07-02T18:10:23.843Z] 2.2.1-dev.19 [2022-07-02T18:10:23.843Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:23.843Z] main [2022-07-02T18:10:23.843Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:24.194Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:24.548Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:24.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-02T18:10:24.549Z] 71f2a9625040: Preparing [2022-07-02T18:10:24.549Z] 1eeeb6014992: Preparing [2022-07-02T18:10:24.549Z] 1d413c80913d: Preparing [2022-07-02T18:10:24.549Z] 2b9bc60711ec: Preparing [2022-07-02T18:10:24.549Z] bbb32f9fcd2c: Preparing [2022-07-02T18:10:24.549Z] f73e7dbfee58: Preparing [2022-07-02T18:10:24.549Z] f73e7dbfee58: Waiting [2022-07-02T18:10:24.822Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:24.822Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:24.822Z] bbb32f9fcd2c: Pushed [2022-07-02T18:10:24.822Z] 71f2a9625040: Pushed [2022-07-02T18:10:25.416Z] 2b9bc60711ec: Pushed [2022-07-02T18:10:28.031Z] 1eeeb6014992: Pushed [2022-07-02T18:10:28.031Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:8c2e3ca4e4241b872b22390e119578060826c3fae2d068a201665872d0857611 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:28.384Z] + 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-02T18:10:28.747Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-07-02T18:10:28.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-02T18:10:28.747Z] 71f2a9625040: Preparing [2022-07-02T18:10:28.747Z] 1eeeb6014992: Preparing [2022-07-02T18:10:28.747Z] 1d413c80913d: Preparing [2022-07-02T18:10:28.747Z] 2b9bc60711ec: Preparing [2022-07-02T18:10:28.747Z] bbb32f9fcd2c: Preparing [2022-07-02T18:10:28.747Z] f73e7dbfee58: Preparing [2022-07-02T18:10:28.747Z] f73e7dbfee58: Waiting [2022-07-02T18:10:28.747Z] 71f2a9625040: Layer already exists [2022-07-02T18:10:28.747Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:28.747Z] 2b9bc60711ec: Layer already exists [2022-07-02T18:10:28.747Z] 1eeeb6014992: Layer already exists [2022-07-02T18:10:28.747Z] bbb32f9fcd2c: Layer already exists [2022-07-02T18:10:28.747Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:29.017Z] latest: digest: sha256:8c2e3ca4e4241b872b22390e119578060826c3fae2d068a201665872d0857611 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:29.380Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:29.746Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.19 [2022-07-02T18:10:29.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-02T18:10:29.746Z] 71f2a9625040: Preparing [2022-07-02T18:10:29.746Z] 1eeeb6014992: Preparing [2022-07-02T18:10:29.746Z] 1d413c80913d: Preparing [2022-07-02T18:10:29.746Z] 2b9bc60711ec: Preparing [2022-07-02T18:10:29.746Z] bbb32f9fcd2c: Preparing [2022-07-02T18:10:29.746Z] f73e7dbfee58: Preparing [2022-07-02T18:10:29.746Z] f73e7dbfee58: Waiting [2022-07-02T18:10:29.746Z] bbb32f9fcd2c: Layer already exists [2022-07-02T18:10:29.746Z] 1eeeb6014992: Layer already exists [2022-07-02T18:10:29.746Z] 71f2a9625040: Layer already exists [2022-07-02T18:10:29.746Z] 2b9bc60711ec: Layer already exists [2022-07-02T18:10:29.746Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:29.746Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:30.017Z] 2.2.1-dev.19: digest: sha256:8c2e3ca4e4241b872b22390e119578060826c3fae2d068a201665872d0857611 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:30.388Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:30.753Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:30.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-02T18:10:30.753Z] 71f2a9625040: Preparing [2022-07-02T18:10:30.753Z] 1eeeb6014992: Preparing [2022-07-02T18:10:30.753Z] 1d413c80913d: Preparing [2022-07-02T18:10:30.753Z] 2b9bc60711ec: Preparing [2022-07-02T18:10:30.753Z] bbb32f9fcd2c: Preparing [2022-07-02T18:10:30.753Z] f73e7dbfee58: Preparing [2022-07-02T18:10:30.753Z] f73e7dbfee58: Waiting [2022-07-02T18:10:30.753Z] bbb32f9fcd2c: Layer already exists [2022-07-02T18:10:30.753Z] 1eeeb6014992: Layer already exists [2022-07-02T18:10:30.753Z] 71f2a9625040: Layer already exists [2022-07-02T18:10:30.753Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:30.753Z] 2b9bc60711ec: Layer already exists [2022-07-02T18:10:30.753Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:31.023Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:8c2e3ca4e4241b872b22390e119578060826c3fae2d068a201665872d0857611 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:31.388Z] + 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-02T18:10:31.744Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-07-02T18:10:31.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-02T18:10:31.744Z] 71f2a9625040: Preparing [2022-07-02T18:10:31.744Z] 1eeeb6014992: Preparing [2022-07-02T18:10:31.744Z] 1d413c80913d: Preparing [2022-07-02T18:10:31.744Z] 2b9bc60711ec: Preparing [2022-07-02T18:10:31.744Z] bbb32f9fcd2c: Preparing [2022-07-02T18:10:31.744Z] f73e7dbfee58: Preparing [2022-07-02T18:10:31.744Z] f73e7dbfee58: Waiting [2022-07-02T18:10:31.744Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:31.744Z] 71f2a9625040: Layer already exists [2022-07-02T18:10:31.744Z] bbb32f9fcd2c: Layer already exists [2022-07-02T18:10:31.744Z] 1eeeb6014992: Layer already exists [2022-07-02T18:10:31.744Z] 2b9bc60711ec: Layer already exists [2022-07-02T18:10:31.744Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:32.015Z] main: digest: sha256:8c2e3ca4e4241b872b22390e119578060826c3fae2d068a201665872d0857611 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:10:32.077Z] ===================================================== [Pipeline] echo [2022-07-02T18:10:32.084Z] taggedImages: [2022-07-02T18:10:32.084Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:32.084Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-07-02T18:10:32.084Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.19 [2022-07-02T18:10:32.084Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:32.084Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-07-02T18:10:32.107Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-07-02T18:10:32.107Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:32.107Z] latest [2022-07-02T18:10:32.107Z] 2.2.1-dev.19 [2022-07-02T18:10:32.107Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:32.107Z] main [2022-07-02T18:10:32.107Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:32.483Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:32.855Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:32.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-02T18:10:32.855Z] 767ea9d7bc91: Preparing [2022-07-02T18:10:32.855Z] 661dbbdf47e1: Preparing [2022-07-02T18:10:32.855Z] 1d413c80913d: Preparing [2022-07-02T18:10:32.855Z] 98e048851294: Preparing [2022-07-02T18:10:32.855Z] f73e7dbfee58: Preparing [2022-07-02T18:10:33.129Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:33.129Z] 98e048851294: Layer already exists [2022-07-02T18:10:33.129Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:33.129Z] 767ea9d7bc91: Pushed [2022-07-02T18:10:36.508Z] 661dbbdf47e1: Pushed [2022-07-02T18:10:36.508Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:054b3bdb1dbda28162b40f5458f6b906e5339055bcda7547529a884a053cb60e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:36.875Z] + 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-02T18:10:37.230Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-07-02T18:10:37.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-02T18:10:37.230Z] 767ea9d7bc91: Preparing [2022-07-02T18:10:37.230Z] 661dbbdf47e1: Preparing [2022-07-02T18:10:37.230Z] 1d413c80913d: Preparing [2022-07-02T18:10:37.230Z] 98e048851294: Preparing [2022-07-02T18:10:37.230Z] f73e7dbfee58: Preparing [2022-07-02T18:10:37.230Z] 661dbbdf47e1: Layer already exists [2022-07-02T18:10:37.230Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:37.230Z] 767ea9d7bc91: Layer already exists [2022-07-02T18:10:37.230Z] 98e048851294: Layer already exists [2022-07-02T18:10:37.230Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:37.501Z] latest: digest: sha256:054b3bdb1dbda28162b40f5458f6b906e5339055bcda7547529a884a053cb60e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:37.873Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:38.234Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.19 [2022-07-02T18:10:38.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-02T18:10:38.235Z] 767ea9d7bc91: Preparing [2022-07-02T18:10:38.235Z] 661dbbdf47e1: Preparing [2022-07-02T18:10:38.235Z] 1d413c80913d: Preparing [2022-07-02T18:10:38.235Z] 98e048851294: Preparing [2022-07-02T18:10:38.235Z] f73e7dbfee58: Preparing [2022-07-02T18:10:38.235Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:38.235Z] 767ea9d7bc91: Layer already exists [2022-07-02T18:10:38.235Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:38.235Z] 661dbbdf47e1: Layer already exists [2022-07-02T18:10:38.235Z] 98e048851294: Layer already exists [2022-07-02T18:10:38.506Z] 2.2.1-dev.19: digest: sha256:054b3bdb1dbda28162b40f5458f6b906e5339055bcda7547529a884a053cb60e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:38.881Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:39.235Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:39.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-02T18:10:39.235Z] 767ea9d7bc91: Preparing [2022-07-02T18:10:39.235Z] 661dbbdf47e1: Preparing [2022-07-02T18:10:39.235Z] 1d413c80913d: Preparing [2022-07-02T18:10:39.235Z] 98e048851294: Preparing [2022-07-02T18:10:39.235Z] f73e7dbfee58: Preparing [2022-07-02T18:10:39.235Z] 661dbbdf47e1: Layer already exists [2022-07-02T18:10:39.235Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:39.235Z] 98e048851294: Layer already exists [2022-07-02T18:10:39.235Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:39.235Z] 767ea9d7bc91: Layer already exists [2022-07-02T18:10:39.536Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:054b3bdb1dbda28162b40f5458f6b906e5339055bcda7547529a884a053cb60e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:39.933Z] + 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-02T18:10:40.317Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-07-02T18:10:40.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-02T18:10:40.317Z] 767ea9d7bc91: Preparing [2022-07-02T18:10:40.317Z] 661dbbdf47e1: Preparing [2022-07-02T18:10:40.317Z] 1d413c80913d: Preparing [2022-07-02T18:10:40.317Z] 98e048851294: Preparing [2022-07-02T18:10:40.317Z] f73e7dbfee58: Preparing [2022-07-02T18:10:40.599Z] 767ea9d7bc91: Layer already exists [2022-07-02T18:10:40.599Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:40.599Z] 98e048851294: Layer already exists [2022-07-02T18:10:40.599Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:40.599Z] 661dbbdf47e1: Layer already exists [2022-07-02T18:10:40.599Z] main: digest: sha256:054b3bdb1dbda28162b40f5458f6b906e5339055bcda7547529a884a053cb60e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:10:40.664Z] ===================================================== [Pipeline] echo [2022-07-02T18:10:40.675Z] taggedImages: [2022-07-02T18:10:40.675Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:40.675Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-07-02T18:10:40.675Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.19 [2022-07-02T18:10:40.675Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:40.675Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-07-02T18:10:40.698Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-07-02T18:10:40.698Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:40.698Z] latest [2022-07-02T18:10:40.698Z] 2.2.1-dev.19 [2022-07-02T18:10:40.698Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:40.698Z] main [2022-07-02T18:10:40.698Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:41.207Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:41.609Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:41.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-02T18:10:41.610Z] f53e60062100: Preparing [2022-07-02T18:10:41.610Z] f53e60062100: Preparing [2022-07-02T18:10:41.610Z] f9cc7de7641f: Preparing [2022-07-02T18:10:41.610Z] 1656ff317bd5: Preparing [2022-07-02T18:10:41.610Z] 99d4af81bdd6: Preparing [2022-07-02T18:10:41.610Z] 9fd1f3c1124b: Preparing [2022-07-02T18:10:41.610Z] 1d413c80913d: Preparing [2022-07-02T18:10:41.610Z] b38028857c37: Preparing [2022-07-02T18:10:41.610Z] 096fc3a24862: Preparing [2022-07-02T18:10:41.610Z] 1c84168583a2: Preparing [2022-07-02T18:10:41.610Z] f288395c391f: Preparing [2022-07-02T18:10:41.610Z] f73e7dbfee58: Preparing [2022-07-02T18:10:41.610Z] 1d413c80913d: Waiting [2022-07-02T18:10:41.610Z] 1c84168583a2: Waiting [2022-07-02T18:10:41.610Z] f288395c391f: Waiting [2022-07-02T18:10:41.610Z] f73e7dbfee58: Waiting [2022-07-02T18:10:41.610Z] b38028857c37: Waiting [2022-07-02T18:10:41.610Z] 096fc3a24862: Waiting [2022-07-02T18:10:42.052Z] f53e60062100: Pushed [2022-07-02T18:10:42.052Z] f9cc7de7641f: Pushed [2022-07-02T18:10:42.052Z] 99d4af81bdd6: Pushed [2022-07-02T18:10:42.052Z] 1656ff317bd5: Pushed [2022-07-02T18:10:42.052Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:42.332Z] b38028857c37: Pushed [2022-07-02T18:10:42.332Z] 096fc3a24862: Pushed [2022-07-02T18:10:42.332Z] 1c84168583a2: Pushed [2022-07-02T18:10:42.332Z] f288395c391f: Pushed [2022-07-02T18:10:42.332Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:45.739Z] 9fd1f3c1124b: Pushed [2022-07-02T18:10:45.740Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:43a5cd162c18dfe86cd7aea024ed8d50e6472bdfa614416487d36ac59600b169 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:46.104Z] + 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-02T18:10:46.469Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-07-02T18:10:46.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-02T18:10:46.469Z] f53e60062100: Preparing [2022-07-02T18:10:46.469Z] f53e60062100: Preparing [2022-07-02T18:10:46.469Z] f9cc7de7641f: Preparing [2022-07-02T18:10:46.469Z] 1656ff317bd5: Preparing [2022-07-02T18:10:46.469Z] 99d4af81bdd6: Preparing [2022-07-02T18:10:46.469Z] 9fd1f3c1124b: Preparing [2022-07-02T18:10:46.469Z] 1d413c80913d: Preparing [2022-07-02T18:10:46.469Z] b38028857c37: Preparing [2022-07-02T18:10:46.469Z] 096fc3a24862: Preparing [2022-07-02T18:10:46.469Z] 1c84168583a2: Preparing [2022-07-02T18:10:46.469Z] f288395c391f: Preparing [2022-07-02T18:10:46.469Z] f73e7dbfee58: Preparing [2022-07-02T18:10:46.469Z] 096fc3a24862: Waiting [2022-07-02T18:10:46.469Z] f73e7dbfee58: Waiting [2022-07-02T18:10:46.469Z] 1c84168583a2: Waiting [2022-07-02T18:10:46.469Z] f288395c391f: Waiting [2022-07-02T18:10:46.469Z] b38028857c37: Waiting [2022-07-02T18:10:46.469Z] 1656ff317bd5: Layer already exists [2022-07-02T18:10:46.469Z] 99d4af81bdd6: Layer already exists [2022-07-02T18:10:46.469Z] 9fd1f3c1124b: Layer already exists [2022-07-02T18:10:46.469Z] f9cc7de7641f: Layer already exists [2022-07-02T18:10:46.469Z] f53e60062100: Layer already exists [2022-07-02T18:10:46.740Z] f288395c391f: Layer already exists [2022-07-02T18:10:46.740Z] 096fc3a24862: Layer already exists [2022-07-02T18:10:46.740Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:46.740Z] b38028857c37: Layer already exists [2022-07-02T18:10:46.740Z] 1c84168583a2: Layer already exists [2022-07-02T18:10:46.740Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:46.740Z] latest: digest: sha256:43a5cd162c18dfe86cd7aea024ed8d50e6472bdfa614416487d36ac59600b169 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:47.096Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:47.464Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.19 [2022-07-02T18:10:47.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-02T18:10:47.464Z] f53e60062100: Preparing [2022-07-02T18:10:47.464Z] f53e60062100: Preparing [2022-07-02T18:10:47.464Z] f9cc7de7641f: Preparing [2022-07-02T18:10:47.464Z] 1656ff317bd5: Preparing [2022-07-02T18:10:47.464Z] 99d4af81bdd6: Preparing [2022-07-02T18:10:47.464Z] 9fd1f3c1124b: Preparing [2022-07-02T18:10:47.464Z] 1d413c80913d: Preparing [2022-07-02T18:10:47.464Z] b38028857c37: Preparing [2022-07-02T18:10:47.464Z] 096fc3a24862: Preparing [2022-07-02T18:10:47.464Z] 1c84168583a2: Preparing [2022-07-02T18:10:47.464Z] f288395c391f: Preparing [2022-07-02T18:10:47.464Z] f73e7dbfee58: Preparing [2022-07-02T18:10:47.464Z] 1c84168583a2: Waiting [2022-07-02T18:10:47.464Z] f288395c391f: Waiting [2022-07-02T18:10:47.464Z] f73e7dbfee58: Waiting [2022-07-02T18:10:47.464Z] 1d413c80913d: Waiting [2022-07-02T18:10:47.464Z] b38028857c37: Waiting [2022-07-02T18:10:47.464Z] 096fc3a24862: Waiting [2022-07-02T18:10:47.464Z] 9fd1f3c1124b: Layer already exists [2022-07-02T18:10:47.464Z] 1656ff317bd5: Layer already exists [2022-07-02T18:10:47.737Z] f9cc7de7641f: Layer already exists [2022-07-02T18:10:47.737Z] f53e60062100: Layer already exists [2022-07-02T18:10:47.737Z] 99d4af81bdd6: Layer already exists [2022-07-02T18:10:47.737Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:47.737Z] b38028857c37: Layer already exists [2022-07-02T18:10:47.737Z] 096fc3a24862: Layer already exists [2022-07-02T18:10:47.737Z] f288395c391f: Layer already exists [2022-07-02T18:10:47.737Z] 1c84168583a2: Layer already exists [2022-07-02T18:10:47.737Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:47.737Z] 2.2.1-dev.19: digest: sha256:43a5cd162c18dfe86cd7aea024ed8d50e6472bdfa614416487d36ac59600b169 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:48.099Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:48.451Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:48.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-02T18:10:48.451Z] f53e60062100: Preparing [2022-07-02T18:10:48.451Z] f53e60062100: Preparing [2022-07-02T18:10:48.451Z] f9cc7de7641f: Preparing [2022-07-02T18:10:48.451Z] 1656ff317bd5: Preparing [2022-07-02T18:10:48.451Z] 99d4af81bdd6: Preparing [2022-07-02T18:10:48.451Z] 9fd1f3c1124b: Preparing [2022-07-02T18:10:48.451Z] 1d413c80913d: Preparing [2022-07-02T18:10:48.451Z] b38028857c37: Preparing [2022-07-02T18:10:48.451Z] 096fc3a24862: Preparing [2022-07-02T18:10:48.451Z] 1c84168583a2: Preparing [2022-07-02T18:10:48.451Z] f288395c391f: Preparing [2022-07-02T18:10:48.451Z] f73e7dbfee58: Preparing [2022-07-02T18:10:48.451Z] 096fc3a24862: Waiting [2022-07-02T18:10:48.451Z] 1c84168583a2: Waiting [2022-07-02T18:10:48.451Z] f288395c391f: Waiting [2022-07-02T18:10:48.451Z] f73e7dbfee58: Waiting [2022-07-02T18:10:48.451Z] 1d413c80913d: Waiting [2022-07-02T18:10:48.451Z] b38028857c37: Waiting [2022-07-02T18:10:48.451Z] f9cc7de7641f: Layer already exists [2022-07-02T18:10:48.451Z] 99d4af81bdd6: Layer already exists [2022-07-02T18:10:48.451Z] f53e60062100: Layer already exists [2022-07-02T18:10:48.451Z] 9fd1f3c1124b: Layer already exists [2022-07-02T18:10:48.451Z] 1656ff317bd5: Layer already exists [2022-07-02T18:10:48.724Z] 1c84168583a2: Layer already exists [2022-07-02T18:10:48.724Z] b38028857c37: Layer already exists [2022-07-02T18:10:48.724Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:48.724Z] 096fc3a24862: Layer already exists [2022-07-02T18:10:48.724Z] f288395c391f: Layer already exists [2022-07-02T18:10:48.724Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:48.724Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:43a5cd162c18dfe86cd7aea024ed8d50e6472bdfa614416487d36ac59600b169 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:49.086Z] + 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-02T18:10:49.442Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-07-02T18:10:49.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-02T18:10:49.442Z] f53e60062100: Preparing [2022-07-02T18:10:49.442Z] f53e60062100: Preparing [2022-07-02T18:10:49.442Z] f9cc7de7641f: Preparing [2022-07-02T18:10:49.442Z] 1656ff317bd5: Preparing [2022-07-02T18:10:49.442Z] 99d4af81bdd6: Preparing [2022-07-02T18:10:49.442Z] 9fd1f3c1124b: Preparing [2022-07-02T18:10:49.442Z] 1d413c80913d: Preparing [2022-07-02T18:10:49.442Z] b38028857c37: Preparing [2022-07-02T18:10:49.442Z] 096fc3a24862: Preparing [2022-07-02T18:10:49.442Z] 1c84168583a2: Preparing [2022-07-02T18:10:49.442Z] f288395c391f: Preparing [2022-07-02T18:10:49.442Z] f73e7dbfee58: Preparing [2022-07-02T18:10:49.442Z] 096fc3a24862: Waiting [2022-07-02T18:10:49.442Z] 1c84168583a2: Waiting [2022-07-02T18:10:49.442Z] f288395c391f: Waiting [2022-07-02T18:10:49.442Z] 1d413c80913d: Waiting [2022-07-02T18:10:49.442Z] b38028857c37: Waiting [2022-07-02T18:10:49.442Z] f73e7dbfee58: Waiting [2022-07-02T18:10:49.442Z] 1656ff317bd5: Layer already exists [2022-07-02T18:10:49.442Z] 99d4af81bdd6: Layer already exists [2022-07-02T18:10:49.442Z] 9fd1f3c1124b: Layer already exists [2022-07-02T18:10:49.442Z] f53e60062100: Layer already exists [2022-07-02T18:10:49.442Z] f9cc7de7641f: Layer already exists [2022-07-02T18:10:49.715Z] 1d413c80913d: Layer already exists [2022-07-02T18:10:49.715Z] 096fc3a24862: Layer already exists [2022-07-02T18:10:49.715Z] 1c84168583a2: Layer already exists [2022-07-02T18:10:49.715Z] f288395c391f: Layer already exists [2022-07-02T18:10:49.715Z] b38028857c37: Layer already exists [2022-07-02T18:10:49.715Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:49.715Z] main: digest: sha256:43a5cd162c18dfe86cd7aea024ed8d50e6472bdfa614416487d36ac59600b169 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:10:49.772Z] ===================================================== [Pipeline] echo [2022-07-02T18:10:49.779Z] taggedImages: [2022-07-02T18:10:49.779Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:49.779Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-07-02T18:10:49.779Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.19 [2022-07-02T18:10:49.779Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:49.779Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-07-02T18:10:49.794Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-07-02T18:10:49.794Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:49.794Z] latest [2022-07-02T18:10:49.794Z] 2.2.1-dev.19 [2022-07-02T18:10:49.794Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:49.794Z] main [2022-07-02T18:10:49.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:50.154Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:50.512Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:50.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-02T18:10:50.512Z] 582a5a2712c9: Preparing [2022-07-02T18:10:50.512Z] 987bcf08dcac: Preparing [2022-07-02T18:10:50.512Z] bdd264215f6f: Preparing [2022-07-02T18:10:50.512Z] 1d6d337ac5b0: Preparing [2022-07-02T18:10:50.512Z] 513835b8b418: Preparing [2022-07-02T18:10:50.512Z] 263e32a1a626: Preparing [2022-07-02T18:10:50.512Z] 1de16f934894: Preparing [2022-07-02T18:10:50.512Z] f73e7dbfee58: Preparing [2022-07-02T18:10:50.512Z] 263e32a1a626: Waiting [2022-07-02T18:10:50.512Z] 1de16f934894: Waiting [2022-07-02T18:10:50.512Z] f73e7dbfee58: Waiting [2022-07-02T18:10:50.794Z] 513835b8b418: Pushed [2022-07-02T18:10:50.795Z] 987bcf08dcac: Pushed [2022-07-02T18:10:50.795Z] 582a5a2712c9: Pushed [2022-07-02T18:10:50.795Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:51.079Z] 263e32a1a626: Pushed [2022-07-02T18:10:51.678Z] 1de16f934894: Pushed [2022-07-02T18:10:53.123Z] 1d6d337ac5b0: Pushed [2022-07-02T18:10:53.123Z] bdd264215f6f: Pushed [2022-07-02T18:10:53.393Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:1b14f098c9e1d4a7b3ed9ada4618c3ccabc70fe0a4b7c76cdf0ce4d6cd08dd51 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:53.749Z] + 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-02T18:10:54.102Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-07-02T18:10:54.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-02T18:10:54.103Z] 582a5a2712c9: Preparing [2022-07-02T18:10:54.103Z] 987bcf08dcac: Preparing [2022-07-02T18:10:54.103Z] bdd264215f6f: Preparing [2022-07-02T18:10:54.103Z] 1d6d337ac5b0: Preparing [2022-07-02T18:10:54.103Z] 513835b8b418: Preparing [2022-07-02T18:10:54.103Z] 263e32a1a626: Preparing [2022-07-02T18:10:54.103Z] 1de16f934894: Preparing [2022-07-02T18:10:54.103Z] f73e7dbfee58: Preparing [2022-07-02T18:10:54.103Z] 263e32a1a626: Waiting [2022-07-02T18:10:54.103Z] f73e7dbfee58: Waiting [2022-07-02T18:10:54.103Z] 1de16f934894: Waiting [2022-07-02T18:10:54.103Z] 1d6d337ac5b0: Layer already exists [2022-07-02T18:10:54.103Z] bdd264215f6f: Layer already exists [2022-07-02T18:10:54.103Z] 513835b8b418: Layer already exists [2022-07-02T18:10:54.103Z] 582a5a2712c9: Layer already exists [2022-07-02T18:10:54.103Z] 987bcf08dcac: Layer already exists [2022-07-02T18:10:54.103Z] 1de16f934894: Layer already exists [2022-07-02T18:10:54.103Z] 263e32a1a626: Layer already exists [2022-07-02T18:10:54.372Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:54.372Z] latest: digest: sha256:1b14f098c9e1d4a7b3ed9ada4618c3ccabc70fe0a4b7c76cdf0ce4d6cd08dd51 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:54.729Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:55.092Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.19 [2022-07-02T18:10:55.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-02T18:10:55.092Z] 582a5a2712c9: Preparing [2022-07-02T18:10:55.092Z] 987bcf08dcac: Preparing [2022-07-02T18:10:55.092Z] bdd264215f6f: Preparing [2022-07-02T18:10:55.092Z] 1d6d337ac5b0: Preparing [2022-07-02T18:10:55.092Z] 513835b8b418: Preparing [2022-07-02T18:10:55.092Z] 263e32a1a626: Preparing [2022-07-02T18:10:55.092Z] 1de16f934894: Preparing [2022-07-02T18:10:55.092Z] f73e7dbfee58: Preparing [2022-07-02T18:10:55.092Z] 1de16f934894: Waiting [2022-07-02T18:10:55.092Z] f73e7dbfee58: Waiting [2022-07-02T18:10:55.092Z] 263e32a1a626: Waiting [2022-07-02T18:10:55.092Z] 513835b8b418: Layer already exists [2022-07-02T18:10:55.092Z] 1d6d337ac5b0: Layer already exists [2022-07-02T18:10:55.092Z] 582a5a2712c9: Layer already exists [2022-07-02T18:10:55.092Z] 987bcf08dcac: Layer already exists [2022-07-02T18:10:55.092Z] bdd264215f6f: Layer already exists [2022-07-02T18:10:55.092Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:55.363Z] 1de16f934894: Layer already exists [2022-07-02T18:10:55.363Z] 263e32a1a626: Layer already exists [2022-07-02T18:10:55.363Z] 2.2.1-dev.19: digest: sha256:1b14f098c9e1d4a7b3ed9ada4618c3ccabc70fe0a4b7c76cdf0ce4d6cd08dd51 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:55.726Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:56.076Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:56.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-02T18:10:56.076Z] 582a5a2712c9: Preparing [2022-07-02T18:10:56.076Z] 987bcf08dcac: Preparing [2022-07-02T18:10:56.076Z] bdd264215f6f: Preparing [2022-07-02T18:10:56.076Z] 1d6d337ac5b0: Preparing [2022-07-02T18:10:56.076Z] 513835b8b418: Preparing [2022-07-02T18:10:56.076Z] 263e32a1a626: Preparing [2022-07-02T18:10:56.076Z] 1de16f934894: Preparing [2022-07-02T18:10:56.076Z] f73e7dbfee58: Preparing [2022-07-02T18:10:56.076Z] 263e32a1a626: Waiting [2022-07-02T18:10:56.076Z] 1de16f934894: Waiting [2022-07-02T18:10:56.076Z] f73e7dbfee58: Waiting [2022-07-02T18:10:56.076Z] 513835b8b418: Layer already exists [2022-07-02T18:10:56.076Z] 582a5a2712c9: Layer already exists [2022-07-02T18:10:56.076Z] bdd264215f6f: Layer already exists [2022-07-02T18:10:56.076Z] 987bcf08dcac: Layer already exists [2022-07-02T18:10:56.076Z] 1d6d337ac5b0: Layer already exists [2022-07-02T18:10:56.076Z] 1de16f934894: Layer already exists [2022-07-02T18:10:56.076Z] 263e32a1a626: Layer already exists [2022-07-02T18:10:56.347Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:56.347Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:1b14f098c9e1d4a7b3ed9ada4618c3ccabc70fe0a4b7c76cdf0ce4d6cd08dd51 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:56.720Z] + 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-02T18:10:57.074Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-07-02T18:10:57.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-02T18:10:57.074Z] 582a5a2712c9: Preparing [2022-07-02T18:10:57.074Z] 987bcf08dcac: Preparing [2022-07-02T18:10:57.074Z] bdd264215f6f: Preparing [2022-07-02T18:10:57.074Z] 1d6d337ac5b0: Preparing [2022-07-02T18:10:57.074Z] 513835b8b418: Preparing [2022-07-02T18:10:57.074Z] 263e32a1a626: Preparing [2022-07-02T18:10:57.074Z] 1de16f934894: Preparing [2022-07-02T18:10:57.074Z] f73e7dbfee58: Preparing [2022-07-02T18:10:57.074Z] 263e32a1a626: Waiting [2022-07-02T18:10:57.074Z] f73e7dbfee58: Waiting [2022-07-02T18:10:57.074Z] 1de16f934894: Waiting [2022-07-02T18:10:57.074Z] 513835b8b418: Layer already exists [2022-07-02T18:10:57.074Z] 582a5a2712c9: Layer already exists [2022-07-02T18:10:57.074Z] 987bcf08dcac: Layer already exists [2022-07-02T18:10:57.074Z] 1d6d337ac5b0: Layer already exists [2022-07-02T18:10:57.074Z] bdd264215f6f: Layer already exists [2022-07-02T18:10:57.074Z] 1de16f934894: Layer already exists [2022-07-02T18:10:57.074Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:57.074Z] 263e32a1a626: Layer already exists [2022-07-02T18:10:57.345Z] main: digest: sha256:1b14f098c9e1d4a7b3ed9ada4618c3ccabc70fe0a4b7c76cdf0ce4d6cd08dd51 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:10:57.400Z] ===================================================== [Pipeline] echo [2022-07-02T18:10:57.411Z] taggedImages: [2022-07-02T18:10:57.412Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:57.412Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-07-02T18:10:57.412Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.19 [2022-07-02T18:10:57.412Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:57.412Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-07-02T18:10:57.432Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-07-02T18:10:57.432Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:57.432Z] latest [2022-07-02T18:10:57.432Z] 2.2.1-dev.19 [2022-07-02T18:10:57.432Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:10:57.432Z] main [2022-07-02T18:10:57.432Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:57.801Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:10:58.158Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:10:58.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-02T18:10:58.158Z] ae5b001324eb: Preparing [2022-07-02T18:10:58.158Z] 8e5e68f7c6a4: Preparing [2022-07-02T18:10:58.158Z] 5bc29a786b1f: Preparing [2022-07-02T18:10:58.158Z] f959169afccf: Preparing [2022-07-02T18:10:58.158Z] ef94dfa67194: Preparing [2022-07-02T18:10:58.158Z] 8ab4c7acb8f3: Preparing [2022-07-02T18:10:58.158Z] 3ba628282df2: Preparing [2022-07-02T18:10:58.158Z] c150cf47ec7d: Preparing [2022-07-02T18:10:58.158Z] c24f7b21b19e: Preparing [2022-07-02T18:10:58.158Z] f73e7dbfee58: Preparing [2022-07-02T18:10:58.158Z] 8ab4c7acb8f3: Waiting [2022-07-02T18:10:58.158Z] 3ba628282df2: Waiting [2022-07-02T18:10:58.158Z] c150cf47ec7d: Waiting [2022-07-02T18:10:58.158Z] c24f7b21b19e: Waiting [2022-07-02T18:10:58.158Z] f73e7dbfee58: Waiting [2022-07-02T18:10:58.439Z] ae5b001324eb: Pushed [2022-07-02T18:10:58.439Z] 8e5e68f7c6a4: Pushed [2022-07-02T18:10:58.439Z] ef94dfa67194: Pushed [2022-07-02T18:10:58.715Z] 8ab4c7acb8f3: Pushed [2022-07-02T18:10:58.715Z] 3ba628282df2: Pushed [2022-07-02T18:10:58.715Z] c150cf47ec7d: Pushed [2022-07-02T18:10:58.715Z] f73e7dbfee58: Layer already exists [2022-07-02T18:10:58.985Z] c24f7b21b19e: Pushed [2022-07-02T18:11:00.952Z] f959169afccf: Pushed [2022-07-02T18:11:01.541Z] 5bc29a786b1f: Pushed [2022-07-02T18:11:01.541Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:7716be655695f06c895ea5bf5677fab56b033430751f5633af8f06a4dbacc70d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:01.899Z] + 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-02T18:11:02.246Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-07-02T18:11:02.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-02T18:11:02.246Z] ae5b001324eb: Preparing [2022-07-02T18:11:02.246Z] 8e5e68f7c6a4: Preparing [2022-07-02T18:11:02.246Z] 5bc29a786b1f: Preparing [2022-07-02T18:11:02.246Z] f959169afccf: Preparing [2022-07-02T18:11:02.246Z] ef94dfa67194: Preparing [2022-07-02T18:11:02.246Z] 8ab4c7acb8f3: Preparing [2022-07-02T18:11:02.246Z] 3ba628282df2: Preparing [2022-07-02T18:11:02.246Z] c150cf47ec7d: Preparing [2022-07-02T18:11:02.246Z] c24f7b21b19e: Preparing [2022-07-02T18:11:02.246Z] f73e7dbfee58: Preparing [2022-07-02T18:11:02.246Z] 3ba628282df2: Waiting [2022-07-02T18:11:02.246Z] c150cf47ec7d: Waiting [2022-07-02T18:11:02.246Z] c24f7b21b19e: Waiting [2022-07-02T18:11:02.246Z] 8ab4c7acb8f3: Waiting [2022-07-02T18:11:02.246Z] ef94dfa67194: Layer already exists [2022-07-02T18:11:02.246Z] 5bc29a786b1f: Layer already exists [2022-07-02T18:11:02.246Z] f959169afccf: Layer already exists [2022-07-02T18:11:02.246Z] ae5b001324eb: Layer already exists [2022-07-02T18:11:02.246Z] 8e5e68f7c6a4: Layer already exists [2022-07-02T18:11:02.246Z] c150cf47ec7d: Layer already exists [2022-07-02T18:11:02.246Z] 3ba628282df2: Layer already exists [2022-07-02T18:11:02.518Z] 8ab4c7acb8f3: Layer already exists [2022-07-02T18:11:02.518Z] c24f7b21b19e: Layer already exists [2022-07-02T18:11:02.518Z] f73e7dbfee58: Layer already exists [2022-07-02T18:11:02.518Z] latest: digest: sha256:7716be655695f06c895ea5bf5677fab56b033430751f5633af8f06a4dbacc70d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:02.871Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:03.219Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.19 [2022-07-02T18:11:03.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-02T18:11:03.219Z] ae5b001324eb: Preparing [2022-07-02T18:11:03.219Z] 8e5e68f7c6a4: Preparing [2022-07-02T18:11:03.219Z] 5bc29a786b1f: Preparing [2022-07-02T18:11:03.219Z] f959169afccf: Preparing [2022-07-02T18:11:03.219Z] ef94dfa67194: Preparing [2022-07-02T18:11:03.219Z] 8ab4c7acb8f3: Preparing [2022-07-02T18:11:03.219Z] 3ba628282df2: Preparing [2022-07-02T18:11:03.219Z] c150cf47ec7d: Preparing [2022-07-02T18:11:03.219Z] c24f7b21b19e: Preparing [2022-07-02T18:11:03.219Z] f73e7dbfee58: Preparing [2022-07-02T18:11:03.219Z] 8ab4c7acb8f3: Waiting [2022-07-02T18:11:03.219Z] c150cf47ec7d: Waiting [2022-07-02T18:11:03.219Z] c24f7b21b19e: Waiting [2022-07-02T18:11:03.219Z] f73e7dbfee58: Waiting [2022-07-02T18:11:03.219Z] 3ba628282df2: Waiting [2022-07-02T18:11:03.219Z] ae5b001324eb: Layer already exists [2022-07-02T18:11:03.219Z] 5bc29a786b1f: Layer already exists [2022-07-02T18:11:03.219Z] ef94dfa67194: Layer already exists [2022-07-02T18:11:03.219Z] f959169afccf: Layer already exists [2022-07-02T18:11:03.219Z] 8e5e68f7c6a4: Layer already exists [2022-07-02T18:11:03.219Z] c150cf47ec7d: Layer already exists [2022-07-02T18:11:03.219Z] 3ba628282df2: Layer already exists [2022-07-02T18:11:03.219Z] f73e7dbfee58: Layer already exists [2022-07-02T18:11:03.219Z] 8ab4c7acb8f3: Layer already exists [2022-07-02T18:11:03.219Z] c24f7b21b19e: Layer already exists [2022-07-02T18:11:03.491Z] 2.2.1-dev.19: digest: sha256:7716be655695f06c895ea5bf5677fab56b033430751f5633af8f06a4dbacc70d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:03.847Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:04.202Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:11:04.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-02T18:11:04.203Z] ae5b001324eb: Preparing [2022-07-02T18:11:04.203Z] 8e5e68f7c6a4: Preparing [2022-07-02T18:11:04.203Z] 5bc29a786b1f: Preparing [2022-07-02T18:11:04.203Z] f959169afccf: Preparing [2022-07-02T18:11:04.203Z] ef94dfa67194: Preparing [2022-07-02T18:11:04.203Z] 8ab4c7acb8f3: Preparing [2022-07-02T18:11:04.203Z] 3ba628282df2: Preparing [2022-07-02T18:11:04.203Z] c150cf47ec7d: Preparing [2022-07-02T18:11:04.203Z] c24f7b21b19e: Preparing [2022-07-02T18:11:04.203Z] f73e7dbfee58: Preparing [2022-07-02T18:11:04.203Z] c150cf47ec7d: Waiting [2022-07-02T18:11:04.203Z] c24f7b21b19e: Waiting [2022-07-02T18:11:04.203Z] f73e7dbfee58: Waiting [2022-07-02T18:11:04.203Z] 8ab4c7acb8f3: Waiting [2022-07-02T18:11:04.203Z] 3ba628282df2: Waiting [2022-07-02T18:11:04.203Z] ae5b001324eb: Layer already exists [2022-07-02T18:11:04.203Z] ef94dfa67194: Layer already exists [2022-07-02T18:11:04.203Z] 5bc29a786b1f: Layer already exists [2022-07-02T18:11:04.203Z] 8e5e68f7c6a4: Layer already exists [2022-07-02T18:11:04.203Z] f959169afccf: Layer already exists [2022-07-02T18:11:04.203Z] 3ba628282df2: Layer already exists [2022-07-02T18:11:04.203Z] 8ab4c7acb8f3: Layer already exists [2022-07-02T18:11:04.203Z] c150cf47ec7d: Layer already exists [2022-07-02T18:11:04.203Z] c24f7b21b19e: Layer already exists [2022-07-02T18:11:04.203Z] f73e7dbfee58: Layer already exists [2022-07-02T18:11:04.479Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:7716be655695f06c895ea5bf5677fab56b033430751f5633af8f06a4dbacc70d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:04.838Z] + 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-02T18:11:05.185Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-07-02T18:11:05.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-02T18:11:05.185Z] ae5b001324eb: Preparing [2022-07-02T18:11:05.185Z] 8e5e68f7c6a4: Preparing [2022-07-02T18:11:05.185Z] 5bc29a786b1f: Preparing [2022-07-02T18:11:05.185Z] f959169afccf: Preparing [2022-07-02T18:11:05.185Z] ef94dfa67194: Preparing [2022-07-02T18:11:05.185Z] 8ab4c7acb8f3: Preparing [2022-07-02T18:11:05.185Z] 3ba628282df2: Preparing [2022-07-02T18:11:05.185Z] c150cf47ec7d: Preparing [2022-07-02T18:11:05.185Z] c24f7b21b19e: Preparing [2022-07-02T18:11:05.185Z] f73e7dbfee58: Preparing [2022-07-02T18:11:05.185Z] 3ba628282df2: Waiting [2022-07-02T18:11:05.185Z] c150cf47ec7d: Waiting [2022-07-02T18:11:05.185Z] 8ab4c7acb8f3: Waiting [2022-07-02T18:11:05.185Z] c24f7b21b19e: Waiting [2022-07-02T18:11:05.185Z] f73e7dbfee58: Waiting [2022-07-02T18:11:05.185Z] 8e5e68f7c6a4: Layer already exists [2022-07-02T18:11:05.185Z] ef94dfa67194: Layer already exists [2022-07-02T18:11:05.185Z] ae5b001324eb: Layer already exists [2022-07-02T18:11:05.185Z] 5bc29a786b1f: Layer already exists [2022-07-02T18:11:05.185Z] f959169afccf: Layer already exists [2022-07-02T18:11:05.185Z] 3ba628282df2: Layer already exists [2022-07-02T18:11:05.185Z] c150cf47ec7d: Layer already exists [2022-07-02T18:11:05.185Z] f73e7dbfee58: Layer already exists [2022-07-02T18:11:05.185Z] 8ab4c7acb8f3: Layer already exists [2022-07-02T18:11:05.185Z] c24f7b21b19e: Layer already exists [2022-07-02T18:11:05.455Z] main: digest: sha256:7716be655695f06c895ea5bf5677fab56b033430751f5633af8f06a4dbacc70d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:11:05.521Z] ===================================================== [Pipeline] echo [2022-07-02T18:11:05.532Z] taggedImages: [2022-07-02T18:11:05.532Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:11:05.532Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-07-02T18:11:05.532Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.19 [2022-07-02T18:11:05.532Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:11:05.532Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-07-02T18:11:05.554Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-07-02T18:11:05.554Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:11:05.554Z] latest [2022-07-02T18:11:05.554Z] 2.2.1-dev.19 [2022-07-02T18:11:05.554Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:11:05.554Z] main [2022-07-02T18:11:05.554Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:05.908Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:06.263Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:11:06.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-02T18:11:06.263Z] 6ce5debb184f: Preparing [2022-07-02T18:11:06.263Z] c81d14cc3b3a: Preparing [2022-07-02T18:11:06.263Z] 1d413c80913d: Preparing [2022-07-02T18:11:06.263Z] 5447e2db13a5: Preparing [2022-07-02T18:11:06.263Z] edf083b93ff9: Preparing [2022-07-02T18:11:06.263Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:06.263Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:06.540Z] 1d413c80913d: Layer already exists [2022-07-02T18:11:06.540Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:06.540Z] edf083b93ff9: Pushed [2022-07-02T18:11:06.540Z] 6ce5debb184f: Pushed [2022-07-02T18:11:07.970Z] 5447e2db13a5: Pushed [2022-07-02T18:11:11.337Z] c81d14cc3b3a: Pushed [2022-07-02T18:11:11.337Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:04988a0433f12529c6b383f2f47215133c8e93b71e85a828946e2a21b90bca86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:11.693Z] + 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-02T18:11:12.052Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-07-02T18:11:12.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-02T18:11:12.052Z] 6ce5debb184f: Preparing [2022-07-02T18:11:12.052Z] c81d14cc3b3a: Preparing [2022-07-02T18:11:12.052Z] 1d413c80913d: Preparing [2022-07-02T18:11:12.052Z] 5447e2db13a5: Preparing [2022-07-02T18:11:12.052Z] edf083b93ff9: Preparing [2022-07-02T18:11:12.052Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:12.052Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:12.052Z] 6ce5debb184f: Layer already exists [2022-07-02T18:11:12.052Z] 1d413c80913d: Layer already exists [2022-07-02T18:11:12.052Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:12.052Z] 5447e2db13a5: Layer already exists [2022-07-02T18:11:12.052Z] c81d14cc3b3a: Layer already exists [2022-07-02T18:11:12.052Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:12.327Z] latest: digest: sha256:04988a0433f12529c6b383f2f47215133c8e93b71e85a828946e2a21b90bca86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:12.679Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:13.031Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.19 [2022-07-02T18:11:13.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-02T18:11:13.031Z] 6ce5debb184f: Preparing [2022-07-02T18:11:13.031Z] c81d14cc3b3a: Preparing [2022-07-02T18:11:13.031Z] 1d413c80913d: Preparing [2022-07-02T18:11:13.031Z] 5447e2db13a5: Preparing [2022-07-02T18:11:13.031Z] edf083b93ff9: Preparing [2022-07-02T18:11:13.031Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:13.031Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:13.031Z] 6ce5debb184f: Layer already exists [2022-07-02T18:11:13.031Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:13.031Z] c81d14cc3b3a: Layer already exists [2022-07-02T18:11:13.031Z] 1d413c80913d: Layer already exists [2022-07-02T18:11:13.031Z] 5447e2db13a5: Layer already exists [2022-07-02T18:11:13.031Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:13.300Z] 2.2.1-dev.19: digest: sha256:04988a0433f12529c6b383f2f47215133c8e93b71e85a828946e2a21b90bca86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:13.650Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:13.998Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:11:13.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-02T18:11:13.998Z] 6ce5debb184f: Preparing [2022-07-02T18:11:13.998Z] c81d14cc3b3a: Preparing [2022-07-02T18:11:13.998Z] 1d413c80913d: Preparing [2022-07-02T18:11:13.998Z] 5447e2db13a5: Preparing [2022-07-02T18:11:13.998Z] edf083b93ff9: Preparing [2022-07-02T18:11:13.998Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:13.998Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:13.998Z] 5447e2db13a5: Layer already exists [2022-07-02T18:11:13.998Z] c81d14cc3b3a: Layer already exists [2022-07-02T18:11:13.998Z] 1d413c80913d: Layer already exists [2022-07-02T18:11:13.998Z] 6ce5debb184f: Layer already exists [2022-07-02T18:11:13.998Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:13.998Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:14.268Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:04988a0433f12529c6b383f2f47215133c8e93b71e85a828946e2a21b90bca86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:14.620Z] + 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-02T18:11:14.963Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-07-02T18:11:14.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-02T18:11:14.963Z] 6ce5debb184f: Preparing [2022-07-02T18:11:14.963Z] c81d14cc3b3a: Preparing [2022-07-02T18:11:14.963Z] 1d413c80913d: Preparing [2022-07-02T18:11:14.963Z] 5447e2db13a5: Preparing [2022-07-02T18:11:14.963Z] edf083b93ff9: Preparing [2022-07-02T18:11:14.963Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:14.963Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:14.963Z] 5447e2db13a5: Layer already exists [2022-07-02T18:11:14.963Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:14.963Z] 6ce5debb184f: Layer already exists [2022-07-02T18:11:14.963Z] c81d14cc3b3a: Layer already exists [2022-07-02T18:11:14.963Z] 1d413c80913d: Layer already exists [2022-07-02T18:11:14.963Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:15.232Z] main: digest: sha256:04988a0433f12529c6b383f2f47215133c8e93b71e85a828946e2a21b90bca86 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:11:15.293Z] ===================================================== [Pipeline] echo [2022-07-02T18:11:15.301Z] taggedImages: [2022-07-02T18:11:15.301Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:11:15.301Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-07-02T18:11:15.301Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.19 [2022-07-02T18:11:15.301Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:11:15.301Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-07-02T18:11:15.323Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-07-02T18:11:15.323Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:11:15.323Z] latest [2022-07-02T18:11:15.323Z] 2.2.1-dev.19 [2022-07-02T18:11:15.323Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:11:15.323Z] main [2022-07-02T18:11:15.323Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:15.676Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:16.042Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:11:16.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-02T18:11:16.042Z] 0ee23f4c3a41: Preparing [2022-07-02T18:11:16.042Z] 30f84e686261: Preparing [2022-07-02T18:11:16.042Z] 5d5124abac14: Preparing [2022-07-02T18:11:16.042Z] 58c2115522e0: Preparing [2022-07-02T18:11:16.042Z] 1f86673ba4b8: Preparing [2022-07-02T18:11:16.042Z] 3e70313813d7: Preparing [2022-07-02T18:11:16.042Z] edf083b93ff9: Preparing [2022-07-02T18:11:16.042Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:16.042Z] 3e70313813d7: Waiting [2022-07-02T18:11:16.042Z] edf083b93ff9: Waiting [2022-07-02T18:11:16.042Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:16.314Z] 5d5124abac14: Pushed [2022-07-02T18:11:16.314Z] 30f84e686261: Pushed [2022-07-02T18:11:16.314Z] 0ee23f4c3a41: Pushed [2022-07-02T18:11:16.314Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:16.314Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:17.287Z] 3e70313813d7: Pushed [2022-07-02T18:11:25.558Z] 1f86673ba4b8: Pushed [2022-07-02T18:11:32.262Z] 58c2115522e0: Pushed [2022-07-02T18:11:32.535Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:35dcb9d10c351f55f34449d8bad04d1736306e4e1899f60d621ff0007f3fc814 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:32.901Z] + 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-02T18:11:33.259Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-07-02T18:11:33.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-02T18:11:33.259Z] 0ee23f4c3a41: Preparing [2022-07-02T18:11:33.259Z] 30f84e686261: Preparing [2022-07-02T18:11:33.259Z] 5d5124abac14: Preparing [2022-07-02T18:11:33.259Z] 58c2115522e0: Preparing [2022-07-02T18:11:33.259Z] 1f86673ba4b8: Preparing [2022-07-02T18:11:33.259Z] 3e70313813d7: Preparing [2022-07-02T18:11:33.259Z] edf083b93ff9: Preparing [2022-07-02T18:11:33.259Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:33.259Z] 3e70313813d7: Waiting [2022-07-02T18:11:33.259Z] edf083b93ff9: Waiting [2022-07-02T18:11:33.259Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:33.259Z] 0ee23f4c3a41: Layer already exists [2022-07-02T18:11:33.259Z] 1f86673ba4b8: Layer already exists [2022-07-02T18:11:33.259Z] 58c2115522e0: Layer already exists [2022-07-02T18:11:33.259Z] 30f84e686261: Layer already exists [2022-07-02T18:11:33.259Z] 5d5124abac14: Layer already exists [2022-07-02T18:11:33.531Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:33.531Z] 3e70313813d7: Layer already exists [2022-07-02T18:11:33.531Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:33.531Z] latest: digest: sha256:35dcb9d10c351f55f34449d8bad04d1736306e4e1899f60d621ff0007f3fc814 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:33.893Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:34.252Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.19 [2022-07-02T18:11:34.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-02T18:11:34.252Z] 0ee23f4c3a41: Preparing [2022-07-02T18:11:34.252Z] 30f84e686261: Preparing [2022-07-02T18:11:34.252Z] 5d5124abac14: Preparing [2022-07-02T18:11:34.252Z] 58c2115522e0: Preparing [2022-07-02T18:11:34.252Z] 1f86673ba4b8: Preparing [2022-07-02T18:11:34.252Z] 3e70313813d7: Preparing [2022-07-02T18:11:34.252Z] edf083b93ff9: Preparing [2022-07-02T18:11:34.252Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:34.252Z] 3e70313813d7: Waiting [2022-07-02T18:11:34.252Z] edf083b93ff9: Waiting [2022-07-02T18:11:34.252Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:34.252Z] 5d5124abac14: Layer already exists [2022-07-02T18:11:34.252Z] 0ee23f4c3a41: Layer already exists [2022-07-02T18:11:34.252Z] 1f86673ba4b8: Layer already exists [2022-07-02T18:11:34.252Z] 30f84e686261: Layer already exists [2022-07-02T18:11:34.252Z] 58c2115522e0: Layer already exists [2022-07-02T18:11:34.523Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:34.523Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:34.523Z] 3e70313813d7: Layer already exists [2022-07-02T18:11:34.523Z] 2.2.1-dev.19: digest: sha256:35dcb9d10c351f55f34449d8bad04d1736306e4e1899f60d621ff0007f3fc814 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:34.891Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:35.246Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:11:35.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-02T18:11:35.247Z] 0ee23f4c3a41: Preparing [2022-07-02T18:11:35.247Z] 30f84e686261: Preparing [2022-07-02T18:11:35.247Z] 5d5124abac14: Preparing [2022-07-02T18:11:35.247Z] 58c2115522e0: Preparing [2022-07-02T18:11:35.247Z] 1f86673ba4b8: Preparing [2022-07-02T18:11:35.247Z] 3e70313813d7: Preparing [2022-07-02T18:11:35.247Z] edf083b93ff9: Preparing [2022-07-02T18:11:35.247Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:35.247Z] 3e70313813d7: Waiting [2022-07-02T18:11:35.247Z] edf083b93ff9: Waiting [2022-07-02T18:11:35.247Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:35.247Z] 1f86673ba4b8: Layer already exists [2022-07-02T18:11:35.247Z] 30f84e686261: Layer already exists [2022-07-02T18:11:35.247Z] 0ee23f4c3a41: Layer already exists [2022-07-02T18:11:35.247Z] 5d5124abac14: Layer already exists [2022-07-02T18:11:35.247Z] 58c2115522e0: Layer already exists [2022-07-02T18:11:35.519Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:35.519Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:35.519Z] 3e70313813d7: Layer already exists [2022-07-02T18:11:35.519Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:35dcb9d10c351f55f34449d8bad04d1736306e4e1899f60d621ff0007f3fc814 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:35.886Z] + 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-02T18:11:36.244Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-07-02T18:11:36.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-02T18:11:36.244Z] 0ee23f4c3a41: Preparing [2022-07-02T18:11:36.244Z] 30f84e686261: Preparing [2022-07-02T18:11:36.244Z] 5d5124abac14: Preparing [2022-07-02T18:11:36.244Z] 58c2115522e0: Preparing [2022-07-02T18:11:36.244Z] 1f86673ba4b8: Preparing [2022-07-02T18:11:36.244Z] 3e70313813d7: Preparing [2022-07-02T18:11:36.244Z] edf083b93ff9: Preparing [2022-07-02T18:11:36.244Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:36.244Z] 3e70313813d7: Waiting [2022-07-02T18:11:36.244Z] edf083b93ff9: Waiting [2022-07-02T18:11:36.244Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:36.244Z] 30f84e686261: Layer already exists [2022-07-02T18:11:36.244Z] 58c2115522e0: Layer already exists [2022-07-02T18:11:36.244Z] 0ee23f4c3a41: Layer already exists [2022-07-02T18:11:36.244Z] 1f86673ba4b8: Layer already exists [2022-07-02T18:11:36.244Z] 5d5124abac14: Layer already exists [2022-07-02T18:11:36.516Z] 3e70313813d7: Layer already exists [2022-07-02T18:11:36.516Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:36.516Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:36.516Z] main: digest: sha256:35dcb9d10c351f55f34449d8bad04d1736306e4e1899f60d621ff0007f3fc814 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:11:36.575Z] ===================================================== [Pipeline] echo [2022-07-02T18:11:36.583Z] taggedImages: [2022-07-02T18:11:36.583Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:11:36.583Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-07-02T18:11:36.583Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.19 [2022-07-02T18:11:36.583Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:11:36.583Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-07-02T18:11:36.604Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-07-02T18:11:36.604Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:11:36.604Z] latest [2022-07-02T18:11:36.604Z] 2.2.1-dev.19 [2022-07-02T18:11:36.604Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:11:36.604Z] main [2022-07-02T18:11:36.604Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:36.992Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:37.416Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:11:37.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-02T18:11:37.416Z] 9cdbb6c2b1a0: Preparing [2022-07-02T18:11:37.416Z] 8d56734a1387: Preparing [2022-07-02T18:11:37.416Z] fd3c31fa81f0: Preparing [2022-07-02T18:11:37.416Z] 92eefe96b37e: Preparing [2022-07-02T18:11:37.416Z] 9d00294200a4: Preparing [2022-07-02T18:11:37.416Z] edf083b93ff9: Preparing [2022-07-02T18:11:37.416Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:37.416Z] edf083b93ff9: Waiting [2022-07-02T18:11:37.416Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:37.696Z] fd3c31fa81f0: Pushed [2022-07-02T18:11:37.696Z] 8d56734a1387: Pushed [2022-07-02T18:11:37.696Z] 9cdbb6c2b1a0: Pushed [2022-07-02T18:11:37.696Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:37.696Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:38.315Z] 9d00294200a4: Pushed [2022-07-02T18:11:56.675Z] 92eefe96b37e: Pushed [2022-07-02T18:11:56.675Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:44ea1c589518df2930f6c078a467f93e06c6d5411c3a1a11133c70bc88459e46 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:57.032Z] + 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-02T18:11:57.387Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-07-02T18:11:57.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-02T18:11:57.387Z] 9cdbb6c2b1a0: Preparing [2022-07-02T18:11:57.387Z] 8d56734a1387: Preparing [2022-07-02T18:11:57.387Z] fd3c31fa81f0: Preparing [2022-07-02T18:11:57.387Z] 92eefe96b37e: Preparing [2022-07-02T18:11:57.387Z] 9d00294200a4: Preparing [2022-07-02T18:11:57.387Z] edf083b93ff9: Preparing [2022-07-02T18:11:57.387Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:57.387Z] edf083b93ff9: Waiting [2022-07-02T18:11:57.387Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:57.387Z] 92eefe96b37e: Layer already exists [2022-07-02T18:11:57.387Z] fd3c31fa81f0: Layer already exists [2022-07-02T18:11:57.387Z] 9d00294200a4: Layer already exists [2022-07-02T18:11:57.387Z] 8d56734a1387: Layer already exists [2022-07-02T18:11:57.387Z] 9cdbb6c2b1a0: Layer already exists [2022-07-02T18:11:57.659Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:57.659Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:57.659Z] latest: digest: sha256:44ea1c589518df2930f6c078a467f93e06c6d5411c3a1a11133c70bc88459e46 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:58.025Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:58.388Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.19 [2022-07-02T18:11:58.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-02T18:11:58.388Z] 9cdbb6c2b1a0: Preparing [2022-07-02T18:11:58.388Z] 8d56734a1387: Preparing [2022-07-02T18:11:58.388Z] fd3c31fa81f0: Preparing [2022-07-02T18:11:58.388Z] 92eefe96b37e: Preparing [2022-07-02T18:11:58.388Z] 9d00294200a4: Preparing [2022-07-02T18:11:58.388Z] edf083b93ff9: Preparing [2022-07-02T18:11:58.388Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:58.388Z] edf083b93ff9: Waiting [2022-07-02T18:11:58.388Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:58.388Z] 9d00294200a4: Layer already exists [2022-07-02T18:11:58.388Z] 8d56734a1387: Layer already exists [2022-07-02T18:11:58.388Z] 9cdbb6c2b1a0: Layer already exists [2022-07-02T18:11:58.388Z] 92eefe96b37e: Layer already exists [2022-07-02T18:11:58.388Z] fd3c31fa81f0: Layer already exists [2022-07-02T18:11:58.660Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:58.660Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:58.660Z] 2.2.1-dev.19: digest: sha256:44ea1c589518df2930f6c078a467f93e06c6d5411c3a1a11133c70bc88459e46 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:59.033Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:11:59.400Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:11:59.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-02T18:11:59.400Z] 9cdbb6c2b1a0: Preparing [2022-07-02T18:11:59.400Z] 8d56734a1387: Preparing [2022-07-02T18:11:59.400Z] fd3c31fa81f0: Preparing [2022-07-02T18:11:59.400Z] 92eefe96b37e: Preparing [2022-07-02T18:11:59.400Z] 9d00294200a4: Preparing [2022-07-02T18:11:59.400Z] edf083b93ff9: Preparing [2022-07-02T18:11:59.400Z] 4f4ce317c6bb: Preparing [2022-07-02T18:11:59.400Z] edf083b93ff9: Waiting [2022-07-02T18:11:59.400Z] 4f4ce317c6bb: Waiting [2022-07-02T18:11:59.400Z] 9cdbb6c2b1a0: Layer already exists [2022-07-02T18:11:59.400Z] 92eefe96b37e: Layer already exists [2022-07-02T18:11:59.400Z] fd3c31fa81f0: Layer already exists [2022-07-02T18:11:59.673Z] 9d00294200a4: Layer already exists [2022-07-02T18:11:59.673Z] 8d56734a1387: Layer already exists [2022-07-02T18:11:59.673Z] edf083b93ff9: Layer already exists [2022-07-02T18:11:59.673Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:11:59.673Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:44ea1c589518df2930f6c078a467f93e06c6d5411c3a1a11133c70bc88459e46 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:00.041Z] + 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-02T18:12:00.399Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-07-02T18:12:00.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-02T18:12:00.399Z] 9cdbb6c2b1a0: Preparing [2022-07-02T18:12:00.399Z] 8d56734a1387: Preparing [2022-07-02T18:12:00.399Z] fd3c31fa81f0: Preparing [2022-07-02T18:12:00.399Z] 92eefe96b37e: Preparing [2022-07-02T18:12:00.399Z] 9d00294200a4: Preparing [2022-07-02T18:12:00.399Z] edf083b93ff9: Preparing [2022-07-02T18:12:00.399Z] 4f4ce317c6bb: Preparing [2022-07-02T18:12:00.399Z] edf083b93ff9: Waiting [2022-07-02T18:12:00.399Z] 4f4ce317c6bb: Waiting [2022-07-02T18:12:00.399Z] 92eefe96b37e: Layer already exists [2022-07-02T18:12:00.399Z] 9cdbb6c2b1a0: Layer already exists [2022-07-02T18:12:00.399Z] 8d56734a1387: Layer already exists [2022-07-02T18:12:00.399Z] fd3c31fa81f0: Layer already exists [2022-07-02T18:12:00.399Z] 9d00294200a4: Layer already exists [2022-07-02T18:12:00.672Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:12:00.672Z] edf083b93ff9: Layer already exists [2022-07-02T18:12:00.672Z] main: digest: sha256:44ea1c589518df2930f6c078a467f93e06c6d5411c3a1a11133c70bc88459e46 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:12:00.729Z] ===================================================== [Pipeline] echo [2022-07-02T18:12:00.737Z] taggedImages: [2022-07-02T18:12:00.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:00.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-07-02T18:12:00.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.19 [2022-07-02T18:12:00.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:00.737Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-07-02T18:12:00.751Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-07-02T18:12:00.751Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:00.751Z] latest [2022-07-02T18:12:00.751Z] 2.2.1-dev.19 [2022-07-02T18:12:00.751Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:00.751Z] main [2022-07-02T18:12:00.751Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:01.095Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:01.455Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:01.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-02T18:12:01.455Z] aa866f4a2da2: Preparing [2022-07-02T18:12:01.455Z] d4fbfc43bd68: Preparing [2022-07-02T18:12:01.455Z] 286f0e69d98f: Preparing [2022-07-02T18:12:01.455Z] 1993343a98c1: Preparing [2022-07-02T18:12:01.455Z] 3e70313813d7: Preparing [2022-07-02T18:12:01.455Z] edf083b93ff9: Preparing [2022-07-02T18:12:01.455Z] 4f4ce317c6bb: Preparing [2022-07-02T18:12:01.455Z] 4f4ce317c6bb: Waiting [2022-07-02T18:12:01.455Z] edf083b93ff9: Waiting [2022-07-02T18:12:01.725Z] 3e70313813d7: Layer already exists [2022-07-02T18:12:01.725Z] edf083b93ff9: Layer already exists [2022-07-02T18:12:01.725Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:12:01.725Z] d4fbfc43bd68: Pushed [2022-07-02T18:12:01.725Z] 286f0e69d98f: Pushed [2022-07-02T18:12:01.725Z] aa866f4a2da2: Pushed [2022-07-02T18:12:19.997Z] 1993343a98c1: Pushed [2022-07-02T18:12:19.997Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:b914779a6a69876122a4547d71a3bb552bb1be4264de2b5d4a69a04a3ef8626a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:20.360Z] + 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-02T18:12:20.729Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-07-02T18:12:20.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-02T18:12:20.729Z] aa866f4a2da2: Preparing [2022-07-02T18:12:20.729Z] d4fbfc43bd68: Preparing [2022-07-02T18:12:20.729Z] 286f0e69d98f: Preparing [2022-07-02T18:12:20.729Z] 1993343a98c1: Preparing [2022-07-02T18:12:20.729Z] 3e70313813d7: Preparing [2022-07-02T18:12:20.729Z] edf083b93ff9: Preparing [2022-07-02T18:12:20.729Z] 4f4ce317c6bb: Preparing [2022-07-02T18:12:20.729Z] edf083b93ff9: Waiting [2022-07-02T18:12:20.729Z] 4f4ce317c6bb: Waiting [2022-07-02T18:12:20.729Z] d4fbfc43bd68: Layer already exists [2022-07-02T18:12:20.729Z] aa866f4a2da2: Layer already exists [2022-07-02T18:12:20.729Z] 286f0e69d98f: Layer already exists [2022-07-02T18:12:21.002Z] 3e70313813d7: Layer already exists [2022-07-02T18:12:21.002Z] 1993343a98c1: Layer already exists [2022-07-02T18:12:21.002Z] edf083b93ff9: Layer already exists [2022-07-02T18:12:21.002Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:12:21.002Z] latest: digest: sha256:b914779a6a69876122a4547d71a3bb552bb1be4264de2b5d4a69a04a3ef8626a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:21.357Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:21.714Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.19 [2022-07-02T18:12:21.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-02T18:12:21.714Z] aa866f4a2da2: Preparing [2022-07-02T18:12:21.714Z] d4fbfc43bd68: Preparing [2022-07-02T18:12:21.714Z] 286f0e69d98f: Preparing [2022-07-02T18:12:21.714Z] 1993343a98c1: Preparing [2022-07-02T18:12:21.714Z] 3e70313813d7: Preparing [2022-07-02T18:12:21.714Z] edf083b93ff9: Preparing [2022-07-02T18:12:21.714Z] 4f4ce317c6bb: Preparing [2022-07-02T18:12:21.714Z] edf083b93ff9: Waiting [2022-07-02T18:12:21.714Z] 4f4ce317c6bb: Waiting [2022-07-02T18:12:21.714Z] 1993343a98c1: Layer already exists [2022-07-02T18:12:21.714Z] 3e70313813d7: Layer already exists [2022-07-02T18:12:21.714Z] 286f0e69d98f: Layer already exists [2022-07-02T18:12:21.714Z] d4fbfc43bd68: Layer already exists [2022-07-02T18:12:21.714Z] aa866f4a2da2: Layer already exists [2022-07-02T18:12:21.985Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:12:21.985Z] edf083b93ff9: Layer already exists [2022-07-02T18:12:21.985Z] 2.2.1-dev.19: digest: sha256:b914779a6a69876122a4547d71a3bb552bb1be4264de2b5d4a69a04a3ef8626a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:22.344Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:22.695Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:22.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-02T18:12:22.695Z] aa866f4a2da2: Preparing [2022-07-02T18:12:22.695Z] d4fbfc43bd68: Preparing [2022-07-02T18:12:22.695Z] 286f0e69d98f: Preparing [2022-07-02T18:12:22.695Z] 1993343a98c1: Preparing [2022-07-02T18:12:22.695Z] 3e70313813d7: Preparing [2022-07-02T18:12:22.695Z] edf083b93ff9: Preparing [2022-07-02T18:12:22.695Z] 4f4ce317c6bb: Preparing [2022-07-02T18:12:22.695Z] 4f4ce317c6bb: Waiting [2022-07-02T18:12:22.695Z] edf083b93ff9: Waiting [2022-07-02T18:12:22.695Z] 1993343a98c1: Layer already exists [2022-07-02T18:12:22.695Z] aa866f4a2da2: Layer already exists [2022-07-02T18:12:22.695Z] 3e70313813d7: Layer already exists [2022-07-02T18:12:22.695Z] 286f0e69d98f: Layer already exists [2022-07-02T18:12:22.695Z] d4fbfc43bd68: Layer already exists [2022-07-02T18:12:22.967Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:12:22.967Z] edf083b93ff9: Layer already exists [2022-07-02T18:12:22.967Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:b914779a6a69876122a4547d71a3bb552bb1be4264de2b5d4a69a04a3ef8626a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:23.324Z] + 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-02T18:12:23.679Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-07-02T18:12:23.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-02T18:12:23.679Z] aa866f4a2da2: Preparing [2022-07-02T18:12:23.679Z] d4fbfc43bd68: Preparing [2022-07-02T18:12:23.679Z] 286f0e69d98f: Preparing [2022-07-02T18:12:23.679Z] 1993343a98c1: Preparing [2022-07-02T18:12:23.679Z] 3e70313813d7: Preparing [2022-07-02T18:12:23.679Z] edf083b93ff9: Preparing [2022-07-02T18:12:23.679Z] 4f4ce317c6bb: Preparing [2022-07-02T18:12:23.679Z] edf083b93ff9: Waiting [2022-07-02T18:12:23.679Z] 4f4ce317c6bb: Waiting [2022-07-02T18:12:23.951Z] 286f0e69d98f: Layer already exists [2022-07-02T18:12:23.951Z] 3e70313813d7: Layer already exists [2022-07-02T18:12:23.951Z] aa866f4a2da2: Layer already exists [2022-07-02T18:12:23.951Z] d4fbfc43bd68: Layer already exists [2022-07-02T18:12:23.951Z] 1993343a98c1: Layer already exists [2022-07-02T18:12:23.951Z] edf083b93ff9: Layer already exists [2022-07-02T18:12:23.951Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:12:23.951Z] main: digest: sha256:b914779a6a69876122a4547d71a3bb552bb1be4264de2b5d4a69a04a3ef8626a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:12:24.016Z] ===================================================== [Pipeline] echo [2022-07-02T18:12:24.023Z] taggedImages: [2022-07-02T18:12:24.023Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:24.023Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-07-02T18:12:24.023Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.19 [2022-07-02T18:12:24.023Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:24.023Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-07-02T18:12:24.045Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-07-02T18:12:24.045Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:24.045Z] latest [2022-07-02T18:12:24.045Z] 2.2.1-dev.19 [2022-07-02T18:12:24.045Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:24.045Z] main [2022-07-02T18:12:24.045Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:24.396Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:24.761Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:24.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-02T18:12:24.761Z] a727061f5e33: Preparing [2022-07-02T18:12:24.761Z] c8dc824fb767: Preparing [2022-07-02T18:12:24.761Z] 1d413c80913d: Preparing [2022-07-02T18:12:24.761Z] c4226f1a5f1b: Preparing [2022-07-02T18:12:24.761Z] f73e7dbfee58: Preparing [2022-07-02T18:12:25.033Z] 1d413c80913d: Layer already exists [2022-07-02T18:12:25.034Z] f73e7dbfee58: Layer already exists [2022-07-02T18:12:25.034Z] a727061f5e33: Pushed [2022-07-02T18:12:25.314Z] c4226f1a5f1b: Pushed [2022-07-02T18:12:30.701Z] c8dc824fb767: Pushed [2022-07-02T18:12:30.701Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:f7ceec74c65062038b73b3212a5443e8b9d5449178796b4697b8c45235234f7e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:31.058Z] + 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-02T18:12:31.415Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-07-02T18:12:31.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-02T18:12:31.415Z] a727061f5e33: Preparing [2022-07-02T18:12:31.415Z] c8dc824fb767: Preparing [2022-07-02T18:12:31.415Z] 1d413c80913d: Preparing [2022-07-02T18:12:31.415Z] c4226f1a5f1b: Preparing [2022-07-02T18:12:31.415Z] f73e7dbfee58: Preparing [2022-07-02T18:12:31.415Z] 1d413c80913d: Layer already exists [2022-07-02T18:12:31.415Z] a727061f5e33: Layer already exists [2022-07-02T18:12:31.415Z] c4226f1a5f1b: Layer already exists [2022-07-02T18:12:31.415Z] c8dc824fb767: Layer already exists [2022-07-02T18:12:31.415Z] f73e7dbfee58: Layer already exists [2022-07-02T18:12:31.688Z] latest: digest: sha256:f7ceec74c65062038b73b3212a5443e8b9d5449178796b4697b8c45235234f7e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:32.050Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:32.407Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.19 [2022-07-02T18:12:32.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-02T18:12:32.407Z] a727061f5e33: Preparing [2022-07-02T18:12:32.407Z] c8dc824fb767: Preparing [2022-07-02T18:12:32.407Z] 1d413c80913d: Preparing [2022-07-02T18:12:32.407Z] c4226f1a5f1b: Preparing [2022-07-02T18:12:32.407Z] f73e7dbfee58: Preparing [2022-07-02T18:12:32.407Z] 1d413c80913d: Layer already exists [2022-07-02T18:12:32.407Z] a727061f5e33: Layer already exists [2022-07-02T18:12:32.407Z] c4226f1a5f1b: Layer already exists [2022-07-02T18:12:32.407Z] c8dc824fb767: Layer already exists [2022-07-02T18:12:32.407Z] f73e7dbfee58: Layer already exists [2022-07-02T18:12:32.685Z] 2.2.1-dev.19: digest: sha256:f7ceec74c65062038b73b3212a5443e8b9d5449178796b4697b8c45235234f7e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:33.047Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:33.405Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:33.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-02T18:12:33.405Z] a727061f5e33: Preparing [2022-07-02T18:12:33.405Z] c8dc824fb767: Preparing [2022-07-02T18:12:33.405Z] 1d413c80913d: Preparing [2022-07-02T18:12:33.405Z] c4226f1a5f1b: Preparing [2022-07-02T18:12:33.405Z] f73e7dbfee58: Preparing [2022-07-02T18:12:33.405Z] a727061f5e33: Layer already exists [2022-07-02T18:12:33.405Z] c8dc824fb767: Layer already exists [2022-07-02T18:12:33.405Z] 1d413c80913d: Layer already exists [2022-07-02T18:12:33.405Z] c4226f1a5f1b: Layer already exists [2022-07-02T18:12:33.405Z] f73e7dbfee58: Layer already exists [2022-07-02T18:12:33.677Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:f7ceec74c65062038b73b3212a5443e8b9d5449178796b4697b8c45235234f7e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:34.041Z] + 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-02T18:12:34.397Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-07-02T18:12:34.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-02T18:12:34.397Z] a727061f5e33: Preparing [2022-07-02T18:12:34.397Z] c8dc824fb767: Preparing [2022-07-02T18:12:34.397Z] 1d413c80913d: Preparing [2022-07-02T18:12:34.397Z] c4226f1a5f1b: Preparing [2022-07-02T18:12:34.397Z] f73e7dbfee58: Preparing [2022-07-02T18:12:34.397Z] c8dc824fb767: Layer already exists [2022-07-02T18:12:34.397Z] f73e7dbfee58: Layer already exists [2022-07-02T18:12:34.397Z] a727061f5e33: Layer already exists [2022-07-02T18:12:34.397Z] 1d413c80913d: Layer already exists [2022-07-02T18:12:34.397Z] c4226f1a5f1b: Layer already exists [2022-07-02T18:12:34.667Z] main: digest: sha256:f7ceec74c65062038b73b3212a5443e8b9d5449178796b4697b8c45235234f7e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:12:34.729Z] ===================================================== [Pipeline] echo [2022-07-02T18:12:34.737Z] taggedImages: [2022-07-02T18:12:34.737Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:34.737Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-07-02T18:12:34.737Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.19 [2022-07-02T18:12:34.737Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:34.737Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-07-02T18:12:34.758Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-07-02T18:12:34.758Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:34.758Z] latest [2022-07-02T18:12:34.758Z] 2.2.1-dev.19 [2022-07-02T18:12:34.758Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:34.758Z] main [2022-07-02T18:12:34.758Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:35.111Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:35.471Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:35.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-02T18:12:35.472Z] eb6921eaaad3: Preparing [2022-07-02T18:12:35.472Z] 0444e22fced9: Preparing [2022-07-02T18:12:35.472Z] 1d413c80913d: Preparing [2022-07-02T18:12:35.472Z] 98e048851294: Preparing [2022-07-02T18:12:35.472Z] f73e7dbfee58: Preparing [2022-07-02T18:12:35.746Z] f73e7dbfee58: Layer already exists [2022-07-02T18:12:35.746Z] 98e048851294: Layer already exists [2022-07-02T18:12:35.746Z] 1d413c80913d: Layer already exists [2022-07-02T18:12:35.746Z] eb6921eaaad3: Pushed [2022-07-02T18:12:41.139Z] 0444e22fced9: Pushed [2022-07-02T18:12:41.139Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:946a616e98a145e3b628f224006604905e0c018d5b4408992a71d9f8da0682a4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:41.498Z] + 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-02T18:12:41.855Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-07-02T18:12:41.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-02T18:12:41.855Z] eb6921eaaad3: Preparing [2022-07-02T18:12:41.855Z] 0444e22fced9: Preparing [2022-07-02T18:12:41.855Z] 1d413c80913d: Preparing [2022-07-02T18:12:41.855Z] 98e048851294: Preparing [2022-07-02T18:12:41.855Z] f73e7dbfee58: Preparing [2022-07-02T18:12:41.855Z] f73e7dbfee58: Layer already exists [2022-07-02T18:12:41.855Z] 98e048851294: Layer already exists [2022-07-02T18:12:41.855Z] eb6921eaaad3: Layer already exists [2022-07-02T18:12:41.855Z] 0444e22fced9: Layer already exists [2022-07-02T18:12:41.855Z] 1d413c80913d: Layer already exists [2022-07-02T18:12:42.127Z] latest: digest: sha256:946a616e98a145e3b628f224006604905e0c018d5b4408992a71d9f8da0682a4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:42.486Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:42.841Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.19 [2022-07-02T18:12:42.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-02T18:12:42.841Z] eb6921eaaad3: Preparing [2022-07-02T18:12:42.841Z] 0444e22fced9: Preparing [2022-07-02T18:12:42.841Z] 1d413c80913d: Preparing [2022-07-02T18:12:42.841Z] 98e048851294: Preparing [2022-07-02T18:12:42.841Z] f73e7dbfee58: Preparing [2022-07-02T18:12:42.841Z] 0444e22fced9: Layer already exists [2022-07-02T18:12:42.841Z] eb6921eaaad3: Layer already exists [2022-07-02T18:12:42.841Z] f73e7dbfee58: Layer already exists [2022-07-02T18:12:42.841Z] 98e048851294: Layer already exists [2022-07-02T18:12:42.841Z] 1d413c80913d: Layer already exists [2022-07-02T18:12:43.113Z] 2.2.1-dev.19: digest: sha256:946a616e98a145e3b628f224006604905e0c018d5b4408992a71d9f8da0682a4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:43.478Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:43.828Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:43.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-02T18:12:43.829Z] eb6921eaaad3: Preparing [2022-07-02T18:12:43.829Z] 0444e22fced9: Preparing [2022-07-02T18:12:43.829Z] 1d413c80913d: Preparing [2022-07-02T18:12:43.829Z] 98e048851294: Preparing [2022-07-02T18:12:43.829Z] f73e7dbfee58: Preparing [2022-07-02T18:12:43.829Z] 1d413c80913d: Layer already exists [2022-07-02T18:12:43.829Z] eb6921eaaad3: Layer already exists [2022-07-02T18:12:43.829Z] f73e7dbfee58: Layer already exists [2022-07-02T18:12:44.102Z] 98e048851294: Layer already exists [2022-07-02T18:12:44.102Z] 0444e22fced9: Layer already exists [2022-07-02T18:12:44.102Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:946a616e98a145e3b628f224006604905e0c018d5b4408992a71d9f8da0682a4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:44.467Z] + 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-02T18:12:44.825Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-07-02T18:12:44.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-02T18:12:44.825Z] eb6921eaaad3: Preparing [2022-07-02T18:12:44.825Z] 0444e22fced9: Preparing [2022-07-02T18:12:44.825Z] 1d413c80913d: Preparing [2022-07-02T18:12:44.825Z] 98e048851294: Preparing [2022-07-02T18:12:44.825Z] f73e7dbfee58: Preparing [2022-07-02T18:12:44.825Z] f73e7dbfee58: Layer already exists [2022-07-02T18:12:44.825Z] 1d413c80913d: Layer already exists [2022-07-02T18:12:44.825Z] eb6921eaaad3: Layer already exists [2022-07-02T18:12:44.825Z] 0444e22fced9: Layer already exists [2022-07-02T18:12:44.825Z] 98e048851294: Layer already exists [2022-07-02T18:12:45.097Z] main: digest: sha256:946a616e98a145e3b628f224006604905e0c018d5b4408992a71d9f8da0682a4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:12:45.151Z] ===================================================== [Pipeline] echo [2022-07-02T18:12:45.162Z] taggedImages: [2022-07-02T18:12:45.162Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:45.162Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-07-02T18:12:45.162Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.19 [2022-07-02T18:12:45.162Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:45.162Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-07-02T18:12:45.181Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-07-02T18:12:45.181Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:45.181Z] latest [2022-07-02T18:12:45.181Z] 2.2.1-dev.19 [2022-07-02T18:12:45.181Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:12:45.181Z] main [2022-07-02T18:12:45.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:45.530Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:12:45.890Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:12:45.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-02T18:12:45.890Z] 8de2f1a1fa53: Preparing [2022-07-02T18:12:45.890Z] 0bd09099e35e: Preparing [2022-07-02T18:12:45.890Z] d4a595e7d0ee: Preparing [2022-07-02T18:12:45.890Z] 5d2b1fbef63c: Preparing [2022-07-02T18:12:45.890Z] f0e5a4d6c014: Preparing [2022-07-02T18:12:45.890Z] 3b19d27f08f7: Preparing [2022-07-02T18:12:45.890Z] 73bb99a6e169: Preparing [2022-07-02T18:12:45.890Z] ec06c3102977: Preparing [2022-07-02T18:12:45.890Z] 6a3c62e080c7: Preparing [2022-07-02T18:12:45.890Z] 340cb19ca677: Preparing [2022-07-02T18:12:45.890Z] 4f4ce317c6bb: Preparing [2022-07-02T18:12:45.890Z] 3b19d27f08f7: Waiting [2022-07-02T18:12:45.890Z] 73bb99a6e169: Waiting [2022-07-02T18:12:45.890Z] ec06c3102977: Waiting [2022-07-02T18:12:45.890Z] 340cb19ca677: Waiting [2022-07-02T18:12:45.890Z] 6a3c62e080c7: Waiting [2022-07-02T18:12:45.890Z] 4f4ce317c6bb: Waiting [2022-07-02T18:12:46.165Z] f0e5a4d6c014: Layer already exists [2022-07-02T18:12:46.165Z] 3b19d27f08f7: Layer already exists [2022-07-02T18:12:46.165Z] 73bb99a6e169: Layer already exists [2022-07-02T18:12:46.165Z] ec06c3102977: Layer already exists [2022-07-02T18:12:46.165Z] 0bd09099e35e: Pushed [2022-07-02T18:12:46.165Z] 340cb19ca677: Layer already exists [2022-07-02T18:12:46.165Z] 6a3c62e080c7: Layer already exists [2022-07-02T18:12:46.165Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:12:46.762Z] 8de2f1a1fa53: Pushed [2022-07-02T18:12:48.735Z] d4a595e7d0ee: Pushed [2022-07-02T18:13:07.017Z] 5d2b1fbef63c: Pushed [2022-07-02T18:13:07.017Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93: digest: sha256:710ea98a5613453ec53994cb26575685525246339dd23f1f70794115686ee162 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:13:07.385Z] + 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-02T18:13:07.748Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-07-02T18:13:07.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-02T18:13:07.748Z] 8de2f1a1fa53: Preparing [2022-07-02T18:13:07.748Z] 0bd09099e35e: Preparing [2022-07-02T18:13:07.748Z] d4a595e7d0ee: Preparing [2022-07-02T18:13:07.748Z] 5d2b1fbef63c: Preparing [2022-07-02T18:13:07.748Z] f0e5a4d6c014: Preparing [2022-07-02T18:13:07.748Z] 3b19d27f08f7: Preparing [2022-07-02T18:13:07.748Z] 73bb99a6e169: Preparing [2022-07-02T18:13:07.748Z] ec06c3102977: Preparing [2022-07-02T18:13:07.748Z] 6a3c62e080c7: Preparing [2022-07-02T18:13:07.748Z] 340cb19ca677: Preparing [2022-07-02T18:13:07.748Z] 4f4ce317c6bb: Preparing [2022-07-02T18:13:07.748Z] 3b19d27f08f7: Waiting [2022-07-02T18:13:07.748Z] 73bb99a6e169: Waiting [2022-07-02T18:13:07.748Z] ec06c3102977: Waiting [2022-07-02T18:13:07.748Z] 6a3c62e080c7: Waiting [2022-07-02T18:13:07.748Z] 340cb19ca677: Waiting [2022-07-02T18:13:07.748Z] 4f4ce317c6bb: Waiting [2022-07-02T18:13:08.021Z] f0e5a4d6c014: Layer already exists [2022-07-02T18:13:08.021Z] 0bd09099e35e: Layer already exists [2022-07-02T18:13:08.021Z] 8de2f1a1fa53: Layer already exists [2022-07-02T18:13:08.021Z] 5d2b1fbef63c: Layer already exists [2022-07-02T18:13:08.021Z] d4a595e7d0ee: Layer already exists [2022-07-02T18:13:08.021Z] 6a3c62e080c7: Layer already exists [2022-07-02T18:13:08.021Z] 340cb19ca677: Layer already exists [2022-07-02T18:13:08.021Z] ec06c3102977: Layer already exists [2022-07-02T18:13:08.021Z] 3b19d27f08f7: Layer already exists [2022-07-02T18:13:08.021Z] 73bb99a6e169: Layer already exists [2022-07-02T18:13:08.021Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:13:08.021Z] latest: digest: sha256:710ea98a5613453ec53994cb26575685525246339dd23f1f70794115686ee162 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:13:08.390Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:13:08.748Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.19 [2022-07-02T18:13:08.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-02T18:13:08.748Z] 8de2f1a1fa53: Preparing [2022-07-02T18:13:08.748Z] 0bd09099e35e: Preparing [2022-07-02T18:13:08.748Z] d4a595e7d0ee: Preparing [2022-07-02T18:13:08.748Z] 5d2b1fbef63c: Preparing [2022-07-02T18:13:08.748Z] f0e5a4d6c014: Preparing [2022-07-02T18:13:08.748Z] 3b19d27f08f7: Preparing [2022-07-02T18:13:08.748Z] 73bb99a6e169: Preparing [2022-07-02T18:13:08.748Z] ec06c3102977: Preparing [2022-07-02T18:13:08.748Z] 6a3c62e080c7: Preparing [2022-07-02T18:13:08.748Z] 340cb19ca677: Preparing [2022-07-02T18:13:08.748Z] 4f4ce317c6bb: Preparing [2022-07-02T18:13:08.748Z] ec06c3102977: Waiting [2022-07-02T18:13:08.748Z] 6a3c62e080c7: Waiting [2022-07-02T18:13:08.748Z] 3b19d27f08f7: Waiting [2022-07-02T18:13:08.748Z] 73bb99a6e169: Waiting [2022-07-02T18:13:08.748Z] 340cb19ca677: Waiting [2022-07-02T18:13:08.748Z] 4f4ce317c6bb: Waiting [2022-07-02T18:13:08.748Z] 5d2b1fbef63c: Layer already exists [2022-07-02T18:13:08.748Z] f0e5a4d6c014: Layer already exists [2022-07-02T18:13:08.748Z] 8de2f1a1fa53: Layer already exists [2022-07-02T18:13:08.748Z] d4a595e7d0ee: Layer already exists [2022-07-02T18:13:08.748Z] 0bd09099e35e: Layer already exists [2022-07-02T18:13:09.021Z] 3b19d27f08f7: Layer already exists [2022-07-02T18:13:09.021Z] ec06c3102977: Layer already exists [2022-07-02T18:13:09.021Z] 340cb19ca677: Layer already exists [2022-07-02T18:13:09.021Z] 73bb99a6e169: Layer already exists [2022-07-02T18:13:09.021Z] 6a3c62e080c7: Layer already exists [2022-07-02T18:13:09.021Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:13:09.021Z] 2.2.1-dev.19: digest: sha256:710ea98a5613453ec53994cb26575685525246339dd23f1f70794115686ee162 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:13:09.389Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:13:09.749Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:13:09.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-02T18:13:09.749Z] 8de2f1a1fa53: Preparing [2022-07-02T18:13:09.749Z] 0bd09099e35e: Preparing [2022-07-02T18:13:09.749Z] d4a595e7d0ee: Preparing [2022-07-02T18:13:09.749Z] 5d2b1fbef63c: Preparing [2022-07-02T18:13:09.749Z] f0e5a4d6c014: Preparing [2022-07-02T18:13:09.749Z] 3b19d27f08f7: Preparing [2022-07-02T18:13:09.749Z] 73bb99a6e169: Preparing [2022-07-02T18:13:09.749Z] ec06c3102977: Preparing [2022-07-02T18:13:09.749Z] 6a3c62e080c7: Preparing [2022-07-02T18:13:09.749Z] 340cb19ca677: Preparing [2022-07-02T18:13:09.749Z] 4f4ce317c6bb: Preparing [2022-07-02T18:13:09.749Z] 6a3c62e080c7: Waiting [2022-07-02T18:13:09.749Z] 73bb99a6e169: Waiting [2022-07-02T18:13:09.749Z] ec06c3102977: Waiting [2022-07-02T18:13:09.749Z] 3b19d27f08f7: Waiting [2022-07-02T18:13:09.749Z] 340cb19ca677: Waiting [2022-07-02T18:13:09.749Z] 4f4ce317c6bb: Waiting [2022-07-02T18:13:09.749Z] d4a595e7d0ee: Layer already exists [2022-07-02T18:13:09.749Z] 5d2b1fbef63c: Layer already exists [2022-07-02T18:13:09.749Z] 0bd09099e35e: Layer already exists [2022-07-02T18:13:09.749Z] f0e5a4d6c014: Layer already exists [2022-07-02T18:13:09.749Z] 8de2f1a1fa53: Layer already exists [2022-07-02T18:13:10.025Z] 3b19d27f08f7: Layer already exists [2022-07-02T18:13:10.025Z] 6a3c62e080c7: Layer already exists [2022-07-02T18:13:10.025Z] ec06c3102977: Layer already exists [2022-07-02T18:13:10.025Z] 73bb99a6e169: Layer already exists [2022-07-02T18:13:10.025Z] 340cb19ca677: Layer already exists [2022-07-02T18:13:10.025Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:13:10.025Z] e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19: digest: sha256:710ea98a5613453ec53994cb26575685525246339dd23f1f70794115686ee162 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:13:10.388Z] + 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-02T18:13:10.747Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-07-02T18:13:10.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-02T18:13:10.747Z] 8de2f1a1fa53: Preparing [2022-07-02T18:13:10.747Z] 0bd09099e35e: Preparing [2022-07-02T18:13:10.747Z] d4a595e7d0ee: Preparing [2022-07-02T18:13:10.747Z] 5d2b1fbef63c: Preparing [2022-07-02T18:13:10.747Z] f0e5a4d6c014: Preparing [2022-07-02T18:13:10.747Z] 3b19d27f08f7: Preparing [2022-07-02T18:13:10.747Z] 73bb99a6e169: Preparing [2022-07-02T18:13:10.747Z] ec06c3102977: Preparing [2022-07-02T18:13:10.747Z] 6a3c62e080c7: Preparing [2022-07-02T18:13:10.747Z] 340cb19ca677: Preparing [2022-07-02T18:13:10.747Z] 4f4ce317c6bb: Preparing [2022-07-02T18:13:10.747Z] 3b19d27f08f7: Waiting [2022-07-02T18:13:10.747Z] ec06c3102977: Waiting [2022-07-02T18:13:10.747Z] 6a3c62e080c7: Waiting [2022-07-02T18:13:10.747Z] 340cb19ca677: Waiting [2022-07-02T18:13:10.747Z] 4f4ce317c6bb: Waiting [2022-07-02T18:13:10.747Z] 73bb99a6e169: Waiting [2022-07-02T18:13:10.747Z] f0e5a4d6c014: Layer already exists [2022-07-02T18:13:10.747Z] 0bd09099e35e: Layer already exists [2022-07-02T18:13:10.747Z] 8de2f1a1fa53: Layer already exists [2022-07-02T18:13:11.021Z] 5d2b1fbef63c: Layer already exists [2022-07-02T18:13:11.021Z] d4a595e7d0ee: Layer already exists [2022-07-02T18:13:11.021Z] 3b19d27f08f7: Layer already exists [2022-07-02T18:13:11.021Z] ec06c3102977: Layer already exists [2022-07-02T18:13:11.021Z] 73bb99a6e169: Layer already exists [2022-07-02T18:13:11.021Z] 340cb19ca677: Layer already exists [2022-07-02T18:13:11.021Z] 6a3c62e080c7: Layer already exists [2022-07-02T18:13:11.021Z] 4f4ce317c6bb: Layer already exists [2022-07-02T18:13:11.021Z] main: digest: sha256:710ea98a5613453ec53994cb26575685525246339dd23f1f70794115686ee162 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-02T18:13:11.082Z] ===================================================== [Pipeline] echo [2022-07-02T18:13:11.091Z] taggedImages: [2022-07-02T18:13:11.091Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93 [2022-07-02T18:13:11.091Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-07-02T18:13:11.091Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.19 [2022-07-02T18:13:11.091Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:e91acdc2e0a7e5c343260e9133d924b896cb7e93-2.2.1-dev.19 [2022-07-02T18:13:11.091Z] - 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-02T18:13:11.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-02T18:13:11.474Z] [2022-07-02T18:13:11.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:13:11.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-02T18:13:12.116Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-02T18:13:12.116Z] 8998bd30e6a1: Pulling fs layer [2022-07-02T18:13:12.116Z] 04944245beec: Pulling fs layer [2022-07-02T18:13:12.116Z] 699f458cf7ca: Pulling fs layer [2022-07-02T18:13:12.116Z] 765212b225bb: Pulling fs layer [2022-07-02T18:13:12.116Z] f23df028b6ca: Pulling fs layer [2022-07-02T18:13:12.116Z] d65c8cfc05b1: Pulling fs layer [2022-07-02T18:13:12.116Z] 2437ff75d9bd: Pulling fs layer [2022-07-02T18:13:12.116Z] 765212b225bb: Waiting [2022-07-02T18:13:12.116Z] f23df028b6ca: Waiting [2022-07-02T18:13:12.116Z] d65c8cfc05b1: Waiting [2022-07-02T18:13:12.116Z] 2437ff75d9bd: Waiting [2022-07-02T18:13:12.116Z] 04944245beec: Verifying Checksum [2022-07-02T18:13:12.116Z] 04944245beec: Download complete [2022-07-02T18:13:12.116Z] 765212b225bb: Download complete [2022-07-02T18:13:12.116Z] f23df028b6ca: Verifying Checksum [2022-07-02T18:13:12.116Z] f23df028b6ca: Download complete [2022-07-02T18:13:12.116Z] d65c8cfc05b1: Verifying Checksum [2022-07-02T18:13:12.116Z] d65c8cfc05b1: Download complete [2022-07-02T18:13:12.391Z] 699f458cf7ca: Verifying Checksum [2022-07-02T18:13:12.391Z] 699f458cf7ca: Download complete [2022-07-02T18:13:12.665Z] 8998bd30e6a1: Verifying Checksum [2022-07-02T18:13:12.665Z] 8998bd30e6a1: Download complete [2022-07-02T18:13:15.284Z] 2437ff75d9bd: Verifying Checksum [2022-07-02T18:13:15.284Z] 2437ff75d9bd: Download complete [2022-07-02T18:13:17.261Z] 8998bd30e6a1: Pull complete [2022-07-02T18:13:17.857Z] 04944245beec: Pull complete [2022-07-02T18:13:19.927Z] 699f458cf7ca: Pull complete [2022-07-02T18:13:19.927Z] 765212b225bb: Pull complete [2022-07-02T18:13:20.924Z] f23df028b6ca: Pull complete [2022-07-02T18:13:20.924Z] d65c8cfc05b1: Pull complete [2022-07-02T18:13:39.277Z] 2437ff75d9bd: Pull complete [2022-07-02T18:13:39.277Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-02T18:13:39.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-02T18:13:39.277Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T18:13:39.548Z] prd-ubuntu20.04-docker-arm64-4c-16g-16706 does not seem to be running inside a container [2022-07-02T18:13:39.630Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-02T18:13:42.596Z] $ docker top ac7e2a0f6f67a68d0dac7d1889318f70854408c26605d030825b535165c52ba4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:13:43.593Z] ---> job-cost.sh [2022-07-02T18:13:43.593Z] lf-activate-venv: SKIPPING [2022-07-02T18:13:43.593Z] INFO: No Stack... [2022-07-02T18:13:44.192Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-02T18:13:45.169Z] INFO: Archiving Costs [Pipeline] sh [2022-07-02T18:13:45.829Z] + + cut -d, -f6 [2022-07-02T18:13:45.829Z] cat /w/workspace/edgex-go/250/archives/cost.csv [Pipeline] lock [2022-07-02T18:13:45.858Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-250-stack-cost] [2022-07-02T18:13:45.864Z] Resource [jenkins-edgexfoundry-edgex-go-main-250-stack-cost] did not exist. Created. [2022-07-02T18:13:45.864Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-250-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-02T18:13:46.529Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-02T18:13:47.170Z] Stashed 1 file(s) [Pipeline] } [2022-07-02T18:13:47.178Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-250-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-02T18:13:47.201Z] $ docker stop --time=1 ac7e2a0f6f67a68d0dac7d1889318f70854408c26605d030825b535165c52ba4 [2022-07-02T18:13:48.777Z] $ docker rm -f ac7e2a0f6f67a68d0dac7d1889318f70854408c26605d030825b535165c52ba4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-07-02T18:13:49.294Z] provisioning config files... [2022-07-02T18:13:49.302Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/250@tmp/config1224747507957474901tmp [Pipeline] { [Pipeline] sh [2022-07-02T18:13:49.598Z] + set +x [2022-07-02T18:13:49.598Z] + bash -s -- [2022-07-02T18:13:49.598Z] + curl -s https://codecov.io/bash [2022-07-02T18:13:49.598Z] [2022-07-02T18:13:49.598Z] _____ _ [2022-07-02T18:13:49.598Z] / ____| | | [2022-07-02T18:13:49.598Z] | | ___ __| | ___ ___ _____ __ [2022-07-02T18:13:49.598Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-02T18:13:49.598Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-02T18:13:49.598Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-02T18:13:49.598Z] Bash-1.0.6 [2022-07-02T18:13:49.598Z] [2022-07-02T18:13:49.598Z] [2022-07-02T18:13:49.598Z] ==> git version 2.25.1 found [2022-07-02T18:13:49.598Z] ==> 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-02T18:13:49.598Z] Release-Date: 2020-01-08 [2022-07-02T18:13:49.598Z] 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-02T18:13:49.598Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-02T18:13:49.598Z] ==> Jenkins CI detected. [2022-07-02T18:13:49.598Z] current dir:  /w/workspace/edgex-go/250 [2022-07-02T18:13:49.598Z] project root: . [2022-07-02T18:13:49.598Z] --> token set from env [2022-07-02T18:13:49.598Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-02T18:13:49.598Z] ==> Running gcov in . (disable via -X gcov) [2022-07-02T18:13:49.598Z] ==> Python coveragepy not found [2022-07-02T18:13:49.598Z] ==> Searching for coverage reports in: [2022-07-02T18:13:49.598Z] + . [2022-07-02T18:13:49.598Z] -> Found 1 reports [2022-07-02T18:13:49.598Z] ==> Detecting git/mercurial file structure [2022-07-02T18:13:49.598Z] ==> Reading reports [2022-07-02T18:13:49.858Z] + ./coverage.out bytes=435593 [2022-07-02T18:13:49.858Z] ==> Appending adjustments [2022-07-02T18:13:49.858Z] https://docs.codecov.io/docs/fixing-reports [2022-07-02T18:13:50.798Z] + Found adjustments [2022-07-02T18:13:51.060Z] ==> Gzipping contents [2022-07-02T18:13:51.060Z] 60K /tmp/codecov.0dYsZE.gz [2022-07-02T18:13:51.060Z] ==> Uploading reports [2022-07-02T18:13:51.060Z] url: https://codecov.io [2022-07-02T18:13:51.060Z] query: branch=main&commit=e91acdc2e0a7e5c343260e9133d924b896cb7e93&build=250&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F250%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-07-02T18:13:51.060Z] -> Pinging Codecov [2022-07-02T18:13:51.060Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=e91acdc2e0a7e5c343260e9133d924b896cb7e93&build=250&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F250%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-07-02T18:13:51.321Z] -> Uploading to [2022-07-02T18:13:51.321Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-02/00271124DB129430A58F1EEE437C3FCB/e91acdc2e0a7e5c343260e9133d924b896cb7e93/9147a366-3f57-45e8-8270-7865ebb60d7f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220702%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220702T181351Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=abe0a0fe478553422a6282a9db48a966024db85312d14b669af17c21bb532d33 [2022-07-02T18:13:51.321Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-02T18:13:51.321Z] Dload Upload Total Spent Left Speed [2022-07-02T18:13:51.582Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59861 0 0 100 59861 0 248k --:--:-- --:--:-- --:--:-- 248k [2022-07-02T18:13:51.582Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e91acdc2e0a7e5c343260e9133d924b896cb7e93 [Pipeline] } [2022-07-02T18:13:51.590Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-07-02T18:13:51.707Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-07-02T18:13:51.718Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:13:52.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-02T18:13:52.014Z] [2022-07-02T18:13:52.014Z] 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-02T18:13:52.317Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-02T18:13:52.317Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-07-02T18:13:52.317Z] df9b9388f04a: Already exists [2022-07-02T18:13:52.317Z] 52dc419b0ee2: Pulling fs layer [2022-07-02T18:13:52.317Z] 25bc292e5bac: Pulling fs layer [2022-07-02T18:13:52.317Z] 114826534d7a: Pulling fs layer [2022-07-02T18:13:52.317Z] 4657fd5d0bcf: Pulling fs layer [2022-07-02T18:13:52.317Z] 6ad1cebc031e: Pulling fs layer [2022-07-02T18:13:52.317Z] 8a3aa393b2d8: Pulling fs layer [2022-07-02T18:13:52.317Z] 6ad1cebc031e: Waiting [2022-07-02T18:13:52.317Z] 8a3aa393b2d8: Waiting [2022-07-02T18:13:52.317Z] 25bc292e5bac: Verifying Checksum [2022-07-02T18:13:52.317Z] 25bc292e5bac: Download complete [2022-07-02T18:13:52.317Z] 52dc419b0ee2: Verifying Checksum [2022-07-02T18:13:52.317Z] 4657fd5d0bcf: Download complete [2022-07-02T18:13:52.579Z] 52dc419b0ee2: Pull complete [2022-07-02T18:13:52.579Z] 6ad1cebc031e: Verifying Checksum [2022-07-02T18:13:52.579Z] 6ad1cebc031e: Download complete [2022-07-02T18:13:52.579Z] 25bc292e5bac: Pull complete [2022-07-02T18:13:53.150Z] 114826534d7a: Verifying Checksum [2022-07-02T18:13:53.150Z] 114826534d7a: Download complete [2022-07-02T18:13:53.150Z] 8a3aa393b2d8: Verifying Checksum [2022-07-02T18:13:53.150Z] 8a3aa393b2d8: Download complete [2022-07-02T18:13:56.452Z] 114826534d7a: Pull complete [2022-07-02T18:13:56.452Z] 4657fd5d0bcf: Pull complete [2022-07-02T18:13:57.024Z] 6ad1cebc031e: Pull complete [2022-07-02T18:14:00.317Z] 8a3aa393b2d8: Pull complete [2022-07-02T18:14:00.317Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-07-02T18:14:00.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-02T18:14:00.317Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T18:14:00.417Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T18:14:00.453Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-07-02T18:14:02.390Z] $ docker top 1c1009273155780da4a0c6f3d24e8bfc14b2ad8b97ea39a075cf571399c593e2 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-02T18:14:02.482Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2022-07-02T18:14:02.765Z] + set -o pipefail [2022-07-02T18:14:02.765Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2022-07-02T18:14:08.101Z] [2022-07-02T18:14:08.101Z] Monitoring /w/workspace/edgex-go/250 (github.com/edgexfoundry/edgex-go)... [2022-07-02T18:14:08.101Z] [2022-07-02T18:14:08.101Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/ff647151-8bd1-4a1f-82ed-0f90b61c8629 [2022-07-02T18:14:08.101Z] [2022-07-02T18:14:08.101Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-07-02T18:14:08.101Z] [2022-07-02T18:14:08.101Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-07-02T18:14:08.101Z] [2022-07-02T18:14:08.365Z] [2022-07-02T18:14:08.365Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2022-07-02T18:14:08.365Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2022-07-02T18:14:08.378Z] $ docker stop --time=1 1c1009273155780da4a0c6f3d24e8bfc14b2ad8b97ea39a075cf571399c593e2 [2022-07-02T18:14:10.391Z] $ docker rm -f 1c1009273155780da4a0c6f3d24e8bfc14b2ad8b97ea39a075cf571399c593e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-07-02T18:14:10.798Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-02T18:14:10.811Z] provisioning config files... [2022-07-02T18:14:10.821Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/250@tmp/config6244552427879177505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:14:11.125Z] --> edgex-publish-swagger.sh [2022-07-02T18:14:11.125Z] === Publish openapi/v2 API === [2022-07-02T18:14:11.125Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-07-02T18:14:11.125Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/250/openapi/v2/core-command.yaml] [2022-07-02T18:14:11.125Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-02T18:14:11.125Z] Dload Upload Total Spent Left Speed [2022-07-02T18:14:12.067Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 36182 --:--:-- --:--:-- --:--:-- 36144 100 33831 0 0 100 33831 0 36182 --:--:-- --:--:-- --:--:-- 36144 [2022-07-02T18:14:12.067Z] [2022-07-02T18:14:12.067Z] [2022-07-02T18:14:12.067Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/250/openapi/v2/core-data.yaml] [2022-07-02T18:14:12.067Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-02T18:14:12.067Z] Dload Upload Total Spent Left Speed [2022-07-02T18:14:13.007Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 76174 --:--:-- --:--:-- --:--:-- 76093 100 71604 0 0 100 71604 0 76093 --:--:-- --:--:-- --:--:-- 76093 [2022-07-02T18:14:13.007Z] [2022-07-02T18:14:13.007Z] [2022-07-02T18:14:13.007Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/250/openapi/v2/core-metadata.yaml] [2022-07-02T18:14:13.007Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-02T18:14:13.007Z] Dload Upload Total Spent Left Speed [2022-07-02T18:14:13.946Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 149k --:--:-- --:--:-- --:--:-- 149k 100 141k 0 0 100 141k 0 149k --:--:-- --:--:-- --:--:-- 149k [2022-07-02T18:14:13.946Z] [2022-07-02T18:14:13.946Z] [2022-07-02T18:14:13.946Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/250/openapi/v2/support-notifications.yaml] [2022-07-02T18:14:13.946Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-02T18:14:13.946Z] Dload Upload Total Spent Left Speed [2022-07-02T18:14:15.329Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 74061 0:00:01 0:00:01 --:--:-- 74061 100 89318 0 0 100 89318 0 59744 0:00:01 0:00:01 --:--:-- 59744 [2022-07-02T18:14:15.329Z] [2022-07-02T18:14:15.329Z] [2022-07-02T18:14:15.329Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/250/openapi/v2/support-scheduler.yaml] [2022-07-02T18:14:15.329Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-02T18:14:15.329Z] Dload Upload Total Spent Left Speed [2022-07-02T18:14:16.530Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 189k --:--:-- --:--:-- --:--:-- 188k 100 39556 0 0 100 39556 0 41813 --:--:-- --:--:-- --:--:-- 41769 [2022-07-02T18:14:16.530Z] [2022-07-02T18:14:16.530Z] [2022-07-02T18:14:16.530Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/250/openapi/v2/system-agent.yaml] [2022-07-02T18:14:16.530Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-02T18:14:16.530Z] Dload Upload Total Spent Left Speed [2022-07-02T18:14:17.101Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 98485 --:--:-- --:--:-- --:--:-- 98004 100 20091 0 0 100 20091 0 23280 --:--:-- --:--:-- --:--:-- 23253 [2022-07-02T18:14:17.101Z] [2022-07-02T18:14:17.101Z] [Pipeline] } [2022-07-02T18:14:17.108Z] 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-02T18:14:17.514Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-02T18:14:17.514Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:14:17.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-02T18:14:17.822Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T18:14:17.906Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T18:14:17.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-02T18:14:18.371Z] $ docker top 3fb4d07a6af4f4fba976c26677592201e5b512a4720d4d4244fb5118f7c36e70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-02T18:14:18.472Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-02T18:14:18.472Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-02T18:14:18.614Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-02T18:14:18.616Z] $ docker exec 3fb4d07a6af4f4fba976c26677592201e5b512a4720d4d4244fb5118f7c36e70 ssh-agent [2022-07-02T18:14:18.749Z] SSH_AUTH_SOCK=/tmp/ssh-NT8LG69bsdrF/agent.32 [2022-07-02T18:14:18.749Z] SSH_AGENT_PID=38 [2022-07-02T18:14:18.755Z] Running ssh-add (command line suppressed) [2022-07-02T18:14:18.892Z] Identity added: /w/workspace/edgex-go/250@tmp/private_key_3022811279158258740.key (/w/workspace/edgex-go/250@tmp/private_key_3022811279158258740.key) [2022-07-02T18:14:18.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-02T18:14:19.200Z] + git semver tag [2022-07-02T18:14:19.460Z] 2022-07-02 18:14:19,403 [run_tag] DEBUG tag force:False [2022-07-02T18:14:19.460Z] 2022-07-02 18:14:19,403 [check_head_tag] DEBUG check head tag [2022-07-02T18:14:19.460Z] 2022-07-02 18:14:19,404 [execute] INFO git cat-file --batch-check [2022-07-02T18:14:19.460Z] 2022-07-02 18:14:19,405 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/250, universal_newlines=False, shell=None, istream=) [2022-07-02T18:14:19.460Z] 2022-07-02 18:14:19,409 [execute] INFO git cat-file --batch [2022-07-02T18:14:19.460Z] 2022-07-02 18:14:19,409 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/250, universal_newlines=False, shell=None, istream=) [2022-07-02T18:14:19.460Z] 2022-07-02 18:14:19,424 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main [2022-07-02T18:14:19.460Z] 2022-07-02 18:14:19,424 [execute] INFO git tag -a v2.2.1-dev.19 -m v2.2.1-dev.19 [2022-07-02T18:14:19.460Z] 2022-07-02 18:14:19,425 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.19', '-m', 'v2.2.1-dev.19'], cwd=/w/workspace/edgex-go/250, universal_newlines=False, shell=None, istream=None) [2022-07-02T18:14:19.460Z] 2022-07-02 18:14:19,430 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main [2022-07-02T18:14:19.460Z] 2.2.1-dev.19 [Pipeline] } [2022-07-02T18:14:19.471Z] $ docker exec --env ******** --env ******** 3fb4d07a6af4f4fba976c26677592201e5b512a4720d4d4244fb5118f7c36e70 ssh-agent -k [2022-07-02T18:14:19.582Z] unset SSH_AUTH_SOCK; [2022-07-02T18:14:19.582Z] unset SSH_AGENT_PID; [2022-07-02T18:14:19.582Z] echo Agent pid 38 killed; [2022-07-02T18:14:19.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-02T18:14:19.904Z] + git semver [Pipeline] } [2022-07-02T18:14:20.180Z] $ docker stop --time=1 3fb4d07a6af4f4fba976c26677592201e5b512a4720d4d4244fb5118f7c36e70 [2022-07-02T18:14:21.470Z] $ docker rm -f 3fb4d07a6af4f4fba976c26677592201e5b512a4720d4d4244fb5118f7c36e70 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:14:21.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-02T18:14:21.879Z] [2022-07-02T18:14:21.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:14:22.189Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-02T18:14:22.189Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-07-02T18:14:22.189Z] ab5ef0e58194: Pulling fs layer [2022-07-02T18:14:22.189Z] 9712f1f96733: Pulling fs layer [2022-07-02T18:14:22.189Z] 63f879dbbcfc: Pulling fs layer [2022-07-02T18:14:22.189Z] 0d9ebad4ef96: Pulling fs layer [2022-07-02T18:14:22.189Z] e9a5061849ea: Pulling fs layer [2022-07-02T18:14:22.189Z] d747dcd14b5f: Pulling fs layer [2022-07-02T18:14:22.189Z] 2de7ff778b66: Pulling fs layer [2022-07-02T18:14:22.189Z] 0d9ebad4ef96: Waiting [2022-07-02T18:14:22.189Z] e9a5061849ea: Waiting [2022-07-02T18:14:22.189Z] d747dcd14b5f: Waiting [2022-07-02T18:14:22.189Z] 9712f1f96733: Verifying Checksum [2022-07-02T18:14:22.189Z] 9712f1f96733: Download complete [2022-07-02T18:14:22.456Z] 63f879dbbcfc: Download complete [2022-07-02T18:14:22.716Z] e9a5061849ea: Verifying Checksum [2022-07-02T18:14:22.716Z] e9a5061849ea: Download complete [2022-07-02T18:14:22.716Z] d747dcd14b5f: Download complete [2022-07-02T18:14:22.716Z] ab5ef0e58194: Verifying Checksum [2022-07-02T18:14:22.716Z] ab5ef0e58194: Download complete [2022-07-02T18:14:22.716Z] 0d9ebad4ef96: Verifying Checksum [2022-07-02T18:14:22.716Z] 0d9ebad4ef96: Download complete [2022-07-02T18:14:22.716Z] 2de7ff778b66: Verifying Checksum [2022-07-02T18:14:22.716Z] 2de7ff778b66: Download complete [2022-07-02T18:14:26.005Z] ab5ef0e58194: Pull complete [2022-07-02T18:14:26.005Z] 9712f1f96733: Pull complete [2022-07-02T18:14:26.265Z] 63f879dbbcfc: Pull complete [2022-07-02T18:14:30.462Z] 0d9ebad4ef96: Pull complete [2022-07-02T18:14:30.462Z] e9a5061849ea: Pull complete [2022-07-02T18:14:30.462Z] d747dcd14b5f: Pull complete [2022-07-02T18:14:31.400Z] 2de7ff778b66: Pull complete [2022-07-02T18:14:31.400Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-07-02T18:14:31.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-02T18:14:31.400Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T18:14:31.493Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T18:14:31.529Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-07-02T18:14:33.411Z] $ docker top 1b75815f56c627f14d98bccd0e939ff65683ad7120ff806710d099f84ed53ea6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-07-02T18:14:33.500Z] provisioning config files... [2022-07-02T18:14:33.508Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/250@tmp/config5548499586717465845tmp [2022-07-02T18:14:33.520Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/250@tmp/config6990878020427977866tmp [2022-07-02T18:14:33.530Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/250@tmp/config58821019811746395tmp [Pipeline] { [Pipeline] echo [2022-07-02T18:14:33.546Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:14:33.827Z] ---> sigul-configuration.sh [2022-07-02T18:14:33.827Z] gpg: directory `/root/.gnupg' created [2022-07-02T18:14:33.827Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-07-02T18:14:33.827Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-07-02T18:14:33.827Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-07-02T18:14:33.827Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-07-02T18:14:33.827Z] gpg: CAST5 encrypted data [2022-07-02T18:14:33.827Z] gpg: encrypted with 1 passphrase [2022-07-02T18:14:33.827Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-07-02T18:14:34.113Z] + mkdir /home/jenkins [2022-07-02T18:14:34.113Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-07-02T18:14:34.401Z] + 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-02T18:14:34.411Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:14:34.697Z] ---> sigul-install.sh [2022-07-02T18:14:34.697Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-07-02T18:14:34.987Z] + git tag --list [2022-07-02T18:14:34.987Z] 0.6.0 [2022-07-02T18:14:34.987Z] 0.6.1 [2022-07-02T18:14:34.987Z] 0.7.0 [2022-07-02T18:14:34.987Z] 0.7.1 [2022-07-02T18:14:34.987Z] v1.0.0 [2022-07-02T18:14:34.987Z] v1.0.1 [2022-07-02T18:14:34.987Z] v1.1.0 [2022-07-02T18:14:34.987Z] v1.2.0 [2022-07-02T18:14:34.987Z] v1.2.1 [2022-07-02T18:14:34.987Z] v1.3.0 [2022-07-02T18:14:34.987Z] v1.3.1 [2022-07-02T18:14:34.987Z] v2.0.0 [2022-07-02T18:14:34.987Z] v2.1.0 [2022-07-02T18:14:34.987Z] v2.1.1 [2022-07-02T18:14:34.987Z] v2.1.1-dev.1 [2022-07-02T18:14:34.987Z] v2.1.1-dev.2 [2022-07-02T18:14:34.987Z] v2.1.1-dev.3 [2022-07-02T18:14:34.987Z] v2.1.1-dev.4 [2022-07-02T18:14:34.987Z] v2.1.1-dev.5 [2022-07-02T18:14:34.987Z] v2.1.1-dev.6 [2022-07-02T18:14:34.987Z] v2.1.1-dev.7 [2022-07-02T18:14:34.987Z] v2.1.1-dev.8 [2022-07-02T18:14:34.987Z] v2.2.0 [2022-07-02T18:14:34.987Z] v2.2.1-dev.1 [2022-07-02T18:14:34.987Z] v2.2.1-dev.10 [2022-07-02T18:14:34.987Z] v2.2.1-dev.11 [2022-07-02T18:14:34.987Z] v2.2.1-dev.12 [2022-07-02T18:14:34.987Z] v2.2.1-dev.13 [2022-07-02T18:14:34.987Z] v2.2.1-dev.14 [2022-07-02T18:14:34.987Z] v2.2.1-dev.15 [2022-07-02T18:14:34.987Z] v2.2.1-dev.16 [2022-07-02T18:14:34.987Z] v2.2.1-dev.17 [2022-07-02T18:14:34.987Z] v2.2.1-dev.18 [2022-07-02T18:14:34.987Z] v2.2.1-dev.19 [2022-07-02T18:14:34.987Z] v2.2.1-dev.2 [2022-07-02T18:14:34.987Z] v2.2.1-dev.3 [2022-07-02T18:14:34.987Z] v2.2.1-dev.4 [2022-07-02T18:14:34.987Z] v2.2.1-dev.5 [2022-07-02T18:14:34.987Z] v2.2.1-dev.6 [2022-07-02T18:14:34.987Z] v2.2.1-dev.7 [2022-07-02T18:14:34.987Z] v2.2.1-dev.8 [2022-07-02T18:14:34.987Z] v2.2.1-dev.9 [Pipeline] sh [2022-07-02T18:14:35.277Z] + lftools sign git-tag v2.2.1-dev.19 [2022-07-02T18:14:35.852Z] Signing Git tag with Sigul... [2022-07-02T18:14:35.852Z] Signing v2.2.1-dev.19 [Pipeline] echo [2022-07-02T18:14:36.124Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:14:36.463Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-07-02T18:14:36.476Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-07-02T18:14:36.508Z] $ docker stop --time=1 1b75815f56c627f14d98bccd0e939ff65683ad7120ff806710d099f84ed53ea6 [2022-07-02T18:14:37.807Z] $ docker rm -f 1b75815f56c627f14d98bccd0e939ff65683ad7120ff806710d099f84ed53ea6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-07-02T18:14:38.236Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-02T18:14:38.236Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:14:38.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-02T18:14:38.541Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T18:14:38.617Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T18:14:38.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-02T18:14:39.007Z] $ docker top 18b21fe1735b0f603c7252c92618fc517f001fe34adaaa75fa771306498c4d3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-02T18:14:39.099Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-02T18:14:39.099Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-02T18:14:39.240Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-02T18:14:39.242Z] $ docker exec 18b21fe1735b0f603c7252c92618fc517f001fe34adaaa75fa771306498c4d3f ssh-agent [2022-07-02T18:14:39.366Z] SSH_AUTH_SOCK=/tmp/ssh-5Wc57rknQovR/agent.33 [2022-07-02T18:14:39.366Z] SSH_AGENT_PID=39 [2022-07-02T18:14:39.371Z] Running ssh-add (command line suppressed) [2022-07-02T18:14:39.482Z] Identity added: /w/workspace/edgex-go/250@tmp/private_key_8377087346348210218.key (/w/workspace/edgex-go/250@tmp/private_key_8377087346348210218.key) [2022-07-02T18:14:39.498Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-02T18:14:39.786Z] + git semver bump pre [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,980 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,981 [bump_version] DEBUG bumping version:2.2.1-dev.19 on axis:pre with prefix:dev [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,981 [bump_version] DEBUG bumped version:2.2.1-dev.20 [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,981 [write_version] DEBUG write version:2.2.1-dev.20 to path:/w/workspace/edgex-go/250/.semver/main with force:True [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,981 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,981 [write_file] DEBUG write to file:/w/workspace/edgex-go/250/.semver/main [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,984 [execute] INFO git cat-file --batch-check [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,984 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=False, shell=None, istream=) [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,990 [execute] INFO git cat-file --batch [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,990 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=False, shell=None, istream=) [2022-07-02T18:14:40.046Z] 2022-07-02 18:14:39,996 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main [2022-07-02T18:14:40.046Z] 2.2.1-dev.20 [Pipeline] } [2022-07-02T18:14:40.057Z] $ docker exec --env ******** --env ******** 18b21fe1735b0f603c7252c92618fc517f001fe34adaaa75fa771306498c4d3f ssh-agent -k [2022-07-02T18:14:40.191Z] unset SSH_AUTH_SOCK; [2022-07-02T18:14:40.192Z] unset SSH_AGENT_PID; [2022-07-02T18:14:40.192Z] echo Agent pid 39 killed; [2022-07-02T18:14:40.203Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-02T18:14:40.506Z] + git semver [Pipeline] } [2022-07-02T18:14:40.780Z] $ docker stop --time=1 18b21fe1735b0f603c7252c92618fc517f001fe34adaaa75fa771306498c4d3f [2022-07-02T18:14:42.125Z] $ docker rm -f 18b21fe1735b0f603c7252c92618fc517f001fe34adaaa75fa771306498c4d3f [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-02T18:14:42.495Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-02T18:14:42.495Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:14:42.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-02T18:14:42.798Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T18:14:42.896Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T18:14:42.933Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-02T18:14:43.314Z] $ docker top 997c7b7f24384fbf36a71e8edfaf315753fef59577e970df818fc7e5df7c5718 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-02T18:14:43.406Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-02T18:14:43.406Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-02T18:14:43.534Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-02T18:14:43.537Z] $ docker exec 997c7b7f24384fbf36a71e8edfaf315753fef59577e970df818fc7e5df7c5718 ssh-agent [2022-07-02T18:14:43.662Z] SSH_AUTH_SOCK=/tmp/ssh-QClW7nQKpQPU/agent.34 [2022-07-02T18:14:43.662Z] SSH_AGENT_PID=40 [2022-07-02T18:14:43.667Z] Running ssh-add (command line suppressed) [2022-07-02T18:14:43.790Z] Identity added: /w/workspace/edgex-go/250@tmp/private_key_5499467637183089837.key (/w/workspace/edgex-go/250@tmp/private_key_5499467637183089837.key) [2022-07-02T18:14:43.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-02T18:14:44.098Z] + git semver push [2022-07-02T18:14:44.359Z] 2022-07-02 18:14:44,305 [run_push] DEBUG push [2022-07-02T18:14:44.359Z] 2022-07-02 18:14:44,306 [execute] INFO git cat-file --batch-check [2022-07-02T18:14:44.359Z] 2022-07-02 18:14:44,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=False, shell=None, istream=) [2022-07-02T18:14:44.359Z] 2022-07-02 18:14:44,310 [execute] INFO git rev-list cbf294c87b21751d6b9b419045980c3d50781f76 -- [2022-07-02T18:14:44.359Z] 2022-07-02 18:14:44,310 [execute] DEBUG Popen(['git', 'rev-list', 'cbf294c87b21751d6b9b419045980c3d50781f76', '--'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=False, shell=None, istream=None) [2022-07-02T18:14:44.359Z] 2022-07-02 18:14:44,322 [execute] INFO git fetch -v origin [2022-07-02T18:14:44.359Z] 2022-07-02 18:14:44,323 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=True, shell=None, istream=None) [2022-07-02T18:14:44.930Z] 2022-07-02 18:14:44,791 [run_push] DEBUG no remote changes detected [2022-07-02T18:14:44.930Z] 2022-07-02 18:14:44,792 [execute] INFO git push origin semver [2022-07-02T18:14:44.930Z] 2022-07-02 18:14:44,792 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/250/.semver, universal_newlines=False, shell=None, istream=None) [2022-07-02T18:14:45.501Z] 2022-07-02 18:14:45,484 [run_push] DEBUG push all version tags [2022-07-02T18:14:45.501Z] 2022-07-02 18:14:45,485 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-07-02T18:14:45.501Z] 2022-07-02 18:14:45,485 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/250, universal_newlines=False, shell=None, istream=None) [2022-07-02T18:14:46.442Z] 2022-07-02 18:14:46,156 [read_version] DEBUG read version from /w/workspace/edgex-go/250/.semver/main [2022-07-02T18:14:46.442Z] 2.2.1-dev.20 [Pipeline] } [2022-07-02T18:14:46.452Z] $ docker exec --env ******** --env ******** 997c7b7f24384fbf36a71e8edfaf315753fef59577e970df818fc7e5df7c5718 ssh-agent -k [2022-07-02T18:14:46.592Z] unset SSH_AUTH_SOCK; [2022-07-02T18:14:46.592Z] unset SSH_AGENT_PID; [2022-07-02T18:14:46.592Z] echo Agent pid 40 killed; [2022-07-02T18:14:46.604Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-02T18:14:46.906Z] + git semver [Pipeline] } [2022-07-02T18:14:47.182Z] $ docker stop --time=1 997c7b7f24384fbf36a71e8edfaf315753fef59577e970df818fc7e5df7c5718 [2022-07-02T18:14:48.525Z] $ docker rm -f 997c7b7f24384fbf36a71e8edfaf315753fef59577e970df818fc7e5df7c5718 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-07-02T18:14:49.058Z] + [ -d /w/workspace/edgex-go/250/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:14:49.351Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:14:50.219Z] ---> package-listing.sh [2022-07-02T18:14:50.219Z] ++ facter osfamily [2022-07-02T18:14:50.219Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-02T18:14:50.479Z] + OS_FAMILY=debian [2022-07-02T18:14:50.479Z] + workspace=/w/workspace/edgex-go/250 [2022-07-02T18:14:50.479Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-02T18:14:50.479Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-02T18:14:50.479Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-02T18:14:50.479Z] + PACKAGES=/tmp/packages_start.txt [2022-07-02T18:14:50.479Z] + '[' /w/workspace/edgex-go/250 ']' [2022-07-02T18:14:50.479Z] + PACKAGES=/tmp/packages_end.txt [2022-07-02T18:14:50.479Z] + case "${OS_FAMILY}" in [2022-07-02T18:14:50.479Z] + dpkg -l [2022-07-02T18:14:50.479Z] + grep '^ii' [2022-07-02T18:14:50.479Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-02T18:14:50.479Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-02T18:14:50.479Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-02T18:14:50.479Z] + '[' /w/workspace/edgex-go/250 ']' [2022-07-02T18:14:50.479Z] + mkdir -p /w/workspace/edgex-go/250/archives/ [2022-07-02T18:14:50.479Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/250/archives/ [Pipeline] echo [2022-07-02T18:14:50.489Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/250/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-02T18:14:50.767Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:14:51.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-02T18:14:51.328Z] [2022-07-02T18:14:51.328Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-02T18:14:51.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-02T18:14:51.622Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-02T18:14:51.622Z] 5eb5b503b376: Pulling fs layer [2022-07-02T18:14:51.622Z] 5c69ac0246d0: Pulling fs layer [2022-07-02T18:14:51.622Z] ec43610c2a17: Pulling fs layer [2022-07-02T18:14:51.622Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-02T18:14:51.622Z] 33b1e0a273af: Pulling fs layer [2022-07-02T18:14:51.622Z] 5d3b04190fa2: Pulling fs layer [2022-07-02T18:14:51.622Z] 2f39f015ded8: Pulling fs layer [2022-07-02T18:14:51.622Z] 3a2ae6a8a46f: Waiting [2022-07-02T18:14:51.622Z] 33b1e0a273af: Waiting [2022-07-02T18:14:51.622Z] 5d3b04190fa2: Waiting [2022-07-02T18:14:51.622Z] 2f39f015ded8: Waiting [2022-07-02T18:14:51.622Z] 5c69ac0246d0: Download complete [2022-07-02T18:14:51.622Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-02T18:14:51.622Z] 3a2ae6a8a46f: Download complete [2022-07-02T18:14:51.622Z] 33b1e0a273af: Verifying Checksum [2022-07-02T18:14:51.622Z] 33b1e0a273af: Download complete [2022-07-02T18:14:51.622Z] ec43610c2a17: Verifying Checksum [2022-07-02T18:14:51.623Z] ec43610c2a17: Download complete [2022-07-02T18:14:51.881Z] 5d3b04190fa2: Download complete [2022-07-02T18:14:51.881Z] 5eb5b503b376: Download complete [2022-07-02T18:14:52.450Z] 2f39f015ded8: Download complete [2022-07-02T18:14:53.024Z] 5eb5b503b376: Pull complete [2022-07-02T18:14:53.284Z] 5c69ac0246d0: Pull complete [2022-07-02T18:14:53.853Z] ec43610c2a17: Pull complete [2022-07-02T18:14:53.853Z] 3a2ae6a8a46f: Pull complete [2022-07-02T18:14:54.113Z] 33b1e0a273af: Pull complete [2022-07-02T18:14:54.113Z] 5d3b04190fa2: Pull complete [2022-07-02T18:14:59.465Z] 2f39f015ded8: Pull complete [2022-07-02T18:14:59.465Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-02T18:14:59.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-02T18:14:59.465Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-02T18:14:59.550Z] prd-ubuntu20.04-docker-8c-8g-16705 does not seem to be running inside a container [2022-07-02T18:14:59.584Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/250/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-02T18:15:01.100Z] $ docker top e2364bf27212ad411fdcdaedc05b7931253ac74dc28c87668631842b16f889dd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-02T18:15:01.472Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-02T18:15:01.760Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-02T18:15:02.048Z] + ls /var/log/sa-host [2022-07-02T18:15:02.048Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-02T18:15:02.112Z] provisioning config files... [2022-07-02T18:15:02.121Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/250@tmp/config10687686063014546tmp [Pipeline] { [Pipeline] echo [2022-07-02T18:15:02.137Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:15:02.423Z] ---> create-netrc.sh [Pipeline] } [2022-07-02T18:15:02.430Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:15:02.753Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-02T18:15:02.761Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:15:03.045Z] ---> sudo-logs.sh [2022-07-02T18:15:03.046Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-02T18:15:03.071Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:15:03.356Z] ---> job-cost.sh [2022-07-02T18:15:03.356Z] lf-activate-venv: SKIPPING [2022-07-02T18:15:03.356Z] DEBUG: total: 0.10999999940395355 [2022-07-02T18:15:03.356Z] INFO: Retrieving Stack Cost... [2022-07-02T18:15:03.927Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-02T18:15:04.189Z] INFO: Archiving Costs [Pipeline] echo [2022-07-02T18:15:04.200Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-02T18:15:04.482Z] ---> logs-deploy.sh [2022-07-02T18:15:04.482Z] lf-activate-venv: SKIPPING [2022-07-02T18:15:04.482Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/250 [2022-07-02T18:15:04.482Z] INFO: archiving workspace using pattern(s): [2022-07-02T18:15:05.419Z] Archives upload complete. [2022-07-02T18:15:05.419Z] INFO: archiving logs to Nexus