Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3808792b237a8a61d15019083d388cf2a3940d6c Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16206834071707948775.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9631562864476091942.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4479430878428126061.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13314204333474643797.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6136432001429266977.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4612 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/468 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/468 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Avoid second fetch Checking out Revision 3808792b237a8a61d15019083d388cf2a3940d6c (main) Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.2 to 2.1.3 (#4458)" > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3808792b237a8a61d15019083d388cf2a3940d6c # timeout=10 > git rev-list --no-walk d06f1109b530a852e51b6d010774951c53e46570 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-20T17:43:28.086Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-20T17:43:28.123Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-20T17:43:28.139Z] ========================================================= [2023-03-20T17:43:28.139Z] EdgeX Global Pipelines Version Info [2023-03-20T17:43:28.139Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-20T17:43:28.855Z] ------------------- [2023-03-20T17:43:28.855Z] stable info: [2023-03-20T17:43:28.855Z] ------------------- [2023-03-20T17:43:28.855Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-20T17:43:28.855Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-20T17:43:28.855Z] Message: update stable to v1.0.245 [2023-03-20T17:43:29.426Z] ------------------- [2023-03-20T17:43:29.426Z] experimental info: [2023-03-20T17:43:29.426Z] ------------------- [2023-03-20T17:43:29.426Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-20T17:43:29.426Z] Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce [2023-03-20T17:43:29.426Z] Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-20T17:43:29.591Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-20T17:43:29.600Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-20T17:43:29.611Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-20T17:43:29.621Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-20T17:43:29.631Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-20T17:43:29.642Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-20T17:43:29.652Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-20T17:43:29.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-20T17:43:29.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-20T17:43:29.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-20T17:43:29.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-20T17:43:29.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-20T17:43:29.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-20T17:43:29.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-20T17:43:29.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-20T17:43:29.738Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-20T17:43:29.747Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-20T17:43:29.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-20T17:43:29.768Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-20T17:43:29.779Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-20T17:43:29.791Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-20T17:43:29.801Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-20T17:43:29.811Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-20T17:43:29.821Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-20T17:43:29.830Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-20T17:43:29.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-20T17:43:29.851Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] echo [2023-03-20T17:43:29.861Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3808792 [Pipeline] echo [2023-03-20T17:43:29.871Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-20T17:43:29.908Z] provisioning config files... [2023-03-20T17:43:29.920Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/468@tmp/config149962267413649603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-20T17:43:30.221Z] ---> docker-login.sh [2023-03-20T17:43:30.221Z] nexus3.edgexfoundry.org:10001 [2023-03-20T17:43:30.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:43:30.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:43:30.481Z] Configure a credential helper to remove this warning. See [2023-03-20T17:43:30.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:43:30.481Z] [2023-03-20T17:43:30.481Z] Login Succeeded [2023-03-20T17:43:30.481Z] nexus3.edgexfoundry.org:10002 [2023-03-20T17:43:30.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:43:30.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:43:30.741Z] Configure a credential helper to remove this warning. See [2023-03-20T17:43:30.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:43:30.741Z] [2023-03-20T17:43:30.741Z] Login Succeeded [2023-03-20T17:43:30.741Z] nexus3.edgexfoundry.org:10003 [2023-03-20T17:43:30.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:43:30.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:43:30.741Z] Configure a credential helper to remove this warning. See [2023-03-20T17:43:30.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:43:30.741Z] [2023-03-20T17:43:30.741Z] Login Succeeded [2023-03-20T17:43:30.741Z] nexus3.edgexfoundry.org:10004 [2023-03-20T17:43:30.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:43:30.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:43:30.741Z] Configure a credential helper to remove this warning. See [2023-03-20T17:43:30.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:43:30.741Z] [2023-03-20T17:43:30.741Z] Login Succeeded [2023-03-20T17:43:30.741Z] docker.io [2023-03-20T17:43:31.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:43:31.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:43:31.262Z] Configure a credential helper to remove this warning. See [2023-03-20T17:43:31.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:43:31.262Z] [2023-03-20T17:43:31.262Z] Login Succeeded [2023-03-20T17:43:31.262Z] ---> docker-login.sh ends [Pipeline] } [2023-03-20T17:43:31.269Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-20T17:43:31.569Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-03-20T17:43:31.569Z] + cut -d/ -f2 [2023-03-20T17:43:31.569Z] + dirname cmd/core-command/Dockerfile [2023-03-20T17:43:31.569Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-20T17:43:31.569Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-20T17:43:31.569Z] cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-20T17:43:31.569Z] + dirname cmd/core-data/Dockerfile [2023-03-20T17:43:31.569Z] + cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-20T17:43:31.569Z] + dirname cmd/core-metadata/Dockerfile [2023-03-20T17:43:31.569Z] + cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-20T17:43:31.569Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-20T17:43:31.569Z] + cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-20T17:43:31.569Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-20T17:43:31.569Z] + cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-20T17:43:31.569Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-20T17:43:31.569Z] + cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-20T17:43:31.569Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-20T17:43:31.569Z] + cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-20T17:43:31.569Z] + + cut -d/dirname -f2 cmd/security-spiffe-token-provider/Dockerfile [2023-03-20T17:43:31.569Z] [2023-03-20T17:43:31.569Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-20T17:43:31.569Z] + + dirnamecut cmd/security-spire-agent/Dockerfile -d/ [2023-03-20T17:43:31.569Z] -f2 [2023-03-20T17:43:31.569Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-20T17:43:31.569Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-20T17:43:31.569Z] + cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-20T17:43:31.569Z] + + dirname cmd/security-spire-server/Dockerfile [2023-03-20T17:43:31.569Z] cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-20T17:43:31.569Z] + dirname cmd/support-notifications/Dockerfile [2023-03-20T17:43:31.569Z] + cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-20T17:43:31.569Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-20T17:43:31.569Z] + cut -d/ -f2 [2023-03-20T17:43:31.569Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-20T17:43:31.622Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-20T17:43:31.955Z] + git rev-list -1 --merges 3808792b237a8a61d15019083d388cf2a3940d6c~1..3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] echo [2023-03-20T17:43:31.981Z] -----------> git rev-list -1 --merges 3808792b237a8a61d15019083d388cf2a3940d6c~1..3808792b237a8a61d15019083d388cf2a3940d6c 3808792b237a8a61d15019083d388cf2a3940d6c [false] [Pipeline] sh [2023-03-20T17:43:32.272Z] + git log --format=format:%s -1 3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] echo [2023-03-20T17:43:32.286Z] ========================================================= [2023-03-20T17:43:32.286Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-20T17:43:32.286Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-20T17:43:32.652Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-20T17:43:32.652Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-20T17:43:32.652Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-20T17:43:32.652Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-20T17:43:32.652Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-20T17:43:32.652Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-20T17:43:32.652Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:43:33.001Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-20T17:43:33.001Z] [2023-03-20T17:43:33.001Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:43:33.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-20T17:43:33.305Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-20T17:43:33.305Z] b85a868b505f: Pulling fs layer [2023-03-20T17:43:33.305Z] e2be974225ed: Pulling fs layer [2023-03-20T17:43:33.305Z] 339a4e72a1f5: Pulling fs layer [2023-03-20T17:43:33.305Z] 988bab9f4d93: Pulling fs layer [2023-03-20T17:43:33.305Z] 1469e6f7b9e6: Pulling fs layer [2023-03-20T17:43:33.305Z] 988bab9f4d93: Waiting [2023-03-20T17:43:33.305Z] eaf3925da568: Pulling fs layer [2023-03-20T17:43:33.305Z] bab4dde63d76: Pulling fs layer [2023-03-20T17:43:33.305Z] bde34c3a00c8: Pulling fs layer [2023-03-20T17:43:33.305Z] 1469e6f7b9e6: Waiting [2023-03-20T17:43:33.305Z] eaf3925da568: Waiting [2023-03-20T17:43:33.305Z] bab4dde63d76: Waiting [2023-03-20T17:43:33.305Z] b352a97aabf1: Pulling fs layer [2023-03-20T17:43:33.305Z] 4872d77fe225: Pulling fs layer [2023-03-20T17:43:33.305Z] 5851b861e8e6: Pulling fs layer [2023-03-20T17:43:33.305Z] 4872d77fe225: Waiting [2023-03-20T17:43:33.305Z] 5851b861e8e6: Waiting [2023-03-20T17:43:33.305Z] b352a97aabf1: Waiting [2023-03-20T17:43:33.305Z] e2be974225ed: Verifying Checksum [2023-03-20T17:43:33.305Z] e2be974225ed: Download complete [2023-03-20T17:43:33.305Z] 988bab9f4d93: Verifying Checksum [2023-03-20T17:43:33.305Z] 988bab9f4d93: Download complete [2023-03-20T17:43:33.565Z] 1469e6f7b9e6: Verifying Checksum [2023-03-20T17:43:33.565Z] 1469e6f7b9e6: Download complete [2023-03-20T17:43:33.565Z] 339a4e72a1f5: Verifying Checksum [2023-03-20T17:43:33.565Z] 339a4e72a1f5: Download complete [2023-03-20T17:43:33.565Z] eaf3925da568: Verifying Checksum [2023-03-20T17:43:33.565Z] eaf3925da568: Download complete [2023-03-20T17:43:33.565Z] bde34c3a00c8: Verifying Checksum [2023-03-20T17:43:33.565Z] bde34c3a00c8: Download complete [2023-03-20T17:43:33.565Z] b352a97aabf1: Verifying Checksum [2023-03-20T17:43:33.565Z] b352a97aabf1: Download complete [2023-03-20T17:43:33.565Z] 4872d77fe225: Verifying Checksum [2023-03-20T17:43:33.565Z] 4872d77fe225: Download complete [2023-03-20T17:43:33.565Z] 5851b861e8e6: Verifying Checksum [2023-03-20T17:43:33.565Z] 5851b861e8e6: Download complete [2023-03-20T17:43:33.565Z] b85a868b505f: Verifying Checksum [2023-03-20T17:43:33.565Z] b85a868b505f: Download complete [2023-03-20T17:43:33.823Z] bab4dde63d76: Verifying Checksum [2023-03-20T17:43:33.823Z] bab4dde63d76: Download complete [2023-03-20T17:43:35.217Z] b85a868b505f: Pull complete [2023-03-20T17:43:35.217Z] e2be974225ed: Pull complete [2023-03-20T17:43:35.477Z] 339a4e72a1f5: Pull complete [2023-03-20T17:43:35.477Z] 988bab9f4d93: Pull complete [2023-03-20T17:43:35.737Z] 1469e6f7b9e6: Pull complete [2023-03-20T17:43:35.997Z] eaf3925da568: Pull complete [2023-03-20T17:43:37.906Z] bab4dde63d76: Pull complete [2023-03-20T17:43:37.906Z] bde34c3a00c8: Pull complete [2023-03-20T17:43:37.906Z] b352a97aabf1: Pull complete [2023-03-20T17:43:37.906Z] 4872d77fe225: Pull complete [2023-03-20T17:43:37.906Z] 5851b861e8e6: Pull complete [2023-03-20T17:43:38.166Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-20T17:43:38.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-20T17:43:38.166Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T17:43:38.253Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T17:43:38.281Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-20T17:43:41.425Z] $ docker top 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f -eo pid,comm [2023-03-20T17:43:41.477Z] 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). [2023-03-20T17:43:41.477Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-20T17:43:41.573Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-20T17:43:41.573Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-20T17:43:41.675Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-20T17:43:41.677Z] $ docker exec 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f ssh-agent [2023-03-20T17:43:41.788Z] SSH_AUTH_SOCK=/tmp/ssh-PAT4uSBYLFES/agent.32 [2023-03-20T17:43:41.788Z] SSH_AGENT_PID=38 [2023-03-20T17:43:41.794Z] Running ssh-add (command line suppressed) [2023-03-20T17:43:41.886Z] Identity added: /w/workspace/edgex-go/468@tmp/private_key_7714375757056261924.key (/w/workspace/edgex-go/468@tmp/private_key_7714375757056261924.key) [2023-03-20T17:43:41.901Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-20T17:43:42.189Z] + git tag --points-at HEAD [Pipeline] } [2023-03-20T17:43:42.200Z] $ docker exec --env ******** --env ******** 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f ssh-agent -k [2023-03-20T17:43:42.300Z] unset SSH_AUTH_SOCK; [2023-03-20T17:43:42.302Z] unset SSH_AGENT_PID; [2023-03-20T17:43:42.302Z] echo Agent pid 38 killed; [2023-03-20T17:43:42.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-20T17:43:42.337Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-20T17:43:42.337Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-20T17:43:42.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-20T17:43:42.457Z] $ docker exec 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f ssh-agent [2023-03-20T17:43:42.569Z] SSH_AUTH_SOCK=/tmp/ssh-UGJhjILIVaHt/agent.70 [2023-03-20T17:43:42.569Z] SSH_AGENT_PID=76 [2023-03-20T17:43:42.575Z] Running ssh-add (command line suppressed) [2023-03-20T17:43:42.687Z] Identity added: /w/workspace/edgex-go/468@tmp/private_key_210220959705149124.key (/w/workspace/edgex-go/468@tmp/private_key_210220959705149124.key) [2023-03-20T17:43:42.703Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-20T17:43:42.990Z] + git semver init [2023-03-20T17:43:43.252Z] 2023-03-20 17:43:43,178 [run_init] DEBUG init version:0.0.0 force:False [2023-03-20T17:43:43.252Z] 2023-03-20 17:43:43,178 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/468/.semver [2023-03-20T17:43:43.252Z] 2023-03-20 17:43:43,179 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/468/.semver [2023-03-20T17:43:43.252Z] 2023-03-20 17:43:43,179 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/468/.semver'], cwd=/w/workspace/edgex-go/468, universal_newlines=False, shell=None, istream=None) [2023-03-20T17:43:48.530Z] 2023-03-20 17:43:48,091 [append_file] DEBUG append to file:/w/workspace/edgex-go/468/.git/info/exclude [2023-03-20T17:43:48.530Z] 2023-03-20 17:43:48,092 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/468/.semver/main with force:False [2023-03-20T17:43:48.530Z] 2023-03-20 17:43:48,092 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main [2023-03-20T17:43:48.530Z] 2023-03-20 17:43:48,092 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main [2023-03-20T17:43:48.530Z] 3.0.0-dev.106 [Pipeline] } [2023-03-20T17:43:48.541Z] $ docker exec --env ******** --env ******** 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f ssh-agent -k [2023-03-20T17:43:48.645Z] unset SSH_AUTH_SOCK; [2023-03-20T17:43:48.647Z] unset SSH_AGENT_PID; [2023-03-20T17:43:48.647Z] echo Agent pid 76 killed; [2023-03-20T17:43:48.653Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-20T17:43:48.951Z] + git semver [Pipeline] } [2023-03-20T17:43:49.224Z] $ docker stop --time=1 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f [2023-03-20T17:43:50.506Z] $ docker rm -f --volumes 483567bb5a4cd5c9abd054c428934afd4063c32308646a2c9f4dfb9c4d7ac76f [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-20T17:43:50.837Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-20T17:43:51.034Z] Stashed 1 file(s) [Pipeline] echo [2023-03-20T17:43:51.037Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.106 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-20T17:43:51.407Z] + git config --global --add safe.directory /w/workspace/edgex-go/468 [Pipeline] echo [2023-03-20T17:43:51.419Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-20T17:43:51.429Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-20T17:43:51.435Z] ========================================================= [2023-03-20T17:43:51.435Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-20T17:43:51.435Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-20T17:43:51.719Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-20T17:43:51.719Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-20T17:43:51.719Z] 63b65145d645: Pulling fs layer [2023-03-20T17:43:51.719Z] a2d21d5440eb: Pulling fs layer [2023-03-20T17:43:51.719Z] 935e6c44a52c: Pulling fs layer [2023-03-20T17:43:51.719Z] 94cc34f8dd06: Pulling fs layer [2023-03-20T17:43:51.719Z] 30dea6a524f1: Pulling fs layer [2023-03-20T17:43:51.719Z] a2aff8979fd8: Pulling fs layer [2023-03-20T17:43:51.719Z] 6808be2612f2: Pulling fs layer [2023-03-20T17:43:51.719Z] f25807f1079a: Pulling fs layer [2023-03-20T17:43:51.719Z] 30dea6a524f1: Waiting [2023-03-20T17:43:51.719Z] a2aff8979fd8: Waiting [2023-03-20T17:43:51.719Z] 94cc34f8dd06: Waiting [2023-03-20T17:43:51.719Z] 6808be2612f2: Waiting [2023-03-20T17:43:51.719Z] a2d21d5440eb: Verifying Checksum [2023-03-20T17:43:51.719Z] a2d21d5440eb: Download complete [2023-03-20T17:43:51.719Z] 94cc34f8dd06: Verifying Checksum [2023-03-20T17:43:51.719Z] 94cc34f8dd06: Download complete [2023-03-20T17:43:51.719Z] 30dea6a524f1: Verifying Checksum [2023-03-20T17:43:51.719Z] 30dea6a524f1: Download complete [2023-03-20T17:43:51.719Z] 63b65145d645: Verifying Checksum [2023-03-20T17:43:51.719Z] 63b65145d645: Download complete [2023-03-20T17:43:51.719Z] a2aff8979fd8: Verifying Checksum [2023-03-20T17:43:51.719Z] a2aff8979fd8: Download complete [2023-03-20T17:43:51.979Z] 63b65145d645: Pull complete [2023-03-20T17:43:51.979Z] a2d21d5440eb: Pull complete [2023-03-20T17:43:52.565Z] 935e6c44a52c: Download complete [2023-03-20T17:43:52.565Z] f25807f1079a: Verifying Checksum [2023-03-20T17:43:52.565Z] f25807f1079a: Download complete [2023-03-20T17:43:52.824Z] 6808be2612f2: Verifying Checksum [2023-03-20T17:43:52.824Z] 6808be2612f2: Download complete [2023-03-20T17:43:56.113Z] 935e6c44a52c: Pull complete [2023-03-20T17:43:56.113Z] 94cc34f8dd06: Pull complete [2023-03-20T17:43:56.113Z] 30dea6a524f1: Pull complete [2023-03-20T17:43:56.113Z] a2aff8979fd8: Pull complete [2023-03-20T17:43:58.016Z] 6808be2612f2: Pull complete [2023-03-20T17:43:58.584Z] f25807f1079a: Pull complete [2023-03-20T17:43:58.843Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-20T17:43:58.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-20T17:43:58.843Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-20T17:43:59.134Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-20T17:43:59.134Z] WORKDIR /edgex [2023-03-20T17:43:59.134Z] COPY go.mod . [2023-03-20T17:43:59.134Z] RUN go mod download [2023-03-20T17:43:59.134Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-20T17:43:59.702Z] Sending build context to Docker daemon 170.5MB [2023-03-20T17:43:59.702Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-20T17:43:59.702Z] ---> 3b553350e43f [2023-03-20T17:43:59.702Z] Step 2/4 : WORKDIR /edgex [2023-03-20T17:44:05.001Z] ---> Running in d2222af8e8b3 [2023-03-20T17:44:05.001Z] Removing intermediate container d2222af8e8b3 [2023-03-20T17:44:05.001Z] ---> 43243504944b [2023-03-20T17:44:05.001Z] Step 3/4 : COPY go.mod . [2023-03-20T17:44:05.001Z] ---> e8b9abd4c5f5 [2023-03-20T17:44:05.001Z] Step 4/4 : RUN go mod download [2023-03-20T17:44:05.001Z] ---> Running in 0cfcbba9b913 [2023-03-20T17:44:06.103Z] Still waiting to schedule task [2023-03-20T17:44:06.104Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-20T17:44:17.240Z] Removing intermediate container 0cfcbba9b913 [2023-03-20T17:44:17.240Z] ---> f08674386b31 [2023-03-20T17:44:17.240Z] Successfully built f08674386b31 [2023-03-20T17:44:17.240Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:44:17.538Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-20T17:44:17.538Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T17:44:17.609Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T17:44:17.645Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-20T17:44:18.017Z] $ docker top 90f8bbf3087e57f2f93b4a5211da5d9bb6ff9f453efce14b12010096871f3046 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-20T17:44:18.353Z] + go version [2023-03-20T17:44:18.353Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-20T17:44:18.369Z] $ docker stop --time=1 90f8bbf3087e57f2f93b4a5211da5d9bb6ff9f453efce14b12010096871f3046 [2023-03-20T17:44:19.621Z] $ docker rm -f --volumes 90f8bbf3087e57f2f93b4a5211da5d9bb6ff9f453efce14b12010096871f3046 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:44:19.997Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-20T17:44:19.997Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T17:44:20.065Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T17:44:20.098Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-20T17:44:20.442Z] $ docker top c29d713f35d0f464a88f370cde45eab8f7e354ba8652ed7e95897101e77f004a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-20T17:44:20.501Z] ========================================================= [2023-03-20T17:44:20.501Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-20T17:44:20.501Z] ========================================================= [Pipeline] sh [2023-03-20T17:44:20.777Z] + git config --global --add safe.directory /w/workspace/edgex-go/468 [Pipeline] fileExists [Pipeline] sh [2023-03-20T17:44:21.077Z] + make test [2023-03-20T17:44:21.078Z] go test -race -coverprofile=coverage.out ./... [2023-03-20T17:44:27.638Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-20T17:44:43.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-20T17:44:43.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-20T17:44:43.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-20T17:44:43.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-20T17:44:43.658Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-20T17:44:44.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-20T17:44:44.856Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-20T17:44:44.856Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-20T17:44:44.856Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-20T17:44:45.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-20T17:44:45.680Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-20T17:44:46.657Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-20T17:44:46.657Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-20T17:44:46.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-20T17:44:47.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-20T17:44:47.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-20T17:44:47.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.055s coverage: 28.7% of statements [2023-03-20T17:44:48.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 98.5% of statements [2023-03-20T17:44:50.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-20T17:44:50.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-20T17:44:50.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-20T17:44:50.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-20T17:44:50.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-20T17:44:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-20T17:44:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-20T17:44:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-20T17:44:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-20T17:44:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-20T17:44:52.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.088s coverage: 71.3% of statements [2023-03-20T17:44:52.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.080s coverage: 54.0% of statements [2023-03-20T17:44:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-20T17:44:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-20T17:44:55.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.939s coverage: 88.5% of statements [2023-03-20T17:44:55.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.076s coverage: 3.9% of statements [2023-03-20T17:44:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-20T17:44:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-20T17:44:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-20T17:44:56.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.368s coverage: 95.6% of statements [2023-03-20T17:44:56.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-20T17:44:56.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-20T17:44:56.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-20T17:44:56.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-20T17:44:56.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-20T17:44:56.473Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.047s coverage: 72.2% of statements [2023-03-20T17:44:57.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-20T17:44:57.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-20T17:44:57.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-20T17:44:57.410Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.059s coverage: 65.9% of statements [2023-03-20T17:44:57.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-20T17:44:57.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-20T17:44:57.976Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.084s coverage: 0.9% of statements [2023-03-20T17:44:57.976Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.050s coverage: 29.0% of statements [2023-03-20T17:44:58.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 45.5% of statements [2023-03-20T17:44:58.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 82.9% of statements [2023-03-20T17:44:58.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2023-03-20T17:44:58.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2023-03-20T17:44:58.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2023-03-20T17:44:59.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-20T17:44:59.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-20T17:44:59.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-20T17:44:59.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-20T17:44:59.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-20T17:44:59.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-20T17:44:59.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-20T17:44:59.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-20T17:45:00.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-20T17:45:00.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-20T17:45:00.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-20T17:45:00.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-20T17:45:00.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-20T17:45:00.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-20T17:45:01.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-20T17:45:02.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-20T17:45:02.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-20T17:45:03.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-20T17:45:03.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-20T17:45:04.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-20T17:45:04.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-20T17:45:04.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-20T17:45:06.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-20T17:45:06.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-20T17:45:06.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-20T17:45:07.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-20T17:45:07.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-20T17:45:07.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-20T17:45:07.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-20T17:45:08.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-20T17:45:08.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-20T17:45:08.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-20T17:45:08.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-20T17:45:09.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-20T17:45:09.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-20T17:45:09.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-20T17:45:09.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-20T17:45:10.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-20T17:45:10.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-20T17:45:10.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements [2023-03-20T17:45:11.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-20T17:45:11.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.280s coverage: 79.9% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.066s coverage: 92.9% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 64.4% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.062s coverage: 86.9% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.053s coverage: 87.2% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.051s coverage: 20.0% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 81.2% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 82.1% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.047s coverage: 86.0% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.155s coverage: 63.1% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 38.4% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.109s coverage: 92.3% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 61.5% of statements [2023-03-20T17:45:24.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.080s coverage: 97.7% of statements [2023-03-20T17:45:24.138Z] 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 [2023-03-20T17:45:46.054Z] go vet ./... [2023-03-20T17:45:47.459Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-20T17:45:47.717Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-20T17:45:47.717Z] ./bin/test-attribution-txt.sh [2023-03-20T17:45:47.717Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-03-20T17:45:47.728Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-20T17:45:48.020Z] + ls -al . [2023-03-20T17:45:48.020Z] total 704 [2023-03-20T17:45:48.020Z] drwxrwxr-x 11 1001 1001 4096 Mar 20 17:44 . [2023-03-20T17:45:48.020Z] drwxr-xr-x 4 root root 4096 Mar 20 17:44 .. [2023-03-20T17:45:48.020Z] drwxrwxr-x 2 1001 1001 4096 Mar 20 17:43 .blubracket [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 16 Mar 20 17:43 .dockerignore [2023-03-20T17:45:48.020Z] drwxrwxr-x 8 1001 1001 4096 Mar 20 17:43 .git [2023-03-20T17:45:48.020Z] drwxrwxr-x 3 1001 1001 4096 Mar 20 17:43 .github [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 1133 Mar 20 17:43 .gitignore [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 42 Mar 20 17:43 .golangci.yml [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 87 Mar 20 17:43 .hadolint.yml [2023-03-20T17:45:48.020Z] drwxr-xr-x 3 1001 1001 4096 Mar 20 17:43 .semver [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 166 Mar 20 17:43 .sonarcloud.properties [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 1171 Mar 20 17:43 ADOPTERS.md [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 10825 Mar 20 17:43 Attribution.txt [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 73765 Mar 20 17:43 CHANGELOG.md [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:43 CONTRIBUTING.md [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 677 Mar 20 17:43 GOVERNANCE.md [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 883 Mar 20 17:43 Jenkinsfile [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:43 LICENSE [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 14266 Mar 20 17:43 Makefile [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 582 Mar 20 17:43 OWNERS.md [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 9403 Mar 20 17:43 README.md [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 789 Mar 20 17:43 SECURITY.md [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 13 Mar 20 17:43 VERSION [2023-03-20T17:45:48.020Z] drwxrwxr-x 2 1001 1001 4096 Mar 20 17:43 bin [2023-03-20T17:45:48.020Z] drwxrwxr-x 18 1001 1001 4096 Mar 20 17:43 cmd [2023-03-20T17:45:48.020Z] -rw-r--r-- 1 root root 447275 Mar 20 17:45 coverage.out [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 3236 Mar 20 17:43 go.mod [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 31410 Mar 20 17:43 go.sum [2023-03-20T17:45:48.020Z] drwxrwxr-x 7 1001 1001 4096 Mar 20 17:43 internal [2023-03-20T17:45:48.020Z] drwxrwxr-x 3 1001 1001 4096 Mar 20 17:43 openapi [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 594 Mar 20 17:43 security.txt [2023-03-20T17:45:48.020Z] drwxrwxr-x 4 1001 1001 4096 Mar 20 17:43 snap [2023-03-20T17:45:48.020Z] -rw-rw-r-- 1 1001 1001 204 Mar 20 17:43 version.go [Pipeline] sh [2023-03-20T17:45:48.344Z] + '[' -e coverage.out ] [2023-03-20T17:45:48.344Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-20T17:45:48.445Z] Stashed 1 file(s) [Pipeline] sh [2023-03-20T17:45:48.733Z] + make build [2023-03-20T17:45:48.733Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-20T17:46:00.927Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-20T17:46:00.928Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-20T17:46:01.860Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-20T17:46:02.424Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-20T17:46:08.979Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-20T17:46:10.352Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-20T17:46:11.285Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-20T17:46:12.220Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-20T17:46:13.155Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-20T17:46:14.089Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-20T17:46:15.023Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-20T17:46:16.416Z] $ docker stop --time=1 c29d713f35d0f464a88f370cde45eab8f7e354ba8652ed7e95897101e77f004a [2023-03-20T17:46:20.819Z] $ docker rm -f --volumes c29d713f35d0f464a88f370cde45eab8f7e354ba8652ed7e95897101e77f004a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:46:21.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-20T17:46:21.669Z] [2023-03-20T17:46:21.669Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:46:21.963Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-20T17:46:22.222Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-20T17:46:22.222Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-20T17:46:22.222Z] ca9280d653b3: Pulling fs layer [2023-03-20T17:46:22.222Z] 7e9c9ca2126c: Pulling fs layer [2023-03-20T17:46:22.222Z] cbdbe7a5bc2a: Download complete [2023-03-20T17:46:22.222Z] ca9280d653b3: Verifying Checksum [2023-03-20T17:46:22.222Z] ca9280d653b3: Download complete [2023-03-20T17:46:22.222Z] cbdbe7a5bc2a: Pull complete [2023-03-20T17:46:22.790Z] 7e9c9ca2126c: Download complete [2023-03-20T17:46:22.790Z] ca9280d653b3: Pull complete [2023-03-20T17:46:26.074Z] 7e9c9ca2126c: Pull complete [2023-03-20T17:46:26.074Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-20T17:46:26.074Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-20T17:46:26.074Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T17:46:26.150Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T17:46:26.190Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-20T17:46:28.364Z] $ docker top 49fb5bddc3ccf3248be8500fd14ea86cd9c7786f7e92675c9819bf1d80191cb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-20T17:46:28.700Z] + docker-compose build --help [2023-03-20T17:46:28.700Z] + grep parallel [2023-03-20T17:46:29.268Z] --parallel Build images in parallel. [Pipeline] } [2023-03-20T17:46:29.285Z] $ docker stop --time=1 49fb5bddc3ccf3248be8500fd14ea86cd9c7786f7e92675c9819bf1d80191cb4 [2023-03-20T17:46:30.569Z] $ docker rm -f --volumes 49fb5bddc3ccf3248be8500fd14ea86cd9c7786f7e92675c9819bf1d80191cb4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:46:30.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-20T17:46:30.936Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T17:46:31.007Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T17:46:31.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-20T17:46:31.417Z] $ docker top 5291b24224e51cc7a83e2b9eb10082b8536a5868eb364e7540172e330790310b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-20T17:46:31.748Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-20T17:46:32.317Z] Building core-command ... [2023-03-20T17:46:32.317Z] Building core-common-config-bootstrapper ... [2023-03-20T17:46:32.317Z] Building core-data ... [2023-03-20T17:46:32.317Z] Building core-metadata ... [2023-03-20T17:46:32.317Z] Building security-bootstrapper ... [2023-03-20T17:46:32.317Z] Building security-proxy-auth ... [2023-03-20T17:46:32.317Z] Building security-proxy-setup ... [2023-03-20T17:46:32.317Z] Building security-secretstore-setup ... [2023-03-20T17:46:32.317Z] Building security-spiffe-token-provider ... [2023-03-20T17:46:32.317Z] Building security-spire-agent ... [2023-03-20T17:46:32.317Z] Building security-spire-config ... [2023-03-20T17:46:32.317Z] Building security-spire-server ... [2023-03-20T17:46:32.317Z] Building support-notifications ... [2023-03-20T17:46:32.317Z] Building support-scheduler ... [2023-03-20T17:46:32.317Z] Building security-bootstrapper [2023-03-20T17:46:32.317Z] Building security-secretstore-setup [2023-03-20T17:46:32.317Z] Building support-scheduler [2023-03-20T17:46:32.317Z] Building security-proxy-setup [2023-03-20T17:46:32.317Z] Building support-notifications [2023-03-20T17:46:44.514Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:46:44.514Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:46:44.514Z] ---> f08674386b31 [2023-03-20T17:46:44.514Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-20T17:46:44.514Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:46:44.514Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:46:44.514Z] ---> f08674386b31 [2023-03-20T17:46:44.514Z] Step 3/33 : WORKDIR /edgex-go [2023-03-20T17:46:44.514Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:46:44.514Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:46:44.514Z] ---> f08674386b31 [2023-03-20T17:46:44.514Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-20T17:46:44.514Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:46:44.514Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:46:44.514Z] ---> f08674386b31 [2023-03-20T17:46:44.514Z] Step 3/22 : WORKDIR /edgex-go [2023-03-20T17:46:44.514Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:46:44.514Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:46:44.514Z] ---> f08674386b31 [2023-03-20T17:46:44.514Z] Step 3/25 : WORKDIR /edgex-go [2023-03-20T17:46:51.080Z] ---> Running in d528a0cbc912 [2023-03-20T17:46:51.080Z] ---> Running in 965e7bd0066b [2023-03-20T17:46:51.080Z] ---> Running in 2afaa9155e89 [2023-03-20T17:46:51.080Z] ---> Running in 24eb83f272de [2023-03-20T17:46:51.080Z] ---> Running in 908bfd4d22a1 [2023-03-20T17:46:51.080Z] Removing intermediate container 2afaa9155e89 [2023-03-20T17:46:51.080Z] ---> aabab72b1950 [2023-03-20T17:46:51.080Z] Step 4/23 : WORKDIR /edgex-go [2023-03-20T17:46:51.080Z] Removing intermediate container d528a0cbc912 [2023-03-20T17:46:51.080Z] ---> 688e185c678b [2023-03-20T17:46:51.080Z] Step 4/23 : WORKDIR /edgex-go [2023-03-20T17:46:51.080Z] Removing intermediate container 965e7bd0066b [2023-03-20T17:46:51.080Z] ---> e6ddb3b1b4cc [2023-03-20T17:46:51.080Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-03-20T17:46:51.080Z] Removing intermediate container 908bfd4d22a1 [2023-03-20T17:46:51.080Z] ---> 501bbf9fbfda [2023-03-20T17:46:51.080Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-03-20T17:46:51.080Z] Removing intermediate container 24eb83f272de [2023-03-20T17:46:51.080Z] ---> d3e289dc8e63 [2023-03-20T17:46:51.081Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-03-20T17:46:51.081Z] ---> Running in 5a312aaaae42 [2023-03-20T17:46:51.081Z] ---> Running in 888a97084509 [2023-03-20T17:46:51.081Z] ---> Running in d3cb7de1993c [2023-03-20T17:46:51.081Z] ---> Running in 5d76f503564e [2023-03-20T17:46:51.081Z] ---> Running in 6b9c0589fa4e [2023-03-20T17:46:51.081Z] Removing intermediate container 5a312aaaae42 [2023-03-20T17:46:51.081Z] ---> 9b984152281b [2023-03-20T17:46:51.081Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-20T17:46:51.081Z] Removing intermediate container 888a97084509 [2023-03-20T17:46:51.081Z] ---> 503bfb2feb46 [2023-03-20T17:46:51.081Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-20T17:46:51.081Z] ---> Running in 69e1899436df [2023-03-20T17:46:51.081Z] ---> Running in dea99183f1f8 [2023-03-20T17:46:51.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:46:51.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:46:51.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:46:51.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:46:51.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:46:51.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:46:51.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:46:51.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:46:51.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:46:51.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:46:51.338Z] OK: 265 MiB in 53 packages [2023-03-20T17:46:51.338Z] OK: 265 MiB in 53 packages [2023-03-20T17:46:51.595Z] OK: 265 MiB in 53 packages [2023-03-20T17:46:51.595Z] OK: 265 MiB in 53 packages [2023-03-20T17:46:51.595Z] OK: 265 MiB in 53 packages [2023-03-20T17:46:51.854Z] Removing intermediate container d3cb7de1993c [2023-03-20T17:46:51.854Z] ---> 7e1776f52878 [2023-03-20T17:46:51.854Z] Step 5/22 : COPY go.mod vendor* ./ [2023-03-20T17:46:52.113Z] ---> b7272c2a79a9 [2023-03-20T17:46:52.113Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:46:52.113Z] Removing intermediate container 5d76f503564e [2023-03-20T17:46:52.113Z] ---> 170ed57c004d [2023-03-20T17:46:52.113Z] Step 5/33 : COPY go.mod vendor* ./ [2023-03-20T17:46:52.113Z] Removing intermediate container 6b9c0589fa4e [2023-03-20T17:46:52.113Z] ---> b15fdc5df666 [2023-03-20T17:46:52.113Z] Step 5/25 : COPY go.mod vendor* ./ [2023-03-20T17:46:52.371Z] ---> Running in 87b28368f8b2 [2023-03-20T17:46:52.371Z] Removing intermediate container 69e1899436df [2023-03-20T17:46:52.371Z] ---> 9ce4fd970af6 [2023-03-20T17:46:52.371Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-20T17:46:52.371Z] Removing intermediate container dea99183f1f8 [2023-03-20T17:46:52.371Z] ---> 544ebe0f24a6 [2023-03-20T17:46:52.371Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-20T17:46:52.371Z] ---> 909c2bc7f883 [2023-03-20T17:46:52.371Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:46:52.371Z] ---> Running in 44020b089300 [2023-03-20T17:46:52.371Z] ---> 3b208ab2e420 [2023-03-20T17:46:52.371Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:46:52.629Z] ---> Running in 3c6a5ea0db87 [2023-03-20T17:46:52.629Z] ---> 57e53f17a8ec [2023-03-20T17:46:52.629Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:46:52.629Z] ---> 16cbcd0f0c51 [2023-03-20T17:46:52.629Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:46:52.629Z] ---> Running in da42a0a25d65 [2023-03-20T17:46:52.629Z] ---> Running in 6f729458b45f [2023-03-20T17:47:41.697Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4613 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-20T17:47:41.711Z] Running in /w/workspace/edgex-go/468 [Pipeline] { [Pipeline] checkout [2023-03-20T17:47:41.745Z] The recommended git tool is: git [2023-03-20T17:47:48.443Z] using credential edgex-jenkins-ssh [2023-03-20T17:47:48.463Z] Cloning the remote Git repository [2023-03-20T17:47:48.528Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-20T17:47:48.657Z] > git init /w/workspace/edgex-go/468 # timeout=10 [2023-03-20T17:47:48.817Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-20T17:47:48.818Z] > git --version # timeout=10 [2023-03-20T17:47:48.840Z] > git --version # 'git version 2.25.1' [2023-03-20T17:47:48.843Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-20T17:47:49.029Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-20T17:48:02.671Z] Removing intermediate container 3c6a5ea0db87 [2023-03-20T17:48:02.671Z] ---> 5a5df06f99d3 [2023-03-20T17:48:02.671Z] Step 7/25 : COPY . . [2023-03-20T17:48:02.671Z] Removing intermediate container 87b28368f8b2 [2023-03-20T17:48:02.671Z] ---> ed02ce0b7da0 [2023-03-20T17:48:02.671Z] Step 7/22 : COPY . . [2023-03-20T17:48:02.671Z] Removing intermediate container 6f729458b45f [2023-03-20T17:48:02.671Z] ---> e4fc60ca8ccc [2023-03-20T17:48:02.671Z] Step 8/23 : COPY . . [2023-03-20T17:48:02.671Z] Removing intermediate container da42a0a25d65 [2023-03-20T17:48:02.671Z] ---> 394c5bb87e17 [2023-03-20T17:48:02.671Z] Step 8/23 : COPY . . [2023-03-20T17:48:02.671Z] Removing intermediate container 44020b089300 [2023-03-20T17:48:02.671Z] ---> 0a33f8008642 [2023-03-20T17:48:02.671Z] Step 7/33 : COPY . . [2023-03-20T17:48:08.274Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-20T17:48:08.314Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-20T17:48:09.374Z] Avoid second fetch [2023-03-20T17:48:09.375Z] Checking out Revision 3808792b237a8a61d15019083d388cf2a3940d6c (main) [2023-03-20T17:48:10.253Z] Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.2 to 2.1.3 (#4458)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-20T17:48:09.398Z] > git config core.sparsecheckout # timeout=10 [2023-03-20T17:48:09.489Z] > git checkout -f 3808792b237a8a61d15019083d388cf2a3940d6c # timeout=10 [2023-03-20T17:48:11.171Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-20T17:48:11.171Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-20T17:48:11.171Z] Dload Upload Total Spent Left Speed [2023-03-20T17:48:11.171Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 65056 0 --:--:-- --:--:-- --:--:-- 65389 [Pipeline] sh [2023-03-20T17:48:12.060Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-20T17:48:12.426Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-20T17:48:12.426Z] + sudo tee /etc/docker/daemon.new [2023-03-20T17:48:12.426Z] { [2023-03-20T17:48:12.426Z] "registry-mirrors": [ [2023-03-20T17:48:12.426Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-20T17:48:12.426Z] ], [2023-03-20T17:48:12.426Z] "bip": "10.250.0.254/24", [2023-03-20T17:48:12.426Z] "hosts": [ [2023-03-20T17:48:12.426Z] "tcp://0.0.0.0:5555", [2023-03-20T17:48:12.426Z] "unix:///var/run/docker.sock" [2023-03-20T17:48:12.426Z] ], [2023-03-20T17:48:12.426Z] "mtu": 1458, [2023-03-20T17:48:12.426Z] "selinux-enabled": true, [2023-03-20T17:48:12.426Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-20T17:48:12.426Z] } [Pipeline] sh [2023-03-20T17:48:12.790Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-20T17:48:13.152Z] + sudo service docker restart [2023-03-20T17:48:17.554Z] ---> a3381151571c [2023-03-20T17:48:17.554Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-20T17:48:17.554Z] ---> 7a2e59126fad [2023-03-20T17:48:17.554Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-03-20T17:48:17.554Z] ---> 38ec1a9e4e69 [2023-03-20T17:48:17.554Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-20T17:48:17.554Z] ---> 158387afb9df [2023-03-20T17:48:17.554Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-03-20T17:48:17.554Z] ---> 2e196a50a6fe [2023-03-20T17:48:17.554Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-03-20T17:48:17.554Z] ---> Running in 838d99e34283 [2023-03-20T17:48:17.554Z] ---> Running in 7f4b3fe17748 [2023-03-20T17:48:17.554Z] ---> Running in bf372c69c608 [2023-03-20T17:48:17.554Z] ---> Running in 32cb85980326 [2023-03-20T17:48:17.554Z] ---> Running in aa3ba93b7deb [2023-03-20T17:48:18.132Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-20T17:48:18.132Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-20T17:48:18.408Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-20T17:48:18.666Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-20T17:48:18.666Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-20T17:48:31.482Z] provisioning config files... [2023-03-20T17:48:31.512Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/468@tmp/config6112448344662009609tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-20T17:48:31.883Z] ---> docker-login.sh [2023-03-20T17:48:31.883Z] nexus3.edgexfoundry.org:10001 [2023-03-20T17:48:32.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:48:32.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:48:32.478Z] Configure a credential helper to remove this warning. See [2023-03-20T17:48:32.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:48:32.478Z] [2023-03-20T17:48:32.478Z] Login Succeeded [2023-03-20T17:48:32.478Z] nexus3.edgexfoundry.org:10002 [2023-03-20T17:48:32.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:48:33.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:48:33.033Z] Configure a credential helper to remove this warning. See [2023-03-20T17:48:33.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:48:33.033Z] [2023-03-20T17:48:33.033Z] Login Succeeded [2023-03-20T17:48:33.033Z] nexus3.edgexfoundry.org:10003 [2023-03-20T17:48:33.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:48:33.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:48:33.304Z] Configure a credential helper to remove this warning. See [2023-03-20T17:48:33.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:48:33.304Z] [2023-03-20T17:48:33.304Z] Login Succeeded [2023-03-20T17:48:33.304Z] nexus3.edgexfoundry.org:10004 [2023-03-20T17:48:33.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:48:33.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:48:33.576Z] Configure a credential helper to remove this warning. See [2023-03-20T17:48:33.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:48:33.576Z] [2023-03-20T17:48:33.576Z] Login Succeeded [2023-03-20T17:48:33.576Z] docker.io [2023-03-20T17:48:33.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:48:34.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:48:34.124Z] Configure a credential helper to remove this warning. See [2023-03-20T17:48:34.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:48:34.124Z] [2023-03-20T17:48:34.124Z] Login Succeeded [2023-03-20T17:48:34.124Z] ---> docker-login.sh ends [Pipeline] } [2023-03-20T17:48:34.139Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-20T17:48:34.732Z] + git config --global --add safe.directory /w/workspace/edgex-go/468 [Pipeline] echo [2023-03-20T17:48:34.751Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-20T17:48:34.764Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-20T17:48:34.772Z] ========================================================= [2023-03-20T17:48:34.772Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-20T17:48:34.772Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-20T17:48:35.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-20T17:48:35.101Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-20T17:48:35.101Z] af6eaf76a39c: Pulling fs layer [2023-03-20T17:48:35.101Z] 55522c791124: Pulling fs layer [2023-03-20T17:48:35.101Z] ce5c4a1c91eb: Pulling fs layer [2023-03-20T17:48:35.101Z] 169dfbe0d373: Pulling fs layer [2023-03-20T17:48:35.101Z] e1ff8fa3b103: Pulling fs layer [2023-03-20T17:48:35.101Z] 52ebb69f0ebf: Pulling fs layer [2023-03-20T17:48:35.101Z] 5abe8eddf0d5: Pulling fs layer [2023-03-20T17:48:35.101Z] e1ff8fa3b103: Waiting [2023-03-20T17:48:35.101Z] 52ebb69f0ebf: Waiting [2023-03-20T17:48:35.101Z] 5abe8eddf0d5: Waiting [2023-03-20T17:48:35.101Z] 169dfbe0d373: Waiting [2023-03-20T17:48:35.376Z] 55522c791124: Verifying Checksum [2023-03-20T17:48:35.376Z] 55522c791124: Download complete [2023-03-20T17:48:35.376Z] 169dfbe0d373: Verifying Checksum [2023-03-20T17:48:35.376Z] 169dfbe0d373: Download complete [2023-03-20T17:48:35.376Z] e1ff8fa3b103: Verifying Checksum [2023-03-20T17:48:35.376Z] e1ff8fa3b103: Download complete [2023-03-20T17:48:35.376Z] af6eaf76a39c: Verifying Checksum [2023-03-20T17:48:35.376Z] af6eaf76a39c: Download complete [2023-03-20T17:48:36.370Z] af6eaf76a39c: Pull complete [2023-03-20T17:48:36.370Z] 5abe8eddf0d5: Verifying Checksum [2023-03-20T17:48:36.370Z] 5abe8eddf0d5: Download complete [2023-03-20T17:48:36.966Z] 55522c791124: Pull complete [2023-03-20T17:48:37.952Z] ce5c4a1c91eb: Download complete [2023-03-20T17:48:37.952Z] 52ebb69f0ebf: Verifying Checksum [2023-03-20T17:48:37.952Z] 52ebb69f0ebf: Download complete [2023-03-20T17:48:50.313Z] ce5c4a1c91eb: Pull complete [2023-03-20T17:48:50.313Z] 169dfbe0d373: Pull complete [2023-03-20T17:48:50.313Z] e1ff8fa3b103: Pull complete [2023-03-20T17:48:57.018Z] 52ebb69f0ebf: Pull complete [2023-03-20T17:48:57.421Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-20T17:48:58.455Z] 5abe8eddf0d5: Pull complete [2023-03-20T17:48:58.455Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-20T17:48:58.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-20T17:48:58.455Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-20T17:48:58.810Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-20T17:48:58.810Z] WORKDIR /edgex [2023-03-20T17:48:58.810Z] COPY go.mod . [2023-03-20T17:48:58.810Z] RUN go mod download [2023-03-20T17:48:58.810Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-20T17:48:59.408Z] Sending build context to Docker daemon 2.933MB [2023-03-20T17:48:59.408Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-20T17:48:59.408Z] ---> 6cb57ee374ae [2023-03-20T17:48:59.408Z] Step 2/4 : WORKDIR /edgex [2023-03-20T17:49:02.025Z] ---> Running in 832190de7afe [2023-03-20T17:49:02.297Z] Removing intermediate container 832190de7afe [2023-03-20T17:49:02.297Z] ---> 972b45535ecb [2023-03-20T17:49:02.297Z] Step 3/4 : COPY go.mod . [2023-03-20T17:49:02.734Z] Removing intermediate container 32cb85980326 [2023-03-20T17:49:02.734Z] ---> f69a30419393 [2023-03-20T17:49:02.734Z] [2023-03-20T17:49:02.734Z] Step 9/33 : FROM alpine:3.17 [2023-03-20T17:49:02.894Z] ---> 0e214b7efdbe [2023-03-20T17:49:02.894Z] Step 4/4 : RUN go mod download [2023-03-20T17:49:02.995Z] 3.17: Pulling from library/alpine [2023-03-20T17:49:03.165Z] ---> Running in d86bbd89470f [2023-03-20T17:49:03.562Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-20T17:49:03.823Z] Status: Downloaded newer image for alpine:3.17 [2023-03-20T17:49:03.823Z] ---> b2aa39c304c2 [2023-03-20T17:49:03.823Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-20T17:49:13.857Z] ---> Running in 16a4f0ed754b [2023-03-20T17:49:13.857Z] Removing intermediate container 16a4f0ed754b [2023-03-20T17:49:13.857Z] ---> 27264932e45f [2023-03-20T17:49:13.857Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-20T17:49:13.857Z] ---> Running in fc3f07e60809 [2023-03-20T17:49:13.857Z] Removing intermediate container 7f4b3fe17748 [2023-03-20T17:49:13.857Z] ---> 57841441d29e [2023-03-20T17:49:13.857Z] [2023-03-20T17:49:13.857Z] Step 9/25 : FROM alpine:3.17 [2023-03-20T17:49:13.857Z] ---> b2aa39c304c2 [2023-03-20T17:49:13.857Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-20T17:49:13.857Z] Removing intermediate container aa3ba93b7deb [2023-03-20T17:49:13.857Z] ---> 9ac877ec2d65 [2023-03-20T17:49:13.857Z] [2023-03-20T17:49:13.857Z] Step 9/22 : FROM alpine:3.17 [2023-03-20T17:49:13.857Z] ---> b2aa39c304c2 [2023-03-20T17:49:13.857Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-03-20T17:49:13.857Z] ---> Running in 49df857df886 [2023-03-20T17:49:13.857Z] ---> Running in 6162e18f2083 [2023-03-20T17:49:13.857Z] Removing intermediate container bf372c69c608 [2023-03-20T17:49:13.857Z] ---> aa31f32007b9 [2023-03-20T17:49:13.857Z] [2023-03-20T17:49:13.857Z] Step 10/23 : FROM alpine:3.17 [2023-03-20T17:49:13.857Z] ---> b2aa39c304c2 [2023-03-20T17:49:13.857Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-20T17:49:13.857Z] Removing intermediate container 838d99e34283 [2023-03-20T17:49:13.857Z] ---> e733da6904ee [2023-03-20T17:49:13.857Z] [2023-03-20T17:49:13.857Z] Step 10/23 : FROM alpine:3.17 [2023-03-20T17:49:13.857Z] ---> b2aa39c304c2 [2023-03-20T17:49:13.857Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-20T17:49:13.857Z] ---> Running in 3872ea4443d0 [2023-03-20T17:49:13.857Z] ---> Running in a9aac6270409 [2023-03-20T17:49:13.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:13.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:13.857Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-20T17:49:13.857Z] (2/2) Installing su-exec (0.2-r2) [2023-03-20T17:49:13.857Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:49:13.857Z] OK: 7 MiB in 17 packages [2023-03-20T17:49:13.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:13.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:13.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:13.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:14.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:14.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:14.115Z] (1/3) Installing ca-certificates (20220614-r4) [2023-03-20T17:49:14.115Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-03-20T17:49:14.115Z] (3/3) Installing su-exec (0.2-r2) [2023-03-20T17:49:14.115Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-20T17:49:14.115Z] (2/2) Installing openssl (3.0.8-r0) [2023-03-20T17:49:14.115Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:49:14.115Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:49:14.115Z] Executing ca-certificates-20220614-r4.trigger [2023-03-20T17:49:14.115Z] OK: 8 MiB in 17 packages [2023-03-20T17:49:14.520Z] OK: 8 MiB in 18 packages [2023-03-20T17:49:14.520Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-20T17:49:14.520Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:49:14.520Z] OK: 7 MiB in 16 packages [2023-03-20T17:49:14.520Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:14.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:14.800Z] Removing intermediate container fc3f07e60809 [2023-03-20T17:49:14.800Z] ---> 56ff62a18924 [2023-03-20T17:49:14.800Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-20T17:49:14.800Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-20T17:49:14.800Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-20T17:49:14.800Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:49:14.800Z] Executing ca-certificates-20220614-r4.trigger [2023-03-20T17:49:14.800Z] OK: 8 MiB in 17 packages [2023-03-20T17:49:15.218Z] ---> Running in c6f89ddef74d [2023-03-20T17:49:15.475Z] Removing intermediate container c6f89ddef74d [2023-03-20T17:49:15.475Z] ---> d36038b5a6d9 [2023-03-20T17:49:15.475Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-20T17:49:16.416Z] ---> Running in 05fa4bb34966 [2023-03-20T17:49:16.982Z] Removing intermediate container 6162e18f2083 [2023-03-20T17:49:16.982Z] ---> 11618a483a0c [2023-03-20T17:49:16.982Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-20T17:49:17.961Z] Removing intermediate container 49df857df886 [2023-03-20T17:49:17.962Z] ---> 2c95707d5d62 [2023-03-20T17:49:17.962Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-20T17:49:17.962Z] ---> Running in 27b0bf016985 [2023-03-20T17:49:17.962Z] Removing intermediate container 3872ea4443d0 [2023-03-20T17:49:17.962Z] ---> 2fbf7ef49f4a [2023-03-20T17:49:17.962Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-20T17:49:17.962Z] Removing intermediate container 05fa4bb34966 [2023-03-20T17:49:17.962Z] ---> 4f3f9fdb8daa [2023-03-20T17:49:17.962Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-20T17:49:17.962Z] ---> Running in a4b2e33032e9 [2023-03-20T17:49:17.962Z] ---> Running in 6f43c1147e6e [2023-03-20T17:49:17.962Z] Removing intermediate container a9aac6270409 [2023-03-20T17:49:17.962Z] ---> 55cf8cf2d896 [2023-03-20T17:49:17.962Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-20T17:49:17.962Z] ---> Running in 23c37612782d [2023-03-20T17:49:18.226Z] ---> Running in 26cf0adcbd0a [2023-03-20T17:49:18.226Z] Removing intermediate container 6f43c1147e6e [2023-03-20T17:49:18.226Z] Removing intermediate container 27b0bf016985 [2023-03-20T17:49:18.226Z] ---> 972628426d30 [2023-03-20T17:49:18.226Z] Step 13/23 : ENV APP_PORT=59861 ---> eeaa011680a6 [2023-03-20T17:49:18.226Z] [2023-03-20T17:49:18.226Z] Step 12/22 : WORKDIR /edgex [2023-03-20T17:49:18.226Z] Removing intermediate container a4b2e33032e9 [2023-03-20T17:49:18.226Z] ---> 479bf2952937 [2023-03-20T17:49:18.226Z] Step 12/25 : WORKDIR / [2023-03-20T17:49:18.226Z] ---> Running in f3c8c5a68e14 [2023-03-20T17:49:18.226Z] Removing intermediate container 23c37612782d [2023-03-20T17:49:18.226Z] ---> f67458c9ca16 [2023-03-20T17:49:18.226Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-20T17:49:18.226Z] ---> Running in b42b649b23b3 [2023-03-20T17:49:18.226Z] ---> Running in 869364f58bc8 [2023-03-20T17:49:18.226Z] Removing intermediate container 26cf0adcbd0a [2023-03-20T17:49:18.226Z] ---> 4dc0edc16ae3 [2023-03-20T17:49:18.226Z] Step 13/23 : ENV APP_PORT=59860 [2023-03-20T17:49:18.226Z] ---> Running in 05715465fc78 [2023-03-20T17:49:18.226Z] ---> Running in bc567ae3986b [2023-03-20T17:49:18.226Z] Removing intermediate container f3c8c5a68e14 [2023-03-20T17:49:18.226Z] ---> fdfaf6644a92 [2023-03-20T17:49:18.226Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-20T17:49:18.487Z] Removing intermediate container 869364f58bc8 [2023-03-20T17:49:18.487Z] ---> bdbaf90737a5 [2023-03-20T17:49:18.487Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:49:18.487Z] ---> Running in c95bb962f21b [2023-03-20T17:49:18.487Z] Removing intermediate container b42b649b23b3 [2023-03-20T17:49:18.487Z] ---> d04021426a6e [2023-03-20T17:49:18.487Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:49:18.487Z] Removing intermediate container 05715465fc78 [2023-03-20T17:49:18.487Z] ---> 2ad21ba1616d [2023-03-20T17:49:18.488Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-20T17:49:18.488Z] Removing intermediate container bc567ae3986b [2023-03-20T17:49:18.488Z] ---> 38032957d2d2 [2023-03-20T17:49:18.488Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-20T17:49:18.488Z] ---> Running in 727fc227e858 [2023-03-20T17:49:18.488Z] ---> Running in 246f1cf643d1 [2023-03-20T17:49:18.488Z] Removing intermediate container c95bb962f21b [2023-03-20T17:49:18.488Z] ---> 9f705b1106a0 [2023-03-20T17:49:18.488Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:49:18.749Z] ---> 187114b6c576 [2023-03-20T17:49:18.749Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:49:18.749Z] ---> ef4996fcaf64 [2023-03-20T17:49:18.749Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:49:18.749Z] Removing intermediate container 246f1cf643d1 [2023-03-20T17:49:18.749Z] ---> 81aba2de5ac2 [2023-03-20T17:49:18.749Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:49:18.749Z] ---> 8422518fad2d [2023-03-20T17:49:18.749Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:49:18.749Z] ---> 2f0effdc0f00 [2023-03-20T17:49:18.749Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-20T17:49:18.749Z] ---> c471c6abb3d0 [2023-03-20T17:49:18.749Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:49:18.749Z] ---> e409e82f755a [2023-03-20T17:49:18.749Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-20T17:49:19.010Z] ---> 31d8707ffe21 [2023-03-20T17:49:19.010Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-20T17:49:19.010Z] ---> b13e7009a264 [2023-03-20T17:49:19.010Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-20T17:49:19.010Z] ---> c38ab0971eef [2023-03-20T17:49:19.010Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-20T17:49:19.010Z] ---> f7b6fd132b25 [2023-03-20T17:49:19.010Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-20T17:49:21.099Z] ---> 810c01b92eac [2023-03-20T17:49:21.099Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-20T17:49:21.099Z] Removing intermediate container 727fc227e858 [2023-03-20T17:49:21.099Z] ---> c3e2873c0dd8 [2023-03-20T17:49:21.099Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-20T17:49:21.099Z] ---> a01d4c897100 [2023-03-20T17:49:21.099Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-20T17:49:21.099Z] ---> Running in 7a7fa14c7f54 [2023-03-20T17:49:21.099Z] ---> 5ccd34360a84 [2023-03-20T17:49:21.099Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-20T17:49:21.099Z] ---> fd8a3de277d4 [2023-03-20T17:49:21.099Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-20T17:49:21.099Z] ---> 92335fb1759e [2023-03-20T17:49:21.099Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-20T17:49:21.099Z] Removing intermediate container 7a7fa14c7f54 [2023-03-20T17:49:21.099Z] ---> 210b863070d7 [2023-03-20T17:49:21.099Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-20T17:49:21.363Z] ---> 571f4b5a26d5 [2023-03-20T17:49:21.363Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-03-20T17:49:21.363Z] ---> 05293b27a9d2 [2023-03-20T17:49:21.363Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-03-20T17:49:21.363Z] ---> aca4e73b3d7d [2023-03-20T17:49:21.363Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-20T17:49:21.363Z] ---> Running in 819506daf105 [2023-03-20T17:49:21.363Z] ---> cb713c32c284 [2023-03-20T17:49:21.363Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-20T17:49:21.363Z] ---> 1d5930cf8b4d [2023-03-20T17:49:21.363Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-20T17:49:21.363Z] ---> Running in 3d55ae19b95a [2023-03-20T17:49:21.363Z] ---> Running in 0bf3e3065e75 [2023-03-20T17:49:21.625Z] ---> Running in 8ddd9015c27b [2023-03-20T17:49:22.203Z] Removing intermediate container 3d55ae19b95a [2023-03-20T17:49:22.203Z] ---> cd061f9a9da1 [2023-03-20T17:49:22.203Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T17:49:22.203Z] ---> da015b060022 [2023-03-20T17:49:22.203Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-20T17:49:22.203Z] Removing intermediate container 0bf3e3065e75 [2023-03-20T17:49:22.203Z] ---> 6ccdf304055c [2023-03-20T17:49:22.203Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T17:49:22.203Z] ---> Running in a65841b7d0ca [2023-03-20T17:49:22.203Z] ---> Running in 06b3f731e9e8 [2023-03-20T17:49:22.203Z] Removing intermediate container a65841b7d0ca [2023-03-20T17:49:22.203Z] ---> b32a965b38ca [2023-03-20T17:49:22.203Z] Step 21/23 : LABEL arch=x86_64 [2023-03-20T17:49:22.203Z] Removing intermediate container 06b3f731e9e8 [2023-03-20T17:49:22.203Z] ---> c5c209fac3db [2023-03-20T17:49:22.203Z] Step 21/23 : LABEL arch=x86_64 [2023-03-20T17:49:22.464Z] ---> 5977e80b5113 [2023-03-20T17:49:22.464Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-20T17:49:22.464Z] ---> Running in b2faf9935ae4 [2023-03-20T17:49:22.464Z] ---> Running in 14192366564d [2023-03-20T17:49:22.464Z] ---> Running in 9338980de5f4 [2023-03-20T17:49:22.725Z] Removing intermediate container b2faf9935ae4 [2023-03-20T17:49:22.725Z] ---> 853126bb8ae4 [2023-03-20T17:49:22.725Z] Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:49:22.725Z] Removing intermediate container 14192366564d [2023-03-20T17:49:22.725Z] ---> ea5d9633faa1 [2023-03-20T17:49:22.725Z] Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:49:22.725Z] ---> Running in d0311f0fd1fd [2023-03-20T17:49:22.725Z] Removing intermediate container 819506daf105 [2023-03-20T17:49:22.725Z] ---> 57d5ba7562fc [2023-03-20T17:49:22.725Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-20T17:49:22.725Z] Removing intermediate container 8ddd9015c27b [2023-03-20T17:49:22.725Z] ---> 3b29457ead88 [2023-03-20T17:49:22.725Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:49:22.985Z] ---> Running in 2208548b19c1 [2023-03-20T17:49:22.985Z] ---> Running in 2abf9d68a683 [2023-03-20T17:49:22.985Z] Removing intermediate container d0311f0fd1fd [2023-03-20T17:49:22.985Z] ---> fb0628ab9c72 [2023-03-20T17:49:22.985Z] Step 23/23 : LABEL version=3.0.0-dev.106 [2023-03-20T17:49:22.985Z] ---> Running in c54a91ad2f27 [2023-03-20T17:49:22.985Z] ---> 5d9a9d8428a0 [2023-03-20T17:49:22.985Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:49:22.985Z] Removing intermediate container 2abf9d68a683 [2023-03-20T17:49:22.985Z] ---> eecb1f602d0a [2023-03-20T17:49:22.985Z] Step 20/22 : LABEL arch=x86_64 [2023-03-20T17:49:22.985Z] Removing intermediate container 2208548b19c1 [2023-03-20T17:49:22.985Z] ---> bec9315462a9 [2023-03-20T17:49:22.985Z] Step 23/23 : LABEL version=3.0.0-dev.106 [2023-03-20T17:49:22.985Z] ---> Running in 3cf930352310 [2023-03-20T17:49:22.985Z] ---> Running in b1c265428ade [2023-03-20T17:49:22.985Z] Removing intermediate container c54a91ad2f27 [2023-03-20T17:49:22.985Z] ---> bb4cb7064d6b [2023-03-20T17:49:22.985Z] [2023-03-20T17:49:23.246Z] Successfully built bb4cb7064d6b [2023-03-20T17:49:23.246Z] Successfully tagged support-notifications:latest [2023-03-20T17:49:23.246Z] Building security-spiffe-token-provider [2023-03-20T17:49:23.246Z]  Building support-notifications ... done Removing intermediate container 3cf930352310 [2023-03-20T17:49:23.246Z] ---> f7ea60744fe5 [2023-03-20T17:49:23.246Z] Step 21/22 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:49:23.246Z] ---> Running in 406f1f231d56 [2023-03-20T17:49:25.784Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:49:25.784Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:49:26.356Z] ---> f08674386b31 [2023-03-20T17:49:26.356Z] Step 3/20 : WORKDIR /edgex-go [2023-03-20T17:49:26.356Z] ---> Using cache [2023-03-20T17:49:26.356Z] ---> d3e289dc8e63 [2023-03-20T17:49:26.356Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-03-20T17:49:27.304Z] Removing intermediate container b1c265428ade [2023-03-20T17:49:27.304Z] ---> e8aa025a7247 [2023-03-20T17:49:27.304Z] [2023-03-20T17:49:27.304Z] ---> 81b687fdbe5d [2023-03-20T17:49:27.304Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-20T17:49:27.304Z] Removing intermediate container 406f1f231d56 [2023-03-20T17:49:27.304Z] ---> 1bc6e26a1c40 [2023-03-20T17:49:27.304Z] Step 22/22 : LABEL version=3.0.0-dev.106 [2023-03-20T17:49:27.304Z] ---> Running in 9afacce47d93 [2023-03-20T17:49:27.304Z] Removing intermediate container 9338980de5f4 [2023-03-20T17:49:27.304Z] ---> 26351600c5f6 [2023-03-20T17:49:27.304Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-03-20T17:49:27.304Z] ---> Running in 272a4d5a003b [2023-03-20T17:49:27.304Z] ---> Running in bfe6f7e5c475 [2023-03-20T17:49:27.304Z] Successfully built e8aa025a7247 [2023-03-20T17:49:27.304Z] Successfully tagged support-scheduler:latest [2023-03-20T17:49:27.304Z]  Building support-scheduler ... done Building security-proxy-auth [2023-03-20T17:49:27.564Z] Removing intermediate container bfe6f7e5c475 [2023-03-20T17:49:27.564Z] ---> e731f44ce1c9 [2023-03-20T17:49:27.564Z] Step 23/25 : LABEL arch=x86_64 [2023-03-20T17:49:27.564Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:27.564Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:27.824Z] v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-20T17:49:27.824Z] v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-20T17:49:27.824Z] OK: 17818 distinct packages available [2023-03-20T17:49:27.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:28.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:28.343Z] OK: 265 MiB in 53 packages [2023-03-20T17:49:29.280Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:49:29.280Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:49:29.280Z] ---> f08674386b31 [2023-03-20T17:49:29.280Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-20T17:49:29.280Z] ---> Using cache [2023-03-20T17:49:29.280Z] ---> 688e185c678b [2023-03-20T17:49:29.280Z] Step 4/23 : WORKDIR /edgex-go [2023-03-20T17:49:29.280Z] ---> Using cache [2023-03-20T17:49:29.280Z] ---> 503bfb2feb46 [2023-03-20T17:49:29.280Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-20T17:49:31.822Z] Removing intermediate container 272a4d5a003b [2023-03-20T17:49:31.822Z] ---> 17d6588114dc [2023-03-20T17:49:31.822Z] [2023-03-20T17:49:31.822Z] Successfully built 17d6588114dc [2023-03-20T17:49:31.822Z] ---> Running in 154a079409e8 [2023-03-20T17:49:31.822Z] ---> Running in 6f035dad71e8 [2023-03-20T17:49:31.822Z] Successfully tagged security-proxy-setup:latest [2023-03-20T17:49:31.822Z]  Building security-proxy-setup ... done Building security-spire-agent [2023-03-20T17:49:31.822Z] ---> 577fcfea09c5 [2023-03-20T17:49:31.822Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-20T17:49:32.477Z] Removing intermediate container 154a079409e8 [2023-03-20T17:49:32.477Z] ---> fdab35475592 [2023-03-20T17:49:32.477Z] Step 24/25 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:49:33.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:33.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:33.685Z] OK: 265 MiB in 53 packages [2023-03-20T17:49:35.595Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:49:35.595Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:49:35.595Z] ---> f08674386b31 [2023-03-20T17:49:35.595Z] Step 3/27 : WORKDIR /edgex-go [2023-03-20T17:49:35.595Z] ---> Using cache [2023-03-20T17:49:35.595Z] ---> d3e289dc8e63 [2023-03-20T17:49:35.595Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-20T17:49:36.970Z] ---> 67dfb4b60ef0 [2023-03-20T17:49:36.970Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-20T17:49:36.970Z] Removing intermediate container 9afacce47d93 [2023-03-20T17:49:36.970Z] ---> 5761044dbc0b [2023-03-20T17:49:36.970Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-20T17:49:36.970Z] ---> Running in dd53af235261 [2023-03-20T17:49:36.970Z] ---> Running in c43c59b7c4cc [2023-03-20T17:49:37.228Z] Removing intermediate container dd53af235261 [2023-03-20T17:49:37.228Z] ---> e164669dcdd7 [2023-03-20T17:49:37.228Z] Step 25/25 : LABEL version=3.0.0-dev.106 [2023-03-20T17:49:37.228Z] Removing intermediate container 6f035dad71e8 [2023-03-20T17:49:37.228Z] ---> a5b0be350e00 [2023-03-20T17:49:37.228Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-20T17:49:37.228Z] ---> 1ffc5344b863 [2023-03-20T17:49:37.228Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-20T17:49:37.228Z] ---> 8e4de8e472bc [2023-03-20T17:49:37.228Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:49:37.228Z] ---> Running in e7c995b9f035 [2023-03-20T17:49:37.228Z] ---> Running in 0f6d4215e25a [2023-03-20T17:49:37.557Z] ---> 81b574b8a9d6 [2023-03-20T17:49:37.557Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:49:37.557Z] Removing intermediate container e7c995b9f035 [2023-03-20T17:49:37.557Z] ---> 8ce8d9e4ec80 [2023-03-20T17:49:37.557Z] [2023-03-20T17:49:37.557Z] ---> c7969a28b8b6 [2023-03-20T17:49:37.557Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-20T17:49:37.557Z] ---> Running in 932d6efcc419 [2023-03-20T17:49:37.557Z] Successfully built 8ce8d9e4ec80 [2023-03-20T17:49:37.557Z] Successfully tagged security-secretstore-setup:latest [2023-03-20T17:49:37.557Z] Building security-spire-config [2023-03-20T17:49:37.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:37.819Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:37.819Z] OK: 265 MiB in 53 packages [2023-03-20T17:49:40.357Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:49:40.357Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:49:40.357Z] ---> f08674386b31 [2023-03-20T17:49:40.357Z] Step 3/27 : WORKDIR /edgex-go [2023-03-20T17:49:40.357Z] ---> Using cache [2023-03-20T17:49:40.357Z] ---> d3e289dc8e63 [2023-03-20T17:49:40.357Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-20T17:49:42.125Z] Removing intermediate container d86bbd89470f [2023-03-20T17:49:42.125Z] ---> 1392bc49cdf7 [2023-03-20T17:49:42.125Z] Successfully built 1392bc49cdf7 [2023-03-20T17:49:42.125Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:49:42.472Z] + docker inspect -f . ci-base-image-arm64 [2023-03-20T17:49:42.472Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T17:49:42.737Z] prd-ubuntu20.04-docker-arm64-4c-16g-4613 does not seem to be running inside a container [2023-03-20T17:49:42.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-20T17:49:42.886Z] ---> bb888e4b7760 [2023-03-20T17:49:42.886Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-20T17:49:43.822Z] ---> Running in 5b137443b6b4 [2023-03-20T17:49:43.822Z] ---> f9fd61007363 [2023-03-20T17:49:43.822Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-03-20T17:49:43.822Z] ---> Running in 168c3695f9ae [2023-03-20T17:49:43.822Z] Removing intermediate container c43c59b7c4cc [2023-03-20T17:49:43.822Z] ---> 70f2884caf72 [2023-03-20T17:49:43.822Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-20T17:49:44.079Z] ---> d80bf489f665 [2023-03-20T17:49:44.079Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:49:44.079Z] ---> Running in d2941863d746 [2023-03-20T17:49:44.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:44.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:49:44.377Z] $ docker top a98272b54b4846b9b8a2bd13d003e4b0fa9510b225915a92627cbeace21765de -eo pid,comm [2023-03-20T17:49:44.597Z] Removing intermediate container 168c3695f9ae [2023-03-20T17:49:44.597Z] ---> d8404965b03a [2023-03-20T17:49:44.597Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-20T17:49:44.597Z] ---> Running in bfac81b4ddb6 [2023-03-20T17:49:44.597Z] OK: 265 MiB in 53 packages [2023-03-20T17:49:44.597Z] Removing intermediate container bfac81b4ddb6 [2023-03-20T17:49:44.597Z] ---> 24335c2c9e50 [2023-03-20T17:49:44.597Z] Step 30/33 : CMD ["gate"] [2023-03-20T17:49:44.597Z] ---> Running in f9bf06f2cdc0 [2023-03-20T17:49:44.597Z] Removing intermediate container f9bf06f2cdc0 [2023-03-20T17:49:44.597Z] ---> 746511d2536d [2023-03-20T17:49:44.597Z] Step 31/33 : LABEL arch=x86_64 [Pipeline] { [Pipeline] sh [2023-03-20T17:49:44.858Z] ---> Running in b436f80b536a [2023-03-20T17:49:44.858Z] Removing intermediate container b436f80b536a [2023-03-20T17:49:44.858Z] ---> 332adae6268e [2023-03-20T17:49:44.858Z] Step 32/33 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:49:44.858Z] ---> Running in 026bae669984 [2023-03-20T17:49:44.858Z] Removing intermediate container 5b137443b6b4 [2023-03-20T17:49:44.858Z] ---> 5615aad11192 [2023-03-20T17:49:44.858Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-20T17:49:44.858Z] Removing intermediate container 026bae669984 [2023-03-20T17:49:44.858Z] ---> 4ada2c5e03c3 [2023-03-20T17:49:44.858Z] Step 33/33 : LABEL version=3.0.0-dev.106 [2023-03-20T17:49:45.117Z] ---> Running in 790240225f34 [2023-03-20T17:49:45.118Z] ---> 1d404beec33b [2023-03-20T17:49:45.118Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:49:45.118Z] ---> Running in 32c82f78226f [2023-03-20T17:49:45.118Z] Removing intermediate container 790240225f34 [2023-03-20T17:49:45.118Z] ---> c5f9b4947c60 [2023-03-20T17:49:45.118Z] [2023-03-20T17:49:45.118Z] Successfully built c5f9b4947c60 [2023-03-20T17:49:45.118Z] Successfully tagged security-bootstrapper:latest [2023-03-20T17:49:45.118Z]  Building security-bootstrapper ... done Building core-common-config-bootstrapper [2023-03-20T17:49:45.257Z] + go version [2023-03-20T17:49:45.257Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-20T17:49:45.281Z] $ docker stop --time=1 a98272b54b4846b9b8a2bd13d003e4b0fa9510b225915a92627cbeace21765de [2023-03-20T17:49:47.022Z] $ docker rm -f --volumes a98272b54b4846b9b8a2bd13d003e4b0fa9510b225915a92627cbeace21765de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:49:47.652Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:49:47.652Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:49:47.652Z] ---> f08674386b31 [2023-03-20T17:49:47.652Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-20T17:49:47.652Z] ---> Using cache [2023-03-20T17:49:47.652Z] ---> 688e185c678b [2023-03-20T17:49:47.652Z] Step 4/23 : WORKDIR /edgex-go [2023-03-20T17:49:47.652Z] ---> Using cache [2023-03-20T17:49:47.652Z] ---> 503bfb2feb46 [2023-03-20T17:49:47.652Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-20T17:49:47.652Z] ---> Using cache [2023-03-20T17:49:47.652Z] ---> a5b0be350e00 [2023-03-20T17:49:47.652Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-20T17:49:47.652Z] ---> Using cache [2023-03-20T17:49:47.652Z] ---> 81b574b8a9d6 [2023-03-20T17:49:47.652Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:49:47.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-20T17:49:47.665Z] [2023-03-20T17:49:47.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:49:48.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-20T17:49:48.292Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-20T17:49:48.292Z] 29e5d40040c1: Pulling fs layer [2023-03-20T17:49:48.292Z] 1ce36da41761: Pulling fs layer [2023-03-20T17:49:48.292Z] 25b303627fd3: Pulling fs layer [2023-03-20T17:49:48.292Z] 29e5d40040c1: Verifying Checksum [2023-03-20T17:49:48.292Z] 29e5d40040c1: Download complete [2023-03-20T17:49:48.567Z] 1ce36da41761: Verifying Checksum [2023-03-20T17:49:48.567Z] 1ce36da41761: Download complete [2023-03-20T17:49:48.839Z] 29e5d40040c1: Pull complete [2023-03-20T17:49:49.554Z] ---> Running in 1d1cb1c8c609 [2023-03-20T17:49:50.270Z] 25b303627fd3: Verifying Checksum [2023-03-20T17:49:50.270Z] 25b303627fd3: Download complete [2023-03-20T17:49:50.270Z] 1ce36da41761: Pull complete [2023-03-20T17:50:00.374Z] 25b303627fd3: Pull complete [2023-03-20T17:50:00.374Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-20T17:50:00.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-20T17:50:00.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T17:50:00.583Z] prd-ubuntu20.04-docker-arm64-4c-16g-4613 does not seem to be running inside a container [2023-03-20T17:50:00.668Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-20T17:50:03.056Z] $ docker top 5265b3b615c5a3b3add1a0cd2ede1d9960316beb8f150e3259a88ae258c1734e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-20T17:50:03.914Z] + docker-compose build --help [2023-03-20T17:50:03.914Z] + grep parallel [2023-03-20T17:50:10.595Z] --parallel Build images in parallel. [Pipeline] } [2023-03-20T17:50:10.619Z] $ docker stop --time=1 5265b3b615c5a3b3add1a0cd2ede1d9960316beb8f150e3259a88ae258c1734e [2023-03-20T17:50:12.362Z] $ docker rm -f --volumes 5265b3b615c5a3b3add1a0cd2ede1d9960316beb8f150e3259a88ae258c1734e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:50:12.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-20T17:50:12.969Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T17:50:13.198Z] prd-ubuntu20.04-docker-arm64-4c-16g-4613 does not seem to be running inside a container [2023-03-20T17:50:13.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-20T17:50:14.750Z] $ docker top 6586bc82ed0ae6c7110f567d9e9ab477a42ed684bdb5f93a257ffd7f81c5768d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-20T17:50:15.627Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-20T17:50:22.285Z] Building core-command ... [2023-03-20T17:50:22.285Z] Building core-common-config-bootstrapper ... [2023-03-20T17:50:22.285Z] Building core-data ... [2023-03-20T17:50:22.285Z] Building core-metadata ... [2023-03-20T17:50:22.285Z] Building security-bootstrapper ... [2023-03-20T17:50:22.285Z] Building security-proxy-auth ... [2023-03-20T17:50:22.285Z] Building security-proxy-setup ... [2023-03-20T17:50:22.285Z] Building security-secretstore-setup ... [2023-03-20T17:50:22.285Z] Building security-spiffe-token-provider ... [2023-03-20T17:50:22.285Z] Building security-spire-agent ... [2023-03-20T17:50:22.285Z] Building security-spire-config ... [2023-03-20T17:50:22.285Z] Building security-spire-server ... [2023-03-20T17:50:22.285Z] Building support-notifications ... [2023-03-20T17:50:22.285Z] Building support-scheduler ... [2023-03-20T17:50:22.285Z] Building core-data [2023-03-20T17:50:22.285Z] Building security-proxy-setup [2023-03-20T17:50:22.285Z] Building support-scheduler [2023-03-20T17:50:22.285Z] Building security-spire-config [2023-03-20T17:50:22.285Z] Building security-spiffe-token-provider [2023-03-20T17:50:34.602Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:50:34.602Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:50:34.602Z] ---> 1392bc49cdf7 [2023-03-20T17:50:34.602Z] Step 3/20 : WORKDIR /edgex-go [2023-03-20T17:50:34.602Z] ---> Running in 39f7852db3f9 [2023-03-20T17:50:34.602Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:50:34.602Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:50:34.602Z] ---> 1392bc49cdf7 [2023-03-20T17:50:34.602Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-20T17:50:34.602Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:50:34.602Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:50:34.602Z] ---> 1392bc49cdf7 [2023-03-20T17:50:34.602Z] Step 3/22 : WORKDIR /edgex-go [2023-03-20T17:50:34.602Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:50:34.602Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:50:34.602Z] ---> 1392bc49cdf7 [2023-03-20T17:50:34.602Z] Step 3/27 : WORKDIR /edgex-go [2023-03-20T17:50:34.602Z] ---> Running in 5b434205d735 [2023-03-20T17:50:34.602Z] ---> Running in 6c7fcf535d00 [2023-03-20T17:50:34.602Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:50:34.602Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:50:34.602Z] ---> 1392bc49cdf7 [2023-03-20T17:50:34.602Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-20T17:50:34.602Z] ---> Running in e22b8ac939e5 [2023-03-20T17:50:34.602Z] ---> Running in 27c71795728d [2023-03-20T17:50:34.873Z] Removing intermediate container 39f7852db3f9 [2023-03-20T17:50:34.873Z] ---> ed8ec934cff8 [2023-03-20T17:50:34.873Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-03-20T17:50:34.873Z] Removing intermediate container 5b434205d735 [2023-03-20T17:50:34.873Z] ---> ebde242c6523 [2023-03-20T17:50:34.873Z] Step 4/23 : WORKDIR /edgex-go [2023-03-20T17:50:34.873Z] ---> Running in b69829289934 [2023-03-20T17:50:35.144Z] ---> Running in 92401db8feee [2023-03-20T17:50:35.428Z] Removing intermediate container 6c7fcf535d00 [2023-03-20T17:50:35.428Z] ---> f182013e6305 [2023-03-20T17:50:35.428Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-03-20T17:50:35.428Z] Removing intermediate container e22b8ac939e5 [2023-03-20T17:50:35.428Z] ---> c82285a14f5a [2023-03-20T17:50:35.428Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-20T17:50:35.428Z] Removing intermediate container 27c71795728d [2023-03-20T17:50:35.428Z] ---> c694f54bb9a0 [2023-03-20T17:50:35.428Z] Step 4/23 : WORKDIR /edgex-go [2023-03-20T17:50:35.428Z] ---> Running in a4fc2b3c7f27 [2023-03-20T17:50:35.702Z] ---> Running in 96bb59bb945c [2023-03-20T17:50:35.702Z] ---> Running in ef7013852ca9 [2023-03-20T17:50:35.971Z] Removing intermediate container 92401db8feee [2023-03-20T17:50:35.971Z] ---> 8738f4b506bb [2023-03-20T17:50:35.971Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-20T17:50:36.257Z] ---> Running in d97d89f618b1 [2023-03-20T17:50:36.526Z] Removing intermediate container ef7013852ca9 [2023-03-20T17:50:36.526Z] ---> 554cd159f4d1 [2023-03-20T17:50:36.526Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-20T17:50:36.795Z] ---> Running in 80122ee80aa8 [2023-03-20T17:50:37.387Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:38.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:38.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:38.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:38.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:38.905Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:38.905Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:39.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:39.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:39.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:40.040Z] v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-20T17:50:40.040Z] v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-20T17:50:40.040Z] OK: 17689 distinct packages available [2023-03-20T17:50:40.310Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:40.580Z] OK: 263 MiB in 53 packages [2023-03-20T17:50:41.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T17:50:41.553Z] OK: 263 MiB in 53 packages [2023-03-20T17:50:41.553Z] OK: 263 MiB in 53 packages [2023-03-20T17:50:41.823Z] OK: 263 MiB in 53 packages [2023-03-20T17:50:42.823Z] OK: 263 MiB in 53 packages [2023-03-20T17:50:43.801Z] Removing intermediate container a4fc2b3c7f27 [2023-03-20T17:50:43.801Z] ---> 9f018e90aaa6 [2023-03-20T17:50:43.801Z] Step 5/22 : COPY go.mod vendor* ./ [2023-03-20T17:50:44.081Z] Removing intermediate container d97d89f618b1 [2023-03-20T17:50:44.081Z] ---> 276167ea7815 [2023-03-20T17:50:44.081Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-20T17:50:44.671Z] Removing intermediate container 80122ee80aa8 [2023-03-20T17:50:44.671Z] ---> ba75cee93fe4 [2023-03-20T17:50:44.671Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-20T17:50:44.671Z] Removing intermediate container 96bb59bb945c [2023-03-20T17:50:44.671Z] ---> a7ab9896b35e [2023-03-20T17:50:44.671Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-20T17:50:44.671Z] Removing intermediate container b69829289934 [2023-03-20T17:50:44.671Z] ---> df1b88cb67e6 [2023-03-20T17:50:44.671Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-20T17:50:44.939Z] ---> fea855ac3879 [2023-03-20T17:50:44.939Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:50:44.939Z] ---> Running in a4ee75166c9a [2023-03-20T17:50:45.529Z] ---> 5dccbe7b6e31 [2023-03-20T17:50:45.529Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:50:45.529Z] ---> Running in 504090157ade [2023-03-20T17:50:45.801Z] ---> c99ef8dcd96e [2023-03-20T17:50:45.801Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:50:45.801Z] ---> 52d1ee811ddd [2023-03-20T17:50:45.801Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:50:45.941Z] Removing intermediate container 0f6d4215e25a [2023-03-20T17:50:45.941Z] ---> e609b3a85558 [2023-03-20T17:50:45.941Z] Step 7/20 : COPY . . [2023-03-20T17:50:45.941Z] Removing intermediate container 32c82f78226f [2023-03-20T17:50:45.941Z] ---> 1b1640712bd5 [2023-03-20T17:50:45.941Z] Step 7/27 : COPY . . [2023-03-20T17:50:45.941Z] Removing intermediate container d2941863d746 [2023-03-20T17:50:45.941Z] ---> 860acfc8b80a [2023-03-20T17:50:45.941Z] Step 7/27 : COPY . . [2023-03-20T17:50:45.941Z] Removing intermediate container 932d6efcc419 [2023-03-20T17:50:45.941Z] ---> 531c335a0315 [2023-03-20T17:50:45.941Z] Step 8/23 : COPY . . [2023-03-20T17:50:46.069Z] ---> Running in cec2420f4660 [2023-03-20T17:50:46.069Z] ---> Running in 230c473d64a9 [2023-03-20T17:50:46.661Z] ---> 9632fa71b573 [2023-03-20T17:50:46.661Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:50:46.930Z] ---> Running in d43a82adefeb [2023-03-20T17:51:07.952Z] ---> a30705d87102 [2023-03-20T17:51:07.952Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-20T17:51:07.952Z] ---> 98b35b40a4a0 [2023-03-20T17:51:07.952Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-20T17:51:07.952Z] ---> f3a9bc82d766 [2023-03-20T17:51:07.952Z] ---> 0a56776cafd3 [2023-03-20T17:51:07.952Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-authStep 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-20T17:51:07.952Z] [2023-03-20T17:51:07.952Z] ---> Running in 94f4fe2a1477 [2023-03-20T17:51:07.952Z] ---> Running in 3b80319c9635 [2023-03-20T17:51:07.952Z] ---> Running in d5251857ed3b [2023-03-20T17:51:07.952Z] ---> Running in c7f9459b100a [2023-03-20T17:51:08.212Z] Removing intermediate container 94f4fe2a1477 [2023-03-20T17:51:08.212Z] ---> 60a681a0b28f [2023-03-20T17:51:08.212Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-20T17:51:08.212Z] Removing intermediate container c7f9459b100a [2023-03-20T17:51:08.212Z] ---> 8f718c578da2 [2023-03-20T17:51:08.212Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-20T17:51:08.470Z] ---> Running in cf6e45c8560f [2023-03-20T17:51:08.470Z] ---> Running in d5eb89109258 [2023-03-20T17:51:08.470Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-20T17:51:08.470Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-20T17:51:08.470Z] Removing intermediate container 1d1cb1c8c609 [2023-03-20T17:51:08.470Z] ---> 3c46b7a0d83e [2023-03-20T17:51:08.470Z] Step 8/23 : COPY . . [2023-03-20T17:51:15.119Z] Removing intermediate container d5eb89109258 [2023-03-20T17:51:15.119Z] ---> a479c5bc9a8d [2023-03-20T17:51:15.119Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-20T17:51:17.017Z] Removing intermediate container cf6e45c8560f [2023-03-20T17:51:17.017Z] ---> 2b9d689658ca [2023-03-20T17:51:17.017Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-20T17:51:19.546Z] ---> 18ef01da87a9 [2023-03-20T17:51:19.546Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-20T17:51:19.804Z] ---> Running in 51475b7ecbfc [2023-03-20T17:51:20.367Z] ---> Running in 50b720532a6d [2023-03-20T17:51:20.367Z] ---> Running in 6a1bb61bf20d [2023-03-20T17:51:20.367Z] Removing intermediate container 51475b7ecbfc [2023-03-20T17:51:20.367Z] ---> 5719fd10fdd2 [2023-03-20T17:51:20.367Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-20T17:51:20.624Z] ---> Running in d294718f87d4 [2023-03-20T17:51:21.192Z] Removing intermediate container 50b720532a6d [2023-03-20T17:51:21.192Z] ---> a8e1923ec1b6 [2023-03-20T17:51:21.192Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-20T17:51:21.763Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-20T17:51:21.763Z] ---> Running in 4c91f6034ccc [2023-03-20T17:51:23.151Z] Removing intermediate container d294718f87d4 [2023-03-20T17:51:23.151Z] ---> 91e23485f18d [2023-03-20T17:51:23.151Z] Step 12/27 : WORKDIR /edgex-go [2023-03-20T17:51:23.151Z] ---> Running in 33b22534e6cd [2023-03-20T17:51:23.715Z] Removing intermediate container 4c91f6034ccc [2023-03-20T17:51:23.715Z] ---> 1a0828251e95 [2023-03-20T17:51:23.715Z] Step 12/27 : WORKDIR /edgex-go [2023-03-20T17:51:23.715Z] Removing intermediate container 33b22534e6cd [2023-03-20T17:51:23.715Z] ---> e2af62cc9e4b [2023-03-20T17:51:23.715Z] [2023-03-20T17:51:23.715Z] Step 13/27 : FROM alpine:3.17 [2023-03-20T17:51:23.715Z] ---> b2aa39c304c2 [2023-03-20T17:51:23.715Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-20T17:51:23.715Z] ---> Using cache [2023-03-20T17:51:23.715Z] ---> 27264932e45f [2023-03-20T17:51:23.715Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-20T17:51:23.715Z] ---> Running in 9916743dacf1 [2023-03-20T17:51:23.715Z] ---> Running in 82059ef079bf [2023-03-20T17:51:24.281Z] Removing intermediate container 9916743dacf1 [2023-03-20T17:51:24.281Z] ---> 4cf5e624f103 [2023-03-20T17:51:24.282Z] [2023-03-20T17:51:24.282Z] Step 13/27 : FROM alpine:3.17 [2023-03-20T17:51:24.282Z] ---> b2aa39c304c2 [2023-03-20T17:51:24.282Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-20T17:51:24.282Z] ---> Using cache [2023-03-20T17:51:24.282Z] ---> 27264932e45f [2023-03-20T17:51:24.282Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-20T17:51:24.282Z] ---> Running in 06e904c188a5 [2023-03-20T17:51:24.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:24.798Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:24.798Z] v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-20T17:51:24.798Z] v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-20T17:51:24.798Z] OK: 17816 distinct packages available [2023-03-20T17:51:25.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:25.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:25.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:25.317Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-20T17:51:25.317Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-20T17:51:25.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:25.317Z] (3/5) Installing libucontext (1.2-r0) [2023-03-20T17:51:25.317Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-20T17:51:25.317Z] (5/5) Installing openssl (3.0.8-r0) [2023-03-20T17:51:25.317Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:51:25.317Z] OK: 8 MiB in 20 packages [2023-03-20T17:51:25.574Z] v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-20T17:51:25.574Z] v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-20T17:51:25.574Z] OK: 17816 distinct packages available [2023-03-20T17:51:25.575Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:25.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:25.833Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-03-20T17:51:25.833Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-20T17:51:25.833Z] (3/4) Installing libucontext (1.2-r0) [2023-03-20T17:51:25.833Z] (4/4) Installing gcompat (1.1.0-r0) [2023-03-20T17:51:26.090Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:51:26.090Z] OK: 7 MiB in 19 packages [2023-03-20T17:51:33.548Z] Removing intermediate container 82059ef079bf [2023-03-20T17:51:33.548Z] ---> d519aff81e86 [2023-03-20T17:51:33.548Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:51:33.548Z] Removing intermediate container 06e904c188a5 [2023-03-20T17:51:33.548Z] ---> b614d6cb5bb3 [2023-03-20T17:51:33.548Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:51:37.751Z] ---> c4221e4f69de [2023-03-20T17:51:37.751Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:51:37.751Z] ---> 68af6931cad4 [2023-03-20T17:51:37.751Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:51:37.751Z] Removing intermediate container d5251857ed3b [2023-03-20T17:51:37.751Z] ---> 19af35537ba6 [2023-03-20T17:51:37.751Z] [2023-03-20T17:51:37.751Z] Step 10/23 : FROM alpine:3.17 [2023-03-20T17:51:37.751Z] ---> b2aa39c304c2 [2023-03-20T17:51:37.751Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-20T17:51:37.751Z] Removing intermediate container 3b80319c9635 [2023-03-20T17:51:37.751Z] ---> 9b1bac01e78d [2023-03-20T17:51:37.751Z] [2023-03-20T17:51:37.751Z] Step 9/20 : FROM alpine:3.17 [2023-03-20T17:51:37.751Z] ---> b2aa39c304c2 [2023-03-20T17:51:37.751Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-20T17:51:37.751Z] ---> Using cache [2023-03-20T17:51:37.751Z] ---> 27264932e45f [2023-03-20T17:51:37.751Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-20T17:51:37.751Z] ---> Running in 0ecbed0d2093 [2023-03-20T17:51:37.751Z] ---> 6fdda999be2f [2023-03-20T17:51:37.751Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-20T17:51:37.751Z] ---> Running in f483e4e5d1fb [2023-03-20T17:51:37.751Z] ---> 3d78a9ef9984 [2023-03-20T17:51:37.751Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-20T17:51:37.751Z] Removing intermediate container 0ecbed0d2093 [2023-03-20T17:51:37.751Z] ---> dae4305ac469 [2023-03-20T17:51:37.751Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-20T17:51:37.751Z] ---> Running in a0634daa079e [2023-03-20T17:51:38.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:38.265Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:38.265Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:38.265Z] v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-20T17:51:38.265Z] v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-20T17:51:38.265Z] OK: 17816 distinct packages available [2023-03-20T17:51:38.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:38.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:38.523Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-20T17:51:38.523Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:51:38.523Z] OK: 7 MiB in 16 packages [2023-03-20T17:51:38.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:51:38.780Z] (1/9) Installing ca-certificates (20220614-r4) [2023-03-20T17:51:38.780Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-03-20T17:51:38.780Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-03-20T17:51:38.781Z] (4/9) Installing libcurl (7.88.1-r1) [2023-03-20T17:51:38.781Z] (5/9) Installing curl (7.88.1-r1) [2023-03-20T17:51:38.781Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-03-20T17:51:38.781Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-20T17:51:38.781Z] (8/9) Installing libucontext (1.2-r0) [2023-03-20T17:51:38.781Z] (9/9) Installing gcompat (1.1.0-r0) [2023-03-20T17:51:39.056Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:51:39.056Z] Executing ca-certificates-20220614-r4.trigger [2023-03-20T17:51:39.056Z] OK: 10 MiB in 24 packages [2023-03-20T17:51:44.436Z] ---> e163751b13bb [2023-03-20T17:51:44.436Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-20T17:51:44.436Z] ---> f22235d7ca09 [2023-03-20T17:51:44.436Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-20T17:51:44.436Z] Removing intermediate container a0634daa079e [2023-03-20T17:51:44.436Z] ---> bd5d46b2ba69 [2023-03-20T17:51:44.436Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:51:44.436Z] ---> d30b2d49879b [2023-03-20T17:51:44.436Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-20T17:51:51.029Z] ---> 595b7aaf9e81 [2023-03-20T17:51:51.029Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:51:51.029Z] ---> Running in 8068b406797f [2023-03-20T17:51:51.029Z] Removing intermediate container f483e4e5d1fb [2023-03-20T17:51:51.029Z] ---> ba811a7b74d5 [2023-03-20T17:51:51.029Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:51:51.029Z] ---> 8f7f5a6016e6 [2023-03-20T17:51:51.029Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-20T17:51:51.029Z] Removing intermediate container 6a1bb61bf20d [2023-03-20T17:51:51.029Z] ---> b919fc2f2736 [2023-03-20T17:51:51.029Z] [2023-03-20T17:51:51.029Z] Step 10/23 : FROM alpine:3.17 [2023-03-20T17:51:51.029Z] ---> b2aa39c304c2 [2023-03-20T17:51:51.029Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-20T17:51:51.289Z] ---> 88bf810b05ed [2023-03-20T17:51:51.289Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-20T17:51:51.289Z] ---> Using cache [2023-03-20T17:51:51.289Z] ---> dae4305ac469 [2023-03-20T17:51:51.289Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-20T17:51:51.289Z] ---> Using cache [2023-03-20T17:51:51.289Z] ---> bd5d46b2ba69 [2023-03-20T17:51:51.289Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:51:51.289Z] ---> Using cache [2023-03-20T17:51:51.289Z] Removing intermediate container 8068b406797f [2023-03-20T17:51:51.289Z] ---> 27c82800bce1 [2023-03-20T17:51:51.289Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-20T17:51:51.548Z] ---> 60fdd719bda4 [2023-03-20T17:51:51.548Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:51:51.548Z] ---> 595b7aaf9e81 [2023-03-20T17:51:51.548Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:51:51.548Z] ---> Using cache [2023-03-20T17:51:51.808Z] ---> 88bf810b05ed [2023-03-20T17:51:51.808Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-20T17:51:51.808Z] ---> 91a6c9ea5593 [2023-03-20T17:51:51.808Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-20T17:51:53.718Z] ---> 87b0352a49f3 [2023-03-20T17:51:53.718Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-20T17:51:53.718Z] ---> c713a003f046 [2023-03-20T17:51:53.718Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-20T17:51:53.718Z] ---> 0e7743d562e5 [2023-03-20T17:51:53.718Z] Step 22/27 : WORKDIR / [2023-03-20T17:51:53.718Z] ---> 6e84252d1f2b [2023-03-20T17:51:53.718Z] ---> 06d93589a1c0 [2023-03-20T17:51:53.718Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yamlStep 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-20T17:51:53.718Z] [2023-03-20T17:51:55.099Z] ---> Running in 6ab4c0c704bb [2023-03-20T17:51:55.099Z] ---> 31d75d1c0905 [2023-03-20T17:51:55.099Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-20T17:51:55.099Z] ---> 9cabc6ea5078 [2023-03-20T17:51:55.099Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-20T17:51:55.099Z] ---> 64696cc0cc63 [2023-03-20T17:51:55.099Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-20T17:51:55.099Z] ---> 32b5a14a5b5a [2023-03-20T17:51:55.099Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-20T17:51:55.358Z] ---> Running in d0fd1a6c8dd3 [2023-03-20T17:51:55.618Z] Removing intermediate container 6ab4c0c704bb [2023-03-20T17:51:55.618Z] ---> 13f1b5f1ab96 [2023-03-20T17:51:55.618Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-20T17:51:55.618Z] ---> 5fbb34e2d1bc [2023-03-20T17:51:55.618Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-20T17:51:55.880Z] ---> 8c6a2b20761c [2023-03-20T17:51:55.880Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-20T17:51:55.880Z] ---> 0f8f3e9126ee [2023-03-20T17:51:55.880Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-20T17:51:55.880Z] ---> Running in 6345459d9f24 [2023-03-20T17:51:56.141Z] ---> Running in 04ebc3c89bd8 [2023-03-20T17:51:56.141Z] Removing intermediate container d0fd1a6c8dd3 [2023-03-20T17:51:56.141Z] ---> bd68119bacf5 [2023-03-20T17:51:56.141Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-20T17:51:56.414Z] ---> Running in ee7efea325c7 [2023-03-20T17:51:56.414Z] ---> Running in aae9c45b1ac8 [2023-03-20T17:51:56.414Z] ---> Running in 3268dfd2a384 [2023-03-20T17:51:56.676Z] Removing intermediate container 6345459d9f24 [2023-03-20T17:51:56.676Z] ---> 185f13bf4ada [2023-03-20T17:51:56.676Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-20T17:51:56.676Z] Removing intermediate container ee7efea325c7 [2023-03-20T17:51:56.676Z] ---> 1903d613dee1 [2023-03-20T17:51:56.676Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T17:51:56.676Z] Removing intermediate container 3268dfd2a384 [2023-03-20T17:51:56.676Z] ---> c2ba329266c2 [2023-03-20T17:51:56.676Z] Step 25/27 : LABEL arch=x86_64 [2023-03-20T17:51:56.939Z] ---> Running in 21cd2f71636e [2023-03-20T17:51:56.939Z] ---> Running in 52e5f9e1157b [2023-03-20T17:51:56.939Z] ---> Running in 330751e89695 [2023-03-20T17:51:57.199Z] Removing intermediate container 21cd2f71636e [2023-03-20T17:51:57.199Z] ---> 09da20965be3 [2023-03-20T17:51:57.199Z] Step 25/27 : LABEL arch=x86_64 [2023-03-20T17:51:57.770Z] Removing intermediate container 52e5f9e1157b [2023-03-20T17:51:57.770Z] ---> 666f8561ab35 [2023-03-20T17:51:57.770Z] Step 26/27 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:51:57.770Z] Removing intermediate container 330751e89695 [2023-03-20T17:51:57.770Z] ---> 39bc33bf9b6f [2023-03-20T17:51:57.770Z] Step 18/20 : LABEL arch=x86_64 [2023-03-20T17:51:57.770Z] ---> Running in cfb9bf26a89b [2023-03-20T17:51:57.770Z] ---> Running in 0d91f811b45b [2023-03-20T17:51:58.030Z] ---> Running in 7cee2062cd16 [2023-03-20T17:51:58.030Z] Removing intermediate container 04ebc3c89bd8 [2023-03-20T17:51:58.030Z] ---> b283dbdaea96 [2023-03-20T17:51:58.030Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-20T17:51:58.030Z] Removing intermediate container cfb9bf26a89b [2023-03-20T17:51:58.030Z] ---> 577ee31f5363 [2023-03-20T17:51:58.030Z] Step 26/27 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:51:58.030Z] Removing intermediate container aae9c45b1ac8 [2023-03-20T17:51:58.030Z] ---> d46ea1abcb81 [2023-03-20T17:51:58.030Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-20T17:51:58.291Z] Removing intermediate container 0d91f811b45b [2023-03-20T17:51:58.291Z] ---> 138b4d242205 [2023-03-20T17:51:58.291Z] Step 27/27 : LABEL version=3.0.0-dev.106 [2023-03-20T17:51:58.291Z] ---> Running in 4b82d1654e32 [2023-03-20T17:51:58.291Z] ---> Running in 67f710539228 [2023-03-20T17:51:58.291Z] ---> Running in 0166271e36a0 [2023-03-20T17:51:58.291Z] ---> Running in 385d5122aefa [2023-03-20T17:51:58.291Z] Removing intermediate container 7cee2062cd16 [2023-03-20T17:51:58.291Z] ---> fe687d153b11 [2023-03-20T17:51:58.291Z] Step 19/20 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:51:58.550Z] ---> Running in ec0538e91a08 [2023-03-20T17:51:58.550Z] Removing intermediate container 4b82d1654e32 [2023-03-20T17:51:58.550Z] ---> b14923c5df42 [2023-03-20T17:51:58.550Z] Step 27/27 : LABEL version=3.0.0-dev.106 [2023-03-20T17:51:58.811Z] Removing intermediate container 0166271e36a0 [2023-03-20T17:51:58.811Z] ---> 2b8f33a87055 [2023-03-20T17:51:58.811Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-20T17:51:58.811Z] Removing intermediate container 385d5122aefa [2023-03-20T17:51:58.811Z] ---> dda3a9098dbb [2023-03-20T17:51:58.811Z] [2023-03-20T17:51:58.811Z] Successfully built dda3a9098dbb [2023-03-20T17:51:58.811Z] Removing intermediate container 67f710539228 [2023-03-20T17:51:58.811Z] ---> a13b0eb31135 [2023-03-20T17:51:58.811Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-20T17:51:59.072Z] Successfully tagged security-spire-agent:latest [2023-03-20T17:51:59.072Z]  Building security-spire-agent ... done Building security-spire-server [2023-03-20T17:51:59.072Z] ---> Running in 6dcae872e8a2 [2023-03-20T17:51:59.072Z] ---> Running in e6216eacdd61 [2023-03-20T17:51:59.072Z] ---> Running in bcad26d96dfa [2023-03-20T17:51:59.072Z] Removing intermediate container ec0538e91a08 [2023-03-20T17:51:59.072Z] ---> b49aa0ee5924 [2023-03-20T17:51:59.072Z] Step 20/20 : LABEL version=3.0.0-dev.106 [2023-03-20T17:52:05.653Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:52:05.653Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:52:05.653Z] ---> f08674386b31 [2023-03-20T17:52:05.653Z] Step 3/26 : WORKDIR /edgex-go [2023-03-20T17:52:05.653Z] ---> Using cache [2023-03-20T17:52:05.653Z] ---> d3e289dc8e63 [2023-03-20T17:52:05.653Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-20T17:52:05.653Z] ---> Using cache [2023-03-20T17:52:05.653Z] ---> 5615aad11192 [2023-03-20T17:52:05.653Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-20T17:52:05.653Z] ---> Using cache [2023-03-20T17:52:05.653Z] ---> 1d404beec33b [2023-03-20T17:52:05.653Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:52:05.653Z] ---> Using cache [2023-03-20T17:52:05.653Z] ---> 1b1640712bd5 [2023-03-20T17:52:05.653Z] Step 7/26 : COPY . . [2023-03-20T17:52:05.653Z] ---> Using cache [2023-03-20T17:52:05.653Z] ---> 0a56776cafd3 [2023-03-20T17:52:05.653Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-20T17:52:05.653Z] ---> Using cache [2023-03-20T17:52:05.653Z] ---> 8f718c578da2 [2023-03-20T17:52:05.653Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-20T17:52:05.653Z] ---> Using cache [2023-03-20T17:52:05.653Z] ---> 2b9d689658ca [2023-03-20T17:52:05.653Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-20T17:52:05.654Z] ---> Using cache [2023-03-20T17:52:05.654Z] ---> a8e1923ec1b6 [2023-03-20T17:52:05.654Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-20T17:52:06.222Z] ---> Running in 78ea4ad76ab0 [2023-03-20T17:52:06.222Z] Removing intermediate container e6216eacdd61 [2023-03-20T17:52:06.222Z] ---> 02a116106a1e [2023-03-20T17:52:06.222Z] Step 21/23 : LABEL arch=x86_64 [2023-03-20T17:52:06.222Z] ---> Running in 9eead8caa203 [2023-03-20T17:52:06.222Z] Removing intermediate container 6dcae872e8a2 [2023-03-20T17:52:06.222Z] ---> b76675b5bb06 [2023-03-20T17:52:06.222Z] [2023-03-20T17:52:06.222Z] Removing intermediate container bcad26d96dfa [2023-03-20T17:52:06.222Z] ---> 3528380a99ae [2023-03-20T17:52:06.222Z] Step 21/23 : LABEL arch=x86_64 [2023-03-20T17:52:06.222Z] ---> Running in 4b5491290cba [2023-03-20T17:52:06.222Z] ---> Running in b4e2e7794a4c [2023-03-20T17:52:06.222Z] Successfully built b76675b5bb06 [2023-03-20T17:52:06.222Z] Successfully tagged security-spire-config:latest [2023-03-20T17:52:06.222Z]  Building security-spire-config ... done Removing intermediate container 78ea4ad76ab0 [2023-03-20T17:52:06.222Z] ---> 93a457ed781c [2023-03-20T17:52:06.222Z] [2023-03-20T17:52:06.222Z] Building core-command [2023-03-20T17:52:06.222Z] Successfully built 93a457ed781c [2023-03-20T17:52:06.481Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-20T17:52:06.481Z]  Building security-spiffe-token-provider ... done Building core-metadata [2023-03-20T17:52:10.694Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:52:10.694Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:52:10.955Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:52:10.955Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:52:10.955Z] ---> f08674386b31 [2023-03-20T17:52:10.955Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-20T17:52:10.955Z] ---> f08674386b31 [2023-03-20T17:52:10.955Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> 688e185c678b [2023-03-20T17:52:10.955Z] Step 4/25 : WORKDIR /edgex-go [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> 688e185c678b [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] Step 4/24 : WORKDIR /edgex-go ---> 503bfb2feb46 [2023-03-20T17:52:10.955Z] [2023-03-20T17:52:10.955Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> 503bfb2feb46 [2023-03-20T17:52:10.955Z] ---> a5b0be350e00 [2023-03-20T17:52:10.955Z] Step 5/24 : RUN apk add --update --no-cache make gitStep 6/25 : COPY go.mod vendor* ./ [2023-03-20T17:52:10.955Z] [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> a5b0be350e00 [2023-03-20T17:52:10.955Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> 81b574b8a9d6 [2023-03-20T17:52:10.955Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> 81b574b8a9d6 [2023-03-20T17:52:10.955Z] ---> 3c46b7a0d83e [2023-03-20T17:52:10.955Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 8/25 : COPY . . [2023-03-20T17:52:10.955Z] [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> 3c46b7a0d83e [2023-03-20T17:52:10.955Z] Step 8/24 : COPY . . [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> 18ef01da87a9 [2023-03-20T17:52:10.955Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-20T17:52:10.955Z] ---> Using cache [2023-03-20T17:52:10.955Z] ---> 18ef01da87a9 [2023-03-20T17:52:10.955Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-20T17:52:16.339Z] Removing intermediate container 4b5491290cba [2023-03-20T17:52:16.339Z] ---> 1d8a197ea9d4 [2023-03-20T17:52:16.339Z] Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:52:16.925Z] Removing intermediate container b4e2e7794a4c [2023-03-20T17:52:16.925Z] ---> 9fa73771464c [2023-03-20T17:52:16.925Z] Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:52:17.184Z] ---> Running in c698a5771107 [2023-03-20T17:52:17.184Z] ---> Running in 41d52103ddce [2023-03-20T17:52:17.184Z] ---> Running in 8088a68a9b65 [2023-03-20T17:52:17.184Z] ---> Running in 130c53b21935 [2023-03-20T17:52:17.184Z] Removing intermediate container c698a5771107 [2023-03-20T17:52:17.184Z] ---> 47ae341a35c1 [2023-03-20T17:52:17.184Z] Step 23/23 : LABEL version=3.0.0-dev.106 [2023-03-20T17:52:17.184Z] Removing intermediate container 9eead8caa203 [2023-03-20T17:52:17.184Z] ---> 66432a20c27b [2023-03-20T17:52:17.184Z] Step 12/26 : WORKDIR /edgex-go [2023-03-20T17:52:17.184Z] Removing intermediate container 130c53b21935 [2023-03-20T17:52:17.184Z] ---> 878928c8f34b [2023-03-20T17:52:17.184Z] Step 23/23 : LABEL version=3.0.0-dev.106 [2023-03-20T17:52:17.184Z] ---> Running in 52bf1a0e43c8 [2023-03-20T17:52:17.184Z] ---> Running in aea1fb0bd929 [2023-03-20T17:52:17.443Z] ---> Running in 603fc9fb92ab [2023-03-20T17:52:17.443Z] Removing intermediate container 52bf1a0e43c8 [2023-03-20T17:52:17.443Z] ---> dad64cfd7dda [2023-03-20T17:52:17.443Z] [2023-03-20T17:52:17.443Z] Removing intermediate container aea1fb0bd929 [2023-03-20T17:52:17.443Z] ---> f108cbd45fff [2023-03-20T17:52:17.443Z] [2023-03-20T17:52:17.443Z] Step 13/26 : FROM alpine:3.17 [2023-03-20T17:52:17.443Z] ---> b2aa39c304c2 [2023-03-20T17:52:17.443Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-20T17:52:17.443Z] ---> Using cache [2023-03-20T17:52:17.443Z] ---> 27264932e45f [2023-03-20T17:52:17.443Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-20T17:52:17.443Z] ---> Using cache [2023-03-20T17:52:17.443Z] ---> d519aff81e86 [2023-03-20T17:52:17.443Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:52:17.443Z] ---> Using cache [2023-03-20T17:52:17.443Z] ---> c4221e4f69de [2023-03-20T17:52:17.443Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:52:17.443Z] Successfully built dad64cfd7dda [2023-03-20T17:52:17.443Z] ---> Using cache [2023-03-20T17:52:17.443Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-20T17:52:17.443Z]  Building core-common-config-bootstrapper ... done Building core-data [2023-03-20T17:52:17.443Z] Removing intermediate container 603fc9fb92ab [2023-03-20T17:52:17.443Z] ---> 2483b1e170de [2023-03-20T17:52:17.443Z] [2023-03-20T17:52:17.443Z] ---> 3d78a9ef9984 [2023-03-20T17:52:17.443Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-20T17:52:17.443Z] Successfully built 2483b1e170de [2023-03-20T17:52:17.443Z] Successfully tagged security-proxy-auth:latest [2023-03-20T17:52:17.701Z]  Building security-proxy-auth ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-20T17:52:17.702Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-20T17:52:22.960Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:52:22.960Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:52:22.960Z] ---> f08674386b31 [2023-03-20T17:52:22.960Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-20T17:52:22.960Z] ---> Using cache [2023-03-20T17:52:22.960Z] ---> 688e185c678b [2023-03-20T17:52:22.960Z] Step 4/23 : WORKDIR /edgex-go [2023-03-20T17:52:22.960Z] ---> Using cache [2023-03-20T17:52:22.960Z] ---> 503bfb2feb46 [2023-03-20T17:52:22.960Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-20T17:52:22.960Z] ---> Using cache [2023-03-20T17:52:22.960Z] ---> a5b0be350e00 [2023-03-20T17:52:22.960Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-20T17:52:22.960Z] ---> Using cache [2023-03-20T17:52:22.960Z] ---> 81b574b8a9d6 [2023-03-20T17:52:22.960Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:52:22.960Z] ---> Using cache [2023-03-20T17:52:22.960Z] ---> 3c46b7a0d83e [2023-03-20T17:52:22.960Z] Step 8/23 : COPY . . [2023-03-20T17:52:22.960Z] ---> Using cache [2023-03-20T17:52:22.960Z] ---> 18ef01da87a9 [2023-03-20T17:52:22.960Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-20T17:52:32.926Z] ---> fa9eeff53e28 [2023-03-20T17:52:32.926Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-20T17:52:32.926Z] ---> Running in c74db7a43fa1 [2023-03-20T17:52:33.183Z] ---> 1089effcdf14 [2023-03-20T17:52:33.183Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-20T17:52:33.183Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-20T17:52:33.441Z] ---> 9cb60ee2e266 [2023-03-20T17:52:33.441Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-20T17:52:33.699Z] ---> d7333c4fbb34 [2023-03-20T17:52:33.699Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-20T17:52:33.699Z] ---> Running in ece1f0a8954b [2023-03-20T17:52:33.957Z] Removing intermediate container ece1f0a8954b [2023-03-20T17:52:33.957Z] ---> 0784738779b9 [2023-03-20T17:52:33.957Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-20T17:52:33.957Z] ---> Running in 9c715aeda92e [2023-03-20T17:52:34.214Z] Removing intermediate container 9c715aeda92e [2023-03-20T17:52:34.214Z] ---> a7cab19e2011 [2023-03-20T17:52:34.214Z] Step 24/26 : LABEL arch=x86_64 [2023-03-20T17:52:34.214Z] ---> Running in 3250572aef0f [2023-03-20T17:52:34.214Z] Removing intermediate container 3250572aef0f [2023-03-20T17:52:34.214Z] ---> 243ae20d40ef [2023-03-20T17:52:34.214Z] Step 25/26 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:52:34.470Z] ---> Running in 18e2b6534c6f [2023-03-20T17:52:34.470Z] Removing intermediate container 18e2b6534c6f [2023-03-20T17:52:34.470Z] ---> 64b7d1c88a7e [2023-03-20T17:52:34.470Z] Step 26/26 : LABEL version=3.0.0-dev.106 [2023-03-20T17:52:34.470Z] ---> Running in dd96cf52b5fc [2023-03-20T17:52:34.728Z] Removing intermediate container dd96cf52b5fc [2023-03-20T17:52:34.728Z] ---> d16499a34d1a [2023-03-20T17:52:34.728Z] [2023-03-20T17:52:34.728Z] Successfully built d16499a34d1a [2023-03-20T17:52:34.728Z] Successfully tagged security-spire-server:latest [2023-03-20T17:53:01.305Z]  Building security-spire-server ... done Removing intermediate container 8088a68a9b65 [2023-03-20T17:53:01.305Z] ---> 6579d56913f2 [2023-03-20T17:53:01.305Z] [2023-03-20T17:53:01.305Z] Step 10/24 : FROM alpine:3.17 [2023-03-20T17:53:01.305Z] ---> b2aa39c304c2 [2023-03-20T17:53:01.305Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-20T17:53:01.305Z] ---> Using cache [2023-03-20T17:53:01.305Z] ---> 2fbf7ef49f4a [2023-03-20T17:53:01.305Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-20T17:53:01.305Z] ---> Using cache [2023-03-20T17:53:01.305Z] ---> 972628426d30 [2023-03-20T17:53:01.305Z] Step 13/24 : ENV APP_PORT=59882 [2023-03-20T17:53:01.305Z] Removing intermediate container c74db7a43fa1 [2023-03-20T17:53:01.305Z] ---> 090df6f7106f [2023-03-20T17:53:01.305Z] [2023-03-20T17:53:01.305Z] Step 10/23 : FROM alpine:3.17 [2023-03-20T17:53:01.305Z] ---> b2aa39c304c2 [2023-03-20T17:53:01.305Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-20T17:53:01.305Z] Removing intermediate container 41d52103ddce [2023-03-20T17:53:01.305Z] ---> 5a82fe13917e [2023-03-20T17:53:01.305Z] [2023-03-20T17:53:01.305Z] Step 10/25 : FROM alpine:3.17 [2023-03-20T17:53:01.305Z] ---> b2aa39c304c2 [2023-03-20T17:53:01.305Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-03-20T17:53:01.305Z] ---> Using cache [2023-03-20T17:53:01.305Z] ---> 2fbf7ef49f4a [2023-03-20T17:53:01.305Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-20T17:53:01.305Z] ---> Using cache [2023-03-20T17:53:01.305Z] ---> 972628426d30 [2023-03-20T17:53:01.305Z] Step 13/25 : ENV APP_PORT=59881 [2023-03-20T17:53:01.305Z] ---> Running in 967e7a3cf28e [2023-03-20T17:53:01.305Z] ---> Running in 2f29c6172ded [2023-03-20T17:53:01.305Z] ---> Running in 1425580c08b3 [2023-03-20T17:53:01.305Z] Removing intermediate container 967e7a3cf28e [2023-03-20T17:53:01.305Z] ---> 74c1cbcf80bc [2023-03-20T17:53:01.305Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-20T17:53:01.305Z] Removing intermediate container 1425580c08b3 [2023-03-20T17:53:01.305Z] ---> 778b90034a68 [2023-03-20T17:53:01.305Z] Step 14/25 : EXPOSE $APP_PORT [2023-03-20T17:53:01.305Z] Removing intermediate container 2f29c6172ded [2023-03-20T17:53:01.305Z] ---> 4a82dfa14a38 [2023-03-20T17:53:01.305Z] Step 12/23 : ENV APP_PORT=59880 [2023-03-20T17:53:01.305Z] ---> Running in 8145c635bb00 [2023-03-20T17:53:01.305Z] ---> Running in b1e6f67be629 [2023-03-20T17:53:01.305Z] ---> Running in 248074b6e4b2 [2023-03-20T17:53:01.305Z] Removing intermediate container 8145c635bb00 [2023-03-20T17:53:01.305Z] ---> 6dcf44c4d08f [2023-03-20T17:53:01.305Z] Step 15/25 : WORKDIR / [2023-03-20T17:53:01.305Z] Removing intermediate container b1e6f67be629 [2023-03-20T17:53:01.305Z] ---> 0365638c6add [2023-03-20T17:53:01.305Z] Step 15/24 : WORKDIR / [2023-03-20T17:53:01.305Z] ---> Running in 5fc267fc13ee [2023-03-20T17:53:01.305Z] ---> Running in cfabd07f23a8 [2023-03-20T17:53:01.305Z] Removing intermediate container 248074b6e4b2 [2023-03-20T17:53:01.305Z] ---> 6c54f0ac6b34 [2023-03-20T17:53:01.305Z] Step 13/23 : EXPOSE $APP_PORT [2023-03-20T17:53:01.305Z] ---> Running in 9bc6feddfcd2 [2023-03-20T17:53:01.305Z] Removing intermediate container 5fc267fc13ee [2023-03-20T17:53:01.305Z] ---> bbfe31cbbe64 [2023-03-20T17:53:01.305Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:53:01.305Z] Removing intermediate container cfabd07f23a8 [2023-03-20T17:53:01.305Z] ---> c68cf9a38b3e [2023-03-20T17:53:01.305Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:53:01.305Z] Removing intermediate container 9bc6feddfcd2 [2023-03-20T17:53:01.305Z] ---> 1a53f17509da [2023-03-20T17:53:01.305Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-03-20T17:53:01.305Z] ---> d2dc5458e269 [2023-03-20T17:53:01.305Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:53:01.305Z] ---> Running in 857c106c26af [2023-03-20T17:53:01.305Z] ---> 993747f26086 [2023-03-20T17:53:01.305Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:53:01.305Z] ---> d29ac897996a [2023-03-20T17:53:01.305Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-20T17:53:01.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-20T17:53:01.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-20T17:53:01.305Z] ---> 442c21d2394f [2023-03-20T17:53:01.305Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-20T17:53:01.305Z] ---> 94f79184934d [2023-03-20T17:53:01.305Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-20T17:53:01.305Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-20T17:53:01.305Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:53:01.305Z] OK: 7 MiB in 16 packages [2023-03-20T17:53:01.305Z] ---> 0072bfd3756e [2023-03-20T17:53:01.305Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-03-20T17:53:01.305Z] ---> 1a29ad8fe4fb [2023-03-20T17:53:01.305Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-20T17:53:01.305Z] ---> 75f820a8088d [2023-03-20T17:53:01.305Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-03-20T17:53:01.305Z] ---> c44449145e50 [2023-03-20T17:53:01.305Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-03-20T17:53:01.305Z] ---> Running in 9115762eaac2 [2023-03-20T17:53:01.305Z] Removing intermediate container 857c106c26af [2023-03-20T17:53:01.305Z] ---> 049d4513a061 [2023-03-20T17:53:01.305Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:53:01.305Z] ---> Running in 03a8bc6ebe26 [2023-03-20T17:53:01.879Z] Removing intermediate container 9115762eaac2 [2023-03-20T17:53:01.879Z] ---> f3fa5acbdb97 [2023-03-20T17:53:01.879Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T17:53:01.879Z] ---> 831c87116e1b [2023-03-20T17:53:01.879Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:53:02.138Z] Removing intermediate container 03a8bc6ebe26 [2023-03-20T17:53:02.138Z] ---> db2d8d7e6a81 [2023-03-20T17:53:02.138Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T17:53:02.138Z] ---> Running in 5586bfd4e904 [2023-03-20T17:53:02.398Z] ---> Running in c277f358db5f [2023-03-20T17:53:02.658Z] ---> dc6bb2ace616 [2023-03-20T17:53:02.658Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-20T17:53:02.658Z] Removing intermediate container 5586bfd4e904 [2023-03-20T17:53:02.658Z] ---> b828e0e6cc94 [2023-03-20T17:53:02.658Z] Step 23/25 : LABEL arch=x86_64 [2023-03-20T17:53:02.918Z] Removing intermediate container c277f358db5f [2023-03-20T17:53:02.918Z] ---> db6aa4b5f5e2 [2023-03-20T17:53:02.918Z] Step 22/24 : LABEL arch=x86_64 [2023-03-20T17:53:03.199Z] ---> Running in 38331ae55e53 [2023-03-20T17:53:03.199Z] ---> Running in 86cb4955ca00 [2023-03-20T17:53:03.524Z] ---> 608f0dbdc6e5 [2023-03-20T17:53:03.524Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-20T17:53:03.812Z] Removing intermediate container 38331ae55e53 [2023-03-20T17:53:03.812Z] ---> 4edcefa61952 [2023-03-20T17:53:03.812Z] Step 24/25 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:03.812Z] Removing intermediate container 86cb4955ca00 [2023-03-20T17:53:03.812Z] ---> c0169be0d3f3 [2023-03-20T17:53:03.812Z] Step 23/24 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:04.090Z] ---> Running in db318d94c1d3 [2023-03-20T17:53:04.090Z] ---> a495ab40b2d5 [2023-03-20T17:53:04.090Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-03-20T17:53:04.090Z] ---> Running in 1f0d286a3616 [2023-03-20T17:53:04.366Z] ---> Running in 93ce7c645938 [2023-03-20T17:53:04.697Z] Removing intermediate container db318d94c1d3 [2023-03-20T17:53:04.697Z] ---> dc25b07c6ab1 [2023-03-20T17:53:04.697Z] Step 25/25 : LABEL version=3.0.0-dev.106 [2023-03-20T17:53:04.697Z] Removing intermediate container 1f0d286a3616 [2023-03-20T17:53:04.697Z] ---> 78fb0391f1c0 [2023-03-20T17:53:04.697Z] Step 24/24 : LABEL version=3.0.0-dev.106 [2023-03-20T17:53:04.971Z] ---> Running in c2bb5253f4f1 [2023-03-20T17:53:04.971Z] Removing intermediate container 93ce7c645938 [2023-03-20T17:53:04.971Z] ---> c9825b3b0374 [2023-03-20T17:53:04.971Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T17:53:04.971Z] ---> Running in 9d0fcb424719 [2023-03-20T17:53:05.253Z] ---> Running in a7ec5c6de4bc [2023-03-20T17:53:05.537Z] Removing intermediate container c2bb5253f4f1 [2023-03-20T17:53:05.537Z] ---> 3b7f7a8c0831 [2023-03-20T17:53:05.537Z] [2023-03-20T17:53:05.537Z] Successfully built 3b7f7a8c0831 [2023-03-20T17:53:05.804Z] Removing intermediate container 9d0fcb424719 [2023-03-20T17:53:05.804Z] ---> 2b97e8450da1 [2023-03-20T17:53:05.804Z] [2023-03-20T17:53:05.804Z] Successfully tagged core-metadata:latest [2023-03-20T17:53:05.804Z]  Building core-metadata ... done Successfully built 2b97e8450da1 [2023-03-20T17:53:05.804Z] Successfully tagged core-command:latest [2023-03-20T17:53:05.804Z]  Building core-command ... done Removing intermediate container a7ec5c6de4bc [2023-03-20T17:53:05.804Z] ---> 0ab996c52629 [2023-03-20T17:53:05.804Z] Step 21/23 : LABEL arch=x86_64 [2023-03-20T17:53:06.090Z] ---> Running in 94338800d95c [2023-03-20T17:53:06.357Z] Removing intermediate container 94338800d95c [2023-03-20T17:53:06.357Z] ---> b6afaae22fdf [2023-03-20T17:53:06.357Z] Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:06.357Z] ---> Running in 5946903e89fd [2023-03-20T17:53:06.620Z] Removing intermediate container 5946903e89fd [2023-03-20T17:53:06.620Z] ---> 7f6c2410bfcb [2023-03-20T17:53:06.620Z] Step 23/23 : LABEL version=3.0.0-dev.106 [2023-03-20T17:53:06.881Z] ---> Running in d8facc5018c1 [2023-03-20T17:53:06.881Z] Removing intermediate container d8facc5018c1 [2023-03-20T17:53:06.881Z] ---> bf158a533a35 [2023-03-20T17:53:06.881Z] [2023-03-20T17:53:07.141Z] Successfully built bf158a533a35 [2023-03-20T17:53:07.141Z] Successfully tagged core-data:latest [2023-03-20T17:53:07.148Z]  Building core-data ... done  [Pipeline] } [2023-03-20T17:53:07.161Z] $ docker stop --time=1 5291b24224e51cc7a83e2b9eb10082b8536a5868eb364e7540172e330790310b [2023-03-20T17:53:08.491Z] $ docker rm -f --volumes 5291b24224e51cc7a83e2b9eb10082b8536a5868eb364e7540172e330790310b [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-20T17:53:08.652Z] Removing intermediate container d43a82adefeb [2023-03-20T17:53:08.652Z] ---> d8530066c8b8 [2023-03-20T17:53:08.652Z] Step 7/20 : COPY . . [2023-03-20T17:53:08.652Z] Removing intermediate container a4ee75166c9a [2023-03-20T17:53:08.652Z] ---> 07aff9528a5c [2023-03-20T17:53:08.652Z] Step 7/22 : COPY . . [2023-03-20T17:53:08.652Z] Removing intermediate container 504090157ade [2023-03-20T17:53:08.652Z] ---> 5a00ae27b02f [2023-03-20T17:53:08.652Z] Step 8/23 : COPY . . [2023-03-20T17:53:08.652Z] Removing intermediate container cec2420f4660 [2023-03-20T17:53:08.652Z] ---> 8546356428b2 [2023-03-20T17:53:08.652Z] Step 8/23 : COPY . . [2023-03-20T17:53:08.652Z] Removing intermediate container 230c473d64a9 [2023-03-20T17:53:08.652Z] ---> dfd5fd07d4f9 [2023-03-20T17:53:08.652Z] Step 7/27 : COPY . . [2023-03-20T17:53:08.652Z] ---> 47408a6a4f53 [2023-03-20T17:53:08.652Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-20T17:53:08.652Z] ---> 629ab5d0ea46 [2023-03-20T17:53:08.652Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-03-20T17:53:08.652Z] ---> 50bab93be306 [2023-03-20T17:53:08.652Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-20T17:53:08.652Z] ---> f80e0ec8c54a [2023-03-20T17:53:08.652Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-20T17:53:08.652Z] ---> a3224f89de24 [2023-03-20T17:53:08.652Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-03-20T17:53:08.652Z] ---> Running in ebe5ff9e9d79 [2023-03-20T17:53:08.652Z] ---> Running in a2f2da9f02c8 [2023-03-20T17:53:08.652Z] ---> Running in df43ae037185 [2023-03-20T17:53:08.652Z] ---> Running in 2ddc15269007 [2023-03-20T17:53:08.652Z] ---> Running in 9ec7357fd2cb [2023-03-20T17:53:08.652Z] Removing intermediate container df43ae037185 [2023-03-20T17:53:08.652Z] ---> 6a73385b1db8 [2023-03-20T17:53:08.652Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-20T17:53:08.652Z] ---> Running in e948629eba19 [2023-03-20T17:53:08.652Z] Removing intermediate container e948629eba19 [2023-03-20T17:53:08.652Z] ---> 61e5b9f06386 [2023-03-20T17:53:08.652Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-20T17:53:08.652Z] ---> Running in f76a5b882d61 [2023-03-20T17:53:08.816Z] + docker images [2023-03-20T17:53:08.816Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-20T17:53:08.816Z] core-data latest bf158a533a35 2 seconds ago 20MB [2023-03-20T17:53:08.816Z] core-metadata latest 3b7f7a8c0831 3 seconds ago 20.6MB [2023-03-20T17:53:08.816Z] core-command latest 2b97e8450da1 3 seconds ago 19.8MB [2023-03-20T17:53:08.816Z] 090df6f7106f 12 seconds ago 1.69GB [2023-03-20T17:53:08.816Z] 6579d56913f2 15 seconds ago 1.69GB [2023-03-20T17:53:08.816Z] 5a82fe13917e 15 seconds ago 1.7GB [2023-03-20T17:53:08.816Z] security-spire-server latest d16499a34d1a 34 seconds ago 89.8MB [2023-03-20T17:53:08.816Z] core-common-config-bootstrapper latest dad64cfd7dda 51 seconds ago 17.6MB [2023-03-20T17:53:08.816Z] security-proxy-auth latest 2483b1e170de 51 seconds ago 18.3MB [2023-03-20T17:53:08.816Z] f108cbd45fff 51 seconds ago 1.55GB [2023-03-20T17:53:08.816Z] security-spiffe-token-provider latest 93a457ed781c About a minute ago 32.6MB [2023-03-20T17:53:08.816Z] security-spire-config latest b76675b5bb06 About a minute ago 88.9MB [2023-03-20T17:53:08.816Z] security-spire-agent latest dda3a9098dbb About a minute ago 129MB [2023-03-20T17:53:08.816Z] b919fc2f2736 About a minute ago 1.68GB [2023-03-20T17:53:08.816Z] 9b1bac01e78d About a minute ago 1.73GB [2023-03-20T17:53:08.816Z] 19af35537ba6 About a minute ago 1.67GB [2023-03-20T17:53:08.816Z] e2af62cc9e4b About a minute ago 1.55GB [2023-03-20T17:53:08.816Z] 4cf5e624f103 About a minute ago 1.55GB [2023-03-20T17:53:08.816Z] security-bootstrapper latest c5f9b4947c60 3 minutes ago 22MB [2023-03-20T17:53:08.816Z] security-secretstore-setup latest 8ce8d9e4ec80 3 minutes ago 32.6MB [2023-03-20T17:53:08.816Z] security-proxy-setup latest 17d6588114dc 3 minutes ago 18.7MB [2023-03-20T17:53:08.816Z] support-scheduler latest e8aa025a7247 3 minutes ago 32.4MB [2023-03-20T17:53:08.816Z] support-notifications latest bb4cb7064d6b 3 minutes ago 33MB [2023-03-20T17:53:08.816Z] e733da6904ee 3 minutes ago 1.76GB [2023-03-20T17:53:08.816Z] aa31f32007b9 3 minutes ago 1.76GB [2023-03-20T17:53:08.816Z] 57841441d29e 3 minutes ago 1.68GB [2023-03-20T17:53:08.816Z] 9ac877ec2d65 3 minutes ago 1.67GB [2023-03-20T17:53:08.816Z] f69a30419393 4 minutes ago 1.67GB [2023-03-20T17:53:08.816Z] ci-base-image-x86_64 latest f08674386b31 8 minutes ago 882MB [2023-03-20T17:53:08.816Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 10 days ago 664MB [2023-03-20T17:53:08.816Z] alpine 3.17 b2aa39c304c2 5 weeks ago 7.05MB [2023-03-20T17:53:08.816Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-20T17:53:08.816Z] 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 [2023-03-20T17:53:08.913Z] provisioning config files... [2023-03-20T17:53:08.923Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/468@tmp/config9662723594655896414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-20T17:53:09.219Z] ---> docker-login.sh [2023-03-20T17:53:09.219Z] nexus3.edgexfoundry.org:10001 [2023-03-20T17:53:09.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:53:09.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:53:09.219Z] Configure a credential helper to remove this warning. See [2023-03-20T17:53:09.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:53:09.219Z] [2023-03-20T17:53:09.219Z] Login Succeeded [2023-03-20T17:53:09.219Z] nexus3.edgexfoundry.org:10002 [2023-03-20T17:53:09.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:53:09.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:53:09.219Z] Configure a credential helper to remove this warning. See [2023-03-20T17:53:09.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:53:09.219Z] [2023-03-20T17:53:09.219Z] Login Succeeded [2023-03-20T17:53:09.219Z] nexus3.edgexfoundry.org:10003 [2023-03-20T17:53:09.250Z] Removing intermediate container f76a5b882d61 [2023-03-20T17:53:09.250Z] ---> c647cbd37825 [2023-03-20T17:53:09.250Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-20T17:53:09.250Z] ---> Running in cd2711020f2c [2023-03-20T17:53:09.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:53:09.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:53:09.478Z] Configure a credential helper to remove this warning. See [2023-03-20T17:53:09.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:53:09.478Z] [2023-03-20T17:53:09.478Z] Login Succeeded [2023-03-20T17:53:09.478Z] nexus3.edgexfoundry.org:10004 [2023-03-20T17:53:09.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:53:09.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:53:09.478Z] Configure a credential helper to remove this warning. See [2023-03-20T17:53:09.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:53:09.478Z] [2023-03-20T17:53:09.478Z] Login Succeeded [2023-03-20T17:53:09.478Z] docker.io [2023-03-20T17:53:09.517Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-20T17:53:09.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T17:53:09.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T17:53:09.740Z] Configure a credential helper to remove this warning. See [2023-03-20T17:53:09.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T17:53:09.740Z] [2023-03-20T17:53:09.740Z] Login Succeeded [2023-03-20T17:53:09.740Z] ---> docker-login.sh ends [Pipeline] } [2023-03-20T17:53:09.746Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:53:09.768Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-20T17:53:09.783Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-20T17:53:09.783Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:09.783Z] latest [2023-03-20T17:53:09.783Z] 3.0.0-dev.106 [2023-03-20T17:53:09.783Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:09.783Z] main [2023-03-20T17:53:09.783Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:10.085Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:10.387Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:10.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-20T17:53:10.387Z] 54d6fe934e1d: Preparing [2023-03-20T17:53:10.387Z] c5b811c8e843: Preparing [2023-03-20T17:53:10.387Z] 956734df82a4: Preparing [2023-03-20T17:53:10.387Z] 8f79fd346351: Preparing [2023-03-20T17:53:10.387Z] 90af48de1acd: Preparing [2023-03-20T17:53:10.387Z] 7cd52847ad77: Preparing [2023-03-20T17:53:10.387Z] 7cd52847ad77: Waiting [2023-03-20T17:53:10.387Z] 90af48de1acd: Pushed [2023-03-20T17:53:10.387Z] 54d6fe934e1d: Pushed [2023-03-20T17:53:10.387Z] 8f79fd346351: Pushed [2023-03-20T17:53:10.387Z] 956734df82a4: Pushed [2023-03-20T17:53:10.387Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:10.489Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-20T17:53:10.489Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-20T17:53:10.489Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-20T17:53:11.767Z] c5b811c8e843: Pushed [2023-03-20T17:53:11.767Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:c38c7e87165eefa5867a963237fcb1865a3a32ede525ef8e89b8afed3b84d451 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:12.075Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:12.382Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-20T17:53:12.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-20T17:53:12.382Z] 54d6fe934e1d: Preparing [2023-03-20T17:53:12.382Z] c5b811c8e843: Preparing [2023-03-20T17:53:12.382Z] 956734df82a4: Preparing [2023-03-20T17:53:12.382Z] 8f79fd346351: Preparing [2023-03-20T17:53:12.382Z] 90af48de1acd: Preparing [2023-03-20T17:53:12.382Z] 7cd52847ad77: Preparing [2023-03-20T17:53:12.382Z] 7cd52847ad77: Waiting [2023-03-20T17:53:12.382Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:12.382Z] 90af48de1acd: Layer already exists [2023-03-20T17:53:12.382Z] c5b811c8e843: Layer already exists [2023-03-20T17:53:12.382Z] 956734df82a4: Layer already exists [2023-03-20T17:53:12.382Z] 54d6fe934e1d: Layer already exists [2023-03-20T17:53:12.382Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:12.382Z] latest: digest: sha256:c38c7e87165eefa5867a963237fcb1865a3a32ede525ef8e89b8afed3b84d451 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:12.688Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:12.993Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.106 [2023-03-20T17:53:12.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-20T17:53:12.993Z] 54d6fe934e1d: Preparing [2023-03-20T17:53:12.993Z] c5b811c8e843: Preparing [2023-03-20T17:53:12.993Z] 956734df82a4: Preparing [2023-03-20T17:53:12.993Z] 8f79fd346351: Preparing [2023-03-20T17:53:12.993Z] 90af48de1acd: Preparing [2023-03-20T17:53:12.993Z] 7cd52847ad77: Preparing [2023-03-20T17:53:12.993Z] 7cd52847ad77: Waiting [2023-03-20T17:53:12.993Z] 54d6fe934e1d: Layer already exists [2023-03-20T17:53:12.993Z] 956734df82a4: Layer already exists [2023-03-20T17:53:12.993Z] c5b811c8e843: Layer already exists [2023-03-20T17:53:12.993Z] 90af48de1acd: Layer already exists [2023-03-20T17:53:12.993Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:12.993Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:12.993Z] 3.0.0-dev.106: digest: sha256:c38c7e87165eefa5867a963237fcb1865a3a32ede525ef8e89b8afed3b84d451 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:13.303Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:13.612Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:13.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-20T17:53:13.612Z] 54d6fe934e1d: Preparing [2023-03-20T17:53:13.612Z] c5b811c8e843: Preparing [2023-03-20T17:53:13.612Z] 956734df82a4: Preparing [2023-03-20T17:53:13.612Z] 8f79fd346351: Preparing [2023-03-20T17:53:13.612Z] 90af48de1acd: Preparing [2023-03-20T17:53:13.612Z] 7cd52847ad77: Preparing [2023-03-20T17:53:13.612Z] 7cd52847ad77: Waiting [2023-03-20T17:53:13.612Z] c5b811c8e843: Layer already exists [2023-03-20T17:53:13.612Z] 956734df82a4: Layer already exists [2023-03-20T17:53:13.612Z] 54d6fe934e1d: Layer already exists [2023-03-20T17:53:13.612Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:13.612Z] 90af48de1acd: Layer already exists [2023-03-20T17:53:13.612Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:13.612Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:c38c7e87165eefa5867a963237fcb1865a3a32ede525ef8e89b8afed3b84d451 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:13.882Z] Removing intermediate container cd2711020f2c [2023-03-20T17:53:13.882Z] ---> 7c4fca3e23bd [2023-03-20T17:53:13.882Z] Step 12/27 : WORKDIR /edgex-go [2023-03-20T17:53:13.924Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:14.151Z] ---> Running in d7d248ef321b [2023-03-20T17:53:14.232Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-20T17:53:14.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-20T17:53:14.232Z] 54d6fe934e1d: Preparing [2023-03-20T17:53:14.232Z] c5b811c8e843: Preparing [2023-03-20T17:53:14.232Z] 956734df82a4: Preparing [2023-03-20T17:53:14.232Z] 8f79fd346351: Preparing [2023-03-20T17:53:14.232Z] 90af48de1acd: Preparing [2023-03-20T17:53:14.232Z] 7cd52847ad77: Preparing [2023-03-20T17:53:14.232Z] 7cd52847ad77: Waiting [2023-03-20T17:53:14.232Z] 956734df82a4: Layer already exists [2023-03-20T17:53:14.232Z] 54d6fe934e1d: Layer already exists [2023-03-20T17:53:14.232Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:14.232Z] 90af48de1acd: Layer already exists [2023-03-20T17:53:14.232Z] c5b811c8e843: Layer already exists [2023-03-20T17:53:14.232Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:14.232Z] main: digest: sha256:c38c7e87165eefa5867a963237fcb1865a3a32ede525ef8e89b8afed3b84d451 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:53:14.280Z] ===================================================== [Pipeline] echo [2023-03-20T17:53:14.287Z] taggedImages: [2023-03-20T17:53:14.287Z] - nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:14.287Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-20T17:53:14.287Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.106 [2023-03-20T17:53:14.287Z] - nexus3.edgexfoundry.org:10004/core-command:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:14.287Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-20T17:53:14.307Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-20T17:53:14.307Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:14.307Z] latest [2023-03-20T17:53:14.307Z] 3.0.0-dev.106 [2023-03-20T17:53:14.307Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:14.307Z] main [2023-03-20T17:53:14.307Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:14.626Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:14.932Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:14.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-20T17:53:14.932Z] 5ac10c5f14ae: Preparing [2023-03-20T17:53:14.932Z] c3982dda95ac: Preparing [2023-03-20T17:53:14.932Z] 0f923858a6d7: Preparing [2023-03-20T17:53:14.932Z] 61bc12b9f290: Preparing [2023-03-20T17:53:14.932Z] 956734df82a4: Preparing [2023-03-20T17:53:14.932Z] 8f79fd346351: Preparing [2023-03-20T17:53:14.932Z] 729aa6c2416c: Preparing [2023-03-20T17:53:14.932Z] 7cd52847ad77: Preparing [2023-03-20T17:53:14.932Z] 729aa6c2416c: Waiting [2023-03-20T17:53:14.932Z] 8f79fd346351: Waiting [2023-03-20T17:53:14.932Z] 7cd52847ad77: Waiting [2023-03-20T17:53:14.932Z] 956734df82a4: Layer already exists [2023-03-20T17:53:14.932Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:14.932Z] 5ac10c5f14ae: Pushed [2023-03-20T17:53:14.932Z] c3982dda95ac: Pushed [2023-03-20T17:53:14.932Z] 0f923858a6d7: Pushed [2023-03-20T17:53:14.932Z] 729aa6c2416c: Pushed [2023-03-20T17:53:14.932Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:15.113Z] Removing intermediate container d7d248ef321b [2023-03-20T17:53:15.113Z] ---> 11dc2df70656 [2023-03-20T17:53:15.113Z] [2023-03-20T17:53:15.113Z] Step 13/27 : FROM alpine:3.17 [2023-03-20T17:53:15.113Z] 3.17: Pulling from library/alpine [2023-03-20T17:53:15.392Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-20T17:53:15.392Z] Status: Downloaded newer image for alpine:3.17 [2023-03-20T17:53:15.392Z] ---> d74e625d9115 [2023-03-20T17:53:15.392Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-20T17:53:15.659Z] ---> Running in bf622bb03ff7 [2023-03-20T17:53:16.309Z] 61bc12b9f290: Pushed [2023-03-20T17:53:16.309Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:06f27b919d9d04f8a994bfee844a1bc2544956b1ea6443fbe61f8805aca8fd6c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:16.619Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:16.928Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-20T17:53:16.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-20T17:53:16.928Z] 5ac10c5f14ae: Preparing [2023-03-20T17:53:16.928Z] c3982dda95ac: Preparing [2023-03-20T17:53:16.928Z] 0f923858a6d7: Preparing [2023-03-20T17:53:16.928Z] 61bc12b9f290: Preparing [2023-03-20T17:53:16.928Z] 956734df82a4: Preparing [2023-03-20T17:53:16.928Z] 8f79fd346351: Preparing [2023-03-20T17:53:16.928Z] 729aa6c2416c: Preparing [2023-03-20T17:53:16.928Z] 7cd52847ad77: Preparing [2023-03-20T17:53:16.928Z] 8f79fd346351: Waiting [2023-03-20T17:53:16.928Z] 729aa6c2416c: Waiting [2023-03-20T17:53:16.928Z] 7cd52847ad77: Waiting [2023-03-20T17:53:16.928Z] 61bc12b9f290: Layer already exists [2023-03-20T17:53:16.928Z] c3982dda95ac: Layer already exists [2023-03-20T17:53:16.928Z] 956734df82a4: Layer already exists [2023-03-20T17:53:16.928Z] 5ac10c5f14ae: Layer already exists [2023-03-20T17:53:16.928Z] 0f923858a6d7: Layer already exists [2023-03-20T17:53:16.928Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:16.928Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:16.928Z] 729aa6c2416c: Layer already exists [2023-03-20T17:53:16.928Z] latest: digest: sha256:06f27b919d9d04f8a994bfee844a1bc2544956b1ea6443fbe61f8805aca8fd6c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:17.246Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:17.549Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.106 [2023-03-20T17:53:17.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-20T17:53:17.549Z] 5ac10c5f14ae: Preparing [2023-03-20T17:53:17.549Z] c3982dda95ac: Preparing [2023-03-20T17:53:17.549Z] 0f923858a6d7: Preparing [2023-03-20T17:53:17.549Z] 61bc12b9f290: Preparing [2023-03-20T17:53:17.549Z] 956734df82a4: Preparing [2023-03-20T17:53:17.549Z] 8f79fd346351: Preparing [2023-03-20T17:53:17.549Z] 729aa6c2416c: Preparing [2023-03-20T17:53:17.549Z] 7cd52847ad77: Preparing [2023-03-20T17:53:17.549Z] 8f79fd346351: Waiting [2023-03-20T17:53:17.549Z] 7cd52847ad77: Waiting [2023-03-20T17:53:17.549Z] 956734df82a4: Layer already exists [2023-03-20T17:53:17.549Z] 0f923858a6d7: Layer already exists [2023-03-20T17:53:17.549Z] c3982dda95ac: Layer already exists [2023-03-20T17:53:17.549Z] 61bc12b9f290: Layer already exists [2023-03-20T17:53:17.549Z] 5ac10c5f14ae: Layer already exists [2023-03-20T17:53:17.549Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:17.549Z] 729aa6c2416c: Layer already exists [2023-03-20T17:53:17.549Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:17.549Z] 3.0.0-dev.106: digest: sha256:06f27b919d9d04f8a994bfee844a1bc2544956b1ea6443fbe61f8805aca8fd6c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:17.860Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:18.166Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:18.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-20T17:53:18.166Z] 5ac10c5f14ae: Preparing [2023-03-20T17:53:18.166Z] c3982dda95ac: Preparing [2023-03-20T17:53:18.166Z] 0f923858a6d7: Preparing [2023-03-20T17:53:18.166Z] 61bc12b9f290: Preparing [2023-03-20T17:53:18.166Z] 956734df82a4: Preparing [2023-03-20T17:53:18.166Z] 8f79fd346351: Preparing [2023-03-20T17:53:18.166Z] 729aa6c2416c: Preparing [2023-03-20T17:53:18.166Z] 7cd52847ad77: Preparing [2023-03-20T17:53:18.166Z] 8f79fd346351: Waiting [2023-03-20T17:53:18.166Z] 729aa6c2416c: Waiting [2023-03-20T17:53:18.166Z] c3982dda95ac: Layer already exists [2023-03-20T17:53:18.166Z] 61bc12b9f290: Layer already exists [2023-03-20T17:53:18.166Z] 5ac10c5f14ae: Layer already exists [2023-03-20T17:53:18.166Z] 0f923858a6d7: Layer already exists [2023-03-20T17:53:18.166Z] 956734df82a4: Layer already exists [2023-03-20T17:53:18.166Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:18.166Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:18.166Z] 729aa6c2416c: Layer already exists [2023-03-20T17:53:18.166Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:06f27b919d9d04f8a994bfee844a1bc2544956b1ea6443fbe61f8805aca8fd6c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:18.260Z] Removing intermediate container bf622bb03ff7 [2023-03-20T17:53:18.260Z] ---> bc754847bae7 [2023-03-20T17:53:18.260Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-20T17:53:18.260Z] ---> Running in d10b223911e4 [2023-03-20T17:53:18.476Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:18.783Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-20T17:53:18.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-20T17:53:18.783Z] 5ac10c5f14ae: Preparing [2023-03-20T17:53:18.783Z] c3982dda95ac: Preparing [2023-03-20T17:53:18.783Z] 0f923858a6d7: Preparing [2023-03-20T17:53:18.783Z] 61bc12b9f290: Preparing [2023-03-20T17:53:18.783Z] 956734df82a4: Preparing [2023-03-20T17:53:18.783Z] 8f79fd346351: Preparing [2023-03-20T17:53:18.783Z] 729aa6c2416c: Preparing [2023-03-20T17:53:18.783Z] 7cd52847ad77: Preparing [2023-03-20T17:53:18.783Z] 8f79fd346351: Waiting [2023-03-20T17:53:18.783Z] 729aa6c2416c: Waiting [2023-03-20T17:53:18.783Z] 7cd52847ad77: Waiting [2023-03-20T17:53:18.783Z] 5ac10c5f14ae: Layer already exists [2023-03-20T17:53:18.783Z] c3982dda95ac: Layer already exists [2023-03-20T17:53:18.783Z] 956734df82a4: Layer already exists [2023-03-20T17:53:18.783Z] 0f923858a6d7: Layer already exists [2023-03-20T17:53:18.783Z] 61bc12b9f290: Layer already exists [2023-03-20T17:53:18.783Z] 729aa6c2416c: Layer already exists [2023-03-20T17:53:18.783Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:18.783Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:18.783Z] main: digest: sha256:06f27b919d9d04f8a994bfee844a1bc2544956b1ea6443fbe61f8805aca8fd6c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:53:18.816Z] ===================================================== [Pipeline] echo [2023-03-20T17:53:18.821Z] taggedImages: [2023-03-20T17:53:18.821Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:18.821Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-20T17:53:18.821Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.106 [2023-03-20T17:53:18.821Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:18.821Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-20T17:53:18.835Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-20T17:53:18.835Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:18.835Z] latest [2023-03-20T17:53:18.835Z] 3.0.0-dev.106 [2023-03-20T17:53:18.835Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:18.835Z] main [2023-03-20T17:53:18.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:19.132Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:19.433Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:19.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-20T17:53:19.433Z] 9b411e525126: Preparing [2023-03-20T17:53:19.433Z] 31a7bd1676af: Preparing [2023-03-20T17:53:19.433Z] 956734df82a4: Preparing [2023-03-20T17:53:19.433Z] 8f79fd346351: Preparing [2023-03-20T17:53:19.433Z] 74bb8c89c16f: Preparing [2023-03-20T17:53:19.433Z] 7cd52847ad77: Preparing [2023-03-20T17:53:19.433Z] 7cd52847ad77: Waiting [2023-03-20T17:53:19.433Z] 956734df82a4: Layer already exists [2023-03-20T17:53:19.433Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:19.433Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:19.433Z] 9b411e525126: Pushed [2023-03-20T17:53:19.433Z] 74bb8c89c16f: Pushed [2023-03-20T17:53:20.818Z] 31a7bd1676af: Pushed [2023-03-20T17:53:20.818Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:96c962524129db0b6a8b859284ea985007336081f4985ae66d101cd91bafb4e6 size: 1570 [Pipeline] } [Pipeline] // withEnv [2023-03-20T17:53:20.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:21.128Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:21.427Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-20T17:53:21.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-20T17:53:21.427Z] 9b411e525126: Preparing [2023-03-20T17:53:21.427Z] 31a7bd1676af: Preparing [2023-03-20T17:53:21.427Z] 956734df82a4: Preparing [2023-03-20T17:53:21.427Z] 8f79fd346351: Preparing [2023-03-20T17:53:21.427Z] 74bb8c89c16f: Preparing [2023-03-20T17:53:21.427Z] 7cd52847ad77: Preparing [2023-03-20T17:53:21.427Z] 7cd52847ad77: Waiting [2023-03-20T17:53:21.427Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:21.427Z] 956734df82a4: Layer already exists [2023-03-20T17:53:21.427Z] 74bb8c89c16f: Layer already exists [2023-03-20T17:53:21.427Z] 9b411e525126: Layer already exists [2023-03-20T17:53:21.427Z] 31a7bd1676af: Layer already exists [2023-03-20T17:53:21.427Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:21.427Z] latest: digest: sha256:96c962524129db0b6a8b859284ea985007336081f4985ae66d101cd91bafb4e6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:21.732Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:22.035Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.106 [2023-03-20T17:53:22.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-20T17:53:22.036Z] 9b411e525126: Preparing [2023-03-20T17:53:22.036Z] 31a7bd1676af: Preparing [2023-03-20T17:53:22.036Z] 956734df82a4: Preparing [2023-03-20T17:53:22.036Z] 8f79fd346351: Preparing [2023-03-20T17:53:22.036Z] 74bb8c89c16f: Preparing [2023-03-20T17:53:22.036Z] 7cd52847ad77: Preparing [2023-03-20T17:53:22.036Z] 7cd52847ad77: Waiting [2023-03-20T17:53:22.036Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:22.036Z] 956734df82a4: Layer already exists [2023-03-20T17:53:22.036Z] 74bb8c89c16f: Layer already exists [2023-03-20T17:53:22.036Z] 9b411e525126: Layer already exists [2023-03-20T17:53:22.036Z] 31a7bd1676af: Layer already exists [2023-03-20T17:53:22.036Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:22.036Z] 3.0.0-dev.106: digest: sha256:96c962524129db0b6a8b859284ea985007336081f4985ae66d101cd91bafb4e6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:22.343Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:22.650Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:22.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-20T17:53:22.650Z] 9b411e525126: Preparing [2023-03-20T17:53:22.650Z] 31a7bd1676af: Preparing [2023-03-20T17:53:22.650Z] 956734df82a4: Preparing [2023-03-20T17:53:22.650Z] 8f79fd346351: Preparing [2023-03-20T17:53:22.650Z] 74bb8c89c16f: Preparing [2023-03-20T17:53:22.650Z] 7cd52847ad77: Preparing [2023-03-20T17:53:22.650Z] 7cd52847ad77: Waiting [2023-03-20T17:53:22.650Z] 31a7bd1676af: Layer already exists [2023-03-20T17:53:22.650Z] 956734df82a4: Layer already exists [2023-03-20T17:53:22.650Z] 74bb8c89c16f: Layer already exists [2023-03-20T17:53:22.650Z] 9b411e525126: Layer already exists [2023-03-20T17:53:22.650Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:22.650Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:22.650Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:96c962524129db0b6a8b859284ea985007336081f4985ae66d101cd91bafb4e6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:22.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T17:53:22.949Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:23.245Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-20T17:53:23.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-20T17:53:23.245Z] 9b411e525126: Preparing [2023-03-20T17:53:23.245Z] 31a7bd1676af: Preparing [2023-03-20T17:53:23.245Z] 956734df82a4: Preparing [2023-03-20T17:53:23.245Z] 8f79fd346351: Preparing [2023-03-20T17:53:23.245Z] 74bb8c89c16f: Preparing [2023-03-20T17:53:23.245Z] 7cd52847ad77: Preparing [2023-03-20T17:53:23.245Z] 9b411e525126: Layer already exists [2023-03-20T17:53:23.245Z] 74bb8c89c16f: Layer already exists [2023-03-20T17:53:23.245Z] 31a7bd1676af: Layer already exists [2023-03-20T17:53:23.245Z] 956734df82a4: Layer already exists [2023-03-20T17:53:23.245Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:23.245Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:23.245Z] main: digest: sha256:96c962524129db0b6a8b859284ea985007336081f4985ae66d101cd91bafb4e6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:53:23.282Z] ===================================================== [Pipeline] echo [2023-03-20T17:53:23.287Z] taggedImages: [2023-03-20T17:53:23.287Z] - nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:23.287Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-20T17:53:23.287Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.106 [2023-03-20T17:53:23.287Z] - nexus3.edgexfoundry.org:10004/core-data:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:23.287Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-20T17:53:23.306Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-20T17:53:23.306Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:23.306Z] latest [2023-03-20T17:53:23.306Z] 3.0.0-dev.106 [2023-03-20T17:53:23.306Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:23.306Z] main [2023-03-20T17:53:23.306Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:23.618Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:23.920Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:23.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-20T17:53:23.920Z] 3cb55661d42d: Preparing [2023-03-20T17:53:23.920Z] 0687f016a581: Preparing [2023-03-20T17:53:23.920Z] 8c5dd6f9acc8: Preparing [2023-03-20T17:53:23.920Z] 956734df82a4: Preparing [2023-03-20T17:53:23.920Z] 8f79fd346351: Preparing [2023-03-20T17:53:23.920Z] 90af48de1acd: Preparing [2023-03-20T17:53:23.920Z] 7cd52847ad77: Preparing [2023-03-20T17:53:23.920Z] 90af48de1acd: Waiting [2023-03-20T17:53:23.920Z] 956734df82a4: Layer already exists [2023-03-20T17:53:23.920Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:23.920Z] 90af48de1acd: Layer already exists [2023-03-20T17:53:23.920Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:23.920Z] 3cb55661d42d: Pushed [2023-03-20T17:53:23.920Z] 0687f016a581: Pushed [2023-03-20T17:53:25.294Z] 8c5dd6f9acc8: Pushed [2023-03-20T17:53:25.294Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:f8737af6f80cdf20046c6420788b80e0f2b266123a668d343749a0cf082e747f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:25.384Z] v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-20T17:53:25.384Z] v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-20T17:53:25.384Z] OK: 17687 distinct packages available [2023-03-20T17:53:25.610Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:25.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T17:53:25.916Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-20T17:53:25.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-20T17:53:25.916Z] 3cb55661d42d: Preparing [2023-03-20T17:53:25.916Z] 0687f016a581: Preparing [2023-03-20T17:53:25.916Z] 8c5dd6f9acc8: Preparing [2023-03-20T17:53:25.916Z] 956734df82a4: Preparing [2023-03-20T17:53:25.916Z] 8f79fd346351: Preparing [2023-03-20T17:53:25.916Z] 90af48de1acd: Preparing [2023-03-20T17:53:25.916Z] 7cd52847ad77: Preparing [2023-03-20T17:53:25.916Z] 7cd52847ad77: Waiting [2023-03-20T17:53:25.916Z] 90af48de1acd: Waiting [2023-03-20T17:53:25.916Z] 8c5dd6f9acc8: Layer already exists [2023-03-20T17:53:25.916Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:25.916Z] 956734df82a4: Layer already exists [2023-03-20T17:53:25.916Z] 3cb55661d42d: Layer already exists [2023-03-20T17:53:25.916Z] 0687f016a581: Layer already exists [2023-03-20T17:53:25.916Z] 90af48de1acd: Layer already exists [2023-03-20T17:53:25.916Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:25.916Z] latest: digest: sha256:f8737af6f80cdf20046c6420788b80e0f2b266123a668d343749a0cf082e747f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:26.223Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:26.529Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.106 [2023-03-20T17:53:26.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-20T17:53:26.529Z] 3cb55661d42d: Preparing [2023-03-20T17:53:26.529Z] 0687f016a581: Preparing [2023-03-20T17:53:26.529Z] 8c5dd6f9acc8: Preparing [2023-03-20T17:53:26.529Z] 956734df82a4: Preparing [2023-03-20T17:53:26.529Z] 8f79fd346351: Preparing [2023-03-20T17:53:26.529Z] 90af48de1acd: Preparing [2023-03-20T17:53:26.529Z] 7cd52847ad77: Preparing [2023-03-20T17:53:26.529Z] 90af48de1acd: Waiting [2023-03-20T17:53:26.529Z] 7cd52847ad77: Waiting [2023-03-20T17:53:26.529Z] 8c5dd6f9acc8: Layer already exists [2023-03-20T17:53:26.529Z] 956734df82a4: Layer already exists [2023-03-20T17:53:26.529Z] 0687f016a581: Layer already exists [2023-03-20T17:53:26.529Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:26.529Z] 3cb55661d42d: Layer already exists [2023-03-20T17:53:26.529Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:26.529Z] 90af48de1acd: Layer already exists [2023-03-20T17:53:26.529Z] 3.0.0-dev.106: digest: sha256:f8737af6f80cdf20046c6420788b80e0f2b266123a668d343749a0cf082e747f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:26.839Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:27.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T17:53:27.137Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:27.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-20T17:53:27.137Z] 3cb55661d42d: Preparing [2023-03-20T17:53:27.137Z] 0687f016a581: Preparing [2023-03-20T17:53:27.137Z] 8c5dd6f9acc8: Preparing [2023-03-20T17:53:27.137Z] 956734df82a4: Preparing [2023-03-20T17:53:27.137Z] 8f79fd346351: Preparing [2023-03-20T17:53:27.137Z] 90af48de1acd: Preparing [2023-03-20T17:53:27.137Z] 7cd52847ad77: Preparing [2023-03-20T17:53:27.137Z] 7cd52847ad77: Waiting [2023-03-20T17:53:27.137Z] 90af48de1acd: Waiting [2023-03-20T17:53:27.137Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:27.137Z] 0687f016a581: Layer already exists [2023-03-20T17:53:27.137Z] 3cb55661d42d: Layer already exists [2023-03-20T17:53:27.137Z] 956734df82a4: Layer already exists [2023-03-20T17:53:27.137Z] 8c5dd6f9acc8: Layer already exists [2023-03-20T17:53:27.137Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:27.137Z] 90af48de1acd: Layer already exists [2023-03-20T17:53:27.137Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:f8737af6f80cdf20046c6420788b80e0f2b266123a668d343749a0cf082e747f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:27.444Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:27.747Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-20T17:53:27.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-20T17:53:27.747Z] 3cb55661d42d: Preparing [2023-03-20T17:53:27.747Z] 0687f016a581: Preparing [2023-03-20T17:53:27.747Z] 8c5dd6f9acc8: Preparing [2023-03-20T17:53:27.747Z] 956734df82a4: Preparing [2023-03-20T17:53:27.747Z] 8f79fd346351: Preparing [2023-03-20T17:53:27.747Z] 90af48de1acd: Preparing [2023-03-20T17:53:27.747Z] 7cd52847ad77: Preparing [2023-03-20T17:53:27.747Z] 90af48de1acd: Waiting [2023-03-20T17:53:27.747Z] 7cd52847ad77: Waiting [2023-03-20T17:53:27.747Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:27.747Z] 3cb55661d42d: Layer already exists [2023-03-20T17:53:27.747Z] 956734df82a4: Layer already exists [2023-03-20T17:53:27.747Z] 8c5dd6f9acc8: Layer already exists [2023-03-20T17:53:27.747Z] 0687f016a581: Layer already exists [2023-03-20T17:53:27.747Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:27.747Z] 90af48de1acd: Layer already exists [2023-03-20T17:53:27.747Z] main: digest: sha256:f8737af6f80cdf20046c6420788b80e0f2b266123a668d343749a0cf082e747f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:53:27.784Z] ===================================================== [Pipeline] echo [2023-03-20T17:53:27.790Z] taggedImages: [2023-03-20T17:53:27.790Z] - nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:27.790Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-20T17:53:27.790Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.106 [2023-03-20T17:53:27.790Z] - nexus3.edgexfoundry.org:10004/core-metadata:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:27.790Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-20T17:53:27.803Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-20T17:53:27.803Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:27.803Z] latest [2023-03-20T17:53:27.803Z] 3.0.0-dev.106 [2023-03-20T17:53:27.803Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:27.803Z] main [2023-03-20T17:53:27.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:28.104Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:28.402Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:28.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-20T17:53:28.402Z] a4bae850996b: Preparing [2023-03-20T17:53:28.402Z] a4bae850996b: Preparing [2023-03-20T17:53:28.402Z] 897096fbfa99: Preparing [2023-03-20T17:53:28.402Z] 53f4baf3b7d1: Preparing [2023-03-20T17:53:28.402Z] c98c70862595: Preparing [2023-03-20T17:53:28.402Z] f954b6de31da: Preparing [2023-03-20T17:53:28.402Z] 3f58cfb28944: Preparing [2023-03-20T17:53:28.402Z] 956734df82a4: Preparing [2023-03-20T17:53:28.402Z] 8f79fd346351: Preparing [2023-03-20T17:53:28.402Z] 185d6b73b7f4: Preparing [2023-03-20T17:53:28.402Z] 4ba102c3d108: Preparing [2023-03-20T17:53:28.402Z] 20c039af66ae: Preparing [2023-03-20T17:53:28.402Z] 4f2318d68c42: Preparing [2023-03-20T17:53:28.402Z] 7cd52847ad77: Preparing [2023-03-20T17:53:28.402Z] 3f58cfb28944: Waiting [2023-03-20T17:53:28.402Z] 4ba102c3d108: Waiting [2023-03-20T17:53:28.402Z] 20c039af66ae: Waiting [2023-03-20T17:53:28.402Z] 956734df82a4: Waiting [2023-03-20T17:53:28.402Z] 4f2318d68c42: Waiting [2023-03-20T17:53:28.402Z] 8f79fd346351: Waiting [2023-03-20T17:53:28.402Z] 185d6b73b7f4: Waiting [2023-03-20T17:53:28.402Z] 7cd52847ad77: Waiting [2023-03-20T17:53:28.402Z] 897096fbfa99: Pushed [2023-03-20T17:53:28.402Z] a4bae850996b: Pushed [2023-03-20T17:53:28.402Z] c98c70862595: Pushed [2023-03-20T17:53:28.402Z] 53f4baf3b7d1: Pushed [2023-03-20T17:53:28.402Z] f954b6de31da: Pushed [2023-03-20T17:53:28.402Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:28.402Z] 956734df82a4: Layer already exists [2023-03-20T17:53:28.662Z] 4ba102c3d108: Pushed [2023-03-20T17:53:28.662Z] 20c039af66ae: Pushed [2023-03-20T17:53:28.662Z] 185d6b73b7f4: Pushed [2023-03-20T17:53:28.662Z] 4f2318d68c42: Pushed [2023-03-20T17:53:28.662Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:29.009Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-03-20T17:53:29.009Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-20T17:53:29.009Z] (3/4) Installing libucontext (1.2-r0) [2023-03-20T17:53:29.009Z] (4/4) Installing gcompat (1.1.0-r0) [2023-03-20T17:53:29.009Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T17:53:29.009Z] OK: 8 MiB in 19 packages [2023-03-20T17:53:30.038Z] 3f58cfb28944: Pushed [2023-03-20T17:53:30.038Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:f14f6bd71c6480b8332df714be17523f2568173ed3a736ab567266b47796cd6e size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:30.346Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:30.653Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-20T17:53:30.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-20T17:53:30.653Z] a4bae850996b: Preparing [2023-03-20T17:53:30.653Z] a4bae850996b: Preparing [2023-03-20T17:53:30.653Z] 897096fbfa99: Preparing [2023-03-20T17:53:30.653Z] 53f4baf3b7d1: Preparing [2023-03-20T17:53:30.653Z] c98c70862595: Preparing [2023-03-20T17:53:30.653Z] f954b6de31da: Preparing [2023-03-20T17:53:30.653Z] 3f58cfb28944: Preparing [2023-03-20T17:53:30.653Z] 956734df82a4: Preparing [2023-03-20T17:53:30.653Z] 8f79fd346351: Preparing [2023-03-20T17:53:30.653Z] 185d6b73b7f4: Preparing [2023-03-20T17:53:30.653Z] 4ba102c3d108: Preparing [2023-03-20T17:53:30.653Z] 20c039af66ae: Preparing [2023-03-20T17:53:30.653Z] 4f2318d68c42: Preparing [2023-03-20T17:53:30.653Z] 7cd52847ad77: Preparing [2023-03-20T17:53:30.653Z] 8f79fd346351: Waiting [2023-03-20T17:53:30.653Z] 956734df82a4: Waiting [2023-03-20T17:53:30.653Z] 185d6b73b7f4: Waiting [2023-03-20T17:53:30.653Z] 4ba102c3d108: Waiting [2023-03-20T17:53:30.653Z] 20c039af66ae: Waiting [2023-03-20T17:53:30.653Z] 7cd52847ad77: Waiting [2023-03-20T17:53:30.653Z] 4f2318d68c42: Waiting [2023-03-20T17:53:30.653Z] 3f58cfb28944: Waiting [2023-03-20T17:53:30.653Z] 897096fbfa99: Layer already exists [2023-03-20T17:53:30.653Z] 53f4baf3b7d1: Layer already exists [2023-03-20T17:53:30.653Z] a4bae850996b: Layer already exists [2023-03-20T17:53:30.653Z] c98c70862595: Layer already exists [2023-03-20T17:53:30.653Z] f954b6de31da: Layer already exists [2023-03-20T17:53:30.653Z] 3f58cfb28944: Layer already exists [2023-03-20T17:53:30.653Z] 956734df82a4: Layer already exists [2023-03-20T17:53:30.653Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:30.653Z] 185d6b73b7f4: Layer already exists [2023-03-20T17:53:30.653Z] 4ba102c3d108: Layer already exists [2023-03-20T17:53:30.653Z] 20c039af66ae: Layer already exists [2023-03-20T17:53:30.653Z] 4f2318d68c42: Layer already exists [2023-03-20T17:53:30.653Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:30.653Z] latest: digest: sha256:f14f6bd71c6480b8332df714be17523f2568173ed3a736ab567266b47796cd6e size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:30.960Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:31.259Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.106 [2023-03-20T17:53:31.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-20T17:53:31.260Z] a4bae850996b: Preparing [2023-03-20T17:53:31.260Z] a4bae850996b: Preparing [2023-03-20T17:53:31.260Z] 897096fbfa99: Preparing [2023-03-20T17:53:31.260Z] 53f4baf3b7d1: Preparing [2023-03-20T17:53:31.260Z] c98c70862595: Preparing [2023-03-20T17:53:31.260Z] f954b6de31da: Preparing [2023-03-20T17:53:31.260Z] 3f58cfb28944: Preparing [2023-03-20T17:53:31.260Z] 956734df82a4: Preparing [2023-03-20T17:53:31.260Z] 8f79fd346351: Preparing [2023-03-20T17:53:31.260Z] 185d6b73b7f4: Preparing [2023-03-20T17:53:31.260Z] 4ba102c3d108: Preparing [2023-03-20T17:53:31.260Z] 20c039af66ae: Preparing [2023-03-20T17:53:31.260Z] 4f2318d68c42: Preparing [2023-03-20T17:53:31.260Z] 7cd52847ad77: Preparing [2023-03-20T17:53:31.260Z] 185d6b73b7f4: Waiting [2023-03-20T17:53:31.260Z] 4ba102c3d108: Waiting [2023-03-20T17:53:31.260Z] 3f58cfb28944: Waiting [2023-03-20T17:53:31.260Z] 20c039af66ae: Waiting [2023-03-20T17:53:31.260Z] 4f2318d68c42: Waiting [2023-03-20T17:53:31.260Z] 7cd52847ad77: Waiting [2023-03-20T17:53:31.260Z] 956734df82a4: Waiting [2023-03-20T17:53:31.260Z] 8f79fd346351: Waiting [2023-03-20T17:53:31.260Z] f954b6de31da: Layer already exists [2023-03-20T17:53:31.260Z] 897096fbfa99: Layer already exists [2023-03-20T17:53:31.260Z] a4bae850996b: Layer already exists [2023-03-20T17:53:31.260Z] c98c70862595: Layer already exists [2023-03-20T17:53:31.260Z] 53f4baf3b7d1: Layer already exists [2023-03-20T17:53:31.260Z] 3f58cfb28944: Layer already exists [2023-03-20T17:53:31.260Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:31.260Z] 4ba102c3d108: Layer already exists [2023-03-20T17:53:31.260Z] 185d6b73b7f4: Layer already exists [2023-03-20T17:53:31.260Z] 956734df82a4: Layer already exists [2023-03-20T17:53:31.260Z] 20c039af66ae: Layer already exists [2023-03-20T17:53:31.260Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:31.260Z] 4f2318d68c42: Layer already exists [2023-03-20T17:53:31.260Z] 3.0.0-dev.106: digest: sha256:f14f6bd71c6480b8332df714be17523f2568173ed3a736ab567266b47796cd6e size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:31.565Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:31.631Z] Removing intermediate container d10b223911e4 [2023-03-20T17:53:31.631Z] ---> 39a7e281d2f8 [2023-03-20T17:53:31.631Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T17:53:31.862Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:31.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-20T17:53:31.862Z] a4bae850996b: Preparing [2023-03-20T17:53:31.862Z] a4bae850996b: Preparing [2023-03-20T17:53:31.862Z] 897096fbfa99: Preparing [2023-03-20T17:53:31.862Z] 53f4baf3b7d1: Preparing [2023-03-20T17:53:31.862Z] c98c70862595: Preparing [2023-03-20T17:53:31.862Z] f954b6de31da: Preparing [2023-03-20T17:53:31.862Z] 3f58cfb28944: Preparing [2023-03-20T17:53:31.862Z] 956734df82a4: Preparing [2023-03-20T17:53:31.862Z] 8f79fd346351: Preparing [2023-03-20T17:53:31.862Z] 185d6b73b7f4: Preparing [2023-03-20T17:53:31.862Z] 4ba102c3d108: Preparing [2023-03-20T17:53:31.862Z] 20c039af66ae: Preparing [2023-03-20T17:53:31.862Z] 4f2318d68c42: Preparing [2023-03-20T17:53:31.862Z] 7cd52847ad77: Preparing [2023-03-20T17:53:31.862Z] 956734df82a4: Waiting [2023-03-20T17:53:31.862Z] 8f79fd346351: Waiting [2023-03-20T17:53:31.862Z] 185d6b73b7f4: Waiting [2023-03-20T17:53:31.862Z] 4ba102c3d108: Waiting [2023-03-20T17:53:31.862Z] 20c039af66ae: Waiting [2023-03-20T17:53:31.862Z] 4f2318d68c42: Waiting [2023-03-20T17:53:31.862Z] 7cd52847ad77: Waiting [2023-03-20T17:53:31.862Z] 3f58cfb28944: Waiting [2023-03-20T17:53:31.862Z] f954b6de31da: Layer already exists [2023-03-20T17:53:31.862Z] a4bae850996b: Layer already exists [2023-03-20T17:53:31.862Z] 897096fbfa99: Layer already exists [2023-03-20T17:53:31.862Z] c98c70862595: Layer already exists [2023-03-20T17:53:31.862Z] 53f4baf3b7d1: Layer already exists [2023-03-20T17:53:31.862Z] 3f58cfb28944: Layer already exists [2023-03-20T17:53:31.862Z] 956734df82a4: Layer already exists [2023-03-20T17:53:31.862Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:31.862Z] 185d6b73b7f4: Layer already exists [2023-03-20T17:53:31.862Z] 4ba102c3d108: Layer already exists [2023-03-20T17:53:31.862Z] 20c039af66ae: Layer already exists [2023-03-20T17:53:31.862Z] 4f2318d68c42: Layer already exists [2023-03-20T17:53:31.862Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:31.862Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:f14f6bd71c6480b8332df714be17523f2568173ed3a736ab567266b47796cd6e size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:32.162Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:32.462Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-20T17:53:32.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-20T17:53:32.462Z] a4bae850996b: Preparing [2023-03-20T17:53:32.462Z] a4bae850996b: Preparing [2023-03-20T17:53:32.462Z] 897096fbfa99: Preparing [2023-03-20T17:53:32.462Z] 53f4baf3b7d1: Preparing [2023-03-20T17:53:32.462Z] c98c70862595: Preparing [2023-03-20T17:53:32.462Z] f954b6de31da: Preparing [2023-03-20T17:53:32.462Z] 3f58cfb28944: Preparing [2023-03-20T17:53:32.462Z] 956734df82a4: Preparing [2023-03-20T17:53:32.462Z] 8f79fd346351: Preparing [2023-03-20T17:53:32.462Z] 185d6b73b7f4: Preparing [2023-03-20T17:53:32.462Z] 4ba102c3d108: Preparing [2023-03-20T17:53:32.462Z] 20c039af66ae: Preparing [2023-03-20T17:53:32.462Z] 4f2318d68c42: Preparing [2023-03-20T17:53:32.462Z] 7cd52847ad77: Preparing [2023-03-20T17:53:32.462Z] 3f58cfb28944: Waiting [2023-03-20T17:53:32.462Z] 956734df82a4: Waiting [2023-03-20T17:53:32.462Z] 8f79fd346351: Waiting [2023-03-20T17:53:32.462Z] 185d6b73b7f4: Waiting [2023-03-20T17:53:32.462Z] 4ba102c3d108: Waiting [2023-03-20T17:53:32.462Z] 20c039af66ae: Waiting [2023-03-20T17:53:32.462Z] 4f2318d68c42: Waiting [2023-03-20T17:53:32.462Z] 7cd52847ad77: Waiting [2023-03-20T17:53:32.462Z] 897096fbfa99: Layer already exists [2023-03-20T17:53:32.462Z] c98c70862595: Layer already exists [2023-03-20T17:53:32.462Z] 53f4baf3b7d1: Layer already exists [2023-03-20T17:53:32.462Z] f954b6de31da: Layer already exists [2023-03-20T17:53:32.462Z] a4bae850996b: Layer already exists [2023-03-20T17:53:32.462Z] 3f58cfb28944: Layer already exists [2023-03-20T17:53:32.462Z] 956734df82a4: Layer already exists [2023-03-20T17:53:32.462Z] 4ba102c3d108: Layer already exists [2023-03-20T17:53:32.462Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:32.462Z] 185d6b73b7f4: Layer already exists [2023-03-20T17:53:32.462Z] 20c039af66ae: Layer already exists [2023-03-20T17:53:32.462Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:32.462Z] 4f2318d68c42: Layer already exists [2023-03-20T17:53:32.462Z] main: digest: sha256:f14f6bd71c6480b8332df714be17523f2568173ed3a736ab567266b47796cd6e size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:53:32.497Z] ===================================================== [Pipeline] echo [2023-03-20T17:53:32.503Z] taggedImages: [2023-03-20T17:53:32.503Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:32.503Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-20T17:53:32.503Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.106 [2023-03-20T17:53:32.503Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:32.503Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-20T17:53:32.516Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-20T17:53:32.516Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:32.516Z] latest [2023-03-20T17:53:32.516Z] 3.0.0-dev.106 [2023-03-20T17:53:32.516Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:32.516Z] main [2023-03-20T17:53:32.516Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:32.814Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:33.119Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:33.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-20T17:53:33.119Z] 15c8d1898c2d: Preparing [2023-03-20T17:53:33.119Z] a3dc93f5e6ab: Preparing [2023-03-20T17:53:33.119Z] 8aec186cb0b9: Preparing [2023-03-20T17:53:33.119Z] 9063ca951a60: Preparing [2023-03-20T17:53:33.119Z] 956734df82a4: Preparing [2023-03-20T17:53:33.119Z] 8f79fd346351: Preparing [2023-03-20T17:53:33.119Z] 729aa6c2416c: Preparing [2023-03-20T17:53:33.119Z] 7cd52847ad77: Preparing [2023-03-20T17:53:33.119Z] 8f79fd346351: Waiting [2023-03-20T17:53:33.119Z] 7cd52847ad77: Waiting [2023-03-20T17:53:33.119Z] 956734df82a4: Layer already exists [2023-03-20T17:53:33.119Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:33.119Z] 15c8d1898c2d: Pushed [2023-03-20T17:53:33.119Z] 729aa6c2416c: Layer already exists [2023-03-20T17:53:33.119Z] a3dc93f5e6ab: Pushed [2023-03-20T17:53:33.119Z] 8aec186cb0b9: Pushed [2023-03-20T17:53:33.119Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:33.597Z] ---> 79b313ac83ac [2023-03-20T17:53:33.597Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T17:53:34.497Z] 9063ca951a60: Pushed [2023-03-20T17:53:34.497Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:bde72a8168925beb139e8860e262e9d368a5e26bdb6923105fe9e886b2fbc4ff size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:34.801Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:35.022Z] ---> 2dea1c7eb4f5 [2023-03-20T17:53:35.022Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-20T17:53:35.113Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-20T17:53:35.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-20T17:53:35.113Z] 15c8d1898c2d: Preparing [2023-03-20T17:53:35.113Z] a3dc93f5e6ab: Preparing [2023-03-20T17:53:35.113Z] 8aec186cb0b9: Preparing [2023-03-20T17:53:35.113Z] 9063ca951a60: Preparing [2023-03-20T17:53:35.113Z] 956734df82a4: Preparing [2023-03-20T17:53:35.113Z] 8f79fd346351: Preparing [2023-03-20T17:53:35.113Z] 729aa6c2416c: Preparing [2023-03-20T17:53:35.113Z] 7cd52847ad77: Preparing [2023-03-20T17:53:35.113Z] 729aa6c2416c: Waiting [2023-03-20T17:53:35.113Z] 7cd52847ad77: Waiting [2023-03-20T17:53:35.113Z] 8f79fd346351: Waiting [2023-03-20T17:53:35.113Z] 9063ca951a60: Layer already exists [2023-03-20T17:53:35.113Z] a3dc93f5e6ab: Layer already exists [2023-03-20T17:53:35.113Z] 956734df82a4: Layer already exists [2023-03-20T17:53:35.113Z] 8aec186cb0b9: Layer already exists [2023-03-20T17:53:35.113Z] 15c8d1898c2d: Layer already exists [2023-03-20T17:53:35.113Z] 729aa6c2416c: Layer already exists [2023-03-20T17:53:35.113Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:35.113Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:35.113Z] latest: digest: sha256:bde72a8168925beb139e8860e262e9d368a5e26bdb6923105fe9e886b2fbc4ff size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:35.426Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:35.728Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.106 [2023-03-20T17:53:35.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-20T17:53:35.728Z] 15c8d1898c2d: Preparing [2023-03-20T17:53:35.728Z] a3dc93f5e6ab: Preparing [2023-03-20T17:53:35.728Z] 8aec186cb0b9: Preparing [2023-03-20T17:53:35.728Z] 9063ca951a60: Preparing [2023-03-20T17:53:35.728Z] 956734df82a4: Preparing [2023-03-20T17:53:35.728Z] 8f79fd346351: Preparing [2023-03-20T17:53:35.728Z] 729aa6c2416c: Preparing [2023-03-20T17:53:35.728Z] 7cd52847ad77: Preparing [2023-03-20T17:53:35.728Z] 8f79fd346351: Waiting [2023-03-20T17:53:35.728Z] 729aa6c2416c: Waiting [2023-03-20T17:53:35.728Z] 7cd52847ad77: Waiting [2023-03-20T17:53:35.728Z] 15c8d1898c2d: Layer already exists [2023-03-20T17:53:35.728Z] 9063ca951a60: Layer already exists [2023-03-20T17:53:35.728Z] 8aec186cb0b9: Layer already exists [2023-03-20T17:53:35.728Z] 956734df82a4: Layer already exists [2023-03-20T17:53:35.728Z] a3dc93f5e6ab: Layer already exists [2023-03-20T17:53:35.728Z] 729aa6c2416c: Layer already exists [2023-03-20T17:53:35.728Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:35.728Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:35.728Z] 3.0.0-dev.106: digest: sha256:bde72a8168925beb139e8860e262e9d368a5e26bdb6923105fe9e886b2fbc4ff size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:36.050Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:36.359Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:36.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-20T17:53:36.359Z] 15c8d1898c2d: Preparing [2023-03-20T17:53:36.359Z] a3dc93f5e6ab: Preparing [2023-03-20T17:53:36.359Z] 8aec186cb0b9: Preparing [2023-03-20T17:53:36.359Z] 9063ca951a60: Preparing [2023-03-20T17:53:36.359Z] 956734df82a4: Preparing [2023-03-20T17:53:36.359Z] 8f79fd346351: Preparing [2023-03-20T17:53:36.359Z] 729aa6c2416c: Preparing [2023-03-20T17:53:36.359Z] 7cd52847ad77: Preparing [2023-03-20T17:53:36.359Z] 8f79fd346351: Waiting [2023-03-20T17:53:36.359Z] 7cd52847ad77: Waiting [2023-03-20T17:53:36.359Z] 9063ca951a60: Layer already exists [2023-03-20T17:53:36.359Z] 956734df82a4: Layer already exists [2023-03-20T17:53:36.359Z] a3dc93f5e6ab: Layer already exists [2023-03-20T17:53:36.359Z] 15c8d1898c2d: Layer already exists [2023-03-20T17:53:36.359Z] 8aec186cb0b9: Layer already exists [2023-03-20T17:53:36.359Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:36.359Z] 729aa6c2416c: Layer already exists [2023-03-20T17:53:36.359Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:36.359Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:bde72a8168925beb139e8860e262e9d368a5e26bdb6923105fe9e886b2fbc4ff size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:36.670Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:36.971Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-20T17:53:36.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-20T17:53:36.971Z] 15c8d1898c2d: Preparing [2023-03-20T17:53:36.971Z] a3dc93f5e6ab: Preparing [2023-03-20T17:53:36.971Z] 8aec186cb0b9: Preparing [2023-03-20T17:53:36.971Z] 9063ca951a60: Preparing [2023-03-20T17:53:36.971Z] 956734df82a4: Preparing [2023-03-20T17:53:36.971Z] 8f79fd346351: Preparing [2023-03-20T17:53:36.971Z] 729aa6c2416c: Preparing [2023-03-20T17:53:36.971Z] 7cd52847ad77: Preparing [2023-03-20T17:53:36.971Z] 8f79fd346351: Waiting [2023-03-20T17:53:36.971Z] 729aa6c2416c: Waiting [2023-03-20T17:53:36.971Z] 7cd52847ad77: Waiting [2023-03-20T17:53:36.971Z] 9063ca951a60: Layer already exists [2023-03-20T17:53:36.971Z] 8aec186cb0b9: Layer already exists [2023-03-20T17:53:36.971Z] 956734df82a4: Layer already exists [2023-03-20T17:53:36.971Z] a3dc93f5e6ab: Layer already exists [2023-03-20T17:53:36.971Z] 15c8d1898c2d: Layer already exists [2023-03-20T17:53:36.971Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:36.971Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:36.971Z] 729aa6c2416c: Layer already exists [2023-03-20T17:53:36.971Z] main: digest: sha256:bde72a8168925beb139e8860e262e9d368a5e26bdb6923105fe9e886b2fbc4ff size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:53:37.016Z] ===================================================== [Pipeline] echo [2023-03-20T17:53:37.025Z] taggedImages: [2023-03-20T17:53:37.025Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:37.025Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-20T17:53:37.025Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.106 [2023-03-20T17:53:37.025Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:37.025Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-20T17:53:37.047Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-20T17:53:37.047Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:37.047Z] latest [2023-03-20T17:53:37.047Z] 3.0.0-dev.106 [2023-03-20T17:53:37.047Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:37.047Z] main [2023-03-20T17:53:37.047Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:37.359Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:37.659Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:37.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-20T17:53:37.659Z] 52f69cbdf428: Preparing [2023-03-20T17:53:37.659Z] 42376a4f7cd1: Preparing [2023-03-20T17:53:37.659Z] b11ccdb7ca24: Preparing [2023-03-20T17:53:37.659Z] c9520343c472: Preparing [2023-03-20T17:53:37.659Z] 956734df82a4: Preparing [2023-03-20T17:53:37.659Z] 8f79fd346351: Preparing [2023-03-20T17:53:37.659Z] 6e993e5e50f6: Preparing [2023-03-20T17:53:37.659Z] dfec1891064b: Preparing [2023-03-20T17:53:37.659Z] 7cd52847ad77: Preparing [2023-03-20T17:53:37.659Z] 8f79fd346351: Waiting [2023-03-20T17:53:37.659Z] dfec1891064b: Waiting [2023-03-20T17:53:37.659Z] 6e993e5e50f6: Waiting [2023-03-20T17:53:37.659Z] 7cd52847ad77: Waiting [2023-03-20T17:53:37.659Z] 956734df82a4: Layer already exists [2023-03-20T17:53:37.659Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:37.659Z] 42376a4f7cd1: Pushed [2023-03-20T17:53:37.659Z] 52f69cbdf428: Pushed [2023-03-20T17:53:37.659Z] c9520343c472: Pushed [2023-03-20T17:53:37.659Z] 6e993e5e50f6: Pushed [2023-03-20T17:53:37.659Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:37.918Z] dfec1891064b: Pushed [2023-03-20T17:53:38.856Z] b11ccdb7ca24: Pushed [2023-03-20T17:53:38.856Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:2081f5eec9f6db4ea81b4e2ce6cc2fe44ada15ed4c6c6e1c4d212226652ea049 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:39.416Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:39.720Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-20T17:53:39.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-20T17:53:39.720Z] 52f69cbdf428: Preparing [2023-03-20T17:53:39.720Z] 42376a4f7cd1: Preparing [2023-03-20T17:53:39.720Z] b11ccdb7ca24: Preparing [2023-03-20T17:53:39.720Z] c9520343c472: Preparing [2023-03-20T17:53:39.720Z] 956734df82a4: Preparing [2023-03-20T17:53:39.720Z] 8f79fd346351: Preparing [2023-03-20T17:53:39.720Z] 6e993e5e50f6: Preparing [2023-03-20T17:53:39.720Z] dfec1891064b: Preparing [2023-03-20T17:53:39.720Z] 7cd52847ad77: Preparing [2023-03-20T17:53:39.720Z] 8f79fd346351: Waiting [2023-03-20T17:53:39.720Z] 6e993e5e50f6: Waiting [2023-03-20T17:53:39.720Z] dfec1891064b: Waiting [2023-03-20T17:53:39.720Z] 7cd52847ad77: Waiting [2023-03-20T17:53:39.720Z] c9520343c472: Layer already exists [2023-03-20T17:53:39.720Z] 52f69cbdf428: Layer already exists [2023-03-20T17:53:39.720Z] 956734df82a4: Layer already exists [2023-03-20T17:53:39.720Z] b11ccdb7ca24: Layer already exists [2023-03-20T17:53:39.720Z] 42376a4f7cd1: Layer already exists [2023-03-20T17:53:39.720Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:39.720Z] 6e993e5e50f6: Layer already exists [2023-03-20T17:53:39.720Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:39.720Z] dfec1891064b: Layer already exists [2023-03-20T17:53:39.720Z] latest: digest: sha256:2081f5eec9f6db4ea81b4e2ce6cc2fe44ada15ed4c6c6e1c4d212226652ea049 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:40.027Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:40.336Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.106 [2023-03-20T17:53:40.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-20T17:53:40.336Z] 52f69cbdf428: Preparing [2023-03-20T17:53:40.336Z] 42376a4f7cd1: Preparing [2023-03-20T17:53:40.336Z] b11ccdb7ca24: Preparing [2023-03-20T17:53:40.336Z] c9520343c472: Preparing [2023-03-20T17:53:40.336Z] 956734df82a4: Preparing [2023-03-20T17:53:40.336Z] 8f79fd346351: Preparing [2023-03-20T17:53:40.336Z] 6e993e5e50f6: Preparing [2023-03-20T17:53:40.336Z] dfec1891064b: Preparing [2023-03-20T17:53:40.336Z] 7cd52847ad77: Preparing [2023-03-20T17:53:40.336Z] 8f79fd346351: Waiting [2023-03-20T17:53:40.336Z] 6e993e5e50f6: Waiting [2023-03-20T17:53:40.336Z] dfec1891064b: Waiting [2023-03-20T17:53:40.336Z] 7cd52847ad77: Waiting [2023-03-20T17:53:40.336Z] 52f69cbdf428: Layer already exists [2023-03-20T17:53:40.336Z] 42376a4f7cd1: Layer already exists [2023-03-20T17:53:40.336Z] b11ccdb7ca24: Layer already exists [2023-03-20T17:53:40.336Z] 956734df82a4: Layer already exists [2023-03-20T17:53:40.336Z] c9520343c472: Layer already exists [2023-03-20T17:53:40.336Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:40.336Z] 6e993e5e50f6: Layer already exists [2023-03-20T17:53:40.336Z] dfec1891064b: Layer already exists [2023-03-20T17:53:40.336Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:40.336Z] 3.0.0-dev.106: digest: sha256:2081f5eec9f6db4ea81b4e2ce6cc2fe44ada15ed4c6c6e1c4d212226652ea049 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:40.655Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:40.957Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:40.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-20T17:53:40.957Z] 52f69cbdf428: Preparing [2023-03-20T17:53:40.957Z] 42376a4f7cd1: Preparing [2023-03-20T17:53:40.957Z] b11ccdb7ca24: Preparing [2023-03-20T17:53:40.957Z] c9520343c472: Preparing [2023-03-20T17:53:40.957Z] 956734df82a4: Preparing [2023-03-20T17:53:40.957Z] 8f79fd346351: Preparing [2023-03-20T17:53:40.957Z] 6e993e5e50f6: Preparing [2023-03-20T17:53:40.957Z] dfec1891064b: Preparing [2023-03-20T17:53:40.957Z] 7cd52847ad77: Preparing [2023-03-20T17:53:40.957Z] dfec1891064b: Waiting [2023-03-20T17:53:40.957Z] 6e993e5e50f6: Waiting [2023-03-20T17:53:40.957Z] 7cd52847ad77: Waiting [2023-03-20T17:53:40.957Z] 8f79fd346351: Waiting [2023-03-20T17:53:40.957Z] 52f69cbdf428: Layer already exists [2023-03-20T17:53:40.957Z] b11ccdb7ca24: Layer already exists [2023-03-20T17:53:40.957Z] c9520343c472: Layer already exists [2023-03-20T17:53:40.957Z] 956734df82a4: Layer already exists [2023-03-20T17:53:40.957Z] 42376a4f7cd1: Layer already exists [2023-03-20T17:53:40.957Z] 6e993e5e50f6: Layer already exists [2023-03-20T17:53:40.957Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:40.957Z] dfec1891064b: Layer already exists [2023-03-20T17:53:40.957Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:40.957Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:2081f5eec9f6db4ea81b4e2ce6cc2fe44ada15ed4c6c6e1c4d212226652ea049 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:41.262Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:41.568Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-20T17:53:41.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-20T17:53:41.568Z] 52f69cbdf428: Preparing [2023-03-20T17:53:41.568Z] 42376a4f7cd1: Preparing [2023-03-20T17:53:41.568Z] b11ccdb7ca24: Preparing [2023-03-20T17:53:41.568Z] c9520343c472: Preparing [2023-03-20T17:53:41.568Z] 956734df82a4: Preparing [2023-03-20T17:53:41.568Z] 8f79fd346351: Preparing [2023-03-20T17:53:41.568Z] 6e993e5e50f6: Preparing [2023-03-20T17:53:41.568Z] dfec1891064b: Preparing [2023-03-20T17:53:41.568Z] 7cd52847ad77: Preparing [2023-03-20T17:53:41.568Z] 6e993e5e50f6: Waiting [2023-03-20T17:53:41.568Z] dfec1891064b: Waiting [2023-03-20T17:53:41.568Z] 8f79fd346351: Waiting [2023-03-20T17:53:41.568Z] 7cd52847ad77: Waiting [2023-03-20T17:53:41.568Z] 956734df82a4: Layer already exists [2023-03-20T17:53:41.568Z] 42376a4f7cd1: Layer already exists [2023-03-20T17:53:41.568Z] c9520343c472: Layer already exists [2023-03-20T17:53:41.568Z] 52f69cbdf428: Layer already exists [2023-03-20T17:53:41.568Z] b11ccdb7ca24: Layer already exists [2023-03-20T17:53:41.568Z] 6e993e5e50f6: Layer already exists [2023-03-20T17:53:41.568Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:41.568Z] dfec1891064b: Layer already exists [2023-03-20T17:53:41.568Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:41.568Z] main: digest: sha256:2081f5eec9f6db4ea81b4e2ce6cc2fe44ada15ed4c6c6e1c4d212226652ea049 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:53:41.600Z] ===================================================== [Pipeline] echo [2023-03-20T17:53:41.605Z] taggedImages: [2023-03-20T17:53:41.605Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:41.605Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-20T17:53:41.605Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.106 [2023-03-20T17:53:41.605Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:41.605Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-20T17:53:41.619Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-20T17:53:41.619Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:41.619Z] latest [2023-03-20T17:53:41.619Z] 3.0.0-dev.106 [2023-03-20T17:53:41.619Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:41.619Z] main [2023-03-20T17:53:41.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:41.922Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:42.220Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:42.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-20T17:53:42.220Z] fd7153d836e6: Preparing [2023-03-20T17:53:42.220Z] bddcb12afa06: Preparing [2023-03-20T17:53:42.220Z] 56f37c9f2da0: Preparing [2023-03-20T17:53:42.220Z] 75237ed2688d: Preparing [2023-03-20T17:53:42.220Z] b160b323086c: Preparing [2023-03-20T17:53:42.220Z] 0a5f8801e0d3: Preparing [2023-03-20T17:53:42.220Z] b08b609031b1: Preparing [2023-03-20T17:53:42.220Z] 956734df82a4: Preparing [2023-03-20T17:53:42.220Z] 8f79fd346351: Preparing [2023-03-20T17:53:42.220Z] 1c28761b7cec: Preparing [2023-03-20T17:53:42.220Z] 7cd52847ad77: Preparing [2023-03-20T17:53:42.220Z] 0a5f8801e0d3: Waiting [2023-03-20T17:53:42.220Z] b08b609031b1: Waiting [2023-03-20T17:53:42.220Z] 956734df82a4: Waiting [2023-03-20T17:53:42.220Z] 8f79fd346351: Waiting [2023-03-20T17:53:42.220Z] 1c28761b7cec: Waiting [2023-03-20T17:53:42.220Z] 7cd52847ad77: Waiting [2023-03-20T17:53:42.220Z] fd7153d836e6: Pushed [2023-03-20T17:53:42.220Z] b160b323086c: Pushed [2023-03-20T17:53:42.220Z] bddcb12afa06: Pushed [2023-03-20T17:53:42.220Z] 956734df82a4: Layer already exists [2023-03-20T17:53:42.220Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:42.479Z] 0a5f8801e0d3: Pushed [2023-03-20T17:53:42.479Z] b08b609031b1: Pushed [2023-03-20T17:53:42.479Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:42.479Z] 1c28761b7cec: Pushed [2023-03-20T17:53:43.259Z] ---> 466bfa30fcf7 [2023-03-20T17:53:43.259Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-20T17:53:43.259Z] ---> 5f971db71ceb [2023-03-20T17:53:43.259Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-20T17:53:43.259Z] ---> Running in e4d9cdda6927 [2023-03-20T17:53:43.418Z] 75237ed2688d: Pushed [2023-03-20T17:53:43.676Z] 56f37c9f2da0: Pushed [2023-03-20T17:53:43.842Z] Removing intermediate container e4d9cdda6927 [2023-03-20T17:53:43.842Z] ---> f6b0af51259d [2023-03-20T17:53:43.842Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-20T17:53:43.934Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:6708da1ee643eed8be64672d9ecc2249709e337df58607ad124529cbe438b068 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:44.245Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:44.543Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-20T17:53:44.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-20T17:53:44.544Z] fd7153d836e6: Preparing [2023-03-20T17:53:44.544Z] bddcb12afa06: Preparing [2023-03-20T17:53:44.544Z] 56f37c9f2da0: Preparing [2023-03-20T17:53:44.544Z] 75237ed2688d: Preparing [2023-03-20T17:53:44.544Z] b160b323086c: Preparing [2023-03-20T17:53:44.544Z] 0a5f8801e0d3: Preparing [2023-03-20T17:53:44.544Z] b08b609031b1: Preparing [2023-03-20T17:53:44.544Z] 956734df82a4: Preparing [2023-03-20T17:53:44.544Z] 8f79fd346351: Preparing [2023-03-20T17:53:44.544Z] 1c28761b7cec: Preparing [2023-03-20T17:53:44.544Z] 956734df82a4: Waiting [2023-03-20T17:53:44.544Z] 0a5f8801e0d3: Waiting [2023-03-20T17:53:44.544Z] 8f79fd346351: Waiting [2023-03-20T17:53:44.544Z] b08b609031b1: Waiting [2023-03-20T17:53:44.544Z] 7cd52847ad77: Preparing [2023-03-20T17:53:44.544Z] 1c28761b7cec: Waiting [2023-03-20T17:53:44.544Z] 7cd52847ad77: Waiting [2023-03-20T17:53:44.544Z] fd7153d836e6: Layer already exists [2023-03-20T17:53:44.544Z] 56f37c9f2da0: Layer already exists [2023-03-20T17:53:44.544Z] bddcb12afa06: Layer already exists [2023-03-20T17:53:44.544Z] 75237ed2688d: Layer already exists [2023-03-20T17:53:44.544Z] b160b323086c: Layer already exists [2023-03-20T17:53:44.544Z] 0a5f8801e0d3: Layer already exists [2023-03-20T17:53:44.544Z] b08b609031b1: Layer already exists [2023-03-20T17:53:44.544Z] 956734df82a4: Layer already exists [2023-03-20T17:53:44.544Z] 1c28761b7cec: Layer already exists [2023-03-20T17:53:44.544Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:44.544Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:44.544Z] latest: digest: sha256:6708da1ee643eed8be64672d9ecc2249709e337df58607ad124529cbe438b068 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:44.803Z] ---> 4cbede9a465f [2023-03-20T17:53:44.803Z] Step 22/27 : WORKDIR / [2023-03-20T17:53:44.845Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:45.070Z] ---> Running in 50dfafa8a6b5 [2023-03-20T17:53:45.146Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.106 [2023-03-20T17:53:45.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-20T17:53:45.146Z] fd7153d836e6: Preparing [2023-03-20T17:53:45.146Z] bddcb12afa06: Preparing [2023-03-20T17:53:45.146Z] 56f37c9f2da0: Preparing [2023-03-20T17:53:45.146Z] 75237ed2688d: Preparing [2023-03-20T17:53:45.146Z] b160b323086c: Preparing [2023-03-20T17:53:45.146Z] 0a5f8801e0d3: Preparing [2023-03-20T17:53:45.146Z] b08b609031b1: Preparing [2023-03-20T17:53:45.146Z] 956734df82a4: Preparing [2023-03-20T17:53:45.146Z] 8f79fd346351: Preparing [2023-03-20T17:53:45.146Z] 1c28761b7cec: Preparing [2023-03-20T17:53:45.146Z] 7cd52847ad77: Preparing [2023-03-20T17:53:45.146Z] b08b609031b1: Waiting [2023-03-20T17:53:45.146Z] 956734df82a4: Waiting [2023-03-20T17:53:45.146Z] 8f79fd346351: Waiting [2023-03-20T17:53:45.146Z] 1c28761b7cec: Waiting [2023-03-20T17:53:45.146Z] 7cd52847ad77: Waiting [2023-03-20T17:53:45.146Z] 0a5f8801e0d3: Waiting [2023-03-20T17:53:45.146Z] b160b323086c: Layer already exists [2023-03-20T17:53:45.146Z] fd7153d836e6: Layer already exists [2023-03-20T17:53:45.146Z] 56f37c9f2da0: Layer already exists [2023-03-20T17:53:45.146Z] bddcb12afa06: Layer already exists [2023-03-20T17:53:45.146Z] 75237ed2688d: Layer already exists [2023-03-20T17:53:45.146Z] 0a5f8801e0d3: Layer already exists [2023-03-20T17:53:45.146Z] b08b609031b1: Layer already exists [2023-03-20T17:53:45.146Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:45.146Z] 1c28761b7cec: Layer already exists [2023-03-20T17:53:45.146Z] 956734df82a4: Layer already exists [2023-03-20T17:53:45.146Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:45.146Z] 3.0.0-dev.106: digest: sha256:6708da1ee643eed8be64672d9ecc2249709e337df58607ad124529cbe438b068 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:45.337Z] Removing intermediate container 50dfafa8a6b5 [2023-03-20T17:53:45.337Z] ---> 5562970a0db2 [2023-03-20T17:53:45.337Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-20T17:53:45.448Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:45.603Z] ---> Running in dad0bbc2a459 [2023-03-20T17:53:45.761Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:45.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-20T17:53:45.761Z] fd7153d836e6: Preparing [2023-03-20T17:53:45.761Z] bddcb12afa06: Preparing [2023-03-20T17:53:45.761Z] 56f37c9f2da0: Preparing [2023-03-20T17:53:45.761Z] 75237ed2688d: Preparing [2023-03-20T17:53:45.761Z] b160b323086c: Preparing [2023-03-20T17:53:45.761Z] 0a5f8801e0d3: Preparing [2023-03-20T17:53:45.761Z] b08b609031b1: Preparing [2023-03-20T17:53:45.761Z] 956734df82a4: Preparing [2023-03-20T17:53:45.761Z] 8f79fd346351: Preparing [2023-03-20T17:53:45.761Z] 1c28761b7cec: Preparing [2023-03-20T17:53:45.761Z] 7cd52847ad77: Preparing [2023-03-20T17:53:45.761Z] 0a5f8801e0d3: Waiting [2023-03-20T17:53:45.761Z] b08b609031b1: Waiting [2023-03-20T17:53:45.761Z] 956734df82a4: Waiting [2023-03-20T17:53:45.761Z] 1c28761b7cec: Waiting [2023-03-20T17:53:45.761Z] 8f79fd346351: Waiting [2023-03-20T17:53:45.761Z] 7cd52847ad77: Waiting [2023-03-20T17:53:45.761Z] bddcb12afa06: Layer already exists [2023-03-20T17:53:45.761Z] 56f37c9f2da0: Layer already exists [2023-03-20T17:53:45.761Z] 75237ed2688d: Layer already exists [2023-03-20T17:53:45.761Z] b160b323086c: Layer already exists [2023-03-20T17:53:45.761Z] fd7153d836e6: Layer already exists [2023-03-20T17:53:45.761Z] 0a5f8801e0d3: Layer already exists [2023-03-20T17:53:45.761Z] b08b609031b1: Layer already exists [2023-03-20T17:53:45.761Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:45.761Z] 1c28761b7cec: Layer already exists [2023-03-20T17:53:45.762Z] 956734df82a4: Layer already exists [2023-03-20T17:53:45.762Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:45.762Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:6708da1ee643eed8be64672d9ecc2249709e337df58607ad124529cbe438b068 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:46.082Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:46.186Z] Removing intermediate container dad0bbc2a459 [2023-03-20T17:53:46.186Z] ---> a24eeb914a51 [2023-03-20T17:53:46.187Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-20T17:53:46.187Z] ---> Running in 7b9b96df83ef [2023-03-20T17:53:46.386Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-20T17:53:46.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-20T17:53:46.386Z] fd7153d836e6: Preparing [2023-03-20T17:53:46.386Z] bddcb12afa06: Preparing [2023-03-20T17:53:46.386Z] 56f37c9f2da0: Preparing [2023-03-20T17:53:46.386Z] 75237ed2688d: Preparing [2023-03-20T17:53:46.386Z] b160b323086c: Preparing [2023-03-20T17:53:46.387Z] 0a5f8801e0d3: Preparing [2023-03-20T17:53:46.387Z] b08b609031b1: Preparing [2023-03-20T17:53:46.387Z] 0a5f8801e0d3: Waiting [2023-03-20T17:53:46.387Z] 956734df82a4: Preparing [2023-03-20T17:53:46.387Z] 8f79fd346351: Preparing [2023-03-20T17:53:46.387Z] 1c28761b7cec: Preparing [2023-03-20T17:53:46.387Z] 7cd52847ad77: Preparing [2023-03-20T17:53:46.387Z] b08b609031b1: Waiting [2023-03-20T17:53:46.387Z] 956734df82a4: Waiting [2023-03-20T17:53:46.387Z] 7cd52847ad77: Waiting [2023-03-20T17:53:46.387Z] 8f79fd346351: Waiting [2023-03-20T17:53:46.387Z] 1c28761b7cec: Waiting [2023-03-20T17:53:46.387Z] b160b323086c: Layer already exists [2023-03-20T17:53:46.387Z] bddcb12afa06: Layer already exists [2023-03-20T17:53:46.387Z] 56f37c9f2da0: Layer already exists [2023-03-20T17:53:46.387Z] fd7153d836e6: Layer already exists [2023-03-20T17:53:46.387Z] 75237ed2688d: Layer already exists [2023-03-20T17:53:46.387Z] 0a5f8801e0d3: Layer already exists [2023-03-20T17:53:46.387Z] b08b609031b1: Layer already exists [2023-03-20T17:53:46.387Z] 956734df82a4: Layer already exists [2023-03-20T17:53:46.387Z] 1c28761b7cec: Layer already exists [2023-03-20T17:53:46.387Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:46.387Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:46.387Z] main: digest: sha256:6708da1ee643eed8be64672d9ecc2249709e337df58607ad124529cbe438b068 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:53:46.422Z] ===================================================== [Pipeline] echo [2023-03-20T17:53:46.427Z] taggedImages: [2023-03-20T17:53:46.427Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:46.427Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-20T17:53:46.427Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.106 [2023-03-20T17:53:46.427Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:46.427Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-20T17:53:46.441Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-20T17:53:46.441Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:46.441Z] latest [2023-03-20T17:53:46.441Z] 3.0.0-dev.106 [2023-03-20T17:53:46.441Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:46.441Z] main [2023-03-20T17:53:46.441Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:46.742Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:46.771Z] Removing intermediate container 7b9b96df83ef [2023-03-20T17:53:46.771Z] ---> f396869e8683 [2023-03-20T17:53:46.771Z] Step 25/27 : LABEL arch=arm64 [2023-03-20T17:53:46.771Z] ---> Running in a409936b20fe [2023-03-20T17:53:47.046Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:47.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-20T17:53:47.046Z] c1d5b4139d8b: Preparing [2023-03-20T17:53:47.046Z] 3889c71a7f55: Preparing [2023-03-20T17:53:47.046Z] 956734df82a4: Preparing [2023-03-20T17:53:47.046Z] 8f79fd346351: Preparing [2023-03-20T17:53:47.046Z] 74dd29e27483: Preparing [2023-03-20T17:53:47.046Z] 7cd52847ad77: Preparing [2023-03-20T17:53:47.046Z] 7cd52847ad77: Waiting [2023-03-20T17:53:47.046Z] 956734df82a4: Layer already exists [2023-03-20T17:53:47.046Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:47.046Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:47.046Z] c1d5b4139d8b: Pushed [2023-03-20T17:53:47.356Z] Removing intermediate container a409936b20fe [2023-03-20T17:53:47.356Z] ---> fbb983a4b6f6 [2023-03-20T17:53:47.356Z] Step 26/27 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:47.614Z] 74dd29e27483: Pushed [2023-03-20T17:53:47.627Z] ---> Running in 9c1fa766d949 [2023-03-20T17:53:48.213Z] Removing intermediate container 9c1fa766d949 [2023-03-20T17:53:48.213Z] ---> 3a75b794d2a2 [2023-03-20T17:53:48.213Z] Step 27/27 : LABEL version=3.0.0-dev.106 [2023-03-20T17:53:48.213Z] ---> Running in acb5064e7f2f [2023-03-20T17:53:48.482Z] Removing intermediate container acb5064e7f2f [2023-03-20T17:53:48.482Z] ---> c8a11d718ae7 [2023-03-20T17:53:48.482Z] [2023-03-20T17:53:48.754Z] Successfully built c8a11d718ae7 [2023-03-20T17:53:48.754Z] Successfully tagged security-spire-config-arm64:latest [2023-03-20T17:53:48.754Z]  Building security-spire-config ... done Building core-common-config-bootstrapper [2023-03-20T17:53:49.521Z] 3889c71a7f55: Pushed [2023-03-20T17:53:49.521Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:7e14953e0a75efb0a1244a2e323c543ec4d61e3cc2638d7be662799120ca6286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:49.833Z] + 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 [2023-03-20T17:53:50.145Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-20T17:53:50.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-20T17:53:50.145Z] c1d5b4139d8b: Preparing [2023-03-20T17:53:50.145Z] 3889c71a7f55: Preparing [2023-03-20T17:53:50.145Z] 956734df82a4: Preparing [2023-03-20T17:53:50.145Z] 8f79fd346351: Preparing [2023-03-20T17:53:50.145Z] 74dd29e27483: Preparing [2023-03-20T17:53:50.145Z] 7cd52847ad77: Preparing [2023-03-20T17:53:50.145Z] 7cd52847ad77: Waiting [2023-03-20T17:53:50.145Z] 74dd29e27483: Layer already exists [2023-03-20T17:53:50.145Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:50.145Z] 3889c71a7f55: Layer already exists [2023-03-20T17:53:50.145Z] c1d5b4139d8b: Layer already exists [2023-03-20T17:53:50.145Z] 956734df82a4: Layer already exists [2023-03-20T17:53:50.145Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:50.145Z] latest: digest: sha256:7e14953e0a75efb0a1244a2e323c543ec4d61e3cc2638d7be662799120ca6286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:50.451Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:50.758Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.106 [2023-03-20T17:53:50.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-20T17:53:50.759Z] c1d5b4139d8b: Preparing [2023-03-20T17:53:50.759Z] 3889c71a7f55: Preparing [2023-03-20T17:53:50.759Z] 956734df82a4: Preparing [2023-03-20T17:53:50.759Z] 8f79fd346351: Preparing [2023-03-20T17:53:50.759Z] 74dd29e27483: Preparing [2023-03-20T17:53:50.759Z] 7cd52847ad77: Preparing [2023-03-20T17:53:50.759Z] 7cd52847ad77: Waiting [2023-03-20T17:53:50.759Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:50.759Z] 74dd29e27483: Layer already exists [2023-03-20T17:53:50.759Z] 3889c71a7f55: Layer already exists [2023-03-20T17:53:50.759Z] 956734df82a4: Layer already exists [2023-03-20T17:53:50.759Z] c1d5b4139d8b: Layer already exists [2023-03-20T17:53:50.759Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:50.759Z] 3.0.0-dev.106: digest: sha256:7e14953e0a75efb0a1244a2e323c543ec4d61e3cc2638d7be662799120ca6286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:51.064Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:51.366Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:51.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-20T17:53:51.366Z] c1d5b4139d8b: Preparing [2023-03-20T17:53:51.366Z] 3889c71a7f55: Preparing [2023-03-20T17:53:51.366Z] 956734df82a4: Preparing [2023-03-20T17:53:51.366Z] 8f79fd346351: Preparing [2023-03-20T17:53:51.366Z] 74dd29e27483: Preparing [2023-03-20T17:53:51.366Z] 7cd52847ad77: Preparing [2023-03-20T17:53:51.366Z] 7cd52847ad77: Waiting [2023-03-20T17:53:51.366Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:51.366Z] 74dd29e27483: Layer already exists [2023-03-20T17:53:51.366Z] c1d5b4139d8b: Layer already exists [2023-03-20T17:53:51.366Z] 956734df82a4: Layer already exists [2023-03-20T17:53:51.366Z] 3889c71a7f55: Layer already exists [2023-03-20T17:53:51.366Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:51.366Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:7e14953e0a75efb0a1244a2e323c543ec4d61e3cc2638d7be662799120ca6286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:51.674Z] + 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 [2023-03-20T17:53:51.976Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-20T17:53:51.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-20T17:53:51.977Z] c1d5b4139d8b: Preparing [2023-03-20T17:53:51.977Z] 3889c71a7f55: Preparing [2023-03-20T17:53:51.977Z] 956734df82a4: Preparing [2023-03-20T17:53:51.977Z] 8f79fd346351: Preparing [2023-03-20T17:53:51.977Z] 74dd29e27483: Preparing [2023-03-20T17:53:51.977Z] 7cd52847ad77: Preparing [2023-03-20T17:53:51.977Z] 7cd52847ad77: Waiting [2023-03-20T17:53:51.977Z] c1d5b4139d8b: Layer already exists [2023-03-20T17:53:51.977Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:51.977Z] 3889c71a7f55: Layer already exists [2023-03-20T17:53:51.977Z] 956734df82a4: Layer already exists [2023-03-20T17:53:51.977Z] 74dd29e27483: Layer already exists [2023-03-20T17:53:51.977Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:51.977Z] main: digest: sha256:7e14953e0a75efb0a1244a2e323c543ec4d61e3cc2638d7be662799120ca6286 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:53:52.016Z] ===================================================== [Pipeline] echo [2023-03-20T17:53:52.021Z] taggedImages: [2023-03-20T17:53:52.021Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:52.021Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-20T17:53:52.021Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.106 [2023-03-20T17:53:52.021Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:52.021Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-20T17:53:52.035Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-20T17:53:52.035Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:52.035Z] latest [2023-03-20T17:53:52.035Z] 3.0.0-dev.106 [2023-03-20T17:53:52.035Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:53:52.035Z] main [2023-03-20T17:53:52.035Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:52.339Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:53:52.645Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:53:52.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-20T17:53:52.645Z] 30b6cd68f02b: Preparing [2023-03-20T17:53:52.645Z] 972bbd24ceed: Preparing [2023-03-20T17:53:52.645Z] fbb76511bb2d: Preparing [2023-03-20T17:53:52.645Z] 8e8eae2b8aba: Preparing [2023-03-20T17:53:52.645Z] 73991a715957: Preparing [2023-03-20T17:53:52.645Z] 956734df82a4: Preparing [2023-03-20T17:53:52.645Z] 8f79fd346351: Preparing [2023-03-20T17:53:52.645Z] b20633b93f6f: Preparing [2023-03-20T17:53:52.645Z] 7cd52847ad77: Preparing [2023-03-20T17:53:52.645Z] 956734df82a4: Waiting [2023-03-20T17:53:52.645Z] 8f79fd346351: Waiting [2023-03-20T17:53:52.645Z] b20633b93f6f: Waiting [2023-03-20T17:53:52.645Z] 7cd52847ad77: Waiting [2023-03-20T17:53:52.645Z] fbb76511bb2d: Pushed [2023-03-20T17:53:52.645Z] 972bbd24ceed: Pushed [2023-03-20T17:53:52.645Z] 30b6cd68f02b: Pushed [2023-03-20T17:53:52.645Z] 956734df82a4: Layer already exists [2023-03-20T17:53:52.645Z] 8f79fd346351: Layer already exists [2023-03-20T17:53:52.645Z] 7cd52847ad77: Layer already exists [2023-03-20T17:53:53.039Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T17:53:53.039Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-20T17:53:53.039Z] ---> 1392bc49cdf7 [2023-03-20T17:53:53.039Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-20T17:53:53.039Z] ---> Using cache [2023-03-20T17:53:53.039Z] ---> c694f54bb9a0 [2023-03-20T17:53:53.039Z] Step 4/23 : WORKDIR /edgex-go [2023-03-20T17:53:53.039Z] ---> Using cache [2023-03-20T17:53:53.039Z] ---> 554cd159f4d1 [2023-03-20T17:53:53.039Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-20T17:53:53.039Z] ---> Using cache [2023-03-20T17:53:53.039Z] ---> ba75cee93fe4 [2023-03-20T17:53:53.039Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-20T17:53:53.039Z] ---> Using cache [2023-03-20T17:53:53.039Z] ---> c99ef8dcd96e [2023-03-20T17:53:53.039Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T17:53:53.039Z] ---> Using cache [2023-03-20T17:53:53.039Z] ---> 8546356428b2 [2023-03-20T17:53:53.039Z] Step 8/23 : COPY . . [2023-03-20T17:53:53.039Z] ---> Using cache [2023-03-20T17:53:53.039Z] ---> f80e0ec8c54a [2023-03-20T17:53:53.039Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-20T17:53:53.039Z] ---> Running in 9c4c11388431 [2023-03-20T17:53:53.215Z] b20633b93f6f: Pushed [2023-03-20T17:53:54.994Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-20T17:53:56.520Z] 73991a715957: Pushed [2023-03-20T17:53:59.803Z] 8e8eae2b8aba: Pushed [2023-03-20T17:53:59.803Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:f61cdf1cbc23289c321bad192fc4b1859119a323e63da276a03bcfb4d5255e00 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:00.121Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:00.429Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-20T17:54:00.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-20T17:54:00.429Z] 30b6cd68f02b: Preparing [2023-03-20T17:54:00.429Z] 972bbd24ceed: Preparing [2023-03-20T17:54:00.429Z] fbb76511bb2d: Preparing [2023-03-20T17:54:00.429Z] 8e8eae2b8aba: Preparing [2023-03-20T17:54:00.429Z] 73991a715957: Preparing [2023-03-20T17:54:00.429Z] 956734df82a4: Preparing [2023-03-20T17:54:00.429Z] 8f79fd346351: Preparing [2023-03-20T17:54:00.429Z] b20633b93f6f: Preparing [2023-03-20T17:54:00.429Z] 7cd52847ad77: Preparing [2023-03-20T17:54:00.429Z] 956734df82a4: Waiting [2023-03-20T17:54:00.429Z] 8f79fd346351: Waiting [2023-03-20T17:54:00.429Z] b20633b93f6f: Waiting [2023-03-20T17:54:00.429Z] 7cd52847ad77: Waiting [2023-03-20T17:54:00.429Z] fbb76511bb2d: Layer already exists [2023-03-20T17:54:00.429Z] 30b6cd68f02b: Layer already exists [2023-03-20T17:54:00.429Z] 73991a715957: Layer already exists [2023-03-20T17:54:00.429Z] 972bbd24ceed: Layer already exists [2023-03-20T17:54:00.429Z] 8e8eae2b8aba: Layer already exists [2023-03-20T17:54:00.429Z] 956734df82a4: Layer already exists [2023-03-20T17:54:00.429Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:00.429Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:00.429Z] b20633b93f6f: Layer already exists [2023-03-20T17:54:00.429Z] latest: digest: sha256:f61cdf1cbc23289c321bad192fc4b1859119a323e63da276a03bcfb4d5255e00 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:00.754Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:01.066Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.106 [2023-03-20T17:54:01.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-20T17:54:01.066Z] 30b6cd68f02b: Preparing [2023-03-20T17:54:01.066Z] 972bbd24ceed: Preparing [2023-03-20T17:54:01.066Z] fbb76511bb2d: Preparing [2023-03-20T17:54:01.066Z] 8e8eae2b8aba: Preparing [2023-03-20T17:54:01.066Z] 73991a715957: Preparing [2023-03-20T17:54:01.066Z] 956734df82a4: Preparing [2023-03-20T17:54:01.066Z] 8f79fd346351: Preparing [2023-03-20T17:54:01.067Z] b20633b93f6f: Preparing [2023-03-20T17:54:01.067Z] 7cd52847ad77: Preparing [2023-03-20T17:54:01.067Z] 956734df82a4: Waiting [2023-03-20T17:54:01.067Z] 8f79fd346351: Waiting [2023-03-20T17:54:01.067Z] 7cd52847ad77: Waiting [2023-03-20T17:54:01.067Z] 972bbd24ceed: Layer already exists [2023-03-20T17:54:01.067Z] 30b6cd68f02b: Layer already exists [2023-03-20T17:54:01.067Z] fbb76511bb2d: Layer already exists [2023-03-20T17:54:01.067Z] 8e8eae2b8aba: Layer already exists [2023-03-20T17:54:01.067Z] 73991a715957: Layer already exists [2023-03-20T17:54:01.067Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:01.067Z] b20633b93f6f: Layer already exists [2023-03-20T17:54:01.067Z] 956734df82a4: Layer already exists [2023-03-20T17:54:01.067Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:01.067Z] 3.0.0-dev.106: digest: sha256:f61cdf1cbc23289c321bad192fc4b1859119a323e63da276a03bcfb4d5255e00 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:01.385Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:01.691Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:01.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-20T17:54:01.691Z] 30b6cd68f02b: Preparing [2023-03-20T17:54:01.691Z] 972bbd24ceed: Preparing [2023-03-20T17:54:01.691Z] fbb76511bb2d: Preparing [2023-03-20T17:54:01.691Z] 8e8eae2b8aba: Preparing [2023-03-20T17:54:01.691Z] 73991a715957: Preparing [2023-03-20T17:54:01.691Z] 956734df82a4: Preparing [2023-03-20T17:54:01.691Z] 8f79fd346351: Preparing [2023-03-20T17:54:01.691Z] b20633b93f6f: Preparing [2023-03-20T17:54:01.691Z] 7cd52847ad77: Preparing [2023-03-20T17:54:01.691Z] 956734df82a4: Waiting [2023-03-20T17:54:01.691Z] b20633b93f6f: Waiting [2023-03-20T17:54:01.691Z] 8f79fd346351: Waiting [2023-03-20T17:54:01.691Z] 73991a715957: Layer already exists [2023-03-20T17:54:01.691Z] fbb76511bb2d: Layer already exists [2023-03-20T17:54:01.691Z] 972bbd24ceed: Layer already exists [2023-03-20T17:54:01.691Z] 8e8eae2b8aba: Layer already exists [2023-03-20T17:54:01.691Z] 30b6cd68f02b: Layer already exists [2023-03-20T17:54:01.691Z] b20633b93f6f: Layer already exists [2023-03-20T17:54:01.691Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:01.691Z] 956734df82a4: Layer already exists [2023-03-20T17:54:01.691Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:01.691Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:f61cdf1cbc23289c321bad192fc4b1859119a323e63da276a03bcfb4d5255e00 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:02.056Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:02.408Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-20T17:54:02.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-20T17:54:02.408Z] 30b6cd68f02b: Preparing [2023-03-20T17:54:02.408Z] 972bbd24ceed: Preparing [2023-03-20T17:54:02.408Z] fbb76511bb2d: Preparing [2023-03-20T17:54:02.408Z] 8e8eae2b8aba: Preparing [2023-03-20T17:54:02.408Z] 73991a715957: Preparing [2023-03-20T17:54:02.408Z] 956734df82a4: Preparing [2023-03-20T17:54:02.408Z] 8f79fd346351: Preparing [2023-03-20T17:54:02.408Z] b20633b93f6f: Preparing [2023-03-20T17:54:02.408Z] 7cd52847ad77: Preparing [2023-03-20T17:54:02.408Z] 8f79fd346351: Waiting [2023-03-20T17:54:02.408Z] b20633b93f6f: Waiting [2023-03-20T17:54:02.408Z] 956734df82a4: Waiting [2023-03-20T17:54:02.408Z] 972bbd24ceed: Layer already exists [2023-03-20T17:54:02.408Z] 73991a715957: Layer already exists [2023-03-20T17:54:02.408Z] 30b6cd68f02b: Layer already exists [2023-03-20T17:54:02.408Z] fbb76511bb2d: Layer already exists [2023-03-20T17:54:02.408Z] 8e8eae2b8aba: Layer already exists [2023-03-20T17:54:02.408Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:02.408Z] b20633b93f6f: Layer already exists [2023-03-20T17:54:02.408Z] 956734df82a4: Layer already exists [2023-03-20T17:54:02.408Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:02.408Z] main: digest: sha256:f61cdf1cbc23289c321bad192fc4b1859119a323e63da276a03bcfb4d5255e00 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:54:02.497Z] ===================================================== [Pipeline] echo [2023-03-20T17:54:02.507Z] taggedImages: [2023-03-20T17:54:02.507Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:02.507Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-20T17:54:02.507Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.106 [2023-03-20T17:54:02.507Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:02.507Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-20T17:54:02.528Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-20T17:54:02.528Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:02.528Z] latest [2023-03-20T17:54:02.528Z] 3.0.0-dev.106 [2023-03-20T17:54:02.528Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:02.528Z] main [2023-03-20T17:54:02.528Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:02.869Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:03.177Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:03.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-20T17:54:03.177Z] d4de8297347a: Preparing [2023-03-20T17:54:03.177Z] f8c87392f6c8: Preparing [2023-03-20T17:54:03.177Z] a0a2ab0fc3e5: Preparing [2023-03-20T17:54:03.177Z] b880aaab56ed: Preparing [2023-03-20T17:54:03.177Z] 956734df82a4: Preparing [2023-03-20T17:54:03.177Z] 8f79fd346351: Preparing [2023-03-20T17:54:03.177Z] a36f307ab287: Preparing [2023-03-20T17:54:03.177Z] 7cd52847ad77: Preparing [2023-03-20T17:54:03.177Z] a36f307ab287: Waiting [2023-03-20T17:54:03.177Z] 8f79fd346351: Waiting [2023-03-20T17:54:03.177Z] 7cd52847ad77: Waiting [2023-03-20T17:54:03.177Z] 956734df82a4: Layer already exists [2023-03-20T17:54:03.177Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:03.177Z] f8c87392f6c8: Pushed [2023-03-20T17:54:03.177Z] d4de8297347a: Pushed [2023-03-20T17:54:03.177Z] a0a2ab0fc3e5: Pushed [2023-03-20T17:54:03.177Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:03.437Z] a36f307ab287: Pushed [2023-03-20T17:54:10.006Z] b880aaab56ed: Pushed [2023-03-20T17:54:10.006Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:6735991e93c3d75bbbe3e0de9d97fe6daebbaed8caa5281bf4aa671cbf1d22e4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:10.312Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:10.617Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-20T17:54:10.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-20T17:54:10.617Z] d4de8297347a: Preparing [2023-03-20T17:54:10.617Z] f8c87392f6c8: Preparing [2023-03-20T17:54:10.617Z] a0a2ab0fc3e5: Preparing [2023-03-20T17:54:10.617Z] b880aaab56ed: Preparing [2023-03-20T17:54:10.617Z] 956734df82a4: Preparing [2023-03-20T17:54:10.617Z] 8f79fd346351: Preparing [2023-03-20T17:54:10.617Z] a36f307ab287: Preparing [2023-03-20T17:54:10.617Z] 7cd52847ad77: Preparing [2023-03-20T17:54:10.617Z] 8f79fd346351: Waiting [2023-03-20T17:54:10.617Z] a36f307ab287: Waiting [2023-03-20T17:54:10.617Z] 7cd52847ad77: Waiting [2023-03-20T17:54:10.617Z] d4de8297347a: Layer already exists [2023-03-20T17:54:10.617Z] f8c87392f6c8: Layer already exists [2023-03-20T17:54:10.617Z] a0a2ab0fc3e5: Layer already exists [2023-03-20T17:54:10.617Z] b880aaab56ed: Layer already exists [2023-03-20T17:54:10.617Z] 956734df82a4: Layer already exists [2023-03-20T17:54:10.617Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:10.617Z] a36f307ab287: Layer already exists [2023-03-20T17:54:10.617Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:10.617Z] latest: digest: sha256:6735991e93c3d75bbbe3e0de9d97fe6daebbaed8caa5281bf4aa671cbf1d22e4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:10.929Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:11.235Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.106 [2023-03-20T17:54:11.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-20T17:54:11.235Z] d4de8297347a: Preparing [2023-03-20T17:54:11.235Z] f8c87392f6c8: Preparing [2023-03-20T17:54:11.235Z] a0a2ab0fc3e5: Preparing [2023-03-20T17:54:11.235Z] b880aaab56ed: Preparing [2023-03-20T17:54:11.235Z] 956734df82a4: Preparing [2023-03-20T17:54:11.235Z] 8f79fd346351: Preparing [2023-03-20T17:54:11.235Z] a36f307ab287: Preparing [2023-03-20T17:54:11.235Z] 7cd52847ad77: Preparing [2023-03-20T17:54:11.235Z] a36f307ab287: Waiting [2023-03-20T17:54:11.235Z] 7cd52847ad77: Waiting [2023-03-20T17:54:11.235Z] 8f79fd346351: Waiting [2023-03-20T17:54:11.235Z] a0a2ab0fc3e5: Layer already exists [2023-03-20T17:54:11.235Z] b880aaab56ed: Layer already exists [2023-03-20T17:54:11.235Z] d4de8297347a: Layer already exists [2023-03-20T17:54:11.235Z] 956734df82a4: Layer already exists [2023-03-20T17:54:11.235Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:11.235Z] f8c87392f6c8: Layer already exists [2023-03-20T17:54:11.235Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:11.235Z] a36f307ab287: Layer already exists [2023-03-20T17:54:11.235Z] 3.0.0-dev.106: digest: sha256:6735991e93c3d75bbbe3e0de9d97fe6daebbaed8caa5281bf4aa671cbf1d22e4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:11.553Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:11.860Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:11.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-20T17:54:11.860Z] d4de8297347a: Preparing [2023-03-20T17:54:11.860Z] f8c87392f6c8: Preparing [2023-03-20T17:54:11.860Z] a0a2ab0fc3e5: Preparing [2023-03-20T17:54:11.860Z] b880aaab56ed: Preparing [2023-03-20T17:54:11.860Z] 956734df82a4: Preparing [2023-03-20T17:54:11.860Z] 8f79fd346351: Preparing [2023-03-20T17:54:11.860Z] a36f307ab287: Preparing [2023-03-20T17:54:11.860Z] 7cd52847ad77: Preparing [2023-03-20T17:54:11.860Z] 8f79fd346351: Waiting [2023-03-20T17:54:11.860Z] a36f307ab287: Waiting [2023-03-20T17:54:11.860Z] 7cd52847ad77: Waiting [2023-03-20T17:54:11.860Z] b880aaab56ed: Layer already exists [2023-03-20T17:54:11.860Z] f8c87392f6c8: Layer already exists [2023-03-20T17:54:11.860Z] 956734df82a4: Layer already exists [2023-03-20T17:54:11.860Z] a0a2ab0fc3e5: Layer already exists [2023-03-20T17:54:11.860Z] d4de8297347a: Layer already exists [2023-03-20T17:54:11.860Z] a36f307ab287: Layer already exists [2023-03-20T17:54:11.860Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:11.860Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:11.860Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:6735991e93c3d75bbbe3e0de9d97fe6daebbaed8caa5281bf4aa671cbf1d22e4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:12.174Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:12.485Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-20T17:54:12.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-20T17:54:12.485Z] d4de8297347a: Preparing [2023-03-20T17:54:12.485Z] f8c87392f6c8: Preparing [2023-03-20T17:54:12.485Z] a0a2ab0fc3e5: Preparing [2023-03-20T17:54:12.485Z] b880aaab56ed: Preparing [2023-03-20T17:54:12.485Z] 956734df82a4: Preparing [2023-03-20T17:54:12.485Z] 8f79fd346351: Preparing [2023-03-20T17:54:12.485Z] a36f307ab287: Preparing [2023-03-20T17:54:12.485Z] 7cd52847ad77: Preparing [2023-03-20T17:54:12.485Z] 8f79fd346351: Waiting [2023-03-20T17:54:12.485Z] a36f307ab287: Waiting [2023-03-20T17:54:12.485Z] 7cd52847ad77: Waiting [2023-03-20T17:54:12.485Z] 956734df82a4: Layer already exists [2023-03-20T17:54:12.485Z] b880aaab56ed: Layer already exists [2023-03-20T17:54:12.485Z] f8c87392f6c8: Layer already exists [2023-03-20T17:54:12.485Z] a0a2ab0fc3e5: Layer already exists [2023-03-20T17:54:12.485Z] d4de8297347a: Layer already exists [2023-03-20T17:54:12.485Z] a36f307ab287: Layer already exists [2023-03-20T17:54:12.485Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:12.485Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:12.485Z] main: digest: sha256:6735991e93c3d75bbbe3e0de9d97fe6daebbaed8caa5281bf4aa671cbf1d22e4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:54:12.520Z] ===================================================== [Pipeline] echo [2023-03-20T17:54:12.526Z] taggedImages: [2023-03-20T17:54:12.526Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:12.526Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-20T17:54:12.526Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.106 [2023-03-20T17:54:12.526Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:12.526Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-20T17:54:12.544Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-20T17:54:12.544Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:12.544Z] latest [2023-03-20T17:54:12.544Z] 3.0.0-dev.106 [2023-03-20T17:54:12.544Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:12.544Z] main [2023-03-20T17:54:12.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:12.859Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:13.163Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:13.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-20T17:54:13.163Z] 1613b0052472: Preparing [2023-03-20T17:54:13.163Z] a0b9e8bbe33a: Preparing [2023-03-20T17:54:13.163Z] e6fbb06b57c8: Preparing [2023-03-20T17:54:13.163Z] b06e0ad4052b: Preparing [2023-03-20T17:54:13.163Z] 956734df82a4: Preparing [2023-03-20T17:54:13.163Z] 8f79fd346351: Preparing [2023-03-20T17:54:13.163Z] b20633b93f6f: Preparing [2023-03-20T17:54:13.163Z] 7cd52847ad77: Preparing [2023-03-20T17:54:13.163Z] b20633b93f6f: Waiting [2023-03-20T17:54:13.163Z] 956734df82a4: Layer already exists [2023-03-20T17:54:13.163Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:13.163Z] b20633b93f6f: Layer already exists [2023-03-20T17:54:13.163Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:13.163Z] 1613b0052472: Pushed [2023-03-20T17:54:13.163Z] e6fbb06b57c8: Pushed [2023-03-20T17:54:13.163Z] a0b9e8bbe33a: Pushed [2023-03-20T17:54:21.288Z] b06e0ad4052b: Pushed [2023-03-20T17:54:21.288Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:9d1259ce3df762f629eafc047dc924151251bdaf8d2944d89c4ecea609cdc7cb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:21.596Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:21.899Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-20T17:54:21.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-20T17:54:21.899Z] 1613b0052472: Preparing [2023-03-20T17:54:21.899Z] a0b9e8bbe33a: Preparing [2023-03-20T17:54:21.899Z] e6fbb06b57c8: Preparing [2023-03-20T17:54:21.899Z] b06e0ad4052b: Preparing [2023-03-20T17:54:21.899Z] 956734df82a4: Preparing [2023-03-20T17:54:21.899Z] 8f79fd346351: Preparing [2023-03-20T17:54:21.899Z] b20633b93f6f: Preparing [2023-03-20T17:54:21.899Z] 7cd52847ad77: Preparing [2023-03-20T17:54:21.899Z] b20633b93f6f: Waiting [2023-03-20T17:54:21.899Z] 8f79fd346351: Waiting [2023-03-20T17:54:21.899Z] 7cd52847ad77: Waiting [2023-03-20T17:54:21.899Z] 1613b0052472: Layer already exists [2023-03-20T17:54:21.899Z] 956734df82a4: Layer already exists [2023-03-20T17:54:21.899Z] e6fbb06b57c8: Layer already exists [2023-03-20T17:54:21.899Z] b06e0ad4052b: Layer already exists [2023-03-20T17:54:21.899Z] a0b9e8bbe33a: Layer already exists [2023-03-20T17:54:21.899Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:21.899Z] b20633b93f6f: Layer already exists [2023-03-20T17:54:21.899Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:21.899Z] latest: digest: sha256:9d1259ce3df762f629eafc047dc924151251bdaf8d2944d89c4ecea609cdc7cb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:22.203Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:22.508Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.106 [2023-03-20T17:54:22.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-20T17:54:22.508Z] 1613b0052472: Preparing [2023-03-20T17:54:22.508Z] a0b9e8bbe33a: Preparing [2023-03-20T17:54:22.508Z] e6fbb06b57c8: Preparing [2023-03-20T17:54:22.508Z] b06e0ad4052b: Preparing [2023-03-20T17:54:22.508Z] 956734df82a4: Preparing [2023-03-20T17:54:22.508Z] 8f79fd346351: Preparing [2023-03-20T17:54:22.508Z] b20633b93f6f: Preparing [2023-03-20T17:54:22.508Z] 7cd52847ad77: Preparing [2023-03-20T17:54:22.508Z] 8f79fd346351: Waiting [2023-03-20T17:54:22.508Z] b20633b93f6f: Waiting [2023-03-20T17:54:22.508Z] 7cd52847ad77: Waiting [2023-03-20T17:54:22.508Z] a0b9e8bbe33a: Layer already exists [2023-03-20T17:54:22.508Z] e6fbb06b57c8: Layer already exists [2023-03-20T17:54:22.508Z] 1613b0052472: Layer already exists [2023-03-20T17:54:22.508Z] b06e0ad4052b: Layer already exists [2023-03-20T17:54:22.508Z] 956734df82a4: Layer already exists [2023-03-20T17:54:22.508Z] b20633b93f6f: Layer already exists [2023-03-20T17:54:22.508Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:22.508Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:22.508Z] 3.0.0-dev.106: digest: sha256:9d1259ce3df762f629eafc047dc924151251bdaf8d2944d89c4ecea609cdc7cb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:22.810Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:23.115Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:23.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-20T17:54:23.115Z] 1613b0052472: Preparing [2023-03-20T17:54:23.115Z] a0b9e8bbe33a: Preparing [2023-03-20T17:54:23.115Z] e6fbb06b57c8: Preparing [2023-03-20T17:54:23.115Z] b06e0ad4052b: Preparing [2023-03-20T17:54:23.115Z] 956734df82a4: Preparing [2023-03-20T17:54:23.115Z] 8f79fd346351: Preparing [2023-03-20T17:54:23.115Z] b20633b93f6f: Preparing [2023-03-20T17:54:23.115Z] 7cd52847ad77: Preparing [2023-03-20T17:54:23.115Z] 8f79fd346351: Waiting [2023-03-20T17:54:23.115Z] b20633b93f6f: Waiting [2023-03-20T17:54:23.115Z] 7cd52847ad77: Waiting [2023-03-20T17:54:23.115Z] b06e0ad4052b: Layer already exists [2023-03-20T17:54:23.115Z] e6fbb06b57c8: Layer already exists [2023-03-20T17:54:23.115Z] a0b9e8bbe33a: Layer already exists [2023-03-20T17:54:23.115Z] 1613b0052472: Layer already exists [2023-03-20T17:54:23.115Z] 956734df82a4: Layer already exists [2023-03-20T17:54:23.115Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:23.115Z] b20633b93f6f: Layer already exists [2023-03-20T17:54:23.115Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:23.115Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:9d1259ce3df762f629eafc047dc924151251bdaf8d2944d89c4ecea609cdc7cb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:23.428Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:23.734Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-20T17:54:23.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-20T17:54:23.734Z] 1613b0052472: Preparing [2023-03-20T17:54:23.734Z] a0b9e8bbe33a: Preparing [2023-03-20T17:54:23.734Z] e6fbb06b57c8: Preparing [2023-03-20T17:54:23.734Z] b06e0ad4052b: Preparing [2023-03-20T17:54:23.734Z] 956734df82a4: Preparing [2023-03-20T17:54:23.734Z] 8f79fd346351: Preparing [2023-03-20T17:54:23.734Z] b20633b93f6f: Preparing [2023-03-20T17:54:23.734Z] 7cd52847ad77: Preparing [2023-03-20T17:54:23.734Z] b20633b93f6f: Waiting [2023-03-20T17:54:23.734Z] 7cd52847ad77: Waiting [2023-03-20T17:54:23.734Z] 8f79fd346351: Waiting [2023-03-20T17:54:23.734Z] 1613b0052472: Layer already exists [2023-03-20T17:54:23.734Z] a0b9e8bbe33a: Layer already exists [2023-03-20T17:54:23.734Z] e6fbb06b57c8: Layer already exists [2023-03-20T17:54:23.734Z] 956734df82a4: Layer already exists [2023-03-20T17:54:23.734Z] b06e0ad4052b: Layer already exists [2023-03-20T17:54:23.734Z] b20633b93f6f: Layer already exists [2023-03-20T17:54:23.734Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:23.734Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:23.734Z] main: digest: sha256:9d1259ce3df762f629eafc047dc924151251bdaf8d2944d89c4ecea609cdc7cb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:54:23.775Z] ===================================================== [Pipeline] echo [2023-03-20T17:54:23.782Z] taggedImages: [2023-03-20T17:54:23.782Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:23.782Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-20T17:54:23.782Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.106 [2023-03-20T17:54:23.782Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:23.782Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-20T17:54:23.800Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-20T17:54:23.800Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:23.800Z] latest [2023-03-20T17:54:23.800Z] 3.0.0-dev.106 [2023-03-20T17:54:23.800Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:23.800Z] main [2023-03-20T17:54:23.800Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:24.115Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:24.419Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:24.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-20T17:54:24.419Z] 87efe66f226e: Preparing [2023-03-20T17:54:24.419Z] 04e7ec633d2e: Preparing [2023-03-20T17:54:24.419Z] 956734df82a4: Preparing [2023-03-20T17:54:24.419Z] 8f79fd346351: Preparing [2023-03-20T17:54:24.419Z] 6dd54f069d0f: Preparing [2023-03-20T17:54:24.419Z] 7cd52847ad77: Preparing [2023-03-20T17:54:24.419Z] 7cd52847ad77: Waiting [2023-03-20T17:54:24.419Z] 956734df82a4: Layer already exists [2023-03-20T17:54:24.419Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:24.419Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:24.419Z] 87efe66f226e: Pushed [2023-03-20T17:54:24.419Z] 6dd54f069d0f: Pushed [2023-03-20T17:54:27.715Z] 04e7ec633d2e: Pushed [2023-03-20T17:54:27.715Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:9e16d70c72ec5133fcd0855e855b61f25706b31733f8bee77d31df4500891686 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:28.036Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:28.352Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-20T17:54:28.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-20T17:54:28.352Z] 87efe66f226e: Preparing [2023-03-20T17:54:28.352Z] 04e7ec633d2e: Preparing [2023-03-20T17:54:28.352Z] 956734df82a4: Preparing [2023-03-20T17:54:28.352Z] 8f79fd346351: Preparing [2023-03-20T17:54:28.352Z] 6dd54f069d0f: Preparing [2023-03-20T17:54:28.352Z] 7cd52847ad77: Preparing [2023-03-20T17:54:28.352Z] 7cd52847ad77: Waiting [2023-03-20T17:54:28.352Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:28.352Z] 6dd54f069d0f: Layer already exists [2023-03-20T17:54:28.352Z] 956734df82a4: Layer already exists [2023-03-20T17:54:28.352Z] 87efe66f226e: Layer already exists [2023-03-20T17:54:28.352Z] 04e7ec633d2e: Layer already exists [2023-03-20T17:54:28.352Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:28.352Z] latest: digest: sha256:9e16d70c72ec5133fcd0855e855b61f25706b31733f8bee77d31df4500891686 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:28.655Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:28.962Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.106 [2023-03-20T17:54:28.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-20T17:54:28.963Z] 87efe66f226e: Preparing [2023-03-20T17:54:28.963Z] 04e7ec633d2e: Preparing [2023-03-20T17:54:28.963Z] 956734df82a4: Preparing [2023-03-20T17:54:28.963Z] 8f79fd346351: Preparing [2023-03-20T17:54:28.963Z] 6dd54f069d0f: Preparing [2023-03-20T17:54:28.963Z] 7cd52847ad77: Preparing [2023-03-20T17:54:28.963Z] 7cd52847ad77: Waiting [2023-03-20T17:54:28.963Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:28.963Z] 956734df82a4: Layer already exists [2023-03-20T17:54:28.963Z] 87efe66f226e: Layer already exists [2023-03-20T17:54:28.963Z] 04e7ec633d2e: Layer already exists [2023-03-20T17:54:28.963Z] 6dd54f069d0f: Layer already exists [2023-03-20T17:54:28.963Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:28.963Z] 3.0.0-dev.106: digest: sha256:9e16d70c72ec5133fcd0855e855b61f25706b31733f8bee77d31df4500891686 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:29.279Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:29.583Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:29.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-20T17:54:29.583Z] 87efe66f226e: Preparing [2023-03-20T17:54:29.583Z] 04e7ec633d2e: Preparing [2023-03-20T17:54:29.583Z] 956734df82a4: Preparing [2023-03-20T17:54:29.583Z] 8f79fd346351: Preparing [2023-03-20T17:54:29.583Z] 6dd54f069d0f: Preparing [2023-03-20T17:54:29.583Z] 7cd52847ad77: Preparing [2023-03-20T17:54:29.583Z] 7cd52847ad77: Waiting [2023-03-20T17:54:29.583Z] 956734df82a4: Layer already exists [2023-03-20T17:54:29.583Z] 6dd54f069d0f: Layer already exists [2023-03-20T17:54:29.583Z] 04e7ec633d2e: Layer already exists [2023-03-20T17:54:29.583Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:29.583Z] 87efe66f226e: Layer already exists [2023-03-20T17:54:29.583Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:29.583Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:9e16d70c72ec5133fcd0855e855b61f25706b31733f8bee77d31df4500891686 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:29.890Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:30.202Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-20T17:54:30.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-20T17:54:30.202Z] 87efe66f226e: Preparing [2023-03-20T17:54:30.202Z] 04e7ec633d2e: Preparing [2023-03-20T17:54:30.202Z] 956734df82a4: Preparing [2023-03-20T17:54:30.202Z] 8f79fd346351: Preparing [2023-03-20T17:54:30.202Z] 6dd54f069d0f: Preparing [2023-03-20T17:54:30.202Z] 7cd52847ad77: Preparing [2023-03-20T17:54:30.202Z] 7cd52847ad77: Waiting [2023-03-20T17:54:30.202Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:30.202Z] 87efe66f226e: Layer already exists [2023-03-20T17:54:30.202Z] 04e7ec633d2e: Layer already exists [2023-03-20T17:54:30.202Z] 6dd54f069d0f: Layer already exists [2023-03-20T17:54:30.202Z] 956734df82a4: Layer already exists [2023-03-20T17:54:30.202Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:30.202Z] main: digest: sha256:9e16d70c72ec5133fcd0855e855b61f25706b31733f8bee77d31df4500891686 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:54:30.254Z] ===================================================== [Pipeline] echo [2023-03-20T17:54:30.261Z] taggedImages: [2023-03-20T17:54:30.261Z] - nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:30.261Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-20T17:54:30.261Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.106 [2023-03-20T17:54:30.261Z] - nexus3.edgexfoundry.org:10004/support-notifications:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:30.261Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-20T17:54:30.283Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-20T17:54:30.283Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:30.283Z] latest [2023-03-20T17:54:30.283Z] 3.0.0-dev.106 [2023-03-20T17:54:30.283Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:30.283Z] main [2023-03-20T17:54:30.283Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:30.601Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:30.906Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:30.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-20T17:54:30.906Z] 5f4c5b64b963: Preparing [2023-03-20T17:54:30.906Z] 7281f80d2f44: Preparing [2023-03-20T17:54:30.906Z] 956734df82a4: Preparing [2023-03-20T17:54:30.906Z] 8f79fd346351: Preparing [2023-03-20T17:54:30.906Z] 90af48de1acd: Preparing [2023-03-20T17:54:30.906Z] 7cd52847ad77: Preparing [2023-03-20T17:54:30.906Z] 7cd52847ad77: Waiting [2023-03-20T17:54:30.906Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:30.906Z] 956734df82a4: Layer already exists [2023-03-20T17:54:30.906Z] 90af48de1acd: Layer already exists [2023-03-20T17:54:30.906Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:30.906Z] 5f4c5b64b963: Pushed [2023-03-20T17:54:33.442Z] 7281f80d2f44: Pushed [2023-03-20T17:54:33.704Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:134ac63910283067d866ed2ee3b292c6f22e1b30201e79ba3004009a6eb746d4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:34.013Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:34.318Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-20T17:54:34.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-20T17:54:34.318Z] 5f4c5b64b963: Preparing [2023-03-20T17:54:34.318Z] 7281f80d2f44: Preparing [2023-03-20T17:54:34.318Z] 956734df82a4: Preparing [2023-03-20T17:54:34.318Z] 8f79fd346351: Preparing [2023-03-20T17:54:34.318Z] 90af48de1acd: Preparing [2023-03-20T17:54:34.318Z] 7cd52847ad77: Preparing [2023-03-20T17:54:34.318Z] 7cd52847ad77: Waiting [2023-03-20T17:54:34.318Z] 5f4c5b64b963: Layer already exists [2023-03-20T17:54:34.318Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:34.318Z] 956734df82a4: Layer already exists [2023-03-20T17:54:34.318Z] 7281f80d2f44: Layer already exists [2023-03-20T17:54:34.318Z] 90af48de1acd: Layer already exists [2023-03-20T17:54:34.318Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:34.318Z] latest: digest: sha256:134ac63910283067d866ed2ee3b292c6f22e1b30201e79ba3004009a6eb746d4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:34.625Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:34.992Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.106 [2023-03-20T17:54:34.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-20T17:54:34.992Z] 5f4c5b64b963: Preparing [2023-03-20T17:54:34.992Z] 7281f80d2f44: Preparing [2023-03-20T17:54:34.992Z] 956734df82a4: Preparing [2023-03-20T17:54:34.992Z] 8f79fd346351: Preparing [2023-03-20T17:54:34.992Z] 90af48de1acd: Preparing [2023-03-20T17:54:34.992Z] 7cd52847ad77: Preparing [2023-03-20T17:54:34.992Z] 7cd52847ad77: Waiting [2023-03-20T17:54:34.992Z] 956734df82a4: Layer already exists [2023-03-20T17:54:34.992Z] 90af48de1acd: Layer already exists [2023-03-20T17:54:34.992Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:34.992Z] 7281f80d2f44: Layer already exists [2023-03-20T17:54:34.992Z] 5f4c5b64b963: Layer already exists [2023-03-20T17:54:34.992Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:34.992Z] 3.0.0-dev.106: digest: sha256:134ac63910283067d866ed2ee3b292c6f22e1b30201e79ba3004009a6eb746d4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:35.295Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:35.593Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:35.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-20T17:54:35.593Z] 5f4c5b64b963: Preparing [2023-03-20T17:54:35.593Z] 7281f80d2f44: Preparing [2023-03-20T17:54:35.593Z] 956734df82a4: Preparing [2023-03-20T17:54:35.593Z] 8f79fd346351: Preparing [2023-03-20T17:54:35.593Z] 90af48de1acd: Preparing [2023-03-20T17:54:35.593Z] 7cd52847ad77: Preparing [2023-03-20T17:54:35.593Z] 7cd52847ad77: Waiting [2023-03-20T17:54:35.593Z] 90af48de1acd: Layer already exists [2023-03-20T17:54:35.593Z] 5f4c5b64b963: Layer already exists [2023-03-20T17:54:35.593Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:35.593Z] 956734df82a4: Layer already exists [2023-03-20T17:54:35.593Z] 7281f80d2f44: Layer already exists [2023-03-20T17:54:35.593Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:35.593Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:134ac63910283067d866ed2ee3b292c6f22e1b30201e79ba3004009a6eb746d4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:35.904Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T17:54:36.213Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-20T17:54:36.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-20T17:54:36.213Z] 5f4c5b64b963: Preparing [2023-03-20T17:54:36.213Z] 7281f80d2f44: Preparing [2023-03-20T17:54:36.213Z] 956734df82a4: Preparing [2023-03-20T17:54:36.213Z] 8f79fd346351: Preparing [2023-03-20T17:54:36.213Z] 90af48de1acd: Preparing [2023-03-20T17:54:36.213Z] 7cd52847ad77: Preparing [2023-03-20T17:54:36.213Z] 7cd52847ad77: Waiting [2023-03-20T17:54:36.213Z] 5f4c5b64b963: Layer already exists [2023-03-20T17:54:36.213Z] 956734df82a4: Layer already exists [2023-03-20T17:54:36.213Z] 7281f80d2f44: Layer already exists [2023-03-20T17:54:36.213Z] 90af48de1acd: Layer already exists [2023-03-20T17:54:36.213Z] 8f79fd346351: Layer already exists [2023-03-20T17:54:36.213Z] 7cd52847ad77: Layer already exists [2023-03-20T17:54:36.213Z] main: digest: sha256:134ac63910283067d866ed2ee3b292c6f22e1b30201e79ba3004009a6eb746d4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T17:54:36.246Z] ===================================================== [Pipeline] echo [2023-03-20T17:54:36.251Z] taggedImages: [2023-03-20T17:54:36.251Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T17:54:36.251Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-20T17:54:36.251Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.106 [2023-03-20T17:54:36.251Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T17:54:36.251Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-20T18:00:17.308Z] Removing intermediate container 2ddc15269007 [2023-03-20T18:00:17.308Z] ---> 2e03dd84cab2 [2023-03-20T18:00:17.308Z] [2023-03-20T18:00:17.308Z] Step 9/22 : FROM alpine:3.17 [2023-03-20T18:00:17.308Z] ---> d74e625d9115 [2023-03-20T18:00:17.308Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-03-20T18:00:17.308Z] ---> Running in 8dba580316ff [2023-03-20T18:00:17.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:00:18.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:00:19.941Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-20T18:00:19.941Z] (2/2) Installing openssl (3.0.8-r0) [2023-03-20T18:00:19.941Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T18:00:19.941Z] OK: 8 MiB in 17 packages [2023-03-20T18:00:22.538Z] Removing intermediate container 8dba580316ff [2023-03-20T18:00:22.538Z] ---> 3ced84e14dac [2023-03-20T18:00:22.538Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-20T18:00:22.538Z] ---> Running in 1104162ecae8 [2023-03-20T18:00:23.124Z] Removing intermediate container 1104162ecae8 [2023-03-20T18:00:23.124Z] ---> 52c03158a9c2 [2023-03-20T18:00:23.124Z] Step 12/22 : WORKDIR /edgex [2023-03-20T18:00:23.124Z] ---> Running in 8ac356f8d4b6 [2023-03-20T18:00:23.711Z] Removing intermediate container 8ac356f8d4b6 [2023-03-20T18:00:23.711Z] ---> 4108dd9774fe [2023-03-20T18:00:23.711Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:00:24.676Z] ---> f99d23fa510c [2023-03-20T18:00:24.676Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:00:25.643Z] ---> 183d46bf9eac [2023-03-20T18:00:25.643Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-20T18:00:26.617Z] ---> 3763ef3dbd26 [2023-03-20T18:00:26.617Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-20T18:00:28.027Z] ---> 8147996da27c [2023-03-20T18:00:28.027Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-20T18:00:29.007Z] ---> 80185dbdcec2 [2023-03-20T18:00:29.007Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-20T18:00:29.275Z] ---> Running in e92f4eb6970d [2023-03-20T18:00:32.646Z] Removing intermediate container e92f4eb6970d [2023-03-20T18:00:32.646Z] ---> c6e2d5a7f875 [2023-03-20T18:00:32.646Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-20T18:00:32.646Z] ---> Running in 19860494f911 [2023-03-20T18:00:33.233Z] Removing intermediate container 19860494f911 [2023-03-20T18:00:33.233Z] ---> d6723a23b516 [2023-03-20T18:00:33.233Z] Step 20/22 : LABEL arch=arm64 [2023-03-20T18:00:33.502Z] ---> Running in dff5d82b4bb5 [2023-03-20T18:00:34.096Z] Removing intermediate container dff5d82b4bb5 [2023-03-20T18:00:34.096Z] ---> 9853c399a2fa [2023-03-20T18:00:34.096Z] Step 21/22 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:00:34.096Z] ---> Running in fdcca966d8f2 [2023-03-20T18:00:34.679Z] Removing intermediate container fdcca966d8f2 [2023-03-20T18:00:34.679Z] ---> fc42db77514f [2023-03-20T18:00:34.679Z] Step 22/22 : LABEL version=3.0.0-dev.106 [2023-03-20T18:00:34.949Z] ---> Running in 9deae51e45dd [2023-03-20T18:00:35.532Z] Removing intermediate container 9deae51e45dd [2023-03-20T18:00:35.532Z] ---> ab03703b1a7b [2023-03-20T18:00:35.532Z] [2023-03-20T18:00:35.532Z] Successfully built ab03703b1a7b [2023-03-20T18:00:35.532Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-20T18:00:35.532Z]  Building security-proxy-setup ... done Building core-command [2023-03-20T18:00:38.894Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T18:00:38.894Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-20T18:00:38.894Z] ---> 1392bc49cdf7 [2023-03-20T18:00:38.894Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-20T18:00:38.894Z] ---> Using cache [2023-03-20T18:00:38.894Z] ---> c694f54bb9a0 [2023-03-20T18:00:38.894Z] Step 4/24 : WORKDIR /edgex-go [2023-03-20T18:00:38.895Z] ---> Using cache [2023-03-20T18:00:38.895Z] ---> 554cd159f4d1 [2023-03-20T18:00:38.895Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-20T18:00:38.895Z] ---> Using cache [2023-03-20T18:00:38.895Z] ---> ba75cee93fe4 [2023-03-20T18:00:38.895Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-20T18:00:38.895Z] ---> Using cache [2023-03-20T18:00:38.895Z] ---> c99ef8dcd96e [2023-03-20T18:00:38.895Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T18:00:38.895Z] ---> Using cache [2023-03-20T18:00:38.895Z] ---> 8546356428b2 [2023-03-20T18:00:38.895Z] Step 8/24 : COPY . . [2023-03-20T18:00:39.170Z] ---> Using cache [2023-03-20T18:00:39.170Z] ---> f80e0ec8c54a [2023-03-20T18:00:39.170Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-20T18:00:39.438Z] ---> Running in 6eec33d25cab [2023-03-20T18:00:41.388Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-20T18:01:28.227Z] Removing intermediate container ebe5ff9e9d79 [2023-03-20T18:01:28.227Z] ---> 4bd22777380b [2023-03-20T18:01:28.227Z] [2023-03-20T18:01:28.227Z] Step 10/23 : FROM alpine:3.17 [2023-03-20T18:01:28.227Z] ---> d74e625d9115 [2023-03-20T18:01:28.227Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-20T18:01:28.227Z] ---> Running in 947cdad41802 [2023-03-20T18:01:29.191Z] Removing intermediate container 947cdad41802 [2023-03-20T18:01:29.191Z] ---> 95b65f7f642b [2023-03-20T18:01:29.191Z] Step 12/23 : ENV APP_PORT=59880 [2023-03-20T18:01:29.461Z] ---> Running in 83096562efed [2023-03-20T18:01:30.419Z] Removing intermediate container 83096562efed [2023-03-20T18:01:30.419Z] ---> 70aac874255b [2023-03-20T18:01:30.419Z] Step 13/23 : EXPOSE $APP_PORT [2023-03-20T18:01:30.685Z] ---> Running in 40b93bd40467 [2023-03-20T18:01:31.271Z] Removing intermediate container 40b93bd40467 [2023-03-20T18:01:31.271Z] ---> aa70a0aa8564 [2023-03-20T18:01:31.271Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-03-20T18:01:31.542Z] ---> Running in 6220f89cb4f8 [2023-03-20T18:01:34.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:01:35.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:01:37.479Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-20T18:01:37.479Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T18:01:37.479Z] OK: 8 MiB in 16 packages [2023-03-20T18:01:37.751Z] Removing intermediate container 9c4c11388431 [2023-03-20T18:01:37.751Z] ---> e176c8e4046b [2023-03-20T18:01:37.751Z] [2023-03-20T18:01:37.751Z] Step 10/23 : FROM alpine:3.17 [2023-03-20T18:01:37.751Z] ---> d74e625d9115 [2023-03-20T18:01:37.751Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-20T18:01:37.751Z] ---> Running in 60b18f9756e6 [2023-03-20T18:01:38.719Z] Removing intermediate container 60b18f9756e6 [2023-03-20T18:01:38.719Z] ---> a02d87695a61 [2023-03-20T18:01:38.719Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-20T18:01:38.719Z] ---> Running in ec0434e99342 [2023-03-20T18:01:39.689Z] Removing intermediate container 6220f89cb4f8 [2023-03-20T18:01:39.689Z] ---> 5beed50c5dd1 [2023-03-20T18:01:39.689Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:01:42.283Z] ---> 5f4a9ac35ee6 [2023-03-20T18:01:42.283Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:01:42.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:01:43.248Z] ---> 1f7b770d81e1 [2023-03-20T18:01:43.248Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-20T18:01:43.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:01:44.937Z] ---> a8524c625ad6 [2023-03-20T18:01:44.937Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-20T18:01:45.553Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-20T18:01:45.553Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T18:01:45.553Z] OK: 8 MiB in 16 packages [2023-03-20T18:01:46.174Z] ---> 49e564a1e0da [2023-03-20T18:01:46.174Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-03-20T18:01:46.174Z] ---> Running in 504b79c5d32b [2023-03-20T18:01:47.152Z] Removing intermediate container 504b79c5d32b [2023-03-20T18:01:47.152Z] ---> b79e5508a1ae [2023-03-20T18:01:47.152Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T18:01:47.432Z] ---> Running in f1f3390aa1c5 [2023-03-20T18:01:47.702Z] Removing intermediate container ec0434e99342 [2023-03-20T18:01:47.702Z] ---> d1046d690481 [2023-03-20T18:01:47.702Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:01:47.972Z] Removing intermediate container f1f3390aa1c5 [2023-03-20T18:01:47.972Z] ---> 8078362c0659 [2023-03-20T18:01:47.972Z] Step 21/23 : LABEL arch=arm64 [2023-03-20T18:01:48.240Z] ---> Running in 2f6ce51cf1d6 [2023-03-20T18:01:48.829Z] ---> 2332a1203001 [2023-03-20T18:01:48.829Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:01:49.100Z] Removing intermediate container 2f6ce51cf1d6 [2023-03-20T18:01:49.100Z] ---> cc2246de10a7 [2023-03-20T18:01:49.100Z] Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:01:49.100Z] ---> Running in 9ab409e34e7c [2023-03-20T18:01:49.709Z] Removing intermediate container 9ab409e34e7c [2023-03-20T18:01:49.709Z] ---> 8f16da4b9844 [2023-03-20T18:01:49.709Z] Step 23/23 : LABEL version=3.0.0-dev.106 [2023-03-20T18:01:49.982Z] ---> Running in d1dfcb7669a3 [2023-03-20T18:01:49.982Z] ---> ef616bf7f90a [2023-03-20T18:01:49.982Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-20T18:01:50.565Z] Removing intermediate container d1dfcb7669a3 [2023-03-20T18:01:50.565Z] ---> ccf4579f3fd9 [2023-03-20T18:01:50.565Z] [2023-03-20T18:01:50.838Z] Successfully built ccf4579f3fd9 [2023-03-20T18:01:50.838Z] Successfully tagged core-data-arm64:latest [2023-03-20T18:01:50.838Z] Building core-metadata [2023-03-20T18:01:51.690Z]  Building core-data ... done  ---> cf43540b9fd4 [2023-03-20T18:01:51.690Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-20T18:01:52.653Z] ---> 5686437749f4 [2023-03-20T18:01:52.653Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-20T18:01:55.241Z] ---> bf173e8afd03 [2023-03-20T18:01:55.241Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-20T18:01:55.241Z] ---> Running in b5de6d08d800 [2023-03-20T18:01:55.826Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T18:01:55.826Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-20T18:01:55.826Z] ---> 1392bc49cdf7 [2023-03-20T18:01:55.826Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-20T18:01:55.826Z] ---> Using cache [2023-03-20T18:01:55.826Z] ---> c694f54bb9a0 [2023-03-20T18:01:55.826Z] Step 4/25 : WORKDIR /edgex-go [2023-03-20T18:01:55.826Z] ---> Using cache [2023-03-20T18:01:55.826Z] ---> 554cd159f4d1 [2023-03-20T18:01:55.826Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-03-20T18:01:55.826Z] ---> Using cache [2023-03-20T18:01:55.826Z] ---> ba75cee93fe4 [2023-03-20T18:01:55.826Z] Step 6/25 : COPY go.mod vendor* ./ [2023-03-20T18:01:55.826Z] ---> Using cache [2023-03-20T18:01:55.826Z] ---> c99ef8dcd96e [2023-03-20T18:01:55.826Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T18:01:55.826Z] ---> Using cache [2023-03-20T18:01:55.826Z] ---> 8546356428b2 [2023-03-20T18:01:55.826Z] Step 8/25 : COPY . . [2023-03-20T18:01:56.094Z] ---> Using cache [2023-03-20T18:01:56.094Z] ---> f80e0ec8c54a [2023-03-20T18:01:56.094Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-20T18:01:56.361Z] ---> Running in d2dbe9568025 [2023-03-20T18:01:58.946Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-20T18:01:59.213Z] Removing intermediate container b5de6d08d800 [2023-03-20T18:01:59.213Z] ---> 4f93a91eca03 [2023-03-20T18:01:59.213Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-20T18:01:59.483Z] ---> Running in ad9732d3a6dc [2023-03-20T18:02:00.068Z] Removing intermediate container ad9732d3a6dc [2023-03-20T18:02:00.068Z] ---> c15187135bbe [2023-03-20T18:02:00.068Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-20T18:02:00.335Z] ---> Running in bab06256292d [2023-03-20T18:02:00.924Z] Removing intermediate container bab06256292d [2023-03-20T18:02:00.924Z] ---> 112791fbf47a [2023-03-20T18:02:00.924Z] Step 21/23 : LABEL arch=arm64 [2023-03-20T18:02:00.924Z] ---> Running in 23050e50e449 [2023-03-20T18:02:01.510Z] Removing intermediate container 23050e50e449 [2023-03-20T18:02:01.510Z] ---> af2b760aebe1 [2023-03-20T18:02:01.510Z] Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:02:01.510Z] ---> Running in 3a72dfc7fb1a [2023-03-20T18:02:02.097Z] Removing intermediate container 3a72dfc7fb1a [2023-03-20T18:02:02.097Z] ---> cad46d00d17a [2023-03-20T18:02:02.097Z] Step 23/23 : LABEL version=3.0.0-dev.106 [2023-03-20T18:02:02.365Z] ---> Running in 89a3b62c6019 [2023-03-20T18:02:02.952Z] Removing intermediate container 89a3b62c6019 [2023-03-20T18:02:02.952Z] ---> 52a5037a30c6 [2023-03-20T18:02:02.952Z] [2023-03-20T18:02:02.952Z] Successfully built 52a5037a30c6 [2023-03-20T18:02:02.952Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-20T18:02:02.952Z] Building support-notifications [2023-03-20T18:02:06.312Z]  Building core-common-config-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T18:02:06.312Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-20T18:02:06.312Z] ---> 1392bc49cdf7 [2023-03-20T18:02:06.312Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-20T18:02:06.312Z] ---> Using cache [2023-03-20T18:02:06.312Z] ---> c694f54bb9a0 [2023-03-20T18:02:06.312Z] Step 4/23 : WORKDIR /edgex-go [2023-03-20T18:02:06.312Z] ---> Using cache [2023-03-20T18:02:06.312Z] ---> 554cd159f4d1 [2023-03-20T18:02:06.312Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-20T18:02:08.895Z] ---> Running in 94e6bcdac1b8 [2023-03-20T18:02:10.854Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:02:11.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:02:13.386Z] OK: 263 MiB in 53 packages [2023-03-20T18:02:14.812Z] Removing intermediate container 94e6bcdac1b8 [2023-03-20T18:02:14.812Z] ---> 3067aed670fc [2023-03-20T18:02:14.812Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-20T18:02:15.772Z] ---> e23b14531555 [2023-03-20T18:02:15.772Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T18:02:15.772Z] ---> Running in 44994b90290c [2023-03-20T18:03:02.610Z] Removing intermediate container a2f2da9f02c8 [2023-03-20T18:03:02.610Z] ---> 6d0eb2ba6e3a [2023-03-20T18:03:02.610Z] [2023-03-20T18:03:02.610Z] Step 9/20 : FROM alpine:3.17 [2023-03-20T18:03:02.610Z] ---> d74e625d9115 [2023-03-20T18:03:02.610Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-20T18:03:02.610Z] ---> Using cache [2023-03-20T18:03:02.610Z] ---> bc754847bae7 [2023-03-20T18:03:02.610Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-20T18:03:02.610Z] ---> Running in 9e38b67801b0 [2023-03-20T18:03:02.610Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:03:02.610Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:03:03.568Z] v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-20T18:03:03.568Z] v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-20T18:03:03.568Z] OK: 17687 distinct packages available [2023-03-20T18:03:04.268Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:03:05.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:03:08.060Z] (1/9) Installing ca-certificates (20220614-r4) [2023-03-20T18:03:08.060Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-03-20T18:03:08.060Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-03-20T18:03:08.060Z] (4/9) Installing libcurl (7.88.1-r1) [2023-03-20T18:03:08.060Z] (5/9) Installing curl (7.88.1-r1) [2023-03-20T18:03:08.060Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-03-20T18:03:08.060Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-20T18:03:08.060Z] (8/9) Installing libucontext (1.2-r0) [2023-03-20T18:03:08.060Z] (9/9) Installing gcompat (1.1.0-r0) [2023-03-20T18:03:08.060Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T18:03:08.060Z] Executing ca-certificates-20220614-r4.trigger [2023-03-20T18:03:08.660Z] OK: 11 MiB in 24 packages [2023-03-20T18:03:12.021Z] Removing intermediate container 9e38b67801b0 [2023-03-20T18:03:12.021Z] ---> 4209b04d7415 [2023-03-20T18:03:12.021Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:03:12.997Z] ---> 47c7b00726c1 [2023-03-20T18:03:12.997Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:03:13.966Z] ---> d82f4f3c6cee [2023-03-20T18:03:13.966Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-20T18:03:18.232Z] ---> b896644e1e57 [2023-03-20T18:03:18.232Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-20T18:03:19.193Z] ---> 82ea0fa0e0df [2023-03-20T18:03:19.193Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-20T18:03:19.193Z] ---> Running in 95fd9607c9f0 [2023-03-20T18:03:19.789Z] Removing intermediate container 95fd9607c9f0 [2023-03-20T18:03:19.789Z] ---> 5298189dadca [2023-03-20T18:03:19.789Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T18:03:20.060Z] ---> Running in 1f8571fcb4fb [2023-03-20T18:03:20.643Z] Removing intermediate container 1f8571fcb4fb [2023-03-20T18:03:20.643Z] ---> fc7d9e4ecf61 [2023-03-20T18:03:20.643Z] Step 18/20 : LABEL arch=arm64 [2023-03-20T18:03:20.643Z] ---> Running in bca7b16bdea8 [2023-03-20T18:03:21.234Z] Removing intermediate container bca7b16bdea8 [2023-03-20T18:03:21.234Z] ---> e059647154c4 [2023-03-20T18:03:21.234Z] Step 19/20 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:03:21.502Z] ---> Running in db3c345d9508 [2023-03-20T18:03:22.084Z] Removing intermediate container db3c345d9508 [2023-03-20T18:03:22.084Z] ---> 33fe2eff4d7c [2023-03-20T18:03:22.084Z] Step 20/20 : LABEL version=3.0.0-dev.106 [2023-03-20T18:03:22.084Z] ---> Running in e7b013138d71 [2023-03-20T18:03:22.669Z] Removing intermediate container e7b013138d71 [2023-03-20T18:03:22.669Z] ---> 8224d3367db0 [2023-03-20T18:03:22.669Z] [2023-03-20T18:03:22.669Z] Successfully built 8224d3367db0 [2023-03-20T18:03:22.669Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-20T18:03:22.669Z]  Building security-spiffe-token-provider ... done Building security-proxy-auth [2023-03-20T18:03:28.012Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T18:03:28.012Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-20T18:03:28.012Z] ---> 1392bc49cdf7 [2023-03-20T18:03:28.012Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-20T18:03:28.012Z] ---> Using cache [2023-03-20T18:03:28.012Z] ---> c694f54bb9a0 [2023-03-20T18:03:28.012Z] Step 4/23 : WORKDIR /edgex-go [2023-03-20T18:03:28.012Z] ---> Using cache [2023-03-20T18:03:28.012Z] ---> 554cd159f4d1 [2023-03-20T18:03:28.012Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-20T18:03:28.012Z] ---> Using cache [2023-03-20T18:03:28.012Z] ---> ba75cee93fe4 [2023-03-20T18:03:28.012Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-20T18:03:28.012Z] ---> Using cache [2023-03-20T18:03:28.012Z] ---> c99ef8dcd96e [2023-03-20T18:03:28.012Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T18:03:28.012Z] ---> Using cache [2023-03-20T18:03:28.012Z] ---> 8546356428b2 [2023-03-20T18:03:28.012Z] Step 8/23 : COPY . . [2023-03-20T18:03:28.277Z] ---> Using cache [2023-03-20T18:03:28.277Z] ---> f80e0ec8c54a [2023-03-20T18:03:28.277Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-20T18:03:28.872Z] ---> Running in a52f36fe550d [2023-03-20T18:03:31.480Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-20T18:04:03.708Z] Removing intermediate container 44994b90290c [2023-03-20T18:04:03.708Z] ---> cb850ccf81a0 [2023-03-20T18:04:03.708Z] Step 8/23 : COPY . . [2023-03-20T18:04:05.118Z] ---> 71d159db0dda [2023-03-20T18:04:05.118Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-03-20T18:04:05.118Z] ---> Running in f8345d587677 [2023-03-20T18:04:07.070Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-20T18:04:29.135Z] Removing intermediate container 9ec7357fd2cb [2023-03-20T18:04:29.135Z] ---> 65a268ca823c [2023-03-20T18:04:29.135Z] [2023-03-20T18:04:29.135Z] Step 10/23 : FROM alpine:3.17 [2023-03-20T18:04:29.135Z] ---> d74e625d9115 [2023-03-20T18:04:29.135Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-20T18:04:29.135Z] ---> Running in cbbc8a9a83af [2023-03-20T18:04:30.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:04:31.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:04:33.451Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-20T18:04:33.451Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T18:04:33.451Z] OK: 8 MiB in 16 packages [2023-03-20T18:04:36.030Z] Removing intermediate container cbbc8a9a83af [2023-03-20T18:04:36.030Z] ---> 8ddec03045cc [2023-03-20T18:04:36.030Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-20T18:04:36.296Z] ---> Running in f1ed546db55a [2023-03-20T18:04:36.878Z] Removing intermediate container f1ed546db55a [2023-03-20T18:04:36.878Z] ---> 6b867de235d7 [2023-03-20T18:04:36.878Z] Step 13/23 : ENV APP_PORT=59861 [2023-03-20T18:04:36.878Z] ---> Running in 5b89d4431728 [2023-03-20T18:04:37.466Z] Removing intermediate container 5b89d4431728 [2023-03-20T18:04:37.466Z] ---> dd70df942712 [2023-03-20T18:04:37.466Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-20T18:04:37.752Z] ---> Running in 135a4c9cb3c3 [2023-03-20T18:04:38.345Z] Removing intermediate container 135a4c9cb3c3 [2023-03-20T18:04:38.345Z] ---> 60a8cdbc07d1 [2023-03-20T18:04:38.345Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:04:39.306Z] ---> 076b27124d91 [2023-03-20T18:04:39.307Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:04:39.893Z] ---> 1c81d528d549 [2023-03-20T18:04:40.162Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-20T18:04:43.511Z] ---> c061bba3cf46 [2023-03-20T18:04:43.511Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-20T18:04:44.100Z] ---> 30245920a055 [2023-03-20T18:04:44.100Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-03-20T18:04:44.100Z] ---> Running in b1bd31f9e7c1 [2023-03-20T18:04:44.688Z] Removing intermediate container b1bd31f9e7c1 [2023-03-20T18:04:44.688Z] ---> de84ea2351de [2023-03-20T18:04:44.688Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T18:04:44.957Z] ---> Running in 9c9ff70bc596 [2023-03-20T18:04:45.229Z] Removing intermediate container 9c9ff70bc596 [2023-03-20T18:04:45.229Z] ---> 528cdfbd8e21 [2023-03-20T18:04:45.229Z] Step 21/23 : LABEL arch=arm64 [2023-03-20T18:04:45.498Z] ---> Running in 2c00e43b8eee [2023-03-20T18:04:46.084Z] Removing intermediate container 2c00e43b8eee [2023-03-20T18:04:46.084Z] ---> dcf4540cbac3 [2023-03-20T18:04:46.084Z] Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:04:46.084Z] ---> Running in cdb20bb14c18 [2023-03-20T18:04:46.670Z] Removing intermediate container cdb20bb14c18 [2023-03-20T18:04:46.670Z] ---> d261644fa620 [2023-03-20T18:04:46.670Z] Step 23/23 : LABEL version=3.0.0-dev.106 [2023-03-20T18:04:46.670Z] ---> Running in dc80520c2568 [2023-03-20T18:04:47.261Z] Removing intermediate container dc80520c2568 [2023-03-20T18:04:47.261Z] ---> 53a5d6a5a310 [2023-03-20T18:04:47.261Z] [2023-03-20T18:04:47.261Z] Successfully built 53a5d6a5a310 [2023-03-20T18:04:47.528Z] Successfully tagged support-scheduler-arm64:latest [2023-03-20T18:04:47.528Z]  Building support-scheduler ... done Building security-spire-server [2023-03-20T18:04:51.777Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T18:04:51.777Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-20T18:04:51.777Z] ---> 1392bc49cdf7 [2023-03-20T18:04:51.777Z] Step 3/26 : WORKDIR /edgex-go [2023-03-20T18:04:51.777Z] ---> Using cache [2023-03-20T18:04:51.777Z] ---> c82285a14f5a [2023-03-20T18:04:51.777Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-20T18:04:51.777Z] ---> Using cache [2023-03-20T18:04:51.777Z] ---> a7ab9896b35e [2023-03-20T18:04:51.777Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-20T18:04:51.777Z] ---> Using cache [2023-03-20T18:04:51.777Z] ---> 52d1ee811ddd [2023-03-20T18:04:51.777Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T18:04:51.777Z] ---> Using cache [2023-03-20T18:04:51.777Z] ---> dfd5fd07d4f9 [2023-03-20T18:04:51.777Z] Step 7/26 : COPY . . [2023-03-20T18:04:51.777Z] ---> Using cache [2023-03-20T18:04:51.777Z] ---> 47408a6a4f53 [2023-03-20T18:04:51.777Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-20T18:04:51.777Z] ---> Using cache [2023-03-20T18:04:51.777Z] ---> 6a73385b1db8 [2023-03-20T18:04:51.777Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-20T18:04:51.777Z] ---> Using cache [2023-03-20T18:04:51.777Z] ---> 61e5b9f06386 [2023-03-20T18:04:51.777Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-20T18:04:51.777Z] ---> Using cache [2023-03-20T18:04:51.777Z] ---> c647cbd37825 [2023-03-20T18:04:51.777Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-20T18:04:51.777Z] ---> Running in d30bf52acb3e [2023-03-20T18:04:55.126Z] Removing intermediate container d30bf52acb3e [2023-03-20T18:04:55.126Z] ---> 5cb66bce0b4a [2023-03-20T18:04:55.126Z] Step 12/26 : WORKDIR /edgex-go [2023-03-20T18:04:55.126Z] ---> Running in f3a6415824fb [2023-03-20T18:04:55.714Z] Removing intermediate container f3a6415824fb [2023-03-20T18:04:55.714Z] ---> ce0cf9d107a2 [2023-03-20T18:04:55.714Z] [2023-03-20T18:04:55.714Z] Step 13/26 : FROM alpine:3.17 [2023-03-20T18:04:55.714Z] ---> d74e625d9115 [2023-03-20T18:04:55.714Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-20T18:04:55.714Z] ---> Using cache [2023-03-20T18:04:55.714Z] ---> bc754847bae7 [2023-03-20T18:04:55.714Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-20T18:04:55.714Z] ---> Running in 5a8d0332ad92 [2023-03-20T18:04:57.656Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:04:58.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:05:00.576Z] v3.17.2-235-g42ad4af1361 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-20T18:05:00.577Z] v3.17.2-234-g16d676e6f32 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-20T18:05:00.577Z] OK: 17687 distinct packages available [2023-03-20T18:05:00.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:05:01.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:05:02.950Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-20T18:05:02.950Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-20T18:05:02.950Z] (3/5) Installing libucontext (1.2-r0) [2023-03-20T18:05:02.950Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-20T18:05:02.950Z] (5/5) Installing openssl (3.0.8-r0) [2023-03-20T18:05:02.950Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T18:05:02.950Z] OK: 9 MiB in 20 packages [2023-03-20T18:05:04.897Z] Removing intermediate container 5a8d0332ad92 [2023-03-20T18:05:04.897Z] ---> 244e71879d3c [2023-03-20T18:05:04.897Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:05:05.877Z] ---> 6d6860b78cef [2023-03-20T18:05:05.877Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:05:06.471Z] ---> 61a9b732fb9b [2023-03-20T18:05:06.471Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-20T18:05:11.827Z] ---> 7428559ea792 [2023-03-20T18:05:11.827Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-20T18:05:12.783Z] ---> 5a44ff791e78 [2023-03-20T18:05:12.783Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-20T18:05:14.187Z] ---> 2d77d3d9c01d [2023-03-20T18:05:14.187Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-20T18:05:15.145Z] ---> 0602fc41a696 [2023-03-20T18:05:15.145Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-20T18:05:15.145Z] ---> Running in c980ba1d7ed5 [2023-03-20T18:05:15.730Z] Removing intermediate container c980ba1d7ed5 [2023-03-20T18:05:15.730Z] ---> 658e34fd6da5 [2023-03-20T18:05:15.730Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-20T18:05:15.730Z] ---> Running in a43f62f1b95d [2023-03-20T18:05:16.003Z] Removing intermediate container a43f62f1b95d [2023-03-20T18:05:16.003Z] ---> 5c337d987d52 [2023-03-20T18:05:16.003Z] Step 24/26 : LABEL arch=arm64 [2023-03-20T18:05:16.268Z] ---> Running in 60bb32abb5d2 [2023-03-20T18:05:16.848Z] Removing intermediate container 60bb32abb5d2 [2023-03-20T18:05:16.848Z] ---> 0727bc34fac6 [2023-03-20T18:05:16.848Z] Step 25/26 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:05:16.848Z] ---> Running in 296dbe7f5e51 [2023-03-20T18:05:17.435Z] Removing intermediate container 296dbe7f5e51 [2023-03-20T18:05:17.435Z] ---> f2e4e96c9643 [2023-03-20T18:05:17.435Z] Step 26/26 : LABEL version=3.0.0-dev.106 [2023-03-20T18:05:17.435Z] ---> Running in 83f55df865d6 [2023-03-20T18:05:18.019Z] Removing intermediate container 83f55df865d6 [2023-03-20T18:05:18.019Z] ---> d3d2c99e07af [2023-03-20T18:05:18.019Z] [2023-03-20T18:05:18.019Z] Successfully built d3d2c99e07af [2023-03-20T18:05:18.019Z] Successfully tagged security-spire-server-arm64:latest [2023-03-20T18:05:18.019Z]  Building security-spire-server ... done Building security-spire-agent [2023-03-20T18:05:21.354Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T18:05:21.354Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-20T18:05:21.354Z] ---> 1392bc49cdf7 [2023-03-20T18:05:21.354Z] Step 3/27 : WORKDIR /edgex-go [2023-03-20T18:05:21.354Z] ---> Using cache [2023-03-20T18:05:21.354Z] ---> c82285a14f5a [2023-03-20T18:05:21.354Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-20T18:05:21.354Z] ---> Using cache [2023-03-20T18:05:21.354Z] ---> a7ab9896b35e [2023-03-20T18:05:21.354Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-20T18:05:21.354Z] ---> Using cache [2023-03-20T18:05:21.354Z] ---> 52d1ee811ddd [2023-03-20T18:05:21.354Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T18:05:21.354Z] ---> Using cache [2023-03-20T18:05:21.354Z] ---> dfd5fd07d4f9 [2023-03-20T18:05:21.354Z] Step 7/27 : COPY . . [2023-03-20T18:05:21.626Z] ---> Using cache [2023-03-20T18:05:21.626Z] ---> 47408a6a4f53 [2023-03-20T18:05:21.626Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-20T18:05:21.626Z] ---> Using cache [2023-03-20T18:05:21.626Z] ---> 6a73385b1db8 [2023-03-20T18:05:21.626Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-20T18:05:21.626Z] ---> Using cache [2023-03-20T18:05:21.626Z] ---> 61e5b9f06386 [2023-03-20T18:05:21.626Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-20T18:05:21.626Z] ---> Using cache [2023-03-20T18:05:21.626Z] ---> c647cbd37825 [2023-03-20T18:05:21.626Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-20T18:05:21.626Z] ---> Using cache [2023-03-20T18:05:21.626Z] ---> 7c4fca3e23bd [2023-03-20T18:05:21.626Z] Step 12/27 : WORKDIR /edgex-go [2023-03-20T18:05:21.626Z] ---> Using cache [2023-03-20T18:05:21.626Z] ---> 11dc2df70656 [2023-03-20T18:05:21.626Z] [2023-03-20T18:05:21.626Z] Step 13/27 : FROM alpine:3.17 [2023-03-20T18:05:21.626Z] ---> d74e625d9115 [2023-03-20T18:05:21.626Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-20T18:05:21.626Z] ---> Using cache [2023-03-20T18:05:21.626Z] ---> bc754847bae7 [2023-03-20T18:05:21.626Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-20T18:05:21.626Z] ---> Using cache [2023-03-20T18:05:21.626Z] ---> 244e71879d3c [2023-03-20T18:05:21.626Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:05:21.626Z] ---> Using cache [2023-03-20T18:05:21.626Z] ---> 6d6860b78cef [2023-03-20T18:05:21.626Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:05:21.626Z] ---> Using cache [2023-03-20T18:05:21.626Z] ---> 61a9b732fb9b [2023-03-20T18:05:21.626Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-20T18:05:25.868Z] ---> 330a805107f0 [2023-03-20T18:05:25.868Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-20T18:05:30.120Z] ---> 38cb5b89427f [2023-03-20T18:05:30.120Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-20T18:05:31.081Z] ---> 30725f3d1b35 [2023-03-20T18:05:31.081Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-20T18:05:31.663Z] ---> e59d0fc484b4 [2023-03-20T18:05:31.663Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-20T18:05:32.624Z] ---> 6caf9067af5a [2023-03-20T18:05:32.624Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-20T18:05:32.890Z] ---> Running in b10557393acd [2023-03-20T18:05:33.474Z] Removing intermediate container b10557393acd [2023-03-20T18:05:33.474Z] ---> 0d4ef12b5113 [2023-03-20T18:05:33.474Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-20T18:05:33.474Z] ---> Running in 93d43147cdae [2023-03-20T18:05:34.055Z] Removing intermediate container 93d43147cdae [2023-03-20T18:05:34.055Z] ---> 99395e7aba3a [2023-03-20T18:05:34.055Z] Step 25/27 : LABEL arch=arm64 [2023-03-20T18:05:34.326Z] ---> Running in efe77fe0c571 [2023-03-20T18:05:34.908Z] Removing intermediate container efe77fe0c571 [2023-03-20T18:05:34.908Z] ---> 8ac9f268bd98 [2023-03-20T18:05:34.908Z] Step 26/27 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:05:34.908Z] ---> Running in 73b5da820df1 [2023-03-20T18:05:35.603Z] Removing intermediate container 73b5da820df1 [2023-03-20T18:05:35.603Z] ---> 8e2b8526683b [2023-03-20T18:05:35.603Z] Step 27/27 : LABEL version=3.0.0-dev.106 [2023-03-20T18:05:35.603Z] ---> Running in 1a51870a14ca [2023-03-20T18:05:36.245Z] Removing intermediate container 1a51870a14ca [2023-03-20T18:05:36.245Z] ---> d125346078c1 [2023-03-20T18:05:36.245Z] [2023-03-20T18:05:36.520Z] Successfully built d125346078c1 [2023-03-20T18:05:36.520Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-20T18:05:36.520Z] Building security-secretstore-setup [2023-03-20T18:05:40.851Z]  Building security-spire-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T18:05:40.851Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-20T18:05:40.851Z] ---> 1392bc49cdf7 [2023-03-20T18:05:40.851Z] Step 3/25 : WORKDIR /edgex-go [2023-03-20T18:05:40.851Z] ---> Using cache [2023-03-20T18:05:40.851Z] ---> c82285a14f5a [2023-03-20T18:05:40.851Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-03-20T18:05:40.851Z] ---> Running in 45d867993085 [2023-03-20T18:05:42.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:05:43.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:05:44.624Z] OK: 263 MiB in 53 packages [2023-03-20T18:05:46.031Z] Removing intermediate container 45d867993085 [2023-03-20T18:05:46.031Z] ---> 05460fba9d69 [2023-03-20T18:05:46.031Z] Step 5/25 : COPY go.mod vendor* ./ [2023-03-20T18:05:46.992Z] ---> 096062f5f199 [2023-03-20T18:05:46.992Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T18:05:47.262Z] ---> Running in adadd3532ea9 [2023-03-20T18:07:25.776Z] Removing intermediate container adadd3532ea9 [2023-03-20T18:07:25.776Z] ---> a45e9d9cd4bd [2023-03-20T18:07:25.776Z] Step 7/25 : COPY . . [2023-03-20T18:07:27.725Z] ---> b2db287398ff [2023-03-20T18:07:27.725Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-20T18:07:27.725Z] ---> Running in 9ea2c472a247 [2023-03-20T18:07:29.671Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-20T18:08:51.278Z] Removing intermediate container 6eec33d25cab [2023-03-20T18:08:51.278Z] ---> 0d2d7a2f273d [2023-03-20T18:08:51.278Z] [2023-03-20T18:08:51.278Z] Step 10/24 : FROM alpine:3.17 [2023-03-20T18:08:51.278Z] ---> d74e625d9115 [2023-03-20T18:08:51.278Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-20T18:08:51.278Z] ---> Using cache [2023-03-20T18:08:51.278Z] ---> 8ddec03045cc [2023-03-20T18:08:51.278Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-20T18:08:51.278Z] ---> Using cache [2023-03-20T18:08:51.278Z] ---> 6b867de235d7 [2023-03-20T18:08:51.278Z] Step 13/24 : ENV APP_PORT=59882 [2023-03-20T18:08:51.278Z] ---> Running in 012e3654200f [2023-03-20T18:08:51.278Z] Removing intermediate container 012e3654200f [2023-03-20T18:08:51.278Z] ---> 2d51b6151e04 [2023-03-20T18:08:51.278Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-20T18:08:51.278Z] ---> Running in 2002009d7110 [2023-03-20T18:08:51.278Z] Removing intermediate container 2002009d7110 [2023-03-20T18:08:51.278Z] ---> 841c7a2f6f05 [2023-03-20T18:08:51.278Z] Step 15/24 : WORKDIR / [2023-03-20T18:08:51.278Z] ---> Running in 7ca6ff1899a5 [2023-03-20T18:08:51.278Z] Removing intermediate container 7ca6ff1899a5 [2023-03-20T18:08:51.278Z] ---> ef0415ae1065 [2023-03-20T18:08:51.278Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:08:51.278Z] ---> ca0699b9d381 [2023-03-20T18:08:51.278Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:08:51.278Z] ---> 78578b357ae9 [2023-03-20T18:08:51.278Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-20T18:08:51.278Z] ---> 793dce0e8f17 [2023-03-20T18:08:51.278Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-20T18:08:51.278Z] ---> bed4693eba0a [2023-03-20T18:08:51.278Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-03-20T18:08:51.278Z] ---> Running in c1e710ae1860 [2023-03-20T18:08:51.278Z] Removing intermediate container c1e710ae1860 [2023-03-20T18:08:51.278Z] ---> 319e8ca89026 [2023-03-20T18:08:51.278Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T18:08:51.278Z] ---> Running in dbfff8cf2b18 [2023-03-20T18:08:51.278Z] Removing intermediate container dbfff8cf2b18 [2023-03-20T18:08:51.278Z] ---> 9e7a61e971b8 [2023-03-20T18:08:51.278Z] Step 22/24 : LABEL arch=arm64 [2023-03-20T18:08:51.278Z] ---> Running in 309e227a7e21 [2023-03-20T18:08:51.278Z] Removing intermediate container 309e227a7e21 [2023-03-20T18:08:51.278Z] ---> 0db2c4948f4d [2023-03-20T18:08:51.278Z] Step 23/24 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:08:51.278Z] ---> Running in e7cb02405660 [2023-03-20T18:08:51.278Z] Removing intermediate container e7cb02405660 [2023-03-20T18:08:51.278Z] ---> 5a6477fdd9af [2023-03-20T18:08:51.278Z] Step 24/24 : LABEL version=3.0.0-dev.106 [2023-03-20T18:08:51.278Z] ---> Running in bc0faee0baec [2023-03-20T18:08:51.278Z] Removing intermediate container bc0faee0baec [2023-03-20T18:08:51.278Z] ---> 10aaaacc24fb [2023-03-20T18:08:51.278Z] [2023-03-20T18:08:51.278Z] Successfully built 10aaaacc24fb [2023-03-20T18:08:51.278Z] Successfully tagged core-command-arm64:latest [2023-03-20T18:08:51.278Z]  Building core-command ... done Building security-bootstrapper [2023-03-20T18:08:53.217Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-20T18:08:53.217Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-03-20T18:08:53.217Z] ---> 1392bc49cdf7 [2023-03-20T18:08:53.217Z] Step 3/33 : WORKDIR /edgex-go [2023-03-20T18:08:53.217Z] ---> Using cache [2023-03-20T18:08:53.217Z] ---> c82285a14f5a [2023-03-20T18:08:53.217Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-03-20T18:08:53.217Z] ---> Using cache [2023-03-20T18:08:53.217Z] ---> 05460fba9d69 [2023-03-20T18:08:53.217Z] Step 5/33 : COPY go.mod vendor* ./ [2023-03-20T18:08:53.217Z] ---> Using cache [2023-03-20T18:08:53.217Z] ---> 096062f5f199 [2023-03-20T18:08:53.217Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-20T18:08:53.217Z] ---> Using cache [2023-03-20T18:08:53.217Z] ---> a45e9d9cd4bd [2023-03-20T18:08:53.217Z] Step 7/33 : COPY . . [2023-03-20T18:08:53.217Z] ---> Using cache [2023-03-20T18:08:53.217Z] ---> b2db287398ff [2023-03-20T18:08:53.217Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-20T18:08:55.155Z] ---> Running in 332d6e7e8e90 [2023-03-20T18:08:57.109Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-20T18:10:33.730Z] Removing intermediate container d2dbe9568025 [2023-03-20T18:10:33.730Z] ---> 3cdd106c0c59 [2023-03-20T18:10:33.730Z] [2023-03-20T18:10:33.730Z] Step 10/25 : FROM alpine:3.17 [2023-03-20T18:10:33.730Z] ---> d74e625d9115 [2023-03-20T18:10:33.730Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-03-20T18:10:33.730Z] ---> Using cache [2023-03-20T18:10:33.730Z] ---> 8ddec03045cc [2023-03-20T18:10:33.730Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-20T18:10:33.730Z] ---> Using cache [2023-03-20T18:10:33.730Z] ---> 6b867de235d7 [2023-03-20T18:10:33.730Z] Step 13/25 : ENV APP_PORT=59881 [2023-03-20T18:10:33.730Z] ---> Running in df4554804886 [2023-03-20T18:10:33.730Z] Removing intermediate container df4554804886 [2023-03-20T18:10:33.730Z] ---> ac116d6827ec [2023-03-20T18:10:33.730Z] Step 14/25 : EXPOSE $APP_PORT [2023-03-20T18:10:33.730Z] ---> Running in e56cddc47bb2 [2023-03-20T18:10:33.730Z] Removing intermediate container e56cddc47bb2 [2023-03-20T18:10:33.730Z] ---> ed4d736624d5 [2023-03-20T18:10:33.730Z] Step 15/25 : WORKDIR / [2023-03-20T18:10:33.730Z] ---> Running in 086ea31070ad [2023-03-20T18:10:33.730Z] Removing intermediate container 086ea31070ad [2023-03-20T18:10:33.730Z] ---> f66b123d82a2 [2023-03-20T18:10:33.730Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:10:33.730Z] ---> dab70bf134e8 [2023-03-20T18:10:33.730Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:10:33.730Z] ---> b8e2c6df1a5f [2023-03-20T18:10:33.730Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-20T18:10:33.730Z] ---> 21ef82da9aec [2023-03-20T18:10:33.730Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-20T18:10:33.730Z] ---> 4076fd6a14b1 [2023-03-20T18:10:33.730Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-03-20T18:10:34.701Z] ---> d0fd01dc7aec [2023-03-20T18:10:34.701Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-03-20T18:10:34.969Z] ---> Running in f413700af695 [2023-03-20T18:10:35.922Z] Removing intermediate container f413700af695 [2023-03-20T18:10:35.922Z] ---> f3d8deda81a4 [2023-03-20T18:10:35.922Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T18:10:36.196Z] ---> Running in 7e7d6f2d32fa [2023-03-20T18:10:36.789Z] Removing intermediate container 7e7d6f2d32fa [2023-03-20T18:10:36.789Z] ---> 39777775a671 [2023-03-20T18:10:36.789Z] Step 23/25 : LABEL arch=arm64 [2023-03-20T18:10:37.056Z] ---> Running in d0006ae52384 [2023-03-20T18:10:37.637Z] Removing intermediate container a52f36fe550d [2023-03-20T18:10:37.637Z] ---> ea76a228e89d [2023-03-20T18:10:37.637Z] [2023-03-20T18:10:37.637Z] Step 10/23 : FROM alpine:3.17 [2023-03-20T18:10:37.637Z] ---> d74e625d9115 [2023-03-20T18:10:37.637Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-20T18:10:37.637Z] ---> Using cache [2023-03-20T18:10:37.637Z] ---> a02d87695a61 [2023-03-20T18:10:37.637Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-20T18:10:37.637Z] ---> Using cache [2023-03-20T18:10:37.637Z] ---> d1046d690481 [2023-03-20T18:10:37.637Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:10:37.637Z] ---> Using cache [2023-03-20T18:10:37.637Z] ---> 2332a1203001 [2023-03-20T18:10:37.637Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:10:37.637Z] ---> Using cache [2023-03-20T18:10:37.637Z] Removing intermediate container d0006ae52384 [2023-03-20T18:10:37.637Z] ---> ef616bf7f90a [2023-03-20T18:10:37.637Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-20T18:10:37.637Z] ---> de045f47dddc [2023-03-20T18:10:37.637Z] Step 24/25 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:10:37.905Z] ---> Running in 596140e7176b [2023-03-20T18:10:40.484Z] Removing intermediate container 596140e7176b [2023-03-20T18:10:40.484Z] ---> d03c4099df59 [2023-03-20T18:10:40.484Z] Step 25/25 : LABEL version=3.0.0-dev.106 [2023-03-20T18:10:40.484Z] ---> 81e8349f2ec5 [2023-03-20T18:10:40.484Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-20T18:10:40.484Z] ---> Running in 1abbd998d9a7 [2023-03-20T18:10:41.067Z] Removing intermediate container 1abbd998d9a7 [2023-03-20T18:10:41.067Z] ---> 015acc1207f1 [2023-03-20T18:10:41.067Z] [2023-03-20T18:10:41.334Z] ---> b934d4c85209 [2023-03-20T18:10:41.334Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-20T18:10:41.334Z] Successfully built 015acc1207f1 [2023-03-20T18:10:41.334Z] Successfully tagged core-metadata-arm64:latest [2023-03-20T18:10:42.328Z]  Building core-metadata ... done  ---> a1a64624944a [2023-03-20T18:10:42.328Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-20T18:10:42.328Z] ---> Running in 62b6d0404271 [2023-03-20T18:10:45.671Z] Removing intermediate container 62b6d0404271 [2023-03-20T18:10:45.671Z] ---> 7691c91f1192 [2023-03-20T18:10:45.671Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-20T18:10:45.671Z] ---> Running in 7989da7ed4c9 [2023-03-20T18:10:45.939Z] Removing intermediate container 7989da7ed4c9 [2023-03-20T18:10:45.939Z] ---> 9a6b93f69f97 [2023-03-20T18:10:45.939Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-20T18:10:46.208Z] ---> Running in 7c744aad892e [2023-03-20T18:10:46.794Z] Removing intermediate container 7c744aad892e [2023-03-20T18:10:46.794Z] ---> 6e11429a87de [2023-03-20T18:10:46.794Z] Step 21/23 : LABEL arch=arm64 [2023-03-20T18:10:46.794Z] ---> Running in 03d766d70c07 [2023-03-20T18:10:47.387Z] Removing intermediate container 03d766d70c07 [2023-03-20T18:10:47.387Z] ---> 5ecbd4648e76 [2023-03-20T18:10:47.387Z] Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:10:47.387Z] ---> Running in 02fe92e48e03 [2023-03-20T18:10:47.975Z] Removing intermediate container 02fe92e48e03 [2023-03-20T18:10:47.975Z] ---> 7a540659ec51 [2023-03-20T18:10:47.975Z] Step 23/23 : LABEL version=3.0.0-dev.106 [2023-03-20T18:10:47.975Z] ---> Running in 7d83cd38e6d6 [2023-03-20T18:10:48.562Z] Removing intermediate container 7d83cd38e6d6 [2023-03-20T18:10:48.562Z] ---> ea49a3081018 [2023-03-20T18:10:48.562Z] [2023-03-20T18:10:48.562Z] Successfully built ea49a3081018 [2023-03-20T18:10:48.562Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-20T18:12:55.236Z]  Building security-proxy-auth ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.106" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-20T18:12:56.198Z] Removing intermediate container 9ea2c472a247 [2023-03-20T18:12:56.198Z] ---> d417e3414cb0 [2023-03-20T18:12:56.198Z] [2023-03-20T18:12:56.198Z] Step 9/25 : FROM alpine:3.17 [2023-03-20T18:12:56.198Z] ---> d74e625d9115 [2023-03-20T18:12:56.198Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-20T18:12:56.198Z] ---> Running in 71413a46981d [2023-03-20T18:12:58.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:12:58.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:12:59.687Z] (1/3) Installing ca-certificates (20220614-r4) [2023-03-20T18:12:59.959Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-03-20T18:12:59.959Z] (3/3) Installing su-exec (0.2-r2) [2023-03-20T18:12:59.959Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T18:12:59.959Z] Executing ca-certificates-20220614-r4.trigger [2023-03-20T18:13:00.539Z] OK: 8 MiB in 18 packages [2023-03-20T18:13:02.475Z] Removing intermediate container 71413a46981d [2023-03-20T18:13:02.475Z] ---> f6492d97281d [2023-03-20T18:13:02.475Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-20T18:13:02.475Z] ---> Running in f59e88f90800 [2023-03-20T18:13:03.060Z] Removing intermediate container f59e88f90800 [2023-03-20T18:13:03.061Z] ---> 5c42f49b31d3 [2023-03-20T18:13:03.061Z] Step 12/25 : WORKDIR / [2023-03-20T18:13:03.061Z] ---> Running in 23121b80acd5 [2023-03-20T18:13:03.643Z] Removing intermediate container 23121b80acd5 [2023-03-20T18:13:03.643Z] ---> 7ebc845878a0 [2023-03-20T18:13:03.643Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:13:04.608Z] ---> 2d8ba20df86d [2023-03-20T18:13:04.608Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:13:05.576Z] ---> 3ed1bce8c6ff [2023-03-20T18:13:05.576Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-20T18:13:06.540Z] ---> 8691c8e76801 [2023-03-20T18:13:06.541Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-20T18:13:07.496Z] ---> 40bc23934561 [2023-03-20T18:13:07.496Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-20T18:13:08.905Z] ---> 9f268966c91b [2023-03-20T18:13:08.905Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-20T18:13:10.314Z] ---> ee0a4cf222dc [2023-03-20T18:13:10.314Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-20T18:13:12.276Z] ---> a6c0611f322e [2023-03-20T18:13:12.276Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-20T18:13:13.238Z] ---> c62f0569413e [2023-03-20T18:13:13.238Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-20T18:13:13.238Z] ---> Running in 7d7e26ae1a37 [2023-03-20T18:13:17.481Z] Removing intermediate container 7d7e26ae1a37 [2023-03-20T18:13:17.481Z] ---> 301b1fadcd86 [2023-03-20T18:13:17.481Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-03-20T18:13:17.481Z] ---> Running in 5edcacf08f4c [2023-03-20T18:13:17.748Z] Removing intermediate container 5edcacf08f4c [2023-03-20T18:13:17.748Z] ---> 5f0acb18ac9e [2023-03-20T18:13:17.748Z] Step 23/25 : LABEL arch=arm64 [2023-03-20T18:13:17.748Z] ---> Running in 01b46988fac6 [2023-03-20T18:13:18.337Z] Removing intermediate container 01b46988fac6 [2023-03-20T18:13:18.337Z] ---> 74922712dd17 [2023-03-20T18:13:18.337Z] Step 24/25 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:13:18.605Z] ---> Running in 05d259401b92 [2023-03-20T18:13:18.605Z] Removing intermediate container f8345d587677 [2023-03-20T18:13:18.605Z] ---> 16fb427fac49 [2023-03-20T18:13:18.605Z] [2023-03-20T18:13:18.605Z] Step 10/23 : FROM alpine:3.17 [2023-03-20T18:13:18.605Z] ---> d74e625d9115 [2023-03-20T18:13:18.605Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-20T18:13:18.870Z] ---> Running in 070ea91f4ae6 [2023-03-20T18:13:18.870Z] Removing intermediate container 05d259401b92 [2023-03-20T18:13:18.870Z] ---> 5febd3bb660d [2023-03-20T18:13:18.870Z] Step 25/25 : LABEL version=3.0.0-dev.106 [2023-03-20T18:13:19.135Z] ---> Running in 5bf097892e57 [2023-03-20T18:13:19.717Z] Removing intermediate container 5bf097892e57 [2023-03-20T18:13:19.717Z] ---> 600f41d19497 [2023-03-20T18:13:19.717Z] [2023-03-20T18:13:19.717Z] Successfully built 600f41d19497 [2023-03-20T18:13:19.717Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-20T18:13:20.297Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:13:20.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:13:21.835Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-20T18:13:22.102Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-20T18:13:22.102Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T18:13:22.102Z] Executing ca-certificates-20220614-r4.trigger [2023-03-20T18:13:22.373Z] OK: 8 MiB in 17 packages [2023-03-20T18:13:24.315Z] Removing intermediate container 070ea91f4ae6 [2023-03-20T18:13:24.315Z] ---> a7664b2bf47f [2023-03-20T18:13:24.315Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-20T18:13:24.315Z] ---> Running in 042335c27f8a [2023-03-20T18:13:24.315Z] Removing intermediate container 332d6e7e8e90 [2023-03-20T18:13:24.315Z] ---> a61a57eba995 [2023-03-20T18:13:24.315Z] [2023-03-20T18:13:24.315Z] Step 9/33 : FROM alpine:3.17 [2023-03-20T18:13:24.315Z] ---> d74e625d9115 [2023-03-20T18:13:24.315Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-20T18:13:24.315Z] ---> Using cache [2023-03-20T18:13:24.315Z] ---> bc754847bae7 [2023-03-20T18:13:24.315Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-20T18:13:24.582Z] ---> Running in b31b46b67b4a [2023-03-20T18:13:24.848Z] Removing intermediate container 042335c27f8a [2023-03-20T18:13:24.848Z] ---> fc36bbaeeb3d [2023-03-20T18:13:24.848Z] Step 13/23 : ENV APP_PORT=59860 [2023-03-20T18:13:24.848Z] ---> Running in 23bfc2a0e872 [2023-03-20T18:13:25.429Z] Removing intermediate container 23bfc2a0e872 [2023-03-20T18:13:25.429Z] ---> 7c4826b88c66 [2023-03-20T18:13:25.429Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-20T18:13:25.429Z] ---> Running in d9390215e837 [2023-03-20T18:13:25.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-20T18:13:25.695Z] Removing intermediate container d9390215e837 [2023-03-20T18:13:25.695Z] ---> e19c67cdb05f [2023-03-20T18:13:25.695Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:13:26.283Z] ---> 6cccc2cdcc99 [2023-03-20T18:13:26.283Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:13:26.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-20T18:13:26.869Z] ---> c92752127a5d [2023-03-20T18:13:26.869Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-20T18:13:27.450Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-20T18:13:27.450Z] (2/2) Installing su-exec (0.2-r2) [2023-03-20T18:13:27.450Z] Executing busybox-1.35.0-r29.trigger [2023-03-20T18:13:27.450Z] OK: 8 MiB in 17 packages [2023-03-20T18:13:29.387Z] ---> 9f6b9051b299 [2023-03-20T18:13:29.387Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-20T18:13:29.653Z] Removing intermediate container b31b46b67b4a [2023-03-20T18:13:29.654Z] ---> d34a41cefe22 [2023-03-20T18:13:29.654Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-20T18:13:29.654Z] ---> Running in 9f79dc8a582a [2023-03-20T18:13:29.919Z] ---> 8a82bb615462 [2023-03-20T18:13:29.919Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-03-20T18:13:30.187Z] ---> Running in ff7f0b4a5897 [2023-03-20T18:13:30.187Z] Removing intermediate container 9f79dc8a582a [2023-03-20T18:13:30.187Z] ---> 15376adafb4f [2023-03-20T18:13:30.187Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-20T18:13:30.187Z] ---> Running in 61233ecbb580 [2023-03-20T18:13:30.455Z] Removing intermediate container ff7f0b4a5897 [2023-03-20T18:13:30.455Z] ---> 4bc8e7b328db [2023-03-20T18:13:30.455Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-20T18:13:30.455Z] ---> Running in bcf3f1caf5af [2023-03-20T18:13:30.731Z] Removing intermediate container 61233ecbb580 [2023-03-20T18:13:30.731Z] ---> 8e64678e100d [2023-03-20T18:13:30.731Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-20T18:13:30.731Z] ---> Running in 56148ba0f164 [2023-03-20T18:13:30.996Z] Removing intermediate container bcf3f1caf5af [2023-03-20T18:13:30.996Z] ---> cb0245310db0 [2023-03-20T18:13:30.996Z] Step 21/23 : LABEL arch=arm64 [2023-03-20T18:13:30.996Z] ---> Running in 8ef97c5def06 [2023-03-20T18:13:30.996Z] Removing intermediate container 56148ba0f164 [2023-03-20T18:13:30.996Z] ---> 955b9444711f [2023-03-20T18:13:30.996Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-20T18:13:31.264Z] ---> Running in f2e1daa43441 [2023-03-20T18:13:31.264Z] Removing intermediate container 8ef97c5def06 [2023-03-20T18:13:31.264Z] ---> a997ed7d7084 [2023-03-20T18:13:31.264Z] Step 22/23 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:13:31.534Z] ---> Running in d10fb7961ec9 [2023-03-20T18:13:31.534Z] Removing intermediate container f2e1daa43441 [2023-03-20T18:13:31.534Z] ---> 9fb038421a69 [2023-03-20T18:13:31.534Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-20T18:13:31.534Z] ---> Running in 3a67a09e6c94 [2023-03-20T18:13:31.800Z] Removing intermediate container d10fb7961ec9 [2023-03-20T18:13:31.800Z] ---> 96d42b59df42 [2023-03-20T18:13:31.800Z] Step 23/23 : LABEL version=3.0.0-dev.106 [2023-03-20T18:13:32.065Z] ---> Running in c1b0c7d34356 [2023-03-20T18:13:32.332Z] Removing intermediate container c1b0c7d34356 [2023-03-20T18:13:32.333Z] ---> 80eddab4180e [2023-03-20T18:13:32.333Z] [2023-03-20T18:13:32.333Z] Successfully built 80eddab4180e [2023-03-20T18:13:32.333Z] Successfully tagged support-notifications-arm64:latest [2023-03-20T18:13:33.295Z]  Building support-notifications ... done Removing intermediate container 3a67a09e6c94 [2023-03-20T18:13:33.295Z] ---> bc9873797218 [2023-03-20T18:13:33.295Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-20T18:13:33.561Z] ---> Running in 65967c81a235 [2023-03-20T18:13:33.828Z] Removing intermediate container 65967c81a235 [2023-03-20T18:13:33.828Z] ---> cbf4bd786697 [2023-03-20T18:13:33.828Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-20T18:13:34.409Z] ---> a293453cfe6c [2023-03-20T18:13:34.409Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-20T18:13:34.409Z] ---> Running in 7c7eab471d53 [2023-03-20T18:13:36.350Z] Removing intermediate container 7c7eab471d53 [2023-03-20T18:13:36.350Z] ---> f694143c339b [2023-03-20T18:13:36.350Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-20T18:13:36.614Z] ---> 2b2dc1018c22 [2023-03-20T18:13:36.614Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-03-20T18:13:37.193Z] ---> db7f2ab1727b [2023-03-20T18:13:37.193Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-20T18:13:38.148Z] ---> 1f21481dbe47 [2023-03-20T18:13:38.148Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-20T18:13:38.414Z] ---> e63676f00763 [2023-03-20T18:13:38.414Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-20T18:13:38.994Z] ---> c8d98c4d13a8 [2023-03-20T18:13:38.994Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-20T18:13:39.617Z] ---> e625eae03a20 [2023-03-20T18:13:39.617Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-20T18:13:40.219Z] ---> 5d53fdc6066d [2023-03-20T18:13:40.219Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-20T18:13:40.811Z] ---> 7fae52125d11 [2023-03-20T18:13:40.811Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-03-20T18:13:40.811Z] ---> Running in 385138dbc986 [2023-03-20T18:13:42.247Z] Removing intermediate container 385138dbc986 [2023-03-20T18:13:42.247Z] ---> ee8bb44e5c57 [2023-03-20T18:13:42.247Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-20T18:13:42.523Z] ---> Running in 829d4466db4e [2023-03-20T18:13:42.797Z] Removing intermediate container 829d4466db4e [2023-03-20T18:13:42.797Z] ---> 184b2d85df0b [2023-03-20T18:13:42.797Z] Step 30/33 : CMD ["gate"] [2023-03-20T18:13:42.797Z] ---> Running in b4b4a9440369 [2023-03-20T18:13:43.075Z] Removing intermediate container b4b4a9440369 [2023-03-20T18:13:43.075Z] ---> 74f524b30ec2 [2023-03-20T18:13:43.075Z] Step 31/33 : LABEL arch=arm64 [2023-03-20T18:13:43.075Z] ---> Running in 929d17db70eb [2023-03-20T18:13:43.347Z] Removing intermediate container 929d17db70eb [2023-03-20T18:13:43.347Z] ---> f076f4c90665 [2023-03-20T18:13:43.347Z] Step 32/33 : LABEL git_sha=3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:13:43.612Z] ---> Running in 568b07d96a88 [2023-03-20T18:13:43.877Z] Removing intermediate container 568b07d96a88 [2023-03-20T18:13:43.877Z] ---> 2fd1dad7dd2f [2023-03-20T18:13:43.877Z] Step 33/33 : LABEL version=3.0.0-dev.106 [2023-03-20T18:13:43.877Z] ---> Running in fb9c7dcbdfdc [2023-03-20T18:13:44.142Z] Removing intermediate container fb9c7dcbdfdc [2023-03-20T18:13:44.142Z] ---> 98ee66150334 [2023-03-20T18:13:44.142Z] [2023-03-20T18:13:44.142Z] Successfully built 98ee66150334 [2023-03-20T18:13:44.142Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-20T18:13:44.420Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-03-20T18:13:44.424Z] $ docker stop --time=1 6586bc82ed0ae6c7110f567d9e9ab477a42ed684bdb5f93a257ffd7f81c5768d [2023-03-20T18:13:46.080Z] $ docker rm -f --volumes 6586bc82ed0ae6c7110f567d9e9ab477a42ed684bdb5f93a257ffd7f81c5768d [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-20T18:13:46.553Z] + docker images [2023-03-20T18:13:46.818Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-20T18:13:46.818Z] security-bootstrapper-arm64 latest 98ee66150334 3 seconds ago 21.8MB [2023-03-20T18:13:46.818Z] support-notifications-arm64 latest 80eddab4180e 14 seconds ago 32.5MB [2023-03-20T18:13:46.818Z] a61a57eba995 23 seconds ago 1.31GB [2023-03-20T18:13:46.818Z] security-secretstore-setup-arm64 latest 600f41d19497 27 seconds ago 32MB [2023-03-20T18:13:46.818Z] 16fb427fac49 29 seconds ago 1.39GB [2023-03-20T18:13:46.818Z] d417e3414cb0 52 seconds ago 1.31GB [2023-03-20T18:13:46.818Z] security-proxy-auth-arm64 latest ea49a3081018 2 minutes ago 18.2MB [2023-03-20T18:13:46.818Z] core-metadata-arm64 latest 015acc1207f1 3 minutes ago 20.4MB [2023-03-20T18:13:46.818Z] ea76a228e89d 3 minutes ago 1.3GB [2023-03-20T18:13:46.818Z] 3cdd106c0c59 3 minutes ago 1.33GB [2023-03-20T18:13:46.818Z] core-command-arm64 latest 10aaaacc24fb 4 minutes ago 19.7MB [2023-03-20T18:13:46.818Z] 0d2d7a2f273d 5 minutes ago 1.32GB [2023-03-20T18:13:46.818Z] security-spire-agent-arm64 latest d125346078c1 8 minutes ago 125MB [2023-03-20T18:13:46.818Z] security-spire-server-arm64 latest d3d2c99e07af 8 minutes ago 87.1MB [2023-03-20T18:13:46.818Z] ce0cf9d107a2 8 minutes ago 1.18GB [2023-03-20T18:13:46.818Z] support-scheduler-arm64 latest 53a5d6a5a310 9 minutes ago 31.8MB [2023-03-20T18:13:46.818Z] 65a268ca823c 9 minutes ago 1.39GB [2023-03-20T18:13:46.818Z] security-spiffe-token-provider-arm64 latest 8224d3367db0 10 minutes ago 32.7MB [2023-03-20T18:13:46.818Z] 6d0eb2ba6e3a 10 minutes ago 1.36GB [2023-03-20T18:13:46.818Z] core-common-config-bootstrapper-arm64 latest 52a5037a30c6 11 minutes ago 17.5MB [2023-03-20T18:13:46.818Z] core-data-arm64 latest ccf4579f3fd9 11 minutes ago 19.9MB [2023-03-20T18:13:46.818Z] e176c8e4046b 12 minutes ago 1.32GB [2023-03-20T18:13:46.818Z] 4bd22777380b 12 minutes ago 1.33GB [2023-03-20T18:13:46.818Z] security-proxy-setup-arm64 latest ab03703b1a7b 13 minutes ago 18.6MB [2023-03-20T18:13:46.818Z] 2e03dd84cab2 13 minutes ago 1.3GB [2023-03-20T18:13:46.818Z] security-spire-config-arm64 latest c8a11d718ae7 19 minutes ago 86.2MB [2023-03-20T18:13:46.818Z] 11dc2df70656 20 minutes ago 1.18GB [2023-03-20T18:13:46.818Z] ci-base-image-arm64 latest 1392bc49cdf7 24 minutes ago 866MB [2023-03-20T18:13:46.818Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 10 days ago 648MB [2023-03-20T18:13:46.818Z] alpine 3.17 d74e625d9115 5 weeks ago 7.46MB [2023-03-20T18:13:46.818Z] 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 [2023-03-20T18:13:46.927Z] provisioning config files... [2023-03-20T18:13:46.941Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/468@tmp/config773017848841123894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:13:47.268Z] ---> docker-login.sh [2023-03-20T18:13:47.268Z] nexus3.edgexfoundry.org:10001 [2023-03-20T18:13:47.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T18:13:47.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T18:13:47.533Z] Configure a credential helper to remove this warning. See [2023-03-20T18:13:47.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T18:13:47.533Z] [2023-03-20T18:13:47.533Z] Login Succeeded [2023-03-20T18:13:47.533Z] nexus3.edgexfoundry.org:10002 [2023-03-20T18:13:47.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T18:13:47.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T18:13:47.803Z] Configure a credential helper to remove this warning. See [2023-03-20T18:13:47.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T18:13:47.803Z] [2023-03-20T18:13:47.803Z] Login Succeeded [2023-03-20T18:13:47.803Z] nexus3.edgexfoundry.org:10003 [2023-03-20T18:13:48.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T18:13:48.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T18:13:48.337Z] Configure a credential helper to remove this warning. See [2023-03-20T18:13:48.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T18:13:48.337Z] [2023-03-20T18:13:48.337Z] Login Succeeded [2023-03-20T18:13:48.337Z] nexus3.edgexfoundry.org:10004 [2023-03-20T18:13:48.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T18:13:48.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T18:13:48.603Z] Configure a credential helper to remove this warning. See [2023-03-20T18:13:48.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T18:13:48.603Z] [2023-03-20T18:13:48.603Z] Login Succeeded [2023-03-20T18:13:48.603Z] docker.io [2023-03-20T18:13:48.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-20T18:13:49.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-20T18:13:49.136Z] Configure a credential helper to remove this warning. See [2023-03-20T18:13:49.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-20T18:13:49.136Z] [2023-03-20T18:13:49.136Z] Login Succeeded [2023-03-20T18:13:49.136Z] ---> docker-login.sh ends [Pipeline] } [2023-03-20T18:13:49.150Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:13:49.174Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-20T18:13:49.190Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-20T18:13:49.190Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:13:49.190Z] latest [2023-03-20T18:13:49.190Z] 3.0.0-dev.106 [2023-03-20T18:13:49.190Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:13:49.190Z] main [2023-03-20T18:13:49.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:49.522Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:49.854Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:13:49.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-20T18:13:49.854Z] 687f93224d31: Preparing [2023-03-20T18:13:49.854Z] 19b58da6c9f4: Preparing [2023-03-20T18:13:49.854Z] 8684d5b6f602: Preparing [2023-03-20T18:13:49.854Z] a068930418ee: Preparing [2023-03-20T18:13:49.854Z] f07d0d4a7ba5: Preparing [2023-03-20T18:13:49.854Z] edf70074bd40: Preparing [2023-03-20T18:13:49.854Z] edf70074bd40: Waiting [2023-03-20T18:13:50.122Z] 8684d5b6f602: Pushed [2023-03-20T18:13:50.122Z] 687f93224d31: Pushed [2023-03-20T18:13:50.122Z] f07d0d4a7ba5: Pushed [2023-03-20T18:13:50.122Z] a068930418ee: Pushed [2023-03-20T18:13:50.122Z] edf70074bd40: Layer already exists [2023-03-20T18:13:53.460Z] 19b58da6c9f4: Pushed [2023-03-20T18:13:53.460Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:5687a70cd46dbff69560fb44f413d912c3ff391f1f6ddac41cbe19fcb1155ac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:53.806Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:54.144Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-20T18:13:54.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-20T18:13:54.144Z] 687f93224d31: Preparing [2023-03-20T18:13:54.144Z] 19b58da6c9f4: Preparing [2023-03-20T18:13:54.144Z] 8684d5b6f602: Preparing [2023-03-20T18:13:54.144Z] a068930418ee: Preparing [2023-03-20T18:13:54.144Z] f07d0d4a7ba5: Preparing [2023-03-20T18:13:54.144Z] edf70074bd40: Preparing [2023-03-20T18:13:54.144Z] edf70074bd40: Waiting [2023-03-20T18:13:54.144Z] a068930418ee: Layer already exists [2023-03-20T18:13:54.144Z] 687f93224d31: Layer already exists [2023-03-20T18:13:54.144Z] 8684d5b6f602: Layer already exists [2023-03-20T18:13:54.144Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:13:54.144Z] 19b58da6c9f4: Layer already exists [2023-03-20T18:13:54.144Z] edf70074bd40: Layer already exists [2023-03-20T18:13:54.144Z] latest: digest: sha256:5687a70cd46dbff69560fb44f413d912c3ff391f1f6ddac41cbe19fcb1155ac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:54.752Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:55.088Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.106 [2023-03-20T18:13:55.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-20T18:13:55.088Z] 687f93224d31: Preparing [2023-03-20T18:13:55.088Z] 19b58da6c9f4: Preparing [2023-03-20T18:13:55.088Z] 8684d5b6f602: Preparing [2023-03-20T18:13:55.088Z] a068930418ee: Preparing [2023-03-20T18:13:55.088Z] f07d0d4a7ba5: Preparing [2023-03-20T18:13:55.088Z] edf70074bd40: Preparing [2023-03-20T18:13:55.088Z] edf70074bd40: Waiting [2023-03-20T18:13:55.088Z] 19b58da6c9f4: Layer already exists [2023-03-20T18:13:55.088Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:13:55.088Z] a068930418ee: Layer already exists [2023-03-20T18:13:55.088Z] 687f93224d31: Layer already exists [2023-03-20T18:13:55.088Z] 8684d5b6f602: Layer already exists [2023-03-20T18:13:55.088Z] edf70074bd40: Layer already exists [2023-03-20T18:13:55.088Z] 3.0.0-dev.106: digest: sha256:5687a70cd46dbff69560fb44f413d912c3ff391f1f6ddac41cbe19fcb1155ac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:55.703Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:56.036Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:13:56.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-20T18:13:56.036Z] 687f93224d31: Preparing [2023-03-20T18:13:56.036Z] 19b58da6c9f4: Preparing [2023-03-20T18:13:56.036Z] 8684d5b6f602: Preparing [2023-03-20T18:13:56.036Z] a068930418ee: Preparing [2023-03-20T18:13:56.036Z] f07d0d4a7ba5: Preparing [2023-03-20T18:13:56.036Z] edf70074bd40: Preparing [2023-03-20T18:13:56.036Z] edf70074bd40: Waiting [2023-03-20T18:13:56.036Z] 687f93224d31: Layer already exists [2023-03-20T18:13:56.036Z] 19b58da6c9f4: Layer already exists [2023-03-20T18:13:56.036Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:13:56.036Z] 8684d5b6f602: Layer already exists [2023-03-20T18:13:56.036Z] a068930418ee: Layer already exists [2023-03-20T18:13:56.036Z] edf70074bd40: Layer already exists [2023-03-20T18:13:56.036Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:5687a70cd46dbff69560fb44f413d912c3ff391f1f6ddac41cbe19fcb1155ac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:56.634Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:56.965Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-20T18:13:56.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-20T18:13:56.965Z] 687f93224d31: Preparing [2023-03-20T18:13:56.965Z] 19b58da6c9f4: Preparing [2023-03-20T18:13:56.965Z] 8684d5b6f602: Preparing [2023-03-20T18:13:56.965Z] a068930418ee: Preparing [2023-03-20T18:13:56.965Z] f07d0d4a7ba5: Preparing [2023-03-20T18:13:56.965Z] edf70074bd40: Preparing [2023-03-20T18:13:56.965Z] edf70074bd40: Waiting [2023-03-20T18:13:56.965Z] 687f93224d31: Layer already exists [2023-03-20T18:13:56.965Z] 8684d5b6f602: Layer already exists [2023-03-20T18:13:56.965Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:13:56.965Z] 19b58da6c9f4: Layer already exists [2023-03-20T18:13:56.965Z] a068930418ee: Layer already exists [2023-03-20T18:13:56.965Z] edf70074bd40: Layer already exists [2023-03-20T18:13:57.230Z] main: digest: sha256:5687a70cd46dbff69560fb44f413d912c3ff391f1f6ddac41cbe19fcb1155ac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:13:57.270Z] ===================================================== [Pipeline] echo [2023-03-20T18:13:57.275Z] taggedImages: [2023-03-20T18:13:57.275Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:13:57.275Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-20T18:13:57.275Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.106 [2023-03-20T18:13:57.275Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:13:57.275Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-20T18:13:57.290Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-20T18:13:57.290Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:13:57.290Z] latest [2023-03-20T18:13:57.290Z] 3.0.0-dev.106 [2023-03-20T18:13:57.290Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:13:57.290Z] main [2023-03-20T18:13:57.290Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:57.620Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:13:57.960Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:13:57.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-20T18:13:57.960Z] 0a70427491e7: Preparing [2023-03-20T18:13:57.960Z] 7b6d22b9c061: Preparing [2023-03-20T18:13:57.960Z] cf375199edca: Preparing [2023-03-20T18:13:57.960Z] 2d67c888b413: Preparing [2023-03-20T18:13:57.960Z] 8684d5b6f602: Preparing [2023-03-20T18:13:57.960Z] a068930418ee: Preparing [2023-03-20T18:13:57.960Z] dfb5f25a10f2: Preparing [2023-03-20T18:13:57.960Z] edf70074bd40: Preparing [2023-03-20T18:13:57.960Z] dfb5f25a10f2: Waiting [2023-03-20T18:13:57.960Z] edf70074bd40: Waiting [2023-03-20T18:13:57.960Z] a068930418ee: Waiting [2023-03-20T18:13:58.226Z] 8684d5b6f602: Layer already exists [2023-03-20T18:13:58.226Z] a068930418ee: Layer already exists [2023-03-20T18:13:58.226Z] 0a70427491e7: Pushed [2023-03-20T18:13:58.226Z] cf375199edca: Pushed [2023-03-20T18:13:58.226Z] 7b6d22b9c061: Pushed [2023-03-20T18:13:58.226Z] edf70074bd40: Layer already exists [2023-03-20T18:13:58.226Z] dfb5f25a10f2: Pushed [2023-03-20T18:14:00.800Z] 2d67c888b413: Pushed [2023-03-20T18:14:00.800Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:207ed3fd37896034853ed98b8692f2c7a213ccf85b683484f999541e961970cb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:01.134Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:01.469Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-20T18:14:01.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-20T18:14:01.469Z] 0a70427491e7: Preparing [2023-03-20T18:14:01.469Z] 7b6d22b9c061: Preparing [2023-03-20T18:14:01.469Z] cf375199edca: Preparing [2023-03-20T18:14:01.469Z] 2d67c888b413: Preparing [2023-03-20T18:14:01.469Z] 8684d5b6f602: Preparing [2023-03-20T18:14:01.469Z] a068930418ee: Preparing [2023-03-20T18:14:01.469Z] dfb5f25a10f2: Preparing [2023-03-20T18:14:01.469Z] edf70074bd40: Preparing [2023-03-20T18:14:01.469Z] a068930418ee: Waiting [2023-03-20T18:14:01.469Z] edf70074bd40: Waiting [2023-03-20T18:14:01.469Z] dfb5f25a10f2: Waiting [2023-03-20T18:14:01.469Z] 0a70427491e7: Layer already exists [2023-03-20T18:14:01.469Z] cf375199edca: Layer already exists [2023-03-20T18:14:01.469Z] 2d67c888b413: Layer already exists [2023-03-20T18:14:01.469Z] 7b6d22b9c061: Layer already exists [2023-03-20T18:14:01.469Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:01.469Z] dfb5f25a10f2: Layer already exists [2023-03-20T18:14:01.469Z] a068930418ee: Layer already exists [2023-03-20T18:14:01.469Z] edf70074bd40: Layer already exists [2023-03-20T18:14:01.735Z] latest: digest: sha256:207ed3fd37896034853ed98b8692f2c7a213ccf85b683484f999541e961970cb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:02.071Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:02.414Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.106 [2023-03-20T18:14:02.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-20T18:14:02.414Z] 0a70427491e7: Preparing [2023-03-20T18:14:02.414Z] 7b6d22b9c061: Preparing [2023-03-20T18:14:02.414Z] cf375199edca: Preparing [2023-03-20T18:14:02.414Z] 2d67c888b413: Preparing [2023-03-20T18:14:02.414Z] 8684d5b6f602: Preparing [2023-03-20T18:14:02.414Z] a068930418ee: Preparing [2023-03-20T18:14:02.414Z] dfb5f25a10f2: Preparing [2023-03-20T18:14:02.414Z] edf70074bd40: Preparing [2023-03-20T18:14:02.414Z] a068930418ee: Waiting [2023-03-20T18:14:02.414Z] edf70074bd40: Waiting [2023-03-20T18:14:02.414Z] dfb5f25a10f2: Waiting [2023-03-20T18:14:02.414Z] 2d67c888b413: Layer already exists [2023-03-20T18:14:02.414Z] cf375199edca: Layer already exists [2023-03-20T18:14:02.414Z] 0a70427491e7: Layer already exists [2023-03-20T18:14:02.414Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:02.414Z] 7b6d22b9c061: Layer already exists [2023-03-20T18:14:02.414Z] edf70074bd40: Layer already exists [2023-03-20T18:14:02.414Z] a068930418ee: Layer already exists [2023-03-20T18:14:02.414Z] dfb5f25a10f2: Layer already exists [2023-03-20T18:14:02.414Z] 3.0.0-dev.106: digest: sha256:207ed3fd37896034853ed98b8692f2c7a213ccf85b683484f999541e961970cb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:03.025Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:03.362Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:03.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-20T18:14:03.363Z] 0a70427491e7: Preparing [2023-03-20T18:14:03.363Z] 7b6d22b9c061: Preparing [2023-03-20T18:14:03.363Z] cf375199edca: Preparing [2023-03-20T18:14:03.363Z] 2d67c888b413: Preparing [2023-03-20T18:14:03.363Z] 8684d5b6f602: Preparing [2023-03-20T18:14:03.363Z] a068930418ee: Preparing [2023-03-20T18:14:03.363Z] dfb5f25a10f2: Preparing [2023-03-20T18:14:03.363Z] edf70074bd40: Preparing [2023-03-20T18:14:03.363Z] a068930418ee: Waiting [2023-03-20T18:14:03.363Z] dfb5f25a10f2: Waiting [2023-03-20T18:14:03.363Z] edf70074bd40: Waiting [2023-03-20T18:14:03.363Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:03.363Z] 0a70427491e7: Layer already exists [2023-03-20T18:14:03.363Z] 7b6d22b9c061: Layer already exists [2023-03-20T18:14:03.363Z] 2d67c888b413: Layer already exists [2023-03-20T18:14:03.363Z] cf375199edca: Layer already exists [2023-03-20T18:14:03.363Z] edf70074bd40: Layer already exists [2023-03-20T18:14:03.363Z] a068930418ee: Layer already exists [2023-03-20T18:14:03.363Z] dfb5f25a10f2: Layer already exists [2023-03-20T18:14:03.628Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:207ed3fd37896034853ed98b8692f2c7a213ccf85b683484f999541e961970cb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:03.980Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:04.310Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-20T18:14:04.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-20T18:14:04.310Z] 0a70427491e7: Preparing [2023-03-20T18:14:04.310Z] 7b6d22b9c061: Preparing [2023-03-20T18:14:04.310Z] cf375199edca: Preparing [2023-03-20T18:14:04.310Z] 2d67c888b413: Preparing [2023-03-20T18:14:04.310Z] 8684d5b6f602: Preparing [2023-03-20T18:14:04.310Z] a068930418ee: Preparing [2023-03-20T18:14:04.310Z] dfb5f25a10f2: Preparing [2023-03-20T18:14:04.310Z] edf70074bd40: Preparing [2023-03-20T18:14:04.310Z] a068930418ee: Waiting [2023-03-20T18:14:04.310Z] edf70074bd40: Waiting [2023-03-20T18:14:04.310Z] dfb5f25a10f2: Waiting [2023-03-20T18:14:04.310Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:04.311Z] cf375199edca: Layer already exists [2023-03-20T18:14:04.311Z] 7b6d22b9c061: Layer already exists [2023-03-20T18:14:04.311Z] 0a70427491e7: Layer already exists [2023-03-20T18:14:04.311Z] 2d67c888b413: Layer already exists [2023-03-20T18:14:04.311Z] a068930418ee: Layer already exists [2023-03-20T18:14:04.311Z] dfb5f25a10f2: Layer already exists [2023-03-20T18:14:04.311Z] edf70074bd40: Layer already exists [2023-03-20T18:14:04.577Z] main: digest: sha256:207ed3fd37896034853ed98b8692f2c7a213ccf85b683484f999541e961970cb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:14:04.616Z] ===================================================== [Pipeline] echo [2023-03-20T18:14:04.622Z] taggedImages: [2023-03-20T18:14:04.622Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:04.622Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-20T18:14:04.622Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.106 [2023-03-20T18:14:04.622Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:04.622Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-20T18:14:04.649Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-20T18:14:04.649Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:04.649Z] latest [2023-03-20T18:14:04.649Z] 3.0.0-dev.106 [2023-03-20T18:14:04.649Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:04.649Z] main [2023-03-20T18:14:04.649Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:05.005Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:05.339Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:05.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-20T18:14:05.339Z] 68c7fe5b911f: Preparing [2023-03-20T18:14:05.339Z] 5742a31143cd: Preparing [2023-03-20T18:14:05.339Z] 8684d5b6f602: Preparing [2023-03-20T18:14:05.339Z] a068930418ee: Preparing [2023-03-20T18:14:05.339Z] 124024c810e2: Preparing [2023-03-20T18:14:05.339Z] edf70074bd40: Preparing [2023-03-20T18:14:05.339Z] edf70074bd40: Waiting [2023-03-20T18:14:05.339Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:05.339Z] a068930418ee: Layer already exists [2023-03-20T18:14:05.339Z] edf70074bd40: Layer already exists [2023-03-20T18:14:05.605Z] 68c7fe5b911f: Pushed [2023-03-20T18:14:05.605Z] 124024c810e2: Pushed [2023-03-20T18:14:08.932Z] 5742a31143cd: Pushed [2023-03-20T18:14:08.933Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:d0e2a0259454337edfb4bd4cd4e892e2b9a8a6b750082d5f7f0de055c2bb8547 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:09.271Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:09.594Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-20T18:14:09.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-20T18:14:09.594Z] 68c7fe5b911f: Preparing [2023-03-20T18:14:09.594Z] 5742a31143cd: Preparing [2023-03-20T18:14:09.594Z] 8684d5b6f602: Preparing [2023-03-20T18:14:09.594Z] a068930418ee: Preparing [2023-03-20T18:14:09.594Z] 124024c810e2: Preparing [2023-03-20T18:14:09.594Z] edf70074bd40: Preparing [2023-03-20T18:14:09.594Z] edf70074bd40: Waiting [2023-03-20T18:14:09.594Z] a068930418ee: Layer already exists [2023-03-20T18:14:09.594Z] 68c7fe5b911f: Layer already exists [2023-03-20T18:14:09.594Z] 124024c810e2: Layer already exists [2023-03-20T18:14:09.594Z] 5742a31143cd: Layer already exists [2023-03-20T18:14:09.594Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:09.594Z] edf70074bd40: Layer already exists [2023-03-20T18:14:09.858Z] latest: digest: sha256:d0e2a0259454337edfb4bd4cd4e892e2b9a8a6b750082d5f7f0de055c2bb8547 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:10.191Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:10.518Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.106 [2023-03-20T18:14:10.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-20T18:14:10.518Z] 68c7fe5b911f: Preparing [2023-03-20T18:14:10.518Z] 5742a31143cd: Preparing [2023-03-20T18:14:10.518Z] 8684d5b6f602: Preparing [2023-03-20T18:14:10.518Z] a068930418ee: Preparing [2023-03-20T18:14:10.518Z] 124024c810e2: Preparing [2023-03-20T18:14:10.518Z] edf70074bd40: Preparing [2023-03-20T18:14:10.518Z] edf70074bd40: Waiting [2023-03-20T18:14:10.518Z] 5742a31143cd: Layer already exists [2023-03-20T18:14:10.518Z] a068930418ee: Layer already exists [2023-03-20T18:14:10.518Z] 68c7fe5b911f: Layer already exists [2023-03-20T18:14:10.518Z] 124024c810e2: Layer already exists [2023-03-20T18:14:10.518Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:10.518Z] edf70074bd40: Layer already exists [2023-03-20T18:14:10.519Z] 3.0.0-dev.106: digest: sha256:d0e2a0259454337edfb4bd4cd4e892e2b9a8a6b750082d5f7f0de055c2bb8547 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:10.850Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:11.177Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:11.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-20T18:14:11.177Z] 68c7fe5b911f: Preparing [2023-03-20T18:14:11.177Z] 5742a31143cd: Preparing [2023-03-20T18:14:11.177Z] 8684d5b6f602: Preparing [2023-03-20T18:14:11.177Z] a068930418ee: Preparing [2023-03-20T18:14:11.177Z] 124024c810e2: Preparing [2023-03-20T18:14:11.177Z] edf70074bd40: Preparing [2023-03-20T18:14:11.177Z] edf70074bd40: Waiting [2023-03-20T18:14:11.177Z] 68c7fe5b911f: Layer already exists [2023-03-20T18:14:11.177Z] 5742a31143cd: Layer already exists [2023-03-20T18:14:11.177Z] 124024c810e2: Layer already exists [2023-03-20T18:14:11.177Z] a068930418ee: Layer already exists [2023-03-20T18:14:11.177Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:11.177Z] edf70074bd40: Layer already exists [2023-03-20T18:14:11.177Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:d0e2a0259454337edfb4bd4cd4e892e2b9a8a6b750082d5f7f0de055c2bb8547 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:11.769Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:12.101Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-20T18:14:12.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-20T18:14:12.101Z] 68c7fe5b911f: Preparing [2023-03-20T18:14:12.101Z] 5742a31143cd: Preparing [2023-03-20T18:14:12.101Z] 8684d5b6f602: Preparing [2023-03-20T18:14:12.101Z] a068930418ee: Preparing [2023-03-20T18:14:12.101Z] 124024c810e2: Preparing [2023-03-20T18:14:12.101Z] edf70074bd40: Preparing [2023-03-20T18:14:12.101Z] edf70074bd40: Waiting [2023-03-20T18:14:12.101Z] 124024c810e2: Layer already exists [2023-03-20T18:14:12.101Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:12.101Z] a068930418ee: Layer already exists [2023-03-20T18:14:12.101Z] 5742a31143cd: Layer already exists [2023-03-20T18:14:12.101Z] 68c7fe5b911f: Layer already exists [2023-03-20T18:14:12.101Z] edf70074bd40: Layer already exists [2023-03-20T18:14:12.101Z] main: digest: sha256:d0e2a0259454337edfb4bd4cd4e892e2b9a8a6b750082d5f7f0de055c2bb8547 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:14:12.425Z] ===================================================== [Pipeline] echo [2023-03-20T18:14:12.431Z] taggedImages: [2023-03-20T18:14:12.431Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:12.431Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-20T18:14:12.431Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.106 [2023-03-20T18:14:12.431Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:12.431Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-20T18:14:12.445Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-20T18:14:12.445Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:12.445Z] latest [2023-03-20T18:14:12.445Z] 3.0.0-dev.106 [2023-03-20T18:14:12.445Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:12.445Z] main [2023-03-20T18:14:12.445Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:12.762Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:13.086Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:13.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-20T18:14:13.086Z] 154c8ad26fc3: Preparing [2023-03-20T18:14:13.086Z] 85911a21815e: Preparing [2023-03-20T18:14:13.086Z] 388f057e2041: Preparing [2023-03-20T18:14:13.086Z] 8684d5b6f602: Preparing [2023-03-20T18:14:13.086Z] a068930418ee: Preparing [2023-03-20T18:14:13.086Z] f07d0d4a7ba5: Preparing [2023-03-20T18:14:13.086Z] edf70074bd40: Preparing [2023-03-20T18:14:13.086Z] f07d0d4a7ba5: Waiting [2023-03-20T18:14:13.086Z] edf70074bd40: Waiting [2023-03-20T18:14:13.086Z] a068930418ee: Layer already exists [2023-03-20T18:14:13.086Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:13.086Z] edf70074bd40: Layer already exists [2023-03-20T18:14:13.086Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:14:13.350Z] 154c8ad26fc3: Pushed [2023-03-20T18:14:13.350Z] 85911a21815e: Pushed [2023-03-20T18:14:15.914Z] 388f057e2041: Pushed [2023-03-20T18:14:16.178Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:f969c5e9ed745bc19b6428589a5792cc7451ba4f88fff7c887f8a79427bf69cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:16.520Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:16.853Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-20T18:14:16.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-20T18:14:16.854Z] 154c8ad26fc3: Preparing [2023-03-20T18:14:16.854Z] 85911a21815e: Preparing [2023-03-20T18:14:16.854Z] 388f057e2041: Preparing [2023-03-20T18:14:16.854Z] 8684d5b6f602: Preparing [2023-03-20T18:14:16.854Z] a068930418ee: Preparing [2023-03-20T18:14:16.854Z] f07d0d4a7ba5: Preparing [2023-03-20T18:14:16.854Z] edf70074bd40: Preparing [2023-03-20T18:14:16.854Z] f07d0d4a7ba5: Waiting [2023-03-20T18:14:16.854Z] edf70074bd40: Waiting [2023-03-20T18:14:16.854Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:16.854Z] 388f057e2041: Layer already exists [2023-03-20T18:14:16.854Z] 85911a21815e: Layer already exists [2023-03-20T18:14:16.854Z] a068930418ee: Layer already exists [2023-03-20T18:14:16.854Z] 154c8ad26fc3: Layer already exists [2023-03-20T18:14:16.854Z] edf70074bd40: Layer already exists [2023-03-20T18:14:16.854Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:14:17.119Z] latest: digest: sha256:f969c5e9ed745bc19b6428589a5792cc7451ba4f88fff7c887f8a79427bf69cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:17.462Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:17.795Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.106 [2023-03-20T18:14:17.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-20T18:14:17.795Z] 154c8ad26fc3: Preparing [2023-03-20T18:14:17.795Z] 85911a21815e: Preparing [2023-03-20T18:14:17.795Z] 388f057e2041: Preparing [2023-03-20T18:14:17.795Z] 8684d5b6f602: Preparing [2023-03-20T18:14:17.795Z] a068930418ee: Preparing [2023-03-20T18:14:17.795Z] f07d0d4a7ba5: Preparing [2023-03-20T18:14:17.795Z] edf70074bd40: Preparing [2023-03-20T18:14:17.795Z] f07d0d4a7ba5: Waiting [2023-03-20T18:14:17.795Z] edf70074bd40: Waiting [2023-03-20T18:14:17.795Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:17.795Z] 154c8ad26fc3: Layer already exists [2023-03-20T18:14:17.795Z] a068930418ee: Layer already exists [2023-03-20T18:14:17.795Z] 388f057e2041: Layer already exists [2023-03-20T18:14:17.795Z] 85911a21815e: Layer already exists [2023-03-20T18:14:17.795Z] edf70074bd40: Layer already exists [2023-03-20T18:14:17.795Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:14:18.059Z] 3.0.0-dev.106: digest: sha256:f969c5e9ed745bc19b6428589a5792cc7451ba4f88fff7c887f8a79427bf69cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:18.397Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:18.720Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:18.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-20T18:14:18.720Z] 154c8ad26fc3: Preparing [2023-03-20T18:14:18.720Z] 85911a21815e: Preparing [2023-03-20T18:14:18.720Z] 388f057e2041: Preparing [2023-03-20T18:14:18.720Z] 8684d5b6f602: Preparing [2023-03-20T18:14:18.720Z] a068930418ee: Preparing [2023-03-20T18:14:18.720Z] f07d0d4a7ba5: Preparing [2023-03-20T18:14:18.720Z] edf70074bd40: Preparing [2023-03-20T18:14:18.720Z] f07d0d4a7ba5: Waiting [2023-03-20T18:14:18.720Z] edf70074bd40: Waiting [2023-03-20T18:14:18.720Z] 85911a21815e: Layer already exists [2023-03-20T18:14:18.720Z] a068930418ee: Layer already exists [2023-03-20T18:14:18.720Z] 388f057e2041: Layer already exists [2023-03-20T18:14:18.720Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:18.720Z] 154c8ad26fc3: Layer already exists [2023-03-20T18:14:18.720Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:14:18.720Z] edf70074bd40: Layer already exists [2023-03-20T18:14:18.720Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:f969c5e9ed745bc19b6428589a5792cc7451ba4f88fff7c887f8a79427bf69cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:19.312Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:19.641Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-20T18:14:19.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-20T18:14:19.641Z] 154c8ad26fc3: Preparing [2023-03-20T18:14:19.641Z] 85911a21815e: Preparing [2023-03-20T18:14:19.641Z] 388f057e2041: Preparing [2023-03-20T18:14:19.641Z] 8684d5b6f602: Preparing [2023-03-20T18:14:19.641Z] a068930418ee: Preparing [2023-03-20T18:14:19.641Z] f07d0d4a7ba5: Preparing [2023-03-20T18:14:19.641Z] edf70074bd40: Preparing [2023-03-20T18:14:19.641Z] f07d0d4a7ba5: Waiting [2023-03-20T18:14:19.641Z] a068930418ee: Layer already exists [2023-03-20T18:14:19.641Z] 85911a21815e: Layer already exists [2023-03-20T18:14:19.641Z] 388f057e2041: Layer already exists [2023-03-20T18:14:19.641Z] 154c8ad26fc3: Layer already exists [2023-03-20T18:14:19.641Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:19.641Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:14:19.641Z] edf70074bd40: Layer already exists [2023-03-20T18:14:19.904Z] main: digest: sha256:f969c5e9ed745bc19b6428589a5792cc7451ba4f88fff7c887f8a79427bf69cb size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:14:19.955Z] ===================================================== [Pipeline] echo [2023-03-20T18:14:19.964Z] taggedImages: [2023-03-20T18:14:19.964Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:19.964Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-20T18:14:19.964Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.106 [2023-03-20T18:14:19.964Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:19.964Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-20T18:14:19.982Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-20T18:14:19.982Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:19.982Z] latest [2023-03-20T18:14:19.982Z] 3.0.0-dev.106 [2023-03-20T18:14:19.982Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:19.982Z] main [2023-03-20T18:14:19.982Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:20.317Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:20.639Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:20.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-20T18:14:20.639Z] 5f888ff5071a: Preparing [2023-03-20T18:14:20.639Z] 5f888ff5071a: Preparing [2023-03-20T18:14:20.639Z] c27632c83fbf: Preparing [2023-03-20T18:14:20.639Z] 23eedeedc134: Preparing [2023-03-20T18:14:20.639Z] 82eb23cfc2f0: Preparing [2023-03-20T18:14:20.639Z] 3fe5713c87ac: Preparing [2023-03-20T18:14:20.639Z] 4f26ceea0d31: Preparing [2023-03-20T18:14:20.639Z] 8684d5b6f602: Preparing [2023-03-20T18:14:20.639Z] a068930418ee: Preparing [2023-03-20T18:14:20.639Z] d2736a0be53c: Preparing [2023-03-20T18:14:20.639Z] 1aded1949964: Preparing [2023-03-20T18:14:20.639Z] 2ada21463b4b: Preparing [2023-03-20T18:14:20.639Z] e769a901c374: Preparing [2023-03-20T18:14:20.639Z] edf70074bd40: Preparing [2023-03-20T18:14:20.639Z] d2736a0be53c: Waiting [2023-03-20T18:14:20.639Z] 1aded1949964: Waiting [2023-03-20T18:14:20.639Z] 2ada21463b4b: Waiting [2023-03-20T18:14:20.639Z] e769a901c374: Waiting [2023-03-20T18:14:20.639Z] edf70074bd40: Waiting [2023-03-20T18:14:20.639Z] 8684d5b6f602: Waiting [2023-03-20T18:14:20.639Z] 4f26ceea0d31: Waiting [2023-03-20T18:14:20.639Z] a068930418ee: Waiting [2023-03-20T18:14:20.902Z] c27632c83fbf: Pushed [2023-03-20T18:14:20.902Z] 5f888ff5071a: Pushed [2023-03-20T18:14:20.902Z] 3fe5713c87ac: Pushed [2023-03-20T18:14:20.902Z] 82eb23cfc2f0: Pushed [2023-03-20T18:14:20.902Z] 23eedeedc134: Pushed [2023-03-20T18:14:20.902Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:20.902Z] a068930418ee: Layer already exists [2023-03-20T18:14:21.166Z] 1aded1949964: Pushed [2023-03-20T18:14:21.166Z] d2736a0be53c: Pushed [2023-03-20T18:14:21.166Z] e769a901c374: Pushed [2023-03-20T18:14:21.166Z] 2ada21463b4b: Pushed [2023-03-20T18:14:21.166Z] edf70074bd40: Layer already exists [2023-03-20T18:14:24.525Z] 4f26ceea0d31: Pushed [2023-03-20T18:14:24.525Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:c1a7812737f4e9936701f9c25b595b8346714a95ec1e7f71c293b38ba22adfde size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:24.860Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:25.199Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-20T18:14:25.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-20T18:14:25.200Z] 5f888ff5071a: Preparing [2023-03-20T18:14:25.200Z] 5f888ff5071a: Preparing [2023-03-20T18:14:25.200Z] c27632c83fbf: Preparing [2023-03-20T18:14:25.200Z] 23eedeedc134: Preparing [2023-03-20T18:14:25.200Z] 82eb23cfc2f0: Preparing [2023-03-20T18:14:25.200Z] 3fe5713c87ac: Preparing [2023-03-20T18:14:25.200Z] 4f26ceea0d31: Preparing [2023-03-20T18:14:25.200Z] 8684d5b6f602: Preparing [2023-03-20T18:14:25.200Z] a068930418ee: Preparing [2023-03-20T18:14:25.200Z] d2736a0be53c: Preparing [2023-03-20T18:14:25.200Z] 1aded1949964: Preparing [2023-03-20T18:14:25.200Z] 2ada21463b4b: Preparing [2023-03-20T18:14:25.200Z] e769a901c374: Preparing [2023-03-20T18:14:25.200Z] edf70074bd40: Preparing [2023-03-20T18:14:25.200Z] 1aded1949964: Waiting [2023-03-20T18:14:25.200Z] 4f26ceea0d31: Waiting [2023-03-20T18:14:25.200Z] 8684d5b6f602: Waiting [2023-03-20T18:14:25.200Z] a068930418ee: Waiting [2023-03-20T18:14:25.200Z] d2736a0be53c: Waiting [2023-03-20T18:14:25.200Z] 2ada21463b4b: Waiting [2023-03-20T18:14:25.200Z] e769a901c374: Waiting [2023-03-20T18:14:25.200Z] edf70074bd40: Waiting [2023-03-20T18:14:25.200Z] 23eedeedc134: Layer already exists [2023-03-20T18:14:25.200Z] c27632c83fbf: Layer already exists [2023-03-20T18:14:25.200Z] 5f888ff5071a: Layer already exists [2023-03-20T18:14:25.200Z] 3fe5713c87ac: Layer already exists [2023-03-20T18:14:25.200Z] 82eb23cfc2f0: Layer already exists [2023-03-20T18:14:25.200Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:25.200Z] d2736a0be53c: Layer already exists [2023-03-20T18:14:25.200Z] 4f26ceea0d31: Layer already exists [2023-03-20T18:14:25.200Z] a068930418ee: Layer already exists [2023-03-20T18:14:25.200Z] 1aded1949964: Layer already exists [2023-03-20T18:14:25.200Z] e769a901c374: Layer already exists [2023-03-20T18:14:25.200Z] 2ada21463b4b: Layer already exists [2023-03-20T18:14:25.200Z] edf70074bd40: Layer already exists [2023-03-20T18:14:25.462Z] latest: digest: sha256:c1a7812737f4e9936701f9c25b595b8346714a95ec1e7f71c293b38ba22adfde size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:25.785Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:26.105Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.106 [2023-03-20T18:14:26.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-20T18:14:26.105Z] 5f888ff5071a: Preparing [2023-03-20T18:14:26.105Z] 5f888ff5071a: Preparing [2023-03-20T18:14:26.105Z] c27632c83fbf: Preparing [2023-03-20T18:14:26.105Z] 23eedeedc134: Preparing [2023-03-20T18:14:26.105Z] 82eb23cfc2f0: Preparing [2023-03-20T18:14:26.105Z] 3fe5713c87ac: Preparing [2023-03-20T18:14:26.105Z] 4f26ceea0d31: Preparing [2023-03-20T18:14:26.105Z] 8684d5b6f602: Preparing [2023-03-20T18:14:26.105Z] a068930418ee: Preparing [2023-03-20T18:14:26.105Z] d2736a0be53c: Preparing [2023-03-20T18:14:26.105Z] 1aded1949964: Preparing [2023-03-20T18:14:26.105Z] 2ada21463b4b: Preparing [2023-03-20T18:14:26.105Z] e769a901c374: Preparing [2023-03-20T18:14:26.105Z] edf70074bd40: Preparing [2023-03-20T18:14:26.105Z] d2736a0be53c: Waiting [2023-03-20T18:14:26.105Z] 1aded1949964: Waiting [2023-03-20T18:14:26.105Z] 4f26ceea0d31: Waiting [2023-03-20T18:14:26.105Z] 8684d5b6f602: Waiting [2023-03-20T18:14:26.105Z] a068930418ee: Waiting [2023-03-20T18:14:26.105Z] 2ada21463b4b: Waiting [2023-03-20T18:14:26.105Z] e769a901c374: Waiting [2023-03-20T18:14:26.105Z] edf70074bd40: Waiting [2023-03-20T18:14:26.105Z] c27632c83fbf: Layer already exists [2023-03-20T18:14:26.105Z] 3fe5713c87ac: Layer already exists [2023-03-20T18:14:26.105Z] 82eb23cfc2f0: Layer already exists [2023-03-20T18:14:26.105Z] 23eedeedc134: Layer already exists [2023-03-20T18:14:26.105Z] 5f888ff5071a: Layer already exists [2023-03-20T18:14:26.105Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:26.105Z] 4f26ceea0d31: Layer already exists [2023-03-20T18:14:26.105Z] a068930418ee: Layer already exists [2023-03-20T18:14:26.105Z] 1aded1949964: Layer already exists [2023-03-20T18:14:26.105Z] d2736a0be53c: Layer already exists [2023-03-20T18:14:26.105Z] e769a901c374: Layer already exists [2023-03-20T18:14:26.105Z] 2ada21463b4b: Layer already exists [2023-03-20T18:14:26.105Z] edf70074bd40: Layer already exists [2023-03-20T18:14:26.369Z] 3.0.0-dev.106: digest: sha256:c1a7812737f4e9936701f9c25b595b8346714a95ec1e7f71c293b38ba22adfde size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:26.694Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:27.013Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:27.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-20T18:14:27.013Z] 5f888ff5071a: Preparing [2023-03-20T18:14:27.013Z] 5f888ff5071a: Preparing [2023-03-20T18:14:27.013Z] c27632c83fbf: Preparing [2023-03-20T18:14:27.013Z] 23eedeedc134: Preparing [2023-03-20T18:14:27.013Z] 82eb23cfc2f0: Preparing [2023-03-20T18:14:27.013Z] 3fe5713c87ac: Preparing [2023-03-20T18:14:27.013Z] 4f26ceea0d31: Preparing [2023-03-20T18:14:27.013Z] 8684d5b6f602: Preparing [2023-03-20T18:14:27.013Z] a068930418ee: Preparing [2023-03-20T18:14:27.013Z] d2736a0be53c: Preparing [2023-03-20T18:14:27.013Z] 1aded1949964: Preparing [2023-03-20T18:14:27.013Z] 2ada21463b4b: Preparing [2023-03-20T18:14:27.013Z] e769a901c374: Preparing [2023-03-20T18:14:27.013Z] edf70074bd40: Preparing [2023-03-20T18:14:27.013Z] d2736a0be53c: Waiting [2023-03-20T18:14:27.014Z] 2ada21463b4b: Waiting [2023-03-20T18:14:27.014Z] 1aded1949964: Waiting [2023-03-20T18:14:27.014Z] 4f26ceea0d31: Waiting [2023-03-20T18:14:27.014Z] e769a901c374: Waiting [2023-03-20T18:14:27.014Z] edf70074bd40: Waiting [2023-03-20T18:14:27.014Z] 8684d5b6f602: Waiting [2023-03-20T18:14:27.014Z] a068930418ee: Waiting [2023-03-20T18:14:27.014Z] 3fe5713c87ac: Layer already exists [2023-03-20T18:14:27.014Z] 23eedeedc134: Layer already exists [2023-03-20T18:14:27.014Z] c27632c83fbf: Layer already exists [2023-03-20T18:14:27.014Z] 82eb23cfc2f0: Layer already exists [2023-03-20T18:14:27.014Z] 5f888ff5071a: Layer already exists [2023-03-20T18:14:27.014Z] 4f26ceea0d31: Layer already exists [2023-03-20T18:14:27.014Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:27.014Z] d2736a0be53c: Layer already exists [2023-03-20T18:14:27.014Z] a068930418ee: Layer already exists [2023-03-20T18:14:27.014Z] 1aded1949964: Layer already exists [2023-03-20T18:14:27.014Z] e769a901c374: Layer already exists [2023-03-20T18:14:27.014Z] 2ada21463b4b: Layer already exists [2023-03-20T18:14:27.014Z] edf70074bd40: Layer already exists [2023-03-20T18:14:27.277Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:c1a7812737f4e9936701f9c25b595b8346714a95ec1e7f71c293b38ba22adfde size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:27.604Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:27.927Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-20T18:14:27.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-20T18:14:27.927Z] 5f888ff5071a: Preparing [2023-03-20T18:14:27.927Z] 5f888ff5071a: Preparing [2023-03-20T18:14:27.927Z] c27632c83fbf: Preparing [2023-03-20T18:14:27.927Z] 23eedeedc134: Preparing [2023-03-20T18:14:27.927Z] 82eb23cfc2f0: Preparing [2023-03-20T18:14:27.927Z] 3fe5713c87ac: Preparing [2023-03-20T18:14:27.927Z] 4f26ceea0d31: Preparing [2023-03-20T18:14:27.927Z] 8684d5b6f602: Preparing [2023-03-20T18:14:27.927Z] a068930418ee: Preparing [2023-03-20T18:14:27.927Z] d2736a0be53c: Preparing [2023-03-20T18:14:27.927Z] 1aded1949964: Preparing [2023-03-20T18:14:27.927Z] 2ada21463b4b: Preparing [2023-03-20T18:14:27.927Z] e769a901c374: Preparing [2023-03-20T18:14:27.927Z] edf70074bd40: Preparing [2023-03-20T18:14:27.927Z] 1aded1949964: Waiting [2023-03-20T18:14:27.927Z] 2ada21463b4b: Waiting [2023-03-20T18:14:27.927Z] e769a901c374: Waiting [2023-03-20T18:14:27.927Z] edf70074bd40: Waiting [2023-03-20T18:14:27.927Z] 4f26ceea0d31: Waiting [2023-03-20T18:14:27.927Z] a068930418ee: Waiting [2023-03-20T18:14:27.927Z] 8684d5b6f602: Waiting [2023-03-20T18:14:27.927Z] d2736a0be53c: Waiting [2023-03-20T18:14:27.927Z] 23eedeedc134: Layer already exists [2023-03-20T18:14:27.927Z] 82eb23cfc2f0: Layer already exists [2023-03-20T18:14:27.927Z] 5f888ff5071a: Layer already exists [2023-03-20T18:14:27.927Z] c27632c83fbf: Layer already exists [2023-03-20T18:14:27.927Z] 3fe5713c87ac: Layer already exists [2023-03-20T18:14:27.927Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:27.927Z] 4f26ceea0d31: Layer already exists [2023-03-20T18:14:27.927Z] d2736a0be53c: Layer already exists [2023-03-20T18:14:27.927Z] a068930418ee: Layer already exists [2023-03-20T18:14:27.927Z] 1aded1949964: Layer already exists [2023-03-20T18:14:27.927Z] 2ada21463b4b: Layer already exists [2023-03-20T18:14:27.927Z] e769a901c374: Layer already exists [2023-03-20T18:14:27.927Z] edf70074bd40: Layer already exists [2023-03-20T18:14:28.192Z] main: digest: sha256:c1a7812737f4e9936701f9c25b595b8346714a95ec1e7f71c293b38ba22adfde size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:14:28.230Z] ===================================================== [Pipeline] echo [2023-03-20T18:14:28.235Z] taggedImages: [2023-03-20T18:14:28.235Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:28.235Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-20T18:14:28.235Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.106 [2023-03-20T18:14:28.235Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:28.235Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-20T18:14:28.248Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-20T18:14:28.248Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:28.248Z] latest [2023-03-20T18:14:28.248Z] 3.0.0-dev.106 [2023-03-20T18:14:28.248Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:28.248Z] main [2023-03-20T18:14:28.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:28.566Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:28.886Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:28.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-20T18:14:28.887Z] 143c4a89e421: Preparing [2023-03-20T18:14:28.887Z] 3ad44d2dfa2d: Preparing [2023-03-20T18:14:28.887Z] c2ff55f06ce1: Preparing [2023-03-20T18:14:28.887Z] a13aca2b004f: Preparing [2023-03-20T18:14:28.887Z] 8684d5b6f602: Preparing [2023-03-20T18:14:28.887Z] a068930418ee: Preparing [2023-03-20T18:14:28.887Z] dfb5f25a10f2: Preparing [2023-03-20T18:14:28.887Z] edf70074bd40: Preparing [2023-03-20T18:14:28.887Z] a068930418ee: Waiting [2023-03-20T18:14:28.887Z] edf70074bd40: Waiting [2023-03-20T18:14:28.887Z] dfb5f25a10f2: Waiting [2023-03-20T18:14:28.887Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:28.887Z] a068930418ee: Layer already exists [2023-03-20T18:14:29.151Z] dfb5f25a10f2: Layer already exists [2023-03-20T18:14:29.151Z] edf70074bd40: Layer already exists [2023-03-20T18:14:29.151Z] 3ad44d2dfa2d: Pushed [2023-03-20T18:14:29.151Z] 143c4a89e421: Pushed [2023-03-20T18:14:29.151Z] c2ff55f06ce1: Pushed [2023-03-20T18:14:31.717Z] a13aca2b004f: Pushed [2023-03-20T18:14:31.717Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:84dab76354dfa64bd4e49371d3c139285be3a4375909ba4c02cc557162e50080 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:32.047Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:32.376Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-20T18:14:32.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-20T18:14:32.376Z] 143c4a89e421: Preparing [2023-03-20T18:14:32.376Z] 3ad44d2dfa2d: Preparing [2023-03-20T18:14:32.376Z] c2ff55f06ce1: Preparing [2023-03-20T18:14:32.376Z] a13aca2b004f: Preparing [2023-03-20T18:14:32.376Z] 8684d5b6f602: Preparing [2023-03-20T18:14:32.376Z] a068930418ee: Preparing [2023-03-20T18:14:32.376Z] dfb5f25a10f2: Preparing [2023-03-20T18:14:32.376Z] edf70074bd40: Preparing [2023-03-20T18:14:32.376Z] dfb5f25a10f2: Waiting [2023-03-20T18:14:32.376Z] edf70074bd40: Waiting [2023-03-20T18:14:32.376Z] a068930418ee: Waiting [2023-03-20T18:14:32.376Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:32.376Z] c2ff55f06ce1: Layer already exists [2023-03-20T18:14:32.376Z] 143c4a89e421: Layer already exists [2023-03-20T18:14:32.376Z] a13aca2b004f: Layer already exists [2023-03-20T18:14:32.376Z] 3ad44d2dfa2d: Layer already exists [2023-03-20T18:14:32.376Z] a068930418ee: Layer already exists [2023-03-20T18:14:32.376Z] dfb5f25a10f2: Layer already exists [2023-03-20T18:14:32.376Z] edf70074bd40: Layer already exists [2023-03-20T18:14:32.640Z] latest: digest: sha256:84dab76354dfa64bd4e49371d3c139285be3a4375909ba4c02cc557162e50080 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:32.969Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:33.292Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.106 [2023-03-20T18:14:33.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-20T18:14:33.292Z] 143c4a89e421: Preparing [2023-03-20T18:14:33.292Z] 3ad44d2dfa2d: Preparing [2023-03-20T18:14:33.292Z] c2ff55f06ce1: Preparing [2023-03-20T18:14:33.292Z] a13aca2b004f: Preparing [2023-03-20T18:14:33.292Z] 8684d5b6f602: Preparing [2023-03-20T18:14:33.292Z] a068930418ee: Preparing [2023-03-20T18:14:33.292Z] dfb5f25a10f2: Preparing [2023-03-20T18:14:33.292Z] edf70074bd40: Preparing [2023-03-20T18:14:33.292Z] a068930418ee: Waiting [2023-03-20T18:14:33.292Z] dfb5f25a10f2: Waiting [2023-03-20T18:14:33.292Z] edf70074bd40: Waiting [2023-03-20T18:14:33.292Z] a13aca2b004f: Layer already exists [2023-03-20T18:14:33.292Z] 3ad44d2dfa2d: Layer already exists [2023-03-20T18:14:33.292Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:33.292Z] c2ff55f06ce1: Layer already exists [2023-03-20T18:14:33.292Z] 143c4a89e421: Layer already exists [2023-03-20T18:14:33.292Z] edf70074bd40: Layer already exists [2023-03-20T18:14:33.292Z] dfb5f25a10f2: Layer already exists [2023-03-20T18:14:33.292Z] a068930418ee: Layer already exists [2023-03-20T18:14:33.292Z] 3.0.0-dev.106: digest: sha256:84dab76354dfa64bd4e49371d3c139285be3a4375909ba4c02cc557162e50080 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:33.881Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:34.205Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:34.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-20T18:14:34.205Z] 143c4a89e421: Preparing [2023-03-20T18:14:34.205Z] 3ad44d2dfa2d: Preparing [2023-03-20T18:14:34.205Z] c2ff55f06ce1: Preparing [2023-03-20T18:14:34.205Z] a13aca2b004f: Preparing [2023-03-20T18:14:34.205Z] 8684d5b6f602: Preparing [2023-03-20T18:14:34.205Z] a068930418ee: Preparing [2023-03-20T18:14:34.205Z] dfb5f25a10f2: Preparing [2023-03-20T18:14:34.205Z] edf70074bd40: Preparing [2023-03-20T18:14:34.205Z] a068930418ee: Waiting [2023-03-20T18:14:34.205Z] dfb5f25a10f2: Waiting [2023-03-20T18:14:34.205Z] edf70074bd40: Waiting [2023-03-20T18:14:34.205Z] a13aca2b004f: Layer already exists [2023-03-20T18:14:34.205Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:34.205Z] c2ff55f06ce1: Layer already exists [2023-03-20T18:14:34.205Z] 143c4a89e421: Layer already exists [2023-03-20T18:14:34.205Z] 3ad44d2dfa2d: Layer already exists [2023-03-20T18:14:34.205Z] a068930418ee: Layer already exists [2023-03-20T18:14:34.205Z] dfb5f25a10f2: Layer already exists [2023-03-20T18:14:34.205Z] edf70074bd40: Layer already exists [2023-03-20T18:14:34.205Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:84dab76354dfa64bd4e49371d3c139285be3a4375909ba4c02cc557162e50080 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:34.799Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:35.134Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-20T18:14:35.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-20T18:14:35.134Z] 143c4a89e421: Preparing [2023-03-20T18:14:35.134Z] 3ad44d2dfa2d: Preparing [2023-03-20T18:14:35.134Z] c2ff55f06ce1: Preparing [2023-03-20T18:14:35.134Z] a13aca2b004f: Preparing [2023-03-20T18:14:35.134Z] 8684d5b6f602: Preparing [2023-03-20T18:14:35.134Z] a068930418ee: Preparing [2023-03-20T18:14:35.134Z] dfb5f25a10f2: Preparing [2023-03-20T18:14:35.134Z] edf70074bd40: Preparing [2023-03-20T18:14:35.134Z] a068930418ee: Waiting [2023-03-20T18:14:35.134Z] dfb5f25a10f2: Waiting [2023-03-20T18:14:35.134Z] edf70074bd40: Waiting [2023-03-20T18:14:35.134Z] 143c4a89e421: Layer already exists [2023-03-20T18:14:35.134Z] a13aca2b004f: Layer already exists [2023-03-20T18:14:35.134Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:35.134Z] 3ad44d2dfa2d: Layer already exists [2023-03-20T18:14:35.134Z] c2ff55f06ce1: Layer already exists [2023-03-20T18:14:35.134Z] edf70074bd40: Layer already exists [2023-03-20T18:14:35.134Z] a068930418ee: Layer already exists [2023-03-20T18:14:35.134Z] dfb5f25a10f2: Layer already exists [2023-03-20T18:14:35.398Z] main: digest: sha256:84dab76354dfa64bd4e49371d3c139285be3a4375909ba4c02cc557162e50080 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:14:35.443Z] ===================================================== [Pipeline] echo [2023-03-20T18:14:35.449Z] taggedImages: [2023-03-20T18:14:35.449Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:35.449Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-20T18:14:35.449Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.106 [2023-03-20T18:14:35.449Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:35.449Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-20T18:14:35.468Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-20T18:14:35.468Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:35.468Z] latest [2023-03-20T18:14:35.468Z] 3.0.0-dev.106 [2023-03-20T18:14:35.468Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:35.468Z] main [2023-03-20T18:14:35.468Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:35.795Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:36.132Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:36.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-20T18:14:36.132Z] de11600acf3e: Preparing [2023-03-20T18:14:36.132Z] fb48f0e13f71: Preparing [2023-03-20T18:14:36.132Z] aa779286647f: Preparing [2023-03-20T18:14:36.132Z] 2c1acd9c6d69: Preparing [2023-03-20T18:14:36.132Z] 8684d5b6f602: Preparing [2023-03-20T18:14:36.132Z] a068930418ee: Preparing [2023-03-20T18:14:36.132Z] 0b9a27425472: Preparing [2023-03-20T18:14:36.132Z] db1b34428d0e: Preparing [2023-03-20T18:14:36.132Z] edf70074bd40: Preparing [2023-03-20T18:14:36.132Z] 0b9a27425472: Waiting [2023-03-20T18:14:36.132Z] edf70074bd40: Waiting [2023-03-20T18:14:36.132Z] db1b34428d0e: Waiting [2023-03-20T18:14:36.132Z] a068930418ee: Waiting [2023-03-20T18:14:36.132Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:36.397Z] a068930418ee: Layer already exists [2023-03-20T18:14:36.397Z] de11600acf3e: Pushed [2023-03-20T18:14:36.397Z] 2c1acd9c6d69: Pushed [2023-03-20T18:14:36.397Z] fb48f0e13f71: Pushed [2023-03-20T18:14:36.397Z] edf70074bd40: Layer already exists [2023-03-20T18:14:36.397Z] 0b9a27425472: Pushed [2023-03-20T18:14:36.662Z] db1b34428d0e: Pushed [2023-03-20T18:14:39.229Z] aa779286647f: Pushed [2023-03-20T18:14:39.229Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:12d8d2b9bf58fec07685d97d803086a79aa8d63c305e226229a6500894c4c6d4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:39.563Z] + 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 [2023-03-20T18:14:39.890Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-20T18:14:39.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-20T18:14:39.890Z] de11600acf3e: Preparing [2023-03-20T18:14:39.890Z] fb48f0e13f71: Preparing [2023-03-20T18:14:39.890Z] aa779286647f: Preparing [2023-03-20T18:14:39.890Z] 2c1acd9c6d69: Preparing [2023-03-20T18:14:39.890Z] 8684d5b6f602: Preparing [2023-03-20T18:14:39.890Z] a068930418ee: Preparing [2023-03-20T18:14:39.890Z] 0b9a27425472: Preparing [2023-03-20T18:14:39.890Z] db1b34428d0e: Preparing [2023-03-20T18:14:39.890Z] edf70074bd40: Preparing [2023-03-20T18:14:39.890Z] a068930418ee: Waiting [2023-03-20T18:14:39.890Z] 0b9a27425472: Waiting [2023-03-20T18:14:39.890Z] db1b34428d0e: Waiting [2023-03-20T18:14:39.890Z] edf70074bd40: Waiting [2023-03-20T18:14:39.890Z] fb48f0e13f71: Layer already exists [2023-03-20T18:14:39.890Z] 2c1acd9c6d69: Layer already exists [2023-03-20T18:14:39.890Z] aa779286647f: Layer already exists [2023-03-20T18:14:39.890Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:39.890Z] de11600acf3e: Layer already exists [2023-03-20T18:14:39.890Z] db1b34428d0e: Layer already exists [2023-03-20T18:14:39.890Z] a068930418ee: Layer already exists [2023-03-20T18:14:39.890Z] edf70074bd40: Layer already exists [2023-03-20T18:14:39.890Z] 0b9a27425472: Layer already exists [2023-03-20T18:14:40.153Z] latest: digest: sha256:12d8d2b9bf58fec07685d97d803086a79aa8d63c305e226229a6500894c4c6d4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:40.481Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:40.802Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.106 [2023-03-20T18:14:40.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-20T18:14:40.802Z] de11600acf3e: Preparing [2023-03-20T18:14:40.802Z] fb48f0e13f71: Preparing [2023-03-20T18:14:40.802Z] aa779286647f: Preparing [2023-03-20T18:14:40.802Z] 2c1acd9c6d69: Preparing [2023-03-20T18:14:40.802Z] 8684d5b6f602: Preparing [2023-03-20T18:14:40.802Z] a068930418ee: Preparing [2023-03-20T18:14:40.802Z] 0b9a27425472: Preparing [2023-03-20T18:14:40.802Z] db1b34428d0e: Preparing [2023-03-20T18:14:40.802Z] edf70074bd40: Preparing [2023-03-20T18:14:40.802Z] edf70074bd40: Waiting [2023-03-20T18:14:40.802Z] a068930418ee: Waiting [2023-03-20T18:14:40.802Z] db1b34428d0e: Waiting [2023-03-20T18:14:40.802Z] 0b9a27425472: Waiting [2023-03-20T18:14:40.802Z] de11600acf3e: Layer already exists [2023-03-20T18:14:40.802Z] fb48f0e13f71: Layer already exists [2023-03-20T18:14:40.802Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:40.802Z] 2c1acd9c6d69: Layer already exists [2023-03-20T18:14:40.802Z] aa779286647f: Layer already exists [2023-03-20T18:14:40.802Z] a068930418ee: Layer already exists [2023-03-20T18:14:40.802Z] db1b34428d0e: Layer already exists [2023-03-20T18:14:40.802Z] 0b9a27425472: Layer already exists [2023-03-20T18:14:40.802Z] edf70074bd40: Layer already exists [2023-03-20T18:14:40.802Z] 3.0.0-dev.106: digest: sha256:12d8d2b9bf58fec07685d97d803086a79aa8d63c305e226229a6500894c4c6d4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:41.127Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:41.449Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:41.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-20T18:14:41.449Z] de11600acf3e: Preparing [2023-03-20T18:14:41.449Z] fb48f0e13f71: Preparing [2023-03-20T18:14:41.449Z] aa779286647f: Preparing [2023-03-20T18:14:41.449Z] 2c1acd9c6d69: Preparing [2023-03-20T18:14:41.449Z] 8684d5b6f602: Preparing [2023-03-20T18:14:41.449Z] a068930418ee: Preparing [2023-03-20T18:14:41.449Z] 0b9a27425472: Preparing [2023-03-20T18:14:41.449Z] db1b34428d0e: Preparing [2023-03-20T18:14:41.449Z] edf70074bd40: Preparing [2023-03-20T18:14:41.449Z] 0b9a27425472: Waiting [2023-03-20T18:14:41.449Z] db1b34428d0e: Waiting [2023-03-20T18:14:41.449Z] edf70074bd40: Waiting [2023-03-20T18:14:41.449Z] a068930418ee: Waiting [2023-03-20T18:14:41.449Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:41.449Z] 2c1acd9c6d69: Layer already exists [2023-03-20T18:14:41.449Z] fb48f0e13f71: Layer already exists [2023-03-20T18:14:41.449Z] de11600acf3e: Layer already exists [2023-03-20T18:14:41.449Z] aa779286647f: Layer already exists [2023-03-20T18:14:41.449Z] db1b34428d0e: Layer already exists [2023-03-20T18:14:41.449Z] a068930418ee: Layer already exists [2023-03-20T18:14:41.449Z] edf70074bd40: Layer already exists [2023-03-20T18:14:41.449Z] 0b9a27425472: Layer already exists [2023-03-20T18:14:41.449Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:12d8d2b9bf58fec07685d97d803086a79aa8d63c305e226229a6500894c4c6d4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:41.772Z] + 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 [2023-03-20T18:14:42.091Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-20T18:14:42.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-20T18:14:42.091Z] de11600acf3e: Preparing [2023-03-20T18:14:42.091Z] fb48f0e13f71: Preparing [2023-03-20T18:14:42.091Z] aa779286647f: Preparing [2023-03-20T18:14:42.091Z] 2c1acd9c6d69: Preparing [2023-03-20T18:14:42.091Z] 8684d5b6f602: Preparing [2023-03-20T18:14:42.091Z] a068930418ee: Preparing [2023-03-20T18:14:42.091Z] 0b9a27425472: Preparing [2023-03-20T18:14:42.091Z] db1b34428d0e: Preparing [2023-03-20T18:14:42.091Z] edf70074bd40: Preparing [2023-03-20T18:14:42.091Z] db1b34428d0e: Waiting [2023-03-20T18:14:42.091Z] a068930418ee: Waiting [2023-03-20T18:14:42.091Z] 0b9a27425472: Waiting [2023-03-20T18:14:42.091Z] edf70074bd40: Waiting [2023-03-20T18:14:42.091Z] 2c1acd9c6d69: Layer already exists [2023-03-20T18:14:42.091Z] fb48f0e13f71: Layer already exists [2023-03-20T18:14:42.091Z] aa779286647f: Layer already exists [2023-03-20T18:14:42.091Z] de11600acf3e: Layer already exists [2023-03-20T18:14:42.091Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:42.091Z] 0b9a27425472: Layer already exists [2023-03-20T18:14:42.091Z] a068930418ee: Layer already exists [2023-03-20T18:14:42.091Z] db1b34428d0e: Layer already exists [2023-03-20T18:14:42.091Z] edf70074bd40: Layer already exists [2023-03-20T18:14:42.354Z] main: digest: sha256:12d8d2b9bf58fec07685d97d803086a79aa8d63c305e226229a6500894c4c6d4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:14:42.393Z] ===================================================== [Pipeline] echo [2023-03-20T18:14:42.398Z] taggedImages: [2023-03-20T18:14:42.398Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:42.398Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-20T18:14:42.398Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.106 [2023-03-20T18:14:42.398Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:42.398Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-20T18:14:42.411Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-20T18:14:42.411Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:42.411Z] latest [2023-03-20T18:14:42.411Z] 3.0.0-dev.106 [2023-03-20T18:14:42.411Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:42.411Z] main [2023-03-20T18:14:42.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:42.726Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:43.046Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:43.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-20T18:14:43.046Z] 3d87c829df98: Preparing [2023-03-20T18:14:43.046Z] f941b5778ca9: Preparing [2023-03-20T18:14:43.046Z] 268fca3d8273: Preparing [2023-03-20T18:14:43.046Z] 759e0289f190: Preparing [2023-03-20T18:14:43.046Z] 99e5beda5dea: Preparing [2023-03-20T18:14:43.046Z] f6153da7ab76: Preparing [2023-03-20T18:14:43.046Z] 99d7fce11434: Preparing [2023-03-20T18:14:43.046Z] 8684d5b6f602: Preparing [2023-03-20T18:14:43.046Z] a068930418ee: Preparing [2023-03-20T18:14:43.046Z] 8194155f9029: Preparing [2023-03-20T18:14:43.046Z] edf70074bd40: Preparing [2023-03-20T18:14:43.046Z] 99d7fce11434: Waiting [2023-03-20T18:14:43.046Z] 8684d5b6f602: Waiting [2023-03-20T18:14:43.046Z] a068930418ee: Waiting [2023-03-20T18:14:43.046Z] 8194155f9029: Waiting [2023-03-20T18:14:43.046Z] edf70074bd40: Waiting [2023-03-20T18:14:43.046Z] f6153da7ab76: Waiting [2023-03-20T18:14:43.314Z] f941b5778ca9: Pushed [2023-03-20T18:14:43.314Z] 3d87c829df98: Pushed [2023-03-20T18:14:43.314Z] 99e5beda5dea: Pushed [2023-03-20T18:14:43.314Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:43.314Z] a068930418ee: Layer already exists [2023-03-20T18:14:43.578Z] f6153da7ab76: Pushed [2023-03-20T18:14:43.578Z] 99d7fce11434: Pushed [2023-03-20T18:14:43.579Z] edf70074bd40: Layer already exists [2023-03-20T18:14:43.842Z] 8194155f9029: Pushed [2023-03-20T18:14:45.771Z] 759e0289f190: Pushed [2023-03-20T18:14:46.351Z] 268fca3d8273: Pushed [2023-03-20T18:14:46.351Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:4ccca85bbd606c665689031bba8e9156f05bdd875045eb9564696b256460754c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:46.947Z] + 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 [2023-03-20T18:14:47.273Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-20T18:14:47.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-20T18:14:47.273Z] 3d87c829df98: Preparing [2023-03-20T18:14:47.273Z] f941b5778ca9: Preparing [2023-03-20T18:14:47.273Z] 268fca3d8273: Preparing [2023-03-20T18:14:47.273Z] 759e0289f190: Preparing [2023-03-20T18:14:47.273Z] 99e5beda5dea: Preparing [2023-03-20T18:14:47.273Z] f6153da7ab76: Preparing [2023-03-20T18:14:47.273Z] 99d7fce11434: Preparing [2023-03-20T18:14:47.273Z] 8684d5b6f602: Preparing [2023-03-20T18:14:47.273Z] a068930418ee: Preparing [2023-03-20T18:14:47.273Z] 8194155f9029: Preparing [2023-03-20T18:14:47.273Z] edf70074bd40: Preparing [2023-03-20T18:14:47.273Z] f6153da7ab76: Waiting [2023-03-20T18:14:47.273Z] 99d7fce11434: Waiting [2023-03-20T18:14:47.273Z] 8684d5b6f602: Waiting [2023-03-20T18:14:47.273Z] a068930418ee: Waiting [2023-03-20T18:14:47.273Z] 8194155f9029: Waiting [2023-03-20T18:14:47.273Z] edf70074bd40: Waiting [2023-03-20T18:14:47.273Z] f941b5778ca9: Layer already exists [2023-03-20T18:14:47.273Z] 3d87c829df98: Layer already exists [2023-03-20T18:14:47.273Z] 268fca3d8273: Layer already exists [2023-03-20T18:14:47.273Z] 99e5beda5dea: Layer already exists [2023-03-20T18:14:47.273Z] 759e0289f190: Layer already exists [2023-03-20T18:14:47.273Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:47.273Z] f6153da7ab76: Layer already exists [2023-03-20T18:14:47.273Z] 99d7fce11434: Layer already exists [2023-03-20T18:14:47.273Z] 8194155f9029: Layer already exists [2023-03-20T18:14:47.273Z] a068930418ee: Layer already exists [2023-03-20T18:14:47.273Z] edf70074bd40: Layer already exists [2023-03-20T18:14:47.537Z] latest: digest: sha256:4ccca85bbd606c665689031bba8e9156f05bdd875045eb9564696b256460754c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:47.869Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:48.196Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.106 [2023-03-20T18:14:48.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-20T18:14:48.196Z] 3d87c829df98: Preparing [2023-03-20T18:14:48.196Z] f941b5778ca9: Preparing [2023-03-20T18:14:48.196Z] 268fca3d8273: Preparing [2023-03-20T18:14:48.196Z] 759e0289f190: Preparing [2023-03-20T18:14:48.196Z] 99e5beda5dea: Preparing [2023-03-20T18:14:48.196Z] f6153da7ab76: Preparing [2023-03-20T18:14:48.196Z] 99d7fce11434: Preparing [2023-03-20T18:14:48.196Z] 8684d5b6f602: Preparing [2023-03-20T18:14:48.196Z] a068930418ee: Preparing [2023-03-20T18:14:48.196Z] 8194155f9029: Preparing [2023-03-20T18:14:48.196Z] edf70074bd40: Preparing [2023-03-20T18:14:48.196Z] 8684d5b6f602: Waiting [2023-03-20T18:14:48.196Z] a068930418ee: Waiting [2023-03-20T18:14:48.196Z] edf70074bd40: Waiting [2023-03-20T18:14:48.196Z] 8194155f9029: Waiting [2023-03-20T18:14:48.196Z] f6153da7ab76: Waiting [2023-03-20T18:14:48.196Z] 99d7fce11434: Waiting [2023-03-20T18:14:48.196Z] f941b5778ca9: Layer already exists [2023-03-20T18:14:48.196Z] 268fca3d8273: Layer already exists [2023-03-20T18:14:48.196Z] 99e5beda5dea: Layer already exists [2023-03-20T18:14:48.196Z] 759e0289f190: Layer already exists [2023-03-20T18:14:48.196Z] 3d87c829df98: Layer already exists [2023-03-20T18:14:48.196Z] f6153da7ab76: Layer already exists [2023-03-20T18:14:48.196Z] 99d7fce11434: Layer already exists [2023-03-20T18:14:48.196Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:48.196Z] a068930418ee: Layer already exists [2023-03-20T18:14:48.196Z] 8194155f9029: Layer already exists [2023-03-20T18:14:48.196Z] edf70074bd40: Layer already exists [2023-03-20T18:14:48.460Z] 3.0.0-dev.106: digest: sha256:4ccca85bbd606c665689031bba8e9156f05bdd875045eb9564696b256460754c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:48.782Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:49.112Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:49.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-20T18:14:49.112Z] 3d87c829df98: Preparing [2023-03-20T18:14:49.112Z] f941b5778ca9: Preparing [2023-03-20T18:14:49.112Z] 268fca3d8273: Preparing [2023-03-20T18:14:49.112Z] 759e0289f190: Preparing [2023-03-20T18:14:49.112Z] 99e5beda5dea: Preparing [2023-03-20T18:14:49.112Z] f6153da7ab76: Preparing [2023-03-20T18:14:49.112Z] 99d7fce11434: Preparing [2023-03-20T18:14:49.112Z] 8684d5b6f602: Preparing [2023-03-20T18:14:49.112Z] a068930418ee: Preparing [2023-03-20T18:14:49.112Z] 8194155f9029: Preparing [2023-03-20T18:14:49.112Z] edf70074bd40: Preparing [2023-03-20T18:14:49.112Z] 99d7fce11434: Waiting [2023-03-20T18:14:49.112Z] 8684d5b6f602: Waiting [2023-03-20T18:14:49.112Z] a068930418ee: Waiting [2023-03-20T18:14:49.112Z] 8194155f9029: Waiting [2023-03-20T18:14:49.112Z] edf70074bd40: Waiting [2023-03-20T18:14:49.112Z] f6153da7ab76: Waiting [2023-03-20T18:14:49.112Z] 268fca3d8273: Layer already exists [2023-03-20T18:14:49.112Z] 759e0289f190: Layer already exists [2023-03-20T18:14:49.112Z] 99e5beda5dea: Layer already exists [2023-03-20T18:14:49.112Z] 3d87c829df98: Layer already exists [2023-03-20T18:14:49.112Z] f941b5778ca9: Layer already exists [2023-03-20T18:14:49.112Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:49.112Z] 99d7fce11434: Layer already exists [2023-03-20T18:14:49.112Z] f6153da7ab76: Layer already exists [2023-03-20T18:14:49.112Z] a068930418ee: Layer already exists [2023-03-20T18:14:49.112Z] 8194155f9029: Layer already exists [2023-03-20T18:14:49.112Z] edf70074bd40: Layer already exists [2023-03-20T18:14:49.377Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:4ccca85bbd606c665689031bba8e9156f05bdd875045eb9564696b256460754c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:49.699Z] + 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 [2023-03-20T18:14:50.020Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-20T18:14:50.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-20T18:14:50.020Z] 3d87c829df98: Preparing [2023-03-20T18:14:50.020Z] f941b5778ca9: Preparing [2023-03-20T18:14:50.020Z] 268fca3d8273: Preparing [2023-03-20T18:14:50.020Z] 759e0289f190: Preparing [2023-03-20T18:14:50.020Z] 99e5beda5dea: Preparing [2023-03-20T18:14:50.020Z] f6153da7ab76: Preparing [2023-03-20T18:14:50.020Z] 99d7fce11434: Preparing [2023-03-20T18:14:50.020Z] 8684d5b6f602: Preparing [2023-03-20T18:14:50.020Z] a068930418ee: Preparing [2023-03-20T18:14:50.020Z] 8194155f9029: Preparing [2023-03-20T18:14:50.020Z] edf70074bd40: Preparing [2023-03-20T18:14:50.020Z] 8684d5b6f602: Waiting [2023-03-20T18:14:50.020Z] edf70074bd40: Waiting [2023-03-20T18:14:50.020Z] a068930418ee: Waiting [2023-03-20T18:14:50.020Z] 8194155f9029: Waiting [2023-03-20T18:14:50.020Z] f6153da7ab76: Waiting [2023-03-20T18:14:50.020Z] 99d7fce11434: Waiting [2023-03-20T18:14:50.020Z] 99e5beda5dea: Layer already exists [2023-03-20T18:14:50.020Z] 3d87c829df98: Layer already exists [2023-03-20T18:14:50.020Z] 268fca3d8273: Layer already exists [2023-03-20T18:14:50.020Z] 759e0289f190: Layer already exists [2023-03-20T18:14:50.020Z] f941b5778ca9: Layer already exists [2023-03-20T18:14:50.020Z] 99d7fce11434: Layer already exists [2023-03-20T18:14:50.020Z] f6153da7ab76: Layer already exists [2023-03-20T18:14:50.021Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:50.021Z] 8194155f9029: Layer already exists [2023-03-20T18:14:50.021Z] a068930418ee: Layer already exists [2023-03-20T18:14:50.021Z] edf70074bd40: Layer already exists [2023-03-20T18:14:50.284Z] main: digest: sha256:4ccca85bbd606c665689031bba8e9156f05bdd875045eb9564696b256460754c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:14:50.322Z] ===================================================== [Pipeline] echo [2023-03-20T18:14:50.327Z] taggedImages: [2023-03-20T18:14:50.327Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:50.327Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-20T18:14:50.327Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.106 [2023-03-20T18:14:50.327Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:50.327Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-20T18:14:50.341Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-20T18:14:50.341Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:50.341Z] latest [2023-03-20T18:14:50.341Z] 3.0.0-dev.106 [2023-03-20T18:14:50.341Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:50.341Z] main [2023-03-20T18:14:50.341Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:50.675Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:51.002Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:51.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-20T18:14:51.002Z] 8d3f85d48561: Preparing [2023-03-20T18:14:51.002Z] 2c21bf3f41f2: Preparing [2023-03-20T18:14:51.002Z] 8684d5b6f602: Preparing [2023-03-20T18:14:51.002Z] a068930418ee: Preparing [2023-03-20T18:14:51.002Z] d40053934323: Preparing [2023-03-20T18:14:51.002Z] edf70074bd40: Preparing [2023-03-20T18:14:51.002Z] edf70074bd40: Waiting [2023-03-20T18:14:51.002Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:51.002Z] a068930418ee: Layer already exists [2023-03-20T18:14:51.002Z] edf70074bd40: Layer already exists [2023-03-20T18:14:51.265Z] 8d3f85d48561: Pushed [2023-03-20T18:14:52.221Z] d40053934323: Pushed [2023-03-20T18:14:55.546Z] 2c21bf3f41f2: Pushed [2023-03-20T18:14:55.546Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:d3df8f473ccb28c60862665c97d54f98b65d0f17d4b6623a493f07f6f3439b70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:55.872Z] + 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 [2023-03-20T18:14:56.194Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-20T18:14:56.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-20T18:14:56.194Z] 8d3f85d48561: Preparing [2023-03-20T18:14:56.194Z] 2c21bf3f41f2: Preparing [2023-03-20T18:14:56.194Z] 8684d5b6f602: Preparing [2023-03-20T18:14:56.194Z] a068930418ee: Preparing [2023-03-20T18:14:56.194Z] d40053934323: Preparing [2023-03-20T18:14:56.194Z] edf70074bd40: Preparing [2023-03-20T18:14:56.194Z] edf70074bd40: Waiting [2023-03-20T18:14:56.194Z] 8d3f85d48561: Layer already exists [2023-03-20T18:14:56.194Z] d40053934323: Layer already exists [2023-03-20T18:14:56.194Z] a068930418ee: Layer already exists [2023-03-20T18:14:56.194Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:56.194Z] 2c21bf3f41f2: Layer already exists [2023-03-20T18:14:56.194Z] edf70074bd40: Layer already exists [2023-03-20T18:14:56.194Z] latest: digest: sha256:d3df8f473ccb28c60862665c97d54f98b65d0f17d4b6623a493f07f6f3439b70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:56.790Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:57.122Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.106 [2023-03-20T18:14:57.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-20T18:14:57.122Z] 8d3f85d48561: Preparing [2023-03-20T18:14:57.122Z] 2c21bf3f41f2: Preparing [2023-03-20T18:14:57.122Z] 8684d5b6f602: Preparing [2023-03-20T18:14:57.122Z] a068930418ee: Preparing [2023-03-20T18:14:57.122Z] d40053934323: Preparing [2023-03-20T18:14:57.122Z] edf70074bd40: Preparing [2023-03-20T18:14:57.122Z] edf70074bd40: Waiting [2023-03-20T18:14:57.122Z] a068930418ee: Layer already exists [2023-03-20T18:14:57.122Z] 2c21bf3f41f2: Layer already exists [2023-03-20T18:14:57.122Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:57.122Z] 8d3f85d48561: Layer already exists [2023-03-20T18:14:57.123Z] d40053934323: Layer already exists [2023-03-20T18:14:57.123Z] edf70074bd40: Layer already exists [2023-03-20T18:14:57.386Z] 3.0.0-dev.106: digest: sha256:d3df8f473ccb28c60862665c97d54f98b65d0f17d4b6623a493f07f6f3439b70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:57.727Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:58.060Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:58.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-20T18:14:58.060Z] 8d3f85d48561: Preparing [2023-03-20T18:14:58.060Z] 2c21bf3f41f2: Preparing [2023-03-20T18:14:58.060Z] 8684d5b6f602: Preparing [2023-03-20T18:14:58.060Z] a068930418ee: Preparing [2023-03-20T18:14:58.061Z] d40053934323: Preparing [2023-03-20T18:14:58.061Z] edf70074bd40: Preparing [2023-03-20T18:14:58.061Z] edf70074bd40: Waiting [2023-03-20T18:14:58.061Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:58.061Z] d40053934323: Layer already exists [2023-03-20T18:14:58.061Z] a068930418ee: Layer already exists [2023-03-20T18:14:58.061Z] 8d3f85d48561: Layer already exists [2023-03-20T18:14:58.061Z] 2c21bf3f41f2: Layer already exists [2023-03-20T18:14:58.061Z] edf70074bd40: Layer already exists [2023-03-20T18:14:58.324Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:d3df8f473ccb28c60862665c97d54f98b65d0f17d4b6623a493f07f6f3439b70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:14:58.666Z] + 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 [2023-03-20T18:14:59.573Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-20T18:14:59.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-20T18:14:59.573Z] 8d3f85d48561: Preparing [2023-03-20T18:14:59.573Z] 2c21bf3f41f2: Preparing [2023-03-20T18:14:59.573Z] 8684d5b6f602: Preparing [2023-03-20T18:14:59.573Z] a068930418ee: Preparing [2023-03-20T18:14:59.573Z] d40053934323: Preparing [2023-03-20T18:14:59.573Z] edf70074bd40: Preparing [2023-03-20T18:14:59.573Z] edf70074bd40: Waiting [2023-03-20T18:14:59.573Z] a068930418ee: Layer already exists [2023-03-20T18:14:59.573Z] 8d3f85d48561: Layer already exists [2023-03-20T18:14:59.573Z] 2c21bf3f41f2: Layer already exists [2023-03-20T18:14:59.573Z] d40053934323: Layer already exists [2023-03-20T18:14:59.573Z] 8684d5b6f602: Layer already exists [2023-03-20T18:14:59.573Z] edf70074bd40: Layer already exists [2023-03-20T18:14:59.573Z] main: digest: sha256:d3df8f473ccb28c60862665c97d54f98b65d0f17d4b6623a493f07f6f3439b70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:14:59.885Z] ===================================================== [Pipeline] echo [2023-03-20T18:14:59.896Z] taggedImages: [2023-03-20T18:14:59.896Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:59.896Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-20T18:14:59.896Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.106 [2023-03-20T18:14:59.896Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:59.896Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-20T18:14:59.916Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-20T18:14:59.916Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:14:59.916Z] latest [2023-03-20T18:14:59.916Z] 3.0.0-dev.106 [2023-03-20T18:14:59.916Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:14:59.916Z] main [2023-03-20T18:14:59.916Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:00.257Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:00.584Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:15:00.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-20T18:15:00.584Z] a41817b2e300: Preparing [2023-03-20T18:15:00.584Z] 5b6bfa52e52e: Preparing [2023-03-20T18:15:00.584Z] 3048d14084fc: Preparing [2023-03-20T18:15:00.584Z] d52ce44c7f41: Preparing [2023-03-20T18:15:00.584Z] 10f4ee7c7440: Preparing [2023-03-20T18:15:00.584Z] 8684d5b6f602: Preparing [2023-03-20T18:15:00.584Z] a068930418ee: Preparing [2023-03-20T18:15:00.584Z] d5209c18d7ce: Preparing [2023-03-20T18:15:00.584Z] edf70074bd40: Preparing [2023-03-20T18:15:00.584Z] a068930418ee: Waiting [2023-03-20T18:15:00.584Z] 8684d5b6f602: Waiting [2023-03-20T18:15:00.584Z] d5209c18d7ce: Waiting [2023-03-20T18:15:00.584Z] edf70074bd40: Waiting [2023-03-20T18:15:00.850Z] 3048d14084fc: Pushed [2023-03-20T18:15:00.850Z] a41817b2e300: Pushed [2023-03-20T18:15:00.850Z] 5b6bfa52e52e: Pushed [2023-03-20T18:15:00.850Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:00.850Z] a068930418ee: Layer already exists [2023-03-20T18:15:00.850Z] edf70074bd40: Layer already exists [2023-03-20T18:15:01.800Z] d5209c18d7ce: Pushed [2023-03-20T18:15:08.413Z] 10f4ee7c7440: Pushed [2023-03-20T18:15:16.583Z] d52ce44c7f41: Pushed [2023-03-20T18:15:16.583Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:f628bad005ab1dcfcf73e4d07e74d59a65e234523a4cdfc4c254e50f66f8b6a3 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:16.911Z] + 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 [2023-03-20T18:15:17.232Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-20T18:15:17.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-20T18:15:17.232Z] a41817b2e300: Preparing [2023-03-20T18:15:17.232Z] 5b6bfa52e52e: Preparing [2023-03-20T18:15:17.232Z] 3048d14084fc: Preparing [2023-03-20T18:15:17.232Z] d52ce44c7f41: Preparing [2023-03-20T18:15:17.232Z] 10f4ee7c7440: Preparing [2023-03-20T18:15:17.232Z] 8684d5b6f602: Preparing [2023-03-20T18:15:17.232Z] a068930418ee: Preparing [2023-03-20T18:15:17.232Z] d5209c18d7ce: Preparing [2023-03-20T18:15:17.232Z] edf70074bd40: Preparing [2023-03-20T18:15:17.232Z] 8684d5b6f602: Waiting [2023-03-20T18:15:17.232Z] a068930418ee: Waiting [2023-03-20T18:15:17.232Z] d5209c18d7ce: Waiting [2023-03-20T18:15:17.232Z] edf70074bd40: Waiting [2023-03-20T18:15:17.232Z] d52ce44c7f41: Layer already exists [2023-03-20T18:15:17.232Z] a41817b2e300: Layer already exists [2023-03-20T18:15:17.232Z] 5b6bfa52e52e: Layer already exists [2023-03-20T18:15:17.232Z] 3048d14084fc: Layer already exists [2023-03-20T18:15:17.232Z] 10f4ee7c7440: Layer already exists [2023-03-20T18:15:17.232Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:17.232Z] a068930418ee: Layer already exists [2023-03-20T18:15:17.232Z] d5209c18d7ce: Layer already exists [2023-03-20T18:15:17.232Z] edf70074bd40: Layer already exists [2023-03-20T18:15:17.496Z] latest: digest: sha256:f628bad005ab1dcfcf73e4d07e74d59a65e234523a4cdfc4c254e50f66f8b6a3 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:17.823Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:18.149Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.106 [2023-03-20T18:15:18.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-20T18:15:18.149Z] a41817b2e300: Preparing [2023-03-20T18:15:18.149Z] 5b6bfa52e52e: Preparing [2023-03-20T18:15:18.149Z] 3048d14084fc: Preparing [2023-03-20T18:15:18.149Z] d52ce44c7f41: Preparing [2023-03-20T18:15:18.149Z] 10f4ee7c7440: Preparing [2023-03-20T18:15:18.149Z] 8684d5b6f602: Preparing [2023-03-20T18:15:18.149Z] a068930418ee: Preparing [2023-03-20T18:15:18.149Z] d5209c18d7ce: Preparing [2023-03-20T18:15:18.149Z] edf70074bd40: Preparing [2023-03-20T18:15:18.149Z] 8684d5b6f602: Waiting [2023-03-20T18:15:18.149Z] a068930418ee: Waiting [2023-03-20T18:15:18.149Z] d5209c18d7ce: Waiting [2023-03-20T18:15:18.149Z] edf70074bd40: Waiting [2023-03-20T18:15:18.149Z] a41817b2e300: Layer already exists [2023-03-20T18:15:18.149Z] 5b6bfa52e52e: Layer already exists [2023-03-20T18:15:18.149Z] d52ce44c7f41: Layer already exists [2023-03-20T18:15:18.149Z] 10f4ee7c7440: Layer already exists [2023-03-20T18:15:18.149Z] 3048d14084fc: Layer already exists [2023-03-20T18:15:18.149Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:18.149Z] a068930418ee: Layer already exists [2023-03-20T18:15:18.149Z] d5209c18d7ce: Layer already exists [2023-03-20T18:15:18.149Z] edf70074bd40: Layer already exists [2023-03-20T18:15:18.415Z] 3.0.0-dev.106: digest: sha256:f628bad005ab1dcfcf73e4d07e74d59a65e234523a4cdfc4c254e50f66f8b6a3 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:18.740Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:19.069Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:15:19.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-20T18:15:19.069Z] a41817b2e300: Preparing [2023-03-20T18:15:19.069Z] 5b6bfa52e52e: Preparing [2023-03-20T18:15:19.069Z] 3048d14084fc: Preparing [2023-03-20T18:15:19.069Z] d52ce44c7f41: Preparing [2023-03-20T18:15:19.069Z] 10f4ee7c7440: Preparing [2023-03-20T18:15:19.069Z] 8684d5b6f602: Preparing [2023-03-20T18:15:19.069Z] a068930418ee: Preparing [2023-03-20T18:15:19.069Z] d5209c18d7ce: Preparing [2023-03-20T18:15:19.069Z] edf70074bd40: Preparing [2023-03-20T18:15:19.069Z] a068930418ee: Waiting [2023-03-20T18:15:19.069Z] d5209c18d7ce: Waiting [2023-03-20T18:15:19.069Z] 8684d5b6f602: Waiting [2023-03-20T18:15:19.069Z] edf70074bd40: Waiting [2023-03-20T18:15:19.069Z] 5b6bfa52e52e: Layer already exists [2023-03-20T18:15:19.069Z] 3048d14084fc: Layer already exists [2023-03-20T18:15:19.069Z] 10f4ee7c7440: Layer already exists [2023-03-20T18:15:19.069Z] a41817b2e300: Layer already exists [2023-03-20T18:15:19.069Z] d52ce44c7f41: Layer already exists [2023-03-20T18:15:19.069Z] d5209c18d7ce: Layer already exists [2023-03-20T18:15:19.069Z] a068930418ee: Layer already exists [2023-03-20T18:15:19.069Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:19.069Z] edf70074bd40: Layer already exists [2023-03-20T18:15:19.335Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:f628bad005ab1dcfcf73e4d07e74d59a65e234523a4cdfc4c254e50f66f8b6a3 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:19.672Z] + 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 [2023-03-20T18:15:19.992Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-20T18:15:19.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-20T18:15:19.992Z] a41817b2e300: Preparing [2023-03-20T18:15:19.992Z] 5b6bfa52e52e: Preparing [2023-03-20T18:15:19.992Z] 3048d14084fc: Preparing [2023-03-20T18:15:19.992Z] d52ce44c7f41: Preparing [2023-03-20T18:15:19.992Z] 10f4ee7c7440: Preparing [2023-03-20T18:15:19.992Z] 8684d5b6f602: Preparing [2023-03-20T18:15:19.992Z] a068930418ee: Preparing [2023-03-20T18:15:19.992Z] d5209c18d7ce: Preparing [2023-03-20T18:15:19.992Z] edf70074bd40: Preparing [2023-03-20T18:15:19.992Z] a068930418ee: Waiting [2023-03-20T18:15:19.992Z] 8684d5b6f602: Waiting [2023-03-20T18:15:19.992Z] d5209c18d7ce: Waiting [2023-03-20T18:15:19.992Z] edf70074bd40: Waiting [2023-03-20T18:15:19.992Z] 3048d14084fc: Layer already exists [2023-03-20T18:15:19.992Z] d52ce44c7f41: Layer already exists [2023-03-20T18:15:19.992Z] a41817b2e300: Layer already exists [2023-03-20T18:15:19.992Z] 10f4ee7c7440: Layer already exists [2023-03-20T18:15:19.992Z] 5b6bfa52e52e: Layer already exists [2023-03-20T18:15:19.992Z] a068930418ee: Layer already exists [2023-03-20T18:15:19.992Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:19.992Z] edf70074bd40: Layer already exists [2023-03-20T18:15:19.992Z] d5209c18d7ce: Layer already exists [2023-03-20T18:15:20.255Z] main: digest: sha256:f628bad005ab1dcfcf73e4d07e74d59a65e234523a4cdfc4c254e50f66f8b6a3 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:15:20.295Z] ===================================================== [Pipeline] echo [2023-03-20T18:15:20.300Z] taggedImages: [2023-03-20T18:15:20.300Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:15:20.300Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-20T18:15:20.300Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.106 [2023-03-20T18:15:20.300Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:15:20.300Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-20T18:15:20.316Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-20T18:15:20.316Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:15:20.316Z] latest [2023-03-20T18:15:20.316Z] 3.0.0-dev.106 [2023-03-20T18:15:20.316Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:15:20.316Z] main [2023-03-20T18:15:20.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:20.631Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:20.956Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:15:20.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-20T18:15:20.957Z] 3c9c2d9bd136: Preparing [2023-03-20T18:15:20.957Z] d8fea3c76e3a: Preparing [2023-03-20T18:15:20.957Z] 8fe089cc9955: Preparing [2023-03-20T18:15:20.957Z] e3dd653fdaf3: Preparing [2023-03-20T18:15:20.957Z] 8684d5b6f602: Preparing [2023-03-20T18:15:20.957Z] a068930418ee: Preparing [2023-03-20T18:15:20.957Z] 0872ca94c407: Preparing [2023-03-20T18:15:20.957Z] edf70074bd40: Preparing [2023-03-20T18:15:20.957Z] a068930418ee: Waiting [2023-03-20T18:15:20.957Z] 0872ca94c407: Waiting [2023-03-20T18:15:20.957Z] edf70074bd40: Waiting [2023-03-20T18:15:20.957Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:21.222Z] a068930418ee: Layer already exists [2023-03-20T18:15:21.222Z] 8fe089cc9955: Pushed [2023-03-20T18:15:21.222Z] 3c9c2d9bd136: Pushed [2023-03-20T18:15:21.222Z] d8fea3c76e3a: Pushed [2023-03-20T18:15:21.486Z] edf70074bd40: Layer already exists [2023-03-20T18:15:22.088Z] 0872ca94c407: Pushed [2023-03-20T18:15:37.077Z] e3dd653fdaf3: Pushed [2023-03-20T18:15:37.077Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:925eed6fd240820e19c8f01cedd5b5f8eecb62cb4eb2ba752289b5dd95d0ee3b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:37.410Z] + 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 [2023-03-20T18:15:37.741Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-20T18:15:37.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-20T18:15:37.741Z] 3c9c2d9bd136: Preparing [2023-03-20T18:15:37.741Z] d8fea3c76e3a: Preparing [2023-03-20T18:15:37.741Z] 8fe089cc9955: Preparing [2023-03-20T18:15:37.741Z] e3dd653fdaf3: Preparing [2023-03-20T18:15:37.741Z] 8684d5b6f602: Preparing [2023-03-20T18:15:37.741Z] a068930418ee: Preparing [2023-03-20T18:15:37.741Z] 0872ca94c407: Preparing [2023-03-20T18:15:37.741Z] edf70074bd40: Preparing [2023-03-20T18:15:37.741Z] a068930418ee: Waiting [2023-03-20T18:15:37.741Z] 0872ca94c407: Waiting [2023-03-20T18:15:37.741Z] edf70074bd40: Waiting [2023-03-20T18:15:37.741Z] d8fea3c76e3a: Layer already exists [2023-03-20T18:15:37.741Z] 8fe089cc9955: Layer already exists [2023-03-20T18:15:37.741Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:37.741Z] 3c9c2d9bd136: Layer already exists [2023-03-20T18:15:37.741Z] e3dd653fdaf3: Layer already exists [2023-03-20T18:15:37.741Z] 0872ca94c407: Layer already exists [2023-03-20T18:15:37.741Z] edf70074bd40: Layer already exists [2023-03-20T18:15:37.741Z] a068930418ee: Layer already exists [2023-03-20T18:15:38.006Z] latest: digest: sha256:925eed6fd240820e19c8f01cedd5b5f8eecb62cb4eb2ba752289b5dd95d0ee3b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:38.338Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:38.676Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.106 [2023-03-20T18:15:38.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-20T18:15:38.676Z] 3c9c2d9bd136: Preparing [2023-03-20T18:15:38.676Z] d8fea3c76e3a: Preparing [2023-03-20T18:15:38.676Z] 8fe089cc9955: Preparing [2023-03-20T18:15:38.676Z] e3dd653fdaf3: Preparing [2023-03-20T18:15:38.676Z] 8684d5b6f602: Preparing [2023-03-20T18:15:38.676Z] a068930418ee: Preparing [2023-03-20T18:15:38.676Z] 0872ca94c407: Preparing [2023-03-20T18:15:38.676Z] edf70074bd40: Preparing [2023-03-20T18:15:38.676Z] a068930418ee: Waiting [2023-03-20T18:15:38.676Z] 0872ca94c407: Waiting [2023-03-20T18:15:38.676Z] edf70074bd40: Waiting [2023-03-20T18:15:38.676Z] 3c9c2d9bd136: Layer already exists [2023-03-20T18:15:38.676Z] e3dd653fdaf3: Layer already exists [2023-03-20T18:15:38.676Z] d8fea3c76e3a: Layer already exists [2023-03-20T18:15:38.676Z] 8fe089cc9955: Layer already exists [2023-03-20T18:15:38.676Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:38.676Z] edf70074bd40: Layer already exists [2023-03-20T18:15:38.676Z] a068930418ee: Layer already exists [2023-03-20T18:15:38.676Z] 0872ca94c407: Layer already exists [2023-03-20T18:15:38.676Z] 3.0.0-dev.106: digest: sha256:925eed6fd240820e19c8f01cedd5b5f8eecb62cb4eb2ba752289b5dd95d0ee3b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:39.272Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:39.603Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:15:39.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-20T18:15:39.603Z] 3c9c2d9bd136: Preparing [2023-03-20T18:15:39.603Z] d8fea3c76e3a: Preparing [2023-03-20T18:15:39.603Z] 8fe089cc9955: Preparing [2023-03-20T18:15:39.603Z] e3dd653fdaf3: Preparing [2023-03-20T18:15:39.603Z] 8684d5b6f602: Preparing [2023-03-20T18:15:39.603Z] a068930418ee: Preparing [2023-03-20T18:15:39.603Z] 0872ca94c407: Preparing [2023-03-20T18:15:39.603Z] edf70074bd40: Preparing [2023-03-20T18:15:39.603Z] 0872ca94c407: Waiting [2023-03-20T18:15:39.603Z] edf70074bd40: Waiting [2023-03-20T18:15:39.603Z] a068930418ee: Waiting [2023-03-20T18:15:39.603Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:39.603Z] e3dd653fdaf3: Layer already exists [2023-03-20T18:15:39.603Z] 3c9c2d9bd136: Layer already exists [2023-03-20T18:15:39.603Z] 8fe089cc9955: Layer already exists [2023-03-20T18:15:39.603Z] d8fea3c76e3a: Layer already exists [2023-03-20T18:15:39.603Z] edf70074bd40: Layer already exists [2023-03-20T18:15:39.603Z] a068930418ee: Layer already exists [2023-03-20T18:15:39.603Z] 0872ca94c407: Layer already exists [2023-03-20T18:15:39.867Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:925eed6fd240820e19c8f01cedd5b5f8eecb62cb4eb2ba752289b5dd95d0ee3b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:40.205Z] + 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 [2023-03-20T18:15:40.533Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-20T18:15:40.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-20T18:15:40.533Z] 3c9c2d9bd136: Preparing [2023-03-20T18:15:40.533Z] d8fea3c76e3a: Preparing [2023-03-20T18:15:40.533Z] 8fe089cc9955: Preparing [2023-03-20T18:15:40.533Z] e3dd653fdaf3: Preparing [2023-03-20T18:15:40.533Z] 8684d5b6f602: Preparing [2023-03-20T18:15:40.533Z] a068930418ee: Preparing [2023-03-20T18:15:40.533Z] 0872ca94c407: Preparing [2023-03-20T18:15:40.533Z] edf70074bd40: Preparing [2023-03-20T18:15:40.533Z] 0872ca94c407: Waiting [2023-03-20T18:15:40.533Z] edf70074bd40: Waiting [2023-03-20T18:15:40.533Z] a068930418ee: Waiting [2023-03-20T18:15:40.533Z] 8fe089cc9955: Layer already exists [2023-03-20T18:15:40.533Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:40.533Z] d8fea3c76e3a: Layer already exists [2023-03-20T18:15:40.533Z] e3dd653fdaf3: Layer already exists [2023-03-20T18:15:40.533Z] 3c9c2d9bd136: Layer already exists [2023-03-20T18:15:40.533Z] a068930418ee: Layer already exists [2023-03-20T18:15:40.533Z] 0872ca94c407: Layer already exists [2023-03-20T18:15:40.533Z] edf70074bd40: Layer already exists [2023-03-20T18:15:40.797Z] main: digest: sha256:925eed6fd240820e19c8f01cedd5b5f8eecb62cb4eb2ba752289b5dd95d0ee3b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:15:40.836Z] ===================================================== [Pipeline] echo [2023-03-20T18:15:40.841Z] taggedImages: [2023-03-20T18:15:40.841Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:15:40.841Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-20T18:15:40.841Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.106 [2023-03-20T18:15:40.841Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:15:40.841Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-20T18:15:40.856Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-20T18:15:40.856Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:15:40.856Z] latest [2023-03-20T18:15:40.856Z] 3.0.0-dev.106 [2023-03-20T18:15:40.856Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:15:40.856Z] main [2023-03-20T18:15:40.856Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:41.196Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:15:41.527Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:15:41.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-20T18:15:41.527Z] 40b3ded93f29: Preparing [2023-03-20T18:15:41.527Z] 204f92ec55e9: Preparing [2023-03-20T18:15:41.527Z] 9774ee6566f8: Preparing [2023-03-20T18:15:41.527Z] b87775a117fd: Preparing [2023-03-20T18:15:41.527Z] 8684d5b6f602: Preparing [2023-03-20T18:15:41.527Z] a068930418ee: Preparing [2023-03-20T18:15:41.527Z] d5209c18d7ce: Preparing [2023-03-20T18:15:41.527Z] edf70074bd40: Preparing [2023-03-20T18:15:41.527Z] a068930418ee: Waiting [2023-03-20T18:15:41.527Z] d5209c18d7ce: Waiting [2023-03-20T18:15:41.527Z] edf70074bd40: Waiting [2023-03-20T18:15:41.527Z] 8684d5b6f602: Layer already exists [2023-03-20T18:15:41.527Z] a068930418ee: Layer already exists [2023-03-20T18:15:41.790Z] d5209c18d7ce: Layer already exists [2023-03-20T18:15:41.790Z] 9774ee6566f8: Pushed [2023-03-20T18:15:41.790Z] 40b3ded93f29: Pushed [2023-03-20T18:15:41.790Z] edf70074bd40: Layer already exists [2023-03-20T18:15:41.790Z] 204f92ec55e9: Pushed [2023-03-20T18:15:59.964Z] b87775a117fd: Pushed [2023-03-20T18:15:59.964Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:c0231c23ad92e22c0fa5c5209c8b6f007dd479abda9b683e3060ea3d2ecc05db size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:00.289Z] + 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 [2023-03-20T18:16:00.608Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-20T18:16:00.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-20T18:16:00.608Z] 40b3ded93f29: Preparing [2023-03-20T18:16:00.608Z] 204f92ec55e9: Preparing [2023-03-20T18:16:00.608Z] 9774ee6566f8: Preparing [2023-03-20T18:16:00.608Z] b87775a117fd: Preparing [2023-03-20T18:16:00.608Z] 8684d5b6f602: Preparing [2023-03-20T18:16:00.608Z] a068930418ee: Preparing [2023-03-20T18:16:00.608Z] d5209c18d7ce: Preparing [2023-03-20T18:16:00.608Z] edf70074bd40: Preparing [2023-03-20T18:16:00.608Z] a068930418ee: Waiting [2023-03-20T18:16:00.608Z] d5209c18d7ce: Waiting [2023-03-20T18:16:00.608Z] edf70074bd40: Waiting [2023-03-20T18:16:00.608Z] b87775a117fd: Layer already exists [2023-03-20T18:16:00.608Z] 40b3ded93f29: Layer already exists [2023-03-20T18:16:00.608Z] 9774ee6566f8: Layer already exists [2023-03-20T18:16:00.608Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:00.608Z] 204f92ec55e9: Layer already exists [2023-03-20T18:16:00.608Z] edf70074bd40: Layer already exists [2023-03-20T18:16:00.608Z] a068930418ee: Layer already exists [2023-03-20T18:16:00.608Z] d5209c18d7ce: Layer already exists [2023-03-20T18:16:00.871Z] latest: digest: sha256:c0231c23ad92e22c0fa5c5209c8b6f007dd479abda9b683e3060ea3d2ecc05db size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:01.195Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:01.518Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.106 [2023-03-20T18:16:01.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-20T18:16:01.518Z] 40b3ded93f29: Preparing [2023-03-20T18:16:01.518Z] 204f92ec55e9: Preparing [2023-03-20T18:16:01.518Z] 9774ee6566f8: Preparing [2023-03-20T18:16:01.518Z] b87775a117fd: Preparing [2023-03-20T18:16:01.518Z] 8684d5b6f602: Preparing [2023-03-20T18:16:01.518Z] a068930418ee: Preparing [2023-03-20T18:16:01.518Z] d5209c18d7ce: Preparing [2023-03-20T18:16:01.518Z] edf70074bd40: Preparing [2023-03-20T18:16:01.518Z] d5209c18d7ce: Waiting [2023-03-20T18:16:01.518Z] edf70074bd40: Waiting [2023-03-20T18:16:01.518Z] a068930418ee: Waiting [2023-03-20T18:16:01.518Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:01.518Z] 9774ee6566f8: Layer already exists [2023-03-20T18:16:01.518Z] 40b3ded93f29: Layer already exists [2023-03-20T18:16:01.518Z] 204f92ec55e9: Layer already exists [2023-03-20T18:16:01.518Z] b87775a117fd: Layer already exists [2023-03-20T18:16:01.518Z] edf70074bd40: Layer already exists [2023-03-20T18:16:01.518Z] d5209c18d7ce: Layer already exists [2023-03-20T18:16:01.518Z] a068930418ee: Layer already exists [2023-03-20T18:16:01.518Z] 3.0.0-dev.106: digest: sha256:c0231c23ad92e22c0fa5c5209c8b6f007dd479abda9b683e3060ea3d2ecc05db size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:02.108Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:02.435Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:16:02.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-20T18:16:02.435Z] 40b3ded93f29: Preparing [2023-03-20T18:16:02.435Z] 204f92ec55e9: Preparing [2023-03-20T18:16:02.435Z] 9774ee6566f8: Preparing [2023-03-20T18:16:02.435Z] b87775a117fd: Preparing [2023-03-20T18:16:02.435Z] 8684d5b6f602: Preparing [2023-03-20T18:16:02.435Z] a068930418ee: Preparing [2023-03-20T18:16:02.435Z] d5209c18d7ce: Preparing [2023-03-20T18:16:02.435Z] edf70074bd40: Preparing [2023-03-20T18:16:02.435Z] d5209c18d7ce: Waiting [2023-03-20T18:16:02.435Z] edf70074bd40: Waiting [2023-03-20T18:16:02.435Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:02.435Z] 40b3ded93f29: Layer already exists [2023-03-20T18:16:02.435Z] b87775a117fd: Layer already exists [2023-03-20T18:16:02.435Z] 204f92ec55e9: Layer already exists [2023-03-20T18:16:02.435Z] 9774ee6566f8: Layer already exists [2023-03-20T18:16:02.435Z] d5209c18d7ce: Layer already exists [2023-03-20T18:16:02.435Z] a068930418ee: Layer already exists [2023-03-20T18:16:02.435Z] edf70074bd40: Layer already exists [2023-03-20T18:16:02.698Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:c0231c23ad92e22c0fa5c5209c8b6f007dd479abda9b683e3060ea3d2ecc05db size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:03.026Z] + 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 [2023-03-20T18:16:03.349Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-20T18:16:03.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-20T18:16:03.349Z] 40b3ded93f29: Preparing [2023-03-20T18:16:03.349Z] 204f92ec55e9: Preparing [2023-03-20T18:16:03.349Z] 9774ee6566f8: Preparing [2023-03-20T18:16:03.349Z] b87775a117fd: Preparing [2023-03-20T18:16:03.349Z] 8684d5b6f602: Preparing [2023-03-20T18:16:03.349Z] a068930418ee: Preparing [2023-03-20T18:16:03.349Z] d5209c18d7ce: Preparing [2023-03-20T18:16:03.349Z] edf70074bd40: Preparing [2023-03-20T18:16:03.349Z] a068930418ee: Waiting [2023-03-20T18:16:03.349Z] d5209c18d7ce: Waiting [2023-03-20T18:16:03.349Z] edf70074bd40: Waiting [2023-03-20T18:16:03.349Z] 204f92ec55e9: Layer already exists [2023-03-20T18:16:03.349Z] 9774ee6566f8: Layer already exists [2023-03-20T18:16:03.349Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:03.349Z] 40b3ded93f29: Layer already exists [2023-03-20T18:16:03.349Z] b87775a117fd: Layer already exists [2023-03-20T18:16:03.349Z] a068930418ee: Layer already exists [2023-03-20T18:16:03.349Z] d5209c18d7ce: Layer already exists [2023-03-20T18:16:03.349Z] edf70074bd40: Layer already exists [2023-03-20T18:16:03.613Z] main: digest: sha256:c0231c23ad92e22c0fa5c5209c8b6f007dd479abda9b683e3060ea3d2ecc05db size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:16:03.651Z] ===================================================== [Pipeline] echo [2023-03-20T18:16:03.656Z] taggedImages: [2023-03-20T18:16:03.656Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:16:03.656Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-20T18:16:03.656Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.106 [2023-03-20T18:16:03.656Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:16:03.656Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-20T18:16:03.669Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-20T18:16:03.669Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:16:03.669Z] latest [2023-03-20T18:16:03.669Z] 3.0.0-dev.106 [2023-03-20T18:16:03.669Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:16:03.669Z] main [2023-03-20T18:16:03.669Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:03.988Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:04.311Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:16:04.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-20T18:16:04.311Z] 424f7636f2c3: Preparing [2023-03-20T18:16:04.311Z] 286145d18bbb: Preparing [2023-03-20T18:16:04.311Z] 8684d5b6f602: Preparing [2023-03-20T18:16:04.311Z] a068930418ee: Preparing [2023-03-20T18:16:04.311Z] e88e2a0651e6: Preparing [2023-03-20T18:16:04.311Z] edf70074bd40: Preparing [2023-03-20T18:16:04.311Z] edf70074bd40: Waiting [2023-03-20T18:16:04.311Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:04.311Z] a068930418ee: Layer already exists [2023-03-20T18:16:04.577Z] edf70074bd40: Layer already exists [2023-03-20T18:16:04.577Z] 424f7636f2c3: Pushed [2023-03-20T18:16:04.577Z] e88e2a0651e6: Pushed [2023-03-20T18:16:09.896Z] 286145d18bbb: Pushed [2023-03-20T18:16:09.896Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:54cc139d54ea6cb9eef620e2a4ece52ecbeca2bfadadfa0e3f9f6b85c83d85f1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:10.221Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:10.547Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-20T18:16:10.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-20T18:16:10.547Z] 424f7636f2c3: Preparing [2023-03-20T18:16:10.547Z] 286145d18bbb: Preparing [2023-03-20T18:16:10.547Z] 8684d5b6f602: Preparing [2023-03-20T18:16:10.547Z] a068930418ee: Preparing [2023-03-20T18:16:10.547Z] e88e2a0651e6: Preparing [2023-03-20T18:16:10.547Z] edf70074bd40: Preparing [2023-03-20T18:16:10.547Z] edf70074bd40: Waiting [2023-03-20T18:16:10.547Z] 424f7636f2c3: Layer already exists [2023-03-20T18:16:10.547Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:10.547Z] e88e2a0651e6: Layer already exists [2023-03-20T18:16:10.547Z] 286145d18bbb: Layer already exists [2023-03-20T18:16:10.547Z] a068930418ee: Layer already exists [2023-03-20T18:16:10.547Z] edf70074bd40: Layer already exists [2023-03-20T18:16:10.810Z] latest: digest: sha256:54cc139d54ea6cb9eef620e2a4ece52ecbeca2bfadadfa0e3f9f6b85c83d85f1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:11.145Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:11.478Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.106 [2023-03-20T18:16:11.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-20T18:16:11.478Z] 424f7636f2c3: Preparing [2023-03-20T18:16:11.478Z] 286145d18bbb: Preparing [2023-03-20T18:16:11.478Z] 8684d5b6f602: Preparing [2023-03-20T18:16:11.478Z] a068930418ee: Preparing [2023-03-20T18:16:11.478Z] e88e2a0651e6: Preparing [2023-03-20T18:16:11.478Z] edf70074bd40: Preparing [2023-03-20T18:16:11.478Z] edf70074bd40: Waiting [2023-03-20T18:16:11.478Z] 286145d18bbb: Layer already exists [2023-03-20T18:16:11.478Z] e88e2a0651e6: Layer already exists [2023-03-20T18:16:11.478Z] a068930418ee: Layer already exists [2023-03-20T18:16:11.478Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:11.478Z] 424f7636f2c3: Layer already exists [2023-03-20T18:16:11.478Z] edf70074bd40: Layer already exists [2023-03-20T18:16:11.478Z] 3.0.0-dev.106: digest: sha256:54cc139d54ea6cb9eef620e2a4ece52ecbeca2bfadadfa0e3f9f6b85c83d85f1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:12.076Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:12.414Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:16:12.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-20T18:16:12.414Z] 424f7636f2c3: Preparing [2023-03-20T18:16:12.414Z] 286145d18bbb: Preparing [2023-03-20T18:16:12.414Z] 8684d5b6f602: Preparing [2023-03-20T18:16:12.414Z] a068930418ee: Preparing [2023-03-20T18:16:12.414Z] e88e2a0651e6: Preparing [2023-03-20T18:16:12.414Z] edf70074bd40: Preparing [2023-03-20T18:16:12.414Z] edf70074bd40: Waiting [2023-03-20T18:16:12.680Z] e88e2a0651e6: Layer already exists [2023-03-20T18:16:12.680Z] 286145d18bbb: Layer already exists [2023-03-20T18:16:12.680Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:12.680Z] 424f7636f2c3: Layer already exists [2023-03-20T18:16:12.680Z] a068930418ee: Layer already exists [2023-03-20T18:16:12.680Z] edf70074bd40: Layer already exists [2023-03-20T18:16:12.680Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:54cc139d54ea6cb9eef620e2a4ece52ecbeca2bfadadfa0e3f9f6b85c83d85f1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:13.009Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:13.331Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-20T18:16:13.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-20T18:16:13.331Z] 424f7636f2c3: Preparing [2023-03-20T18:16:13.331Z] 286145d18bbb: Preparing [2023-03-20T18:16:13.331Z] 8684d5b6f602: Preparing [2023-03-20T18:16:13.331Z] a068930418ee: Preparing [2023-03-20T18:16:13.331Z] e88e2a0651e6: Preparing [2023-03-20T18:16:13.331Z] edf70074bd40: Preparing [2023-03-20T18:16:13.331Z] edf70074bd40: Waiting [2023-03-20T18:16:13.331Z] e88e2a0651e6: Layer already exists [2023-03-20T18:16:13.331Z] 286145d18bbb: Layer already exists [2023-03-20T18:16:13.331Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:13.331Z] a068930418ee: Layer already exists [2023-03-20T18:16:13.331Z] 424f7636f2c3: Layer already exists [2023-03-20T18:16:13.595Z] edf70074bd40: Layer already exists [2023-03-20T18:16:13.595Z] main: digest: sha256:54cc139d54ea6cb9eef620e2a4ece52ecbeca2bfadadfa0e3f9f6b85c83d85f1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:16:13.634Z] ===================================================== [Pipeline] echo [2023-03-20T18:16:13.639Z] taggedImages: [2023-03-20T18:16:13.639Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:16:13.639Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-20T18:16:13.639Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.106 [2023-03-20T18:16:13.639Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:16:13.639Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-20T18:16:13.652Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-20T18:16:13.652Z] 3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:16:13.652Z] latest [2023-03-20T18:16:13.652Z] 3.0.0-dev.106 [2023-03-20T18:16:13.652Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:16:13.652Z] main [2023-03-20T18:16:13.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:13.971Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:14.291Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:16:14.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-20T18:16:14.291Z] e953d5756f6b: Preparing [2023-03-20T18:16:14.291Z] 5baba12a1722: Preparing [2023-03-20T18:16:14.291Z] 8684d5b6f602: Preparing [2023-03-20T18:16:14.291Z] a068930418ee: Preparing [2023-03-20T18:16:14.291Z] f07d0d4a7ba5: Preparing [2023-03-20T18:16:14.291Z] edf70074bd40: Preparing [2023-03-20T18:16:14.291Z] edf70074bd40: Waiting [2023-03-20T18:16:14.556Z] a068930418ee: Layer already exists [2023-03-20T18:16:14.556Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:16:14.556Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:14.556Z] edf70074bd40: Layer already exists [2023-03-20T18:16:14.556Z] e953d5756f6b: Pushed [2023-03-20T18:16:19.877Z] 5baba12a1722: Pushed [2023-03-20T18:16:20.141Z] 3808792b237a8a61d15019083d388cf2a3940d6c: digest: sha256:412e0bba73ba74da772e41338fe657e5179bc65be1d116f4e6c9db7b54a28db1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:20.475Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:20.795Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-20T18:16:20.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-20T18:16:20.795Z] e953d5756f6b: Preparing [2023-03-20T18:16:20.795Z] 5baba12a1722: Preparing [2023-03-20T18:16:20.795Z] 8684d5b6f602: Preparing [2023-03-20T18:16:20.795Z] a068930418ee: Preparing [2023-03-20T18:16:20.795Z] f07d0d4a7ba5: Preparing [2023-03-20T18:16:20.795Z] edf70074bd40: Preparing [2023-03-20T18:16:20.795Z] edf70074bd40: Waiting [2023-03-20T18:16:20.795Z] a068930418ee: Layer already exists [2023-03-20T18:16:20.795Z] e953d5756f6b: Layer already exists [2023-03-20T18:16:20.795Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:16:20.795Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:20.795Z] 5baba12a1722: Layer already exists [2023-03-20T18:16:20.795Z] edf70074bd40: Layer already exists [2023-03-20T18:16:20.795Z] latest: digest: sha256:412e0bba73ba74da772e41338fe657e5179bc65be1d116f4e6c9db7b54a28db1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:21.382Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:21.721Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.106 [2023-03-20T18:16:21.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-20T18:16:21.721Z] e953d5756f6b: Preparing [2023-03-20T18:16:21.721Z] 5baba12a1722: Preparing [2023-03-20T18:16:21.721Z] 8684d5b6f602: Preparing [2023-03-20T18:16:21.721Z] a068930418ee: Preparing [2023-03-20T18:16:21.721Z] f07d0d4a7ba5: Preparing [2023-03-20T18:16:21.721Z] edf70074bd40: Preparing [2023-03-20T18:16:21.721Z] edf70074bd40: Waiting [2023-03-20T18:16:21.721Z] a068930418ee: Layer already exists [2023-03-20T18:16:21.721Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:21.721Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:16:21.721Z] e953d5756f6b: Layer already exists [2023-03-20T18:16:21.721Z] 5baba12a1722: Layer already exists [2023-03-20T18:16:21.721Z] edf70074bd40: Layer already exists [2023-03-20T18:16:21.986Z] 3.0.0-dev.106: digest: sha256:412e0bba73ba74da772e41338fe657e5179bc65be1d116f4e6c9db7b54a28db1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:22.321Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:22.649Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:16:22.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-20T18:16:22.649Z] e953d5756f6b: Preparing [2023-03-20T18:16:22.649Z] 5baba12a1722: Preparing [2023-03-20T18:16:22.649Z] 8684d5b6f602: Preparing [2023-03-20T18:16:22.649Z] a068930418ee: Preparing [2023-03-20T18:16:22.649Z] f07d0d4a7ba5: Preparing [2023-03-20T18:16:22.649Z] edf70074bd40: Preparing [2023-03-20T18:16:22.649Z] edf70074bd40: Waiting [2023-03-20T18:16:22.649Z] e953d5756f6b: Layer already exists [2023-03-20T18:16:22.649Z] 5baba12a1722: Layer already exists [2023-03-20T18:16:22.649Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:22.649Z] a068930418ee: Layer already exists [2023-03-20T18:16:22.649Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:16:22.649Z] edf70074bd40: Layer already exists [2023-03-20T18:16:22.649Z] 3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106: digest: sha256:412e0bba73ba74da772e41338fe657e5179bc65be1d116f4e6c9db7b54a28db1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:23.255Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:23.579Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-20T18:16:23.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-20T18:16:23.579Z] e953d5756f6b: Preparing [2023-03-20T18:16:23.579Z] 5baba12a1722: Preparing [2023-03-20T18:16:23.579Z] 8684d5b6f602: Preparing [2023-03-20T18:16:23.579Z] a068930418ee: Preparing [2023-03-20T18:16:23.579Z] f07d0d4a7ba5: Preparing [2023-03-20T18:16:23.579Z] edf70074bd40: Preparing [2023-03-20T18:16:23.579Z] edf70074bd40: Waiting [2023-03-20T18:16:23.579Z] e953d5756f6b: Layer already exists [2023-03-20T18:16:23.579Z] f07d0d4a7ba5: Layer already exists [2023-03-20T18:16:23.579Z] a068930418ee: Layer already exists [2023-03-20T18:16:23.579Z] 5baba12a1722: Layer already exists [2023-03-20T18:16:23.579Z] 8684d5b6f602: Layer already exists [2023-03-20T18:16:23.579Z] edf70074bd40: Layer already exists [2023-03-20T18:16:23.844Z] main: digest: sha256:412e0bba73ba74da772e41338fe657e5179bc65be1d116f4e6c9db7b54a28db1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-20T18:16:23.883Z] ===================================================== [Pipeline] echo [2023-03-20T18:16:23.888Z] taggedImages: [2023-03-20T18:16:23.888Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c [2023-03-20T18:16:23.888Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-20T18:16:23.888Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.106 [2023-03-20T18:16:23.888Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3808792b237a8a61d15019083d388cf2a3940d6c-3.0.0-dev.106 [2023-03-20T18:16:23.888Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:24.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-20T18:16:24.237Z] [2023-03-20T18:16:24.237Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:24.558Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-20T18:16:24.558Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-20T18:16:24.558Z] 8998bd30e6a1: Pulling fs layer [2023-03-20T18:16:24.558Z] 04944245beec: Pulling fs layer [2023-03-20T18:16:24.558Z] 699f458cf7ca: Pulling fs layer [2023-03-20T18:16:24.558Z] 765212b225bb: Pulling fs layer [2023-03-20T18:16:24.558Z] f23df028b6ca: Pulling fs layer [2023-03-20T18:16:24.558Z] d65c8cfc05b1: Pulling fs layer [2023-03-20T18:16:24.558Z] 2437ff75d9bd: Pulling fs layer [2023-03-20T18:16:24.558Z] 765212b225bb: Waiting [2023-03-20T18:16:24.558Z] f23df028b6ca: Waiting [2023-03-20T18:16:24.558Z] d65c8cfc05b1: Waiting [2023-03-20T18:16:24.558Z] 2437ff75d9bd: Waiting [2023-03-20T18:16:24.823Z] 04944245beec: Verifying Checksum [2023-03-20T18:16:24.823Z] 04944245beec: Download complete [2023-03-20T18:16:24.823Z] 765212b225bb: Verifying Checksum [2023-03-20T18:16:24.823Z] 765212b225bb: Download complete [2023-03-20T18:16:24.823Z] f23df028b6ca: Verifying Checksum [2023-03-20T18:16:24.823Z] f23df028b6ca: Download complete [2023-03-20T18:16:24.823Z] d65c8cfc05b1: Verifying Checksum [2023-03-20T18:16:24.823Z] d65c8cfc05b1: Download complete [2023-03-20T18:16:24.823Z] 699f458cf7ca: Verifying Checksum [2023-03-20T18:16:25.091Z] 699f458cf7ca: Download complete [2023-03-20T18:16:25.356Z] 8998bd30e6a1: Verifying Checksum [2023-03-20T18:16:25.356Z] 8998bd30e6a1: Download complete [2023-03-20T18:16:27.927Z] 2437ff75d9bd: Verifying Checksum [2023-03-20T18:16:27.927Z] 2437ff75d9bd: Download complete [2023-03-20T18:16:29.330Z] 8998bd30e6a1: Pull complete [2023-03-20T18:16:29.911Z] 04944245beec: Pull complete [2023-03-20T18:16:31.314Z] 699f458cf7ca: Pull complete [2023-03-20T18:16:31.314Z] 765212b225bb: Pull complete [2023-03-20T18:16:32.268Z] f23df028b6ca: Pull complete [2023-03-20T18:16:32.268Z] d65c8cfc05b1: Pull complete [2023-03-20T18:16:47.236Z] 2437ff75d9bd: Pull complete [2023-03-20T18:16:47.236Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-20T18:16:47.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-20T18:16:47.236Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T18:16:47.425Z] prd-ubuntu20.04-docker-arm64-4c-16g-4613 does not seem to be running inside a container [2023-03-20T18:16:47.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-20T18:16:49.832Z] $ docker top 5930840810f02536b98b4df12001e3faa8739787d91d9c303db1591eb22b667e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:16:50.674Z] ---> job-cost.sh [2023-03-20T18:16:50.674Z] lf-activate-venv: SKIPPING [2023-03-20T18:16:50.674Z] INFO: No Stack... [2023-03-20T18:16:50.939Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-20T18:16:51.892Z] INFO: Archiving Costs [Pipeline] sh [2023-03-20T18:16:52.204Z] + cut -d,+ -f6 [2023-03-20T18:16:52.204Z] cat /w/workspace/edgex-go/468/archives/cost.csv [Pipeline] lock [2023-03-20T18:16:52.272Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-468-stack-cost] [2023-03-20T18:16:52.278Z] Resource [jenkins-edgexfoundry-edgex-go-main-468-stack-cost] did not exist. Created. [2023-03-20T18:16:52.278Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-468-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-20T18:16:52.599Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-20T18:16:53.122Z] Stashed 1 file(s) [Pipeline] } [2023-03-20T18:16:53.132Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-468-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-20T18:16:53.184Z] $ docker stop --time=1 5930840810f02536b98b4df12001e3faa8739787d91d9c303db1591eb22b667e [2023-03-20T18:16:54.682Z] $ docker rm -f --volumes 5930840810f02536b98b4df12001e3faa8739787d91d9c303db1591eb22b667e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-20T18:16:55.153Z] provisioning config files... [2023-03-20T18:16:55.161Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/468@tmp/config1557031410334504890tmp [Pipeline] { [Pipeline] sh [2023-03-20T18:16:55.453Z] + set +x [2023-03-20T18:16:55.453Z] + curl -s https://codecov.io/bash [2023-03-20T18:16:55.453Z] + bash -s -- [2023-03-20T18:16:55.453Z] [2023-03-20T18:16:55.453Z] _____ _ [2023-03-20T18:16:55.453Z] / ____| | | [2023-03-20T18:16:55.453Z] | | ___ __| | ___ ___ _____ __ [2023-03-20T18:16:55.453Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-20T18:16:55.453Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-20T18:16:55.453Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-20T18:16:55.453Z] Bash-1.0.6 [2023-03-20T18:16:55.453Z] [2023-03-20T18:16:55.453Z] [2023-03-20T18:16:55.453Z] ==> git version 2.25.1 found [2023-03-20T18:16:55.453Z] ==> 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 [2023-03-20T18:16:55.453Z] Release-Date: 2020-01-08 [2023-03-20T18:16:55.453Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-20T18:16:55.453Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-20T18:16:55.453Z] ==> Jenkins CI detected. [2023-03-20T18:16:55.453Z] current dir:  /w/workspace/edgex-go/468 [2023-03-20T18:16:55.453Z] project root: . [2023-03-20T18:16:55.453Z] --> token set from env [2023-03-20T18:16:55.453Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-20T18:16:55.453Z] ==> Running gcov in . (disable via -X gcov) [2023-03-20T18:16:55.453Z] ==> Python coveragepy not found [2023-03-20T18:16:55.453Z] ==> Searching for coverage reports in: [2023-03-20T18:16:55.453Z] + . [2023-03-20T18:16:55.453Z] -> Found 1 reports [2023-03-20T18:16:55.453Z] ==> Detecting git/mercurial file structure [2023-03-20T18:16:55.453Z] ==> Reading reports [2023-03-20T18:16:55.453Z] + ./coverage.out bytes=447275 [2023-03-20T18:16:55.453Z] ==> Appending adjustments [2023-03-20T18:16:55.453Z] https://docs.codecov.io/docs/fixing-reports [2023-03-20T18:16:56.828Z] + Found adjustments [2023-03-20T18:16:56.828Z] ==> Gzipping contents [2023-03-20T18:16:56.828Z] 60K /tmp/codecov.wYFxAg.gz [2023-03-20T18:16:56.828Z] ==> Uploading reports [2023-03-20T18:16:56.828Z] url: https://codecov.io [2023-03-20T18:16:56.828Z] query: branch=main&commit=3808792b237a8a61d15019083d388cf2a3940d6c&build=468&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F468%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-20T18:16:56.828Z] -> Pinging Codecov [2023-03-20T18:16:56.828Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=3808792b237a8a61d15019083d388cf2a3940d6c&build=468&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F468%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-20T18:16:56.828Z] -> Uploading to [2023-03-20T18:16:56.828Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-20/00271124DB129430A58F1EEE437C3FCB/3808792b237a8a61d15019083d388cf2a3940d6c/3034e0c7-9010-4231-b8a2-65fb6248d388.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230320T181656Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c77636a2a9d2564647cd36d92ec8bd8df06c72668dcfec8d280597df41718e6a [2023-03-20T18:16:56.828Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-20T18:16:56.828Z] Dload Upload Total Spent Left Speed [2023-03-20T18:16:57.087Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57570 0 0 100 57570 0 177k --:--:-- --:--:-- --:--:-- 177k [2023-03-20T18:16:57.087Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3808792b237a8a61d15019083d388cf2a3940d6c [Pipeline] } [2023-03-20T18:16:57.094Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-20T18:16:57.305Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-20T18:16:57.316Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:57.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-20T18:16:57.611Z] [2023-03-20T18:16:57.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:16:57.912Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-20T18:16:57.912Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-20T18:16:57.912Z] df9b9388f04a: Pulling fs layer [2023-03-20T18:16:57.912Z] 52dc419b0ee2: Pulling fs layer [2023-03-20T18:16:57.912Z] 25bc292e5bac: Pulling fs layer [2023-03-20T18:16:57.912Z] 114826534d7a: Pulling fs layer [2023-03-20T18:16:57.912Z] 4657fd5d0bcf: Pulling fs layer [2023-03-20T18:16:57.912Z] 6ad1cebc031e: Pulling fs layer [2023-03-20T18:16:57.912Z] 8a3aa393b2d8: Pulling fs layer [2023-03-20T18:16:57.912Z] 4657fd5d0bcf: Waiting [2023-03-20T18:16:57.912Z] 6ad1cebc031e: Waiting [2023-03-20T18:16:57.912Z] 114826534d7a: Waiting [2023-03-20T18:16:57.912Z] 8a3aa393b2d8: Waiting [2023-03-20T18:16:57.912Z] 25bc292e5bac: Verifying Checksum [2023-03-20T18:16:57.912Z] 25bc292e5bac: Download complete [2023-03-20T18:16:57.912Z] 52dc419b0ee2: Verifying Checksum [2023-03-20T18:16:57.912Z] 4657fd5d0bcf: Verifying Checksum [2023-03-20T18:16:57.912Z] 4657fd5d0bcf: Download complete [2023-03-20T18:16:57.912Z] df9b9388f04a: Download complete [2023-03-20T18:16:58.174Z] df9b9388f04a: Pull complete [2023-03-20T18:16:58.174Z] 6ad1cebc031e: Verifying Checksum [2023-03-20T18:16:58.174Z] 6ad1cebc031e: Download complete [2023-03-20T18:16:58.433Z] 52dc419b0ee2: Pull complete [2023-03-20T18:16:58.433Z] 25bc292e5bac: Pull complete [2023-03-20T18:16:58.690Z] 114826534d7a: Verifying Checksum [2023-03-20T18:16:58.690Z] 114826534d7a: Download complete [2023-03-20T18:16:58.949Z] 8a3aa393b2d8: Verifying Checksum [2023-03-20T18:16:58.949Z] 8a3aa393b2d8: Download complete [2023-03-20T18:17:02.423Z] 114826534d7a: Pull complete [2023-03-20T18:17:02.423Z] 4657fd5d0bcf: Pull complete [2023-03-20T18:17:02.423Z] 6ad1cebc031e: Pull complete [2023-03-20T18:17:04.950Z] 8a3aa393b2d8: Pull complete [2023-03-20T18:17:04.951Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-20T18:17:04.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-20T18:17:04.951Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T18:17:05.043Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T18:17:05.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-20T18:17:10.147Z] $ docker top dcd6f74d0a2227cdeebdddaa26b00771f19f576ff1628bed0121184fcb0d7e71 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-20T18:17:10.196Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-20T18:17:10.473Z] + set -o pipefail [2023-03-20T18:17:10.473Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-20T18:17:15.773Z] [2023-03-20T18:17:15.773Z] Monitoring /w/workspace/edgex-go/468 (github.com/edgexfoundry/edgex-go)... [2023-03-20T18:17:15.773Z] [2023-03-20T18:17:15.773Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/be673aa0-9bfc-4a5e-8e96-0eadee7efc83 [2023-03-20T18:17:15.773Z] [2023-03-20T18:17:15.773Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-20T18:17:15.773Z] [2023-03-20T18:17:15.773Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-20T18:17:15.773Z] [2023-03-20T18:17:42.327Z] [2023-03-20T18:17:42.327Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-20T18:17:42.327Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-20T18:17:42.327Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-20T18:17:42.347Z] $ docker stop --time=1 dcd6f74d0a2227cdeebdddaa26b00771f19f576ff1628bed0121184fcb0d7e71 [2023-03-20T18:17:46.350Z] $ docker rm -f --volumes dcd6f74d0a2227cdeebdddaa26b00771f19f576ff1628bed0121184fcb0d7e71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-20T18:17:46.682Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-20T18:17:46.693Z] provisioning config files... [2023-03-20T18:17:46.701Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/468@tmp/config3660783448682386810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:17:46.987Z] --> edgex-publish-swagger.sh [2023-03-20T18:17:46.987Z] === Publish openapi/v3 API === [2023-03-20T18:17:46.987Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-20T18:17:46.987Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/468/openapi/v3/core-command.yaml] [2023-03-20T18:17:46.987Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-20T18:17:46.987Z] Dload Upload Total Spent Left Speed [2023-03-20T18:17:47.246Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 60605 --:--:-- --:--:-- --:--:-- 60732 [2023-03-20T18:17:47.246Z] [2023-03-20T18:17:47.246Z] [2023-03-20T18:17:47.246Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/468/openapi/v3/core-data.yaml] [2023-03-20T18:17:47.246Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-20T18:17:47.246Z] Dload Upload Total Spent Left Speed [2023-03-20T18:17:47.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 126k --:--:-- --:--:-- --:--:-- 126k 100 69110 0 0 100 69110 0 126k --:--:-- --:--:-- --:--:-- 126k [2023-03-20T18:17:47.813Z] [2023-03-20T18:17:47.813Z] [2023-03-20T18:17:47.813Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/468/openapi/v3/core-metadata.yaml] [2023-03-20T18:17:47.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-20T18:17:47.813Z] Dload Upload Total Spent Left Speed [2023-03-20T18:17:48.381Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 273k --:--:-- --:--:-- --:--:-- 273k [2023-03-20T18:17:48.381Z] [2023-03-20T18:17:48.381Z] [2023-03-20T18:17:48.381Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/468/openapi/v3/support-notifications.yaml] [2023-03-20T18:17:48.381Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-20T18:17:48.381Z] Dload Upload Total Spent Left Speed [2023-03-20T18:17:48.949Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 164k --:--:-- --:--:-- --:--:-- 164k 100 86965 0 0 100 86965 0 164k --:--:-- --:--:-- --:--:-- 164k [2023-03-20T18:17:48.949Z] [2023-03-20T18:17:48.949Z] [2023-03-20T18:17:48.949Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/468/openapi/v3/support-scheduler.yaml] [2023-03-20T18:17:48.949Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-20T18:17:48.949Z] Dload Upload Total Spent Left Speed [2023-03-20T18:17:49.515Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 68002 --:--:-- --:--:-- --:--:-- 68138 [2023-03-20T18:17:49.515Z] [2023-03-20T18:17:49.515Z] [Pipeline] } [2023-03-20T18:17:49.521Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-03-20T18:17:49.912Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-20T18:17:49.912Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:17:50.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-20T18:17:50.211Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T18:17:50.285Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T18:17:50.324Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-20T18:17:50.777Z] $ docker top 1eea266ce25da4bfc4c6dd4c9663cb19a7967d975996bb1a60ec89579c63287b -eo pid,comm [2023-03-20T18:17:50.826Z] 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). [2023-03-20T18:17:50.826Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-20T18:17:50.863Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-20T18:17:50.863Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-20T18:17:50.972Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-20T18:17:50.984Z] $ docker exec 1eea266ce25da4bfc4c6dd4c9663cb19a7967d975996bb1a60ec89579c63287b ssh-agent [2023-03-20T18:17:51.081Z] SSH_AUTH_SOCK=/tmp/ssh-yHGv2wVMZwJU/agent.32 [2023-03-20T18:17:51.081Z] SSH_AGENT_PID=38 [2023-03-20T18:17:51.085Z] Running ssh-add (command line suppressed) [2023-03-20T18:17:51.193Z] Identity added: /w/workspace/edgex-go/468@tmp/private_key_17181507812259743079.key (/w/workspace/edgex-go/468@tmp/private_key_17181507812259743079.key) [2023-03-20T18:17:51.199Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-20T18:17:51.481Z] + git semver tag [2023-03-20T18:17:51.739Z] 2023-03-20 18:17:51,664 [run_tag] DEBUG tag force:False [2023-03-20T18:17:51.739Z] 2023-03-20 18:17:51,664 [check_head_tag] DEBUG check head tag [2023-03-20T18:17:51.739Z] 2023-03-20 18:17:51,667 [execute] INFO git cat-file --batch-check [2023-03-20T18:17:51.739Z] 2023-03-20 18:17:51,667 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/468, universal_newlines=False, shell=None, istream=) [2023-03-20T18:17:51.739Z] 2023-03-20 18:17:51,670 [execute] INFO git cat-file --batch [2023-03-20T18:17:51.739Z] 2023-03-20 18:17:51,671 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/468, universal_newlines=False, shell=None, istream=) [2023-03-20T18:17:51.739Z] 2023-03-20 18:17:51,735 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main [2023-03-20T18:17:51.739Z] 2023-03-20 18:17:51,735 [execute] INFO git tag -a v3.0.0-dev.106 -m v3.0.0-dev.106 [2023-03-20T18:17:51.739Z] 2023-03-20 18:17:51,735 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.106', '-m', 'v3.0.0-dev.106'], cwd=/w/workspace/edgex-go/468, universal_newlines=False, shell=None, istream=None) [2023-03-20T18:17:51.739Z] 2023-03-20 18:17:51,739 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main [2023-03-20T18:17:51.739Z] 3.0.0-dev.106 [Pipeline] } [2023-03-20T18:17:52.018Z] $ docker exec --env ******** --env ******** 1eea266ce25da4bfc4c6dd4c9663cb19a7967d975996bb1a60ec89579c63287b ssh-agent -k [2023-03-20T18:17:52.109Z] unset SSH_AUTH_SOCK; [2023-03-20T18:17:52.109Z] unset SSH_AGENT_PID; [2023-03-20T18:17:52.109Z] echo Agent pid 38 killed; [2023-03-20T18:17:52.109Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-20T18:17:52.415Z] + git semver [Pipeline] } [2023-03-20T18:17:52.694Z] $ docker stop --time=1 1eea266ce25da4bfc4c6dd4c9663cb19a7967d975996bb1a60ec89579c63287b [2023-03-20T18:17:53.984Z] $ docker rm -f --volumes 1eea266ce25da4bfc4c6dd4c9663cb19a7967d975996bb1a60ec89579c63287b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:17:54.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-20T18:17:54.342Z] [2023-03-20T18:17:54.342Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:17:54.638Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-20T18:17:54.639Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-20T18:17:54.639Z] ab5ef0e58194: Pulling fs layer [2023-03-20T18:17:54.639Z] 9712f1f96733: Pulling fs layer [2023-03-20T18:17:54.639Z] 63f879dbbcfc: Pulling fs layer [2023-03-20T18:17:54.639Z] 0d9ebad4ef96: Pulling fs layer [2023-03-20T18:17:54.639Z] e9a5061849ea: Pulling fs layer [2023-03-20T18:17:54.639Z] d747dcd14b5f: Pulling fs layer [2023-03-20T18:17:54.639Z] 2de7ff778b66: Pulling fs layer [2023-03-20T18:17:54.639Z] d747dcd14b5f: Waiting [2023-03-20T18:17:54.639Z] 0d9ebad4ef96: Waiting [2023-03-20T18:17:54.639Z] e9a5061849ea: Waiting [2023-03-20T18:17:54.639Z] 9712f1f96733: Download complete [2023-03-20T18:17:55.225Z] 63f879dbbcfc: Verifying Checksum [2023-03-20T18:17:55.225Z] 63f879dbbcfc: Download complete [2023-03-20T18:17:55.484Z] e9a5061849ea: Verifying Checksum [2023-03-20T18:17:55.484Z] e9a5061849ea: Download complete [2023-03-20T18:17:55.484Z] 0d9ebad4ef96: Verifying Checksum [2023-03-20T18:17:55.484Z] 0d9ebad4ef96: Download complete [2023-03-20T18:17:55.484Z] d747dcd14b5f: Verifying Checksum [2023-03-20T18:17:55.484Z] d747dcd14b5f: Download complete [2023-03-20T18:17:55.484Z] ab5ef0e58194: Download complete [2023-03-20T18:17:55.484Z] 2de7ff778b66: Verifying Checksum [2023-03-20T18:17:58.765Z] ab5ef0e58194: Pull complete [2023-03-20T18:17:58.765Z] 9712f1f96733: Pull complete [2023-03-20T18:17:59.022Z] 63f879dbbcfc: Pull complete [2023-03-20T18:18:03.204Z] 0d9ebad4ef96: Pull complete [2023-03-20T18:18:03.204Z] e9a5061849ea: Pull complete [2023-03-20T18:18:03.204Z] d747dcd14b5f: Pull complete [2023-03-20T18:18:04.154Z] 2de7ff778b66: Pull complete [2023-03-20T18:18:04.154Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-20T18:18:04.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-20T18:18:04.154Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T18:18:04.227Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T18:18:04.266Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-20T18:18:11.426Z] $ docker top bf183cf7498b4c90bc6436d4c5793cea02844b7ecbcc0805a3cead016556af81 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-20T18:18:11.482Z] provisioning config files... [2023-03-20T18:18:11.488Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/468@tmp/config8157144998141326578tmp [2023-03-20T18:18:11.497Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/468@tmp/config15255658372841564697tmp [2023-03-20T18:18:11.505Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/468@tmp/config15339429212089673773tmp [Pipeline] { [Pipeline] echo [2023-03-20T18:18:11.519Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:18:11.796Z] ---> sigul-configuration.sh [2023-03-20T18:18:11.796Z] gpg: directory `/root/.gnupg' created [2023-03-20T18:18:11.796Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-20T18:18:11.796Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-20T18:18:11.796Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-20T18:18:11.796Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-20T18:18:11.796Z] gpg: CAST5 encrypted data [2023-03-20T18:18:11.796Z] gpg: encrypted with 1 passphrase [2023-03-20T18:18:11.796Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-20T18:18:12.077Z] + mkdir /home/jenkins [2023-03-20T18:18:12.077Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-20T18:18:12.361Z] + 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 [2023-03-20T18:18:12.370Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:18:12.652Z] ---> sigul-install.sh [2023-03-20T18:18:12.652Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-20T18:18:12.936Z] + git tag --list [2023-03-20T18:18:12.936Z] 0.6.0 [2023-03-20T18:18:12.936Z] 0.6.1 [2023-03-20T18:18:12.936Z] 0.7.0 [2023-03-20T18:18:12.936Z] 0.7.1 [2023-03-20T18:18:12.936Z] v1.0.0 [2023-03-20T18:18:12.936Z] v1.0.1 [2023-03-20T18:18:12.936Z] v1.1.0 [2023-03-20T18:18:12.936Z] v1.2.0 [2023-03-20T18:18:12.936Z] v1.2.1 [2023-03-20T18:18:12.936Z] v1.3.0 [2023-03-20T18:18:12.936Z] v1.3.1 [2023-03-20T18:18:12.936Z] v2.0.0 [2023-03-20T18:18:12.936Z] v2.1.0 [2023-03-20T18:18:12.936Z] v2.1.1 [2023-03-20T18:18:12.936Z] v2.1.1-dev.1 [2023-03-20T18:18:12.936Z] v2.1.1-dev.2 [2023-03-20T18:18:12.936Z] v2.1.1-dev.3 [2023-03-20T18:18:12.936Z] v2.1.1-dev.4 [2023-03-20T18:18:12.936Z] v2.1.1-dev.5 [2023-03-20T18:18:12.936Z] v2.1.1-dev.6 [2023-03-20T18:18:12.936Z] v2.1.1-dev.7 [2023-03-20T18:18:12.936Z] v2.1.1-dev.8 [2023-03-20T18:18:12.936Z] v2.1.2-dev.1 [2023-03-20T18:18:12.936Z] v2.2.0 [2023-03-20T18:18:12.936Z] v2.2.1-dev.1 [2023-03-20T18:18:12.936Z] v2.2.1-dev.10 [2023-03-20T18:18:12.936Z] v2.2.1-dev.11 [2023-03-20T18:18:12.936Z] v2.2.1-dev.12 [2023-03-20T18:18:12.936Z] v2.2.1-dev.13 [2023-03-20T18:18:12.936Z] v2.2.1-dev.14 [2023-03-20T18:18:12.936Z] v2.2.1-dev.15 [2023-03-20T18:18:12.936Z] v2.2.1-dev.16 [2023-03-20T18:18:12.936Z] v2.2.1-dev.17 [2023-03-20T18:18:12.936Z] v2.2.1-dev.18 [2023-03-20T18:18:12.936Z] v2.2.1-dev.19 [2023-03-20T18:18:12.936Z] v2.2.1-dev.2 [2023-03-20T18:18:12.936Z] v2.2.1-dev.20 [2023-03-20T18:18:12.936Z] v2.2.1-dev.21 [2023-03-20T18:18:12.936Z] v2.2.1-dev.22 [2023-03-20T18:18:12.936Z] v2.2.1-dev.23 [2023-03-20T18:18:12.936Z] v2.2.1-dev.24 [2023-03-20T18:18:12.936Z] v2.2.1-dev.25 [2023-03-20T18:18:12.936Z] v2.2.1-dev.26 [2023-03-20T18:18:12.936Z] v2.2.1-dev.27 [2023-03-20T18:18:12.936Z] v2.2.1-dev.28 [2023-03-20T18:18:12.936Z] v2.2.1-dev.29 [2023-03-20T18:18:12.936Z] v2.2.1-dev.3 [2023-03-20T18:18:12.936Z] v2.2.1-dev.4 [2023-03-20T18:18:12.936Z] v2.2.1-dev.5 [2023-03-20T18:18:12.936Z] v2.2.1-dev.6 [2023-03-20T18:18:12.936Z] v2.2.1-dev.7 [2023-03-20T18:18:12.936Z] v2.2.1-dev.8 [2023-03-20T18:18:12.936Z] v2.2.1-dev.9 [2023-03-20T18:18:12.936Z] v2.3.0 [2023-03-20T18:18:12.936Z] v2.3.0-dev.100 [2023-03-20T18:18:12.936Z] v2.3.0-dev.101 [2023-03-20T18:18:12.936Z] v2.3.0-dev.102 [2023-03-20T18:18:12.936Z] v2.3.0-dev.103 [2023-03-20T18:18:12.936Z] v2.3.0-dev.104 [2023-03-20T18:18:12.936Z] v2.3.0-dev.105 [2023-03-20T18:18:12.936Z] v2.3.0-dev.106 [2023-03-20T18:18:12.936Z] v2.3.0-dev.29 [2023-03-20T18:18:12.936Z] v2.3.0-dev.30 [2023-03-20T18:18:12.936Z] v2.3.0-dev.31 [2023-03-20T18:18:12.936Z] v2.3.0-dev.32 [2023-03-20T18:18:12.936Z] v2.3.0-dev.33 [2023-03-20T18:18:12.936Z] v2.3.0-dev.34 [2023-03-20T18:18:12.936Z] v2.3.0-dev.35 [2023-03-20T18:18:12.936Z] v2.3.0-dev.36 [2023-03-20T18:18:12.936Z] v2.3.0-dev.37 [2023-03-20T18:18:12.936Z] v2.3.0-dev.38 [2023-03-20T18:18:12.936Z] v2.3.0-dev.39 [2023-03-20T18:18:12.936Z] v2.3.0-dev.40 [2023-03-20T18:18:12.936Z] v2.3.0-dev.41 [2023-03-20T18:18:12.936Z] v2.3.0-dev.42 [2023-03-20T18:18:12.936Z] v2.3.0-dev.43 [2023-03-20T18:18:12.936Z] v2.3.0-dev.44 [2023-03-20T18:18:12.936Z] v2.3.0-dev.45 [2023-03-20T18:18:12.936Z] v2.3.0-dev.46 [2023-03-20T18:18:12.936Z] v2.3.0-dev.47 [2023-03-20T18:18:12.936Z] v2.3.0-dev.48 [2023-03-20T18:18:12.936Z] v2.3.0-dev.49 [2023-03-20T18:18:12.936Z] v2.3.0-dev.50 [2023-03-20T18:18:12.936Z] v2.3.0-dev.51 [2023-03-20T18:18:12.936Z] v2.3.0-dev.52 [2023-03-20T18:18:12.936Z] v2.3.0-dev.53 [2023-03-20T18:18:12.936Z] v2.3.0-dev.54 [2023-03-20T18:18:12.936Z] v2.3.0-dev.55 [2023-03-20T18:18:12.936Z] v2.3.0-dev.56 [2023-03-20T18:18:12.936Z] v2.3.0-dev.57 [2023-03-20T18:18:12.936Z] v2.3.0-dev.58 [2023-03-20T18:18:12.936Z] v2.3.0-dev.59 [2023-03-20T18:18:12.936Z] v2.3.0-dev.60 [2023-03-20T18:18:12.936Z] v2.3.0-dev.61 [2023-03-20T18:18:12.936Z] v2.3.0-dev.62 [2023-03-20T18:18:12.936Z] v2.3.0-dev.63 [2023-03-20T18:18:12.936Z] v2.3.0-dev.64 [2023-03-20T18:18:12.936Z] v2.3.0-dev.65 [2023-03-20T18:18:12.936Z] v2.3.0-dev.66 [2023-03-20T18:18:12.936Z] v2.3.0-dev.67 [2023-03-20T18:18:12.936Z] v2.3.0-dev.68 [2023-03-20T18:18:12.936Z] v2.3.0-dev.69 [2023-03-20T18:18:12.936Z] v2.3.0-dev.70 [2023-03-20T18:18:12.936Z] v2.3.0-dev.71 [2023-03-20T18:18:12.936Z] v2.3.0-dev.72 [2023-03-20T18:18:12.936Z] v2.3.0-dev.73 [2023-03-20T18:18:12.936Z] v2.3.0-dev.74 [2023-03-20T18:18:12.936Z] v2.3.0-dev.75 [2023-03-20T18:18:12.936Z] v2.3.0-dev.76 [2023-03-20T18:18:12.936Z] v2.3.0-dev.77 [2023-03-20T18:18:12.936Z] v2.3.0-dev.78 [2023-03-20T18:18:12.936Z] v2.3.0-dev.79 [2023-03-20T18:18:12.936Z] v2.3.0-dev.80 [2023-03-20T18:18:12.936Z] v2.3.0-dev.81 [2023-03-20T18:18:12.936Z] v2.3.0-dev.82 [2023-03-20T18:18:12.936Z] v2.3.0-dev.83 [2023-03-20T18:18:12.936Z] v2.3.0-dev.84 [2023-03-20T18:18:12.936Z] v2.3.0-dev.85 [2023-03-20T18:18:12.936Z] v2.3.0-dev.86 [2023-03-20T18:18:12.936Z] v2.3.0-dev.87 [2023-03-20T18:18:12.936Z] v2.3.0-dev.88 [2023-03-20T18:18:12.936Z] v2.3.0-dev.89 [2023-03-20T18:18:12.936Z] v2.3.0-dev.90 [2023-03-20T18:18:12.936Z] v2.3.0-dev.91 [2023-03-20T18:18:12.936Z] v2.3.0-dev.92 [2023-03-20T18:18:12.936Z] v2.3.0-dev.93 [2023-03-20T18:18:12.936Z] v2.3.0-dev.94 [2023-03-20T18:18:12.936Z] v2.3.0-dev.95 [2023-03-20T18:18:12.936Z] v2.3.0-dev.96 [2023-03-20T18:18:12.936Z] v2.3.0-dev.97 [2023-03-20T18:18:12.936Z] v2.3.0-dev.98 [2023-03-20T18:18:12.936Z] v2.3.0-dev.99 [2023-03-20T18:18:12.936Z] v2.3.1-dev.1 [2023-03-20T18:18:12.936Z] v2.3.1-dev.2 [2023-03-20T18:18:12.936Z] v2.3.1-dev.3 [2023-03-20T18:18:12.936Z] v2.3.1-dev.4 [2023-03-20T18:18:12.936Z] v2.3.1-dev.5 [2023-03-20T18:18:12.936Z] v3.0.0-dev.1 [2023-03-20T18:18:12.936Z] v3.0.0-dev.10 [2023-03-20T18:18:12.936Z] v3.0.0-dev.100 [2023-03-20T18:18:12.936Z] v3.0.0-dev.101 [2023-03-20T18:18:12.936Z] v3.0.0-dev.102 [2023-03-20T18:18:12.936Z] v3.0.0-dev.103 [2023-03-20T18:18:12.936Z] v3.0.0-dev.104 [2023-03-20T18:18:12.936Z] v3.0.0-dev.105 [2023-03-20T18:18:12.936Z] v3.0.0-dev.106 [2023-03-20T18:18:12.936Z] v3.0.0-dev.11 [2023-03-20T18:18:12.936Z] v3.0.0-dev.12 [2023-03-20T18:18:12.936Z] v3.0.0-dev.13 [2023-03-20T18:18:12.936Z] v3.0.0-dev.14 [2023-03-20T18:18:12.936Z] v3.0.0-dev.15 [2023-03-20T18:18:12.936Z] v3.0.0-dev.16 [2023-03-20T18:18:12.936Z] v3.0.0-dev.17 [2023-03-20T18:18:12.936Z] v3.0.0-dev.18 [2023-03-20T18:18:12.936Z] v3.0.0-dev.19 [2023-03-20T18:18:12.936Z] v3.0.0-dev.2 [2023-03-20T18:18:12.936Z] v3.0.0-dev.20 [2023-03-20T18:18:12.936Z] v3.0.0-dev.21 [2023-03-20T18:18:12.936Z] v3.0.0-dev.22 [2023-03-20T18:18:12.936Z] v3.0.0-dev.23 [2023-03-20T18:18:12.937Z] v3.0.0-dev.24 [2023-03-20T18:18:12.937Z] v3.0.0-dev.25 [2023-03-20T18:18:12.937Z] v3.0.0-dev.26 [2023-03-20T18:18:12.937Z] v3.0.0-dev.27 [2023-03-20T18:18:12.937Z] v3.0.0-dev.28 [2023-03-20T18:18:12.937Z] v3.0.0-dev.29 [2023-03-20T18:18:12.937Z] v3.0.0-dev.3 [2023-03-20T18:18:12.937Z] v3.0.0-dev.30 [2023-03-20T18:18:12.937Z] v3.0.0-dev.31 [2023-03-20T18:18:12.937Z] v3.0.0-dev.32 [2023-03-20T18:18:12.937Z] v3.0.0-dev.33 [2023-03-20T18:18:12.937Z] v3.0.0-dev.34 [2023-03-20T18:18:12.937Z] v3.0.0-dev.35 [2023-03-20T18:18:12.937Z] v3.0.0-dev.36 [2023-03-20T18:18:12.937Z] v3.0.0-dev.37 [2023-03-20T18:18:12.937Z] v3.0.0-dev.38 [2023-03-20T18:18:12.937Z] v3.0.0-dev.39 [2023-03-20T18:18:12.937Z] v3.0.0-dev.4 [2023-03-20T18:18:12.937Z] v3.0.0-dev.40 [2023-03-20T18:18:12.937Z] v3.0.0-dev.41 [2023-03-20T18:18:12.937Z] v3.0.0-dev.42 [2023-03-20T18:18:12.937Z] v3.0.0-dev.43 [2023-03-20T18:18:12.937Z] v3.0.0-dev.44 [2023-03-20T18:18:12.937Z] v3.0.0-dev.45 [2023-03-20T18:18:12.937Z] v3.0.0-dev.46 [2023-03-20T18:18:12.937Z] v3.0.0-dev.47 [2023-03-20T18:18:12.937Z] v3.0.0-dev.48 [2023-03-20T18:18:12.937Z] v3.0.0-dev.49 [2023-03-20T18:18:12.937Z] v3.0.0-dev.5 [2023-03-20T18:18:12.937Z] v3.0.0-dev.50 [2023-03-20T18:18:12.937Z] v3.0.0-dev.51 [2023-03-20T18:18:12.937Z] v3.0.0-dev.52 [2023-03-20T18:18:12.937Z] v3.0.0-dev.53 [2023-03-20T18:18:12.937Z] v3.0.0-dev.54 [2023-03-20T18:18:12.937Z] v3.0.0-dev.55 [2023-03-20T18:18:12.937Z] v3.0.0-dev.56 [2023-03-20T18:18:12.937Z] v3.0.0-dev.57 [2023-03-20T18:18:12.937Z] v3.0.0-dev.58 [2023-03-20T18:18:12.937Z] v3.0.0-dev.59 [2023-03-20T18:18:12.937Z] v3.0.0-dev.6 [2023-03-20T18:18:12.937Z] v3.0.0-dev.60 [2023-03-20T18:18:12.937Z] v3.0.0-dev.61 [2023-03-20T18:18:12.937Z] v3.0.0-dev.62 [2023-03-20T18:18:12.937Z] v3.0.0-dev.63 [2023-03-20T18:18:12.937Z] v3.0.0-dev.64 [2023-03-20T18:18:12.937Z] v3.0.0-dev.65 [2023-03-20T18:18:12.937Z] v3.0.0-dev.66 [2023-03-20T18:18:12.937Z] v3.0.0-dev.67 [2023-03-20T18:18:12.937Z] v3.0.0-dev.68 [2023-03-20T18:18:12.937Z] v3.0.0-dev.69 [2023-03-20T18:18:12.937Z] v3.0.0-dev.7 [2023-03-20T18:18:12.937Z] v3.0.0-dev.70 [2023-03-20T18:18:12.937Z] v3.0.0-dev.71 [2023-03-20T18:18:12.937Z] v3.0.0-dev.72 [2023-03-20T18:18:12.937Z] v3.0.0-dev.73 [2023-03-20T18:18:12.937Z] v3.0.0-dev.74 [2023-03-20T18:18:12.937Z] v3.0.0-dev.75 [2023-03-20T18:18:12.937Z] v3.0.0-dev.76 [2023-03-20T18:18:12.937Z] v3.0.0-dev.77 [2023-03-20T18:18:12.937Z] v3.0.0-dev.78 [2023-03-20T18:18:12.937Z] v3.0.0-dev.79 [2023-03-20T18:18:12.937Z] v3.0.0-dev.8 [2023-03-20T18:18:12.937Z] v3.0.0-dev.80 [2023-03-20T18:18:12.937Z] v3.0.0-dev.81 [2023-03-20T18:18:12.937Z] v3.0.0-dev.82 [2023-03-20T18:18:12.937Z] v3.0.0-dev.83 [2023-03-20T18:18:12.937Z] v3.0.0-dev.84 [2023-03-20T18:18:12.937Z] v3.0.0-dev.85 [2023-03-20T18:18:12.937Z] v3.0.0-dev.86 [2023-03-20T18:18:12.937Z] v3.0.0-dev.87 [2023-03-20T18:18:12.937Z] v3.0.0-dev.88 [2023-03-20T18:18:12.937Z] v3.0.0-dev.89 [2023-03-20T18:18:12.937Z] v3.0.0-dev.9 [2023-03-20T18:18:12.937Z] v3.0.0-dev.90 [2023-03-20T18:18:12.937Z] v3.0.0-dev.91 [2023-03-20T18:18:12.937Z] v3.0.0-dev.92 [2023-03-20T18:18:12.937Z] v3.0.0-dev.93 [2023-03-20T18:18:12.937Z] v3.0.0-dev.94 [2023-03-20T18:18:12.937Z] v3.0.0-dev.95 [2023-03-20T18:18:12.937Z] v3.0.0-dev.96 [2023-03-20T18:18:12.937Z] v3.0.0-dev.97 [2023-03-20T18:18:12.937Z] v3.0.0-dev.98 [2023-03-20T18:18:12.937Z] v3.0.0-dev.99 [Pipeline] sh [2023-03-20T18:18:13.228Z] + lftools sign git-tag v3.0.0-dev.106 [2023-03-20T18:18:13.797Z] Signing Git tag with Sigul... [2023-03-20T18:18:13.797Z] Signing v3.0.0-dev.106 [Pipeline] echo [2023-03-20T18:18:14.065Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:18:14.345Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-20T18:18:14.351Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-20T18:18:14.380Z] $ docker stop --time=1 bf183cf7498b4c90bc6436d4c5793cea02844b7ecbcc0805a3cead016556af81 [2023-03-20T18:18:15.800Z] $ docker rm -f --volumes bf183cf7498b4c90bc6436d4c5793cea02844b7ecbcc0805a3cead016556af81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-20T18:18:16.256Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-20T18:18:16.256Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:18:16.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-20T18:18:16.633Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T18:18:16.733Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T18:18:16.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-20T18:18:17.477Z] $ docker top 29485f2be03ed358b466066d5197e5f89dbdf86d39e03bfed34660411342f483 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-20T18:18:17.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-20T18:18:17.549Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-20T18:18:17.652Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-20T18:18:17.664Z] $ docker exec 29485f2be03ed358b466066d5197e5f89dbdf86d39e03bfed34660411342f483 ssh-agent [2023-03-20T18:18:17.757Z] SSH_AUTH_SOCK=/tmp/ssh-a0uFRhKnfSS3/agent.32 [2023-03-20T18:18:17.757Z] SSH_AGENT_PID=38 [2023-03-20T18:18:17.761Z] Running ssh-add (command line suppressed) [2023-03-20T18:18:17.862Z] Identity added: /w/workspace/edgex-go/468@tmp/private_key_8300244169163657847.key (/w/workspace/edgex-go/468@tmp/private_key_8300244169163657847.key) [2023-03-20T18:18:17.865Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-20T18:18:18.144Z] + git semver bump pre [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,343 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,343 [bump_version] DEBUG bumping version:3.0.0-dev.106 on axis:pre with prefix:dev [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,344 [bump_version] DEBUG bumped version:3.0.0-dev.107 [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,344 [write_version] DEBUG write version:3.0.0-dev.107 to path:/w/workspace/edgex-go/468/.semver/main with force:True [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,344 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,344 [write_file] DEBUG write to file:/w/workspace/edgex-go/468/.semver/main [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,347 [execute] INFO git cat-file --batch-check [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,347 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=False, shell=None, istream=) [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,353 [execute] INFO git cat-file --batch [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,353 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=False, shell=None, istream=) [2023-03-20T18:18:18.402Z] 2023-03-20 18:18:18,358 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main [2023-03-20T18:18:18.402Z] 3.0.0-dev.107 [Pipeline] } [2023-03-20T18:18:18.420Z] $ docker exec --env ******** --env ******** 29485f2be03ed358b466066d5197e5f89dbdf86d39e03bfed34660411342f483 ssh-agent -k [2023-03-20T18:18:18.517Z] unset SSH_AUTH_SOCK; [2023-03-20T18:18:18.517Z] unset SSH_AGENT_PID; [2023-03-20T18:18:18.517Z] echo Agent pid 38 killed; [2023-03-20T18:18:18.516Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-20T18:18:18.811Z] + git semver [Pipeline] } [2023-03-20T18:18:19.089Z] $ docker stop --time=1 29485f2be03ed358b466066d5197e5f89dbdf86d39e03bfed34660411342f483 [2023-03-20T18:18:20.416Z] $ docker rm -f --volumes 29485f2be03ed358b466066d5197e5f89dbdf86d39e03bfed34660411342f483 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-20T18:18:20.746Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-20T18:18:20.746Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:18:21.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-20T18:18:21.045Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T18:18:21.109Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T18:18:21.149Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-20T18:18:21.521Z] $ docker top 0589caa7d3ea4068ad8f4e4e45b52587e41b559741830ef962f85aa03a6f354a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-20T18:18:21.596Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-20T18:18:21.596Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-20T18:18:21.709Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-20T18:18:21.721Z] $ docker exec 0589caa7d3ea4068ad8f4e4e45b52587e41b559741830ef962f85aa03a6f354a ssh-agent [2023-03-20T18:18:21.815Z] SSH_AUTH_SOCK=/tmp/ssh-Afg9sUtLJsB2/agent.32 [2023-03-20T18:18:21.815Z] SSH_AGENT_PID=38 [2023-03-20T18:18:21.820Z] Running ssh-add (command line suppressed) [2023-03-20T18:18:21.928Z] Identity added: /w/workspace/edgex-go/468@tmp/private_key_2477273518511421860.key (/w/workspace/edgex-go/468@tmp/private_key_2477273518511421860.key) [2023-03-20T18:18:21.931Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-20T18:18:22.211Z] + git semver push [2023-03-20T18:18:22.469Z] 2023-03-20 18:18:22,423 [run_push] DEBUG push [2023-03-20T18:18:22.469Z] 2023-03-20 18:18:22,425 [execute] INFO git cat-file --batch-check [2023-03-20T18:18:22.469Z] 2023-03-20 18:18:22,425 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=False, shell=None, istream=) [2023-03-20T18:18:22.469Z] 2023-03-20 18:18:22,430 [execute] INFO git rev-list 0f70bce7aa2ca2e8678eb6782dfdc24ca48ad8b3 -- [2023-03-20T18:18:22.470Z] 2023-03-20 18:18:22,431 [execute] DEBUG Popen(['git', 'rev-list', '0f70bce7aa2ca2e8678eb6782dfdc24ca48ad8b3', '--'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-20T18:18:22.470Z] 2023-03-20 18:18:22,448 [execute] INFO git fetch -v origin [2023-03-20T18:18:22.470Z] 2023-03-20 18:18:22,448 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-20T18:18:23.037Z] 2023-03-20 18:18:22,930 [run_push] DEBUG no remote changes detected [2023-03-20T18:18:23.037Z] 2023-03-20 18:18:22,930 [execute] INFO git push origin semver [2023-03-20T18:18:23.037Z] 2023-03-20 18:18:22,930 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/468/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-20T18:18:24.413Z] 2023-03-20 18:18:24,075 [run_push] DEBUG push all version tags [2023-03-20T18:18:24.413Z] 2023-03-20 18:18:24,075 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-20T18:18:24.413Z] 2023-03-20 18:18:24,075 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/468, universal_newlines=False, shell=None, istream=None) [2023-03-20T18:18:24.980Z] 2023-03-20 18:18:24,984 [read_version] DEBUG read version from /w/workspace/edgex-go/468/.semver/main [2023-03-20T18:18:24.980Z] 3.0.0-dev.107 [Pipeline] } [2023-03-20T18:18:25.256Z] $ docker exec --env ******** --env ******** 0589caa7d3ea4068ad8f4e4e45b52587e41b559741830ef962f85aa03a6f354a ssh-agent -k [2023-03-20T18:18:25.349Z] unset SSH_AUTH_SOCK; [2023-03-20T18:18:25.349Z] unset SSH_AGENT_PID; [2023-03-20T18:18:25.349Z] echo Agent pid 38 killed; [2023-03-20T18:18:25.348Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-20T18:18:25.644Z] + git semver [Pipeline] } [2023-03-20T18:18:25.924Z] $ docker stop --time=1 0589caa7d3ea4068ad8f4e4e45b52587e41b559741830ef962f85aa03a6f354a [2023-03-20T18:18:27.312Z] $ docker rm -f --volumes 0589caa7d3ea4068ad8f4e4e45b52587e41b559741830ef962f85aa03a6f354a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-20T18:18:27.783Z] + [ -d /w/workspace/edgex-go/468/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:18:28.068Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:18:28.919Z] ---> package-listing.sh [2023-03-20T18:18:28.919Z] ++ facter osfamily [2023-03-20T18:18:28.919Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-20T18:18:29.177Z] + OS_FAMILY=debian [2023-03-20T18:18:29.177Z] + workspace=/w/workspace/edgex-go/468 [2023-03-20T18:18:29.177Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-20T18:18:29.177Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-20T18:18:29.177Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-20T18:18:29.177Z] + PACKAGES=/tmp/packages_start.txt [2023-03-20T18:18:29.177Z] + '[' /w/workspace/edgex-go/468 ']' [2023-03-20T18:18:29.177Z] + PACKAGES=/tmp/packages_end.txt [2023-03-20T18:18:29.177Z] + case "${OS_FAMILY}" in [2023-03-20T18:18:29.177Z] + dpkg -l [2023-03-20T18:18:29.177Z] + grep '^ii' [2023-03-20T18:18:29.177Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-20T18:18:29.177Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-20T18:18:29.177Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-20T18:18:29.177Z] + '[' /w/workspace/edgex-go/468 ']' [2023-03-20T18:18:29.177Z] + mkdir -p /w/workspace/edgex-go/468/archives/ [2023-03-20T18:18:29.177Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/468/archives/ [Pipeline] echo [2023-03-20T18:18:29.186Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/468/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-20T18:18:29.459Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:18:30.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-20T18:18:30.018Z] [2023-03-20T18:18:30.018Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-20T18:18:30.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-20T18:18:30.313Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-20T18:18:30.313Z] 5eb5b503b376: Pulling fs layer [2023-03-20T18:18:30.313Z] 5c69ac0246d0: Pulling fs layer [2023-03-20T18:18:30.313Z] ec43610c2a17: Pulling fs layer [2023-03-20T18:18:30.313Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-20T18:18:30.313Z] 33b1e0a273af: Pulling fs layer [2023-03-20T18:18:30.313Z] 5d3b04190fa2: Pulling fs layer [2023-03-20T18:18:30.313Z] 2f39f015ded8: Pulling fs layer [2023-03-20T18:18:30.313Z] 33b1e0a273af: Waiting [2023-03-20T18:18:30.313Z] 5d3b04190fa2: Waiting [2023-03-20T18:18:30.313Z] 3a2ae6a8a46f: Waiting [2023-03-20T18:18:30.313Z] 5c69ac0246d0: Download complete [2023-03-20T18:18:30.583Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-20T18:18:30.583Z] 3a2ae6a8a46f: Download complete [2023-03-20T18:18:30.583Z] 33b1e0a273af: Verifying Checksum [2023-03-20T18:18:30.583Z] 33b1e0a273af: Download complete [2023-03-20T18:18:30.583Z] 5d3b04190fa2: Verifying Checksum [2023-03-20T18:18:30.583Z] 5d3b04190fa2: Download complete [2023-03-20T18:18:30.583Z] ec43610c2a17: Verifying Checksum [2023-03-20T18:18:30.583Z] ec43610c2a17: Download complete [2023-03-20T18:18:30.842Z] 5eb5b503b376: Verifying Checksum [2023-03-20T18:18:30.842Z] 5eb5b503b376: Download complete [2023-03-20T18:18:31.406Z] 2f39f015ded8: Download complete [2023-03-20T18:18:31.971Z] 5eb5b503b376: Pull complete [2023-03-20T18:18:32.229Z] 5c69ac0246d0: Pull complete [2023-03-20T18:18:32.487Z] ec43610c2a17: Pull complete [2023-03-20T18:18:32.746Z] 3a2ae6a8a46f: Pull complete [2023-03-20T18:18:32.746Z] 33b1e0a273af: Pull complete [2023-03-20T18:18:33.004Z] 5d3b04190fa2: Pull complete [2023-03-20T18:18:37.185Z] 2f39f015ded8: Pull complete [2023-03-20T18:18:37.185Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-20T18:18:37.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-20T18:18:37.185Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-20T18:18:37.275Z] prd-ubuntu20.04-docker-8c-8g-4612 does not seem to be running inside a container [2023-03-20T18:18:37.313Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/468/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/468 -v /w/workspace/edgex-go/468:/w/workspace/edgex-go/468:rw,z -v /w/workspace/edgex-go/468@tmp:/w/workspace/edgex-go/468@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-20T18:18:42.530Z] $ docker top 20e797f2e8512d212e31fe8e619a1ca680726329c8412354cb4f98fcbd444622 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-20T18:18:42.860Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-20T18:18:43.141Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-20T18:18:43.421Z] + ls /var/log/sa-host [2023-03-20T18:18:43.421Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-20T18:18:43.488Z] provisioning config files... [2023-03-20T18:18:43.505Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/468@tmp/config6316363409796672495tmp [Pipeline] { [Pipeline] echo [2023-03-20T18:18:43.519Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:18:43.796Z] ---> create-netrc.sh [Pipeline] } [2023-03-20T18:18:43.802Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:18:44.114Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-20T18:18:44.122Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:18:44.404Z] ---> sudo-logs.sh [2023-03-20T18:18:44.404Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-20T18:18:44.426Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:18:44.705Z] ---> job-cost.sh [2023-03-20T18:18:44.705Z] lf-activate-venv: SKIPPING [2023-03-20T18:18:44.705Z] DEBUG: total: 0.10999999940395355 [2023-03-20T18:18:44.705Z] INFO: Retrieving Stack Cost... [2023-03-20T18:18:44.965Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-20T18:18:45.533Z] INFO: Archiving Costs [Pipeline] echo [2023-03-20T18:18:45.544Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-20T18:18:45.823Z] ---> logs-deploy.sh [2023-03-20T18:18:45.823Z] lf-activate-venv: SKIPPING [2023-03-20T18:18:45.823Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/468 [2023-03-20T18:18:45.823Z] INFO: archiving workspace using pattern(s): [2023-03-20T18:18:46.759Z] Archives upload complete. [2023-03-20T18:18:46.759Z] INFO: archiving logs to Nexus